diff --git a/ui/src/components/SyntaxHighlighter/highlighterStyle.ts b/ui/src/components/SyntaxHighlighter/highlighterStyle.ts
index f73b5e728..a5be67b25 100644
--- a/ui/src/components/SyntaxHighlighter/highlighterStyle.ts
+++ b/ui/src/components/SyntaxHighlighter/highlighterStyle.ts
@@ -1,7 +1,6 @@
-export const up9Style = {
+export const highlighterStyle = {
"code[class*=\"language-\"]": {
- "color": "#fff",
- "textShadow": "0 1px rgba(0, 0, 0, 0.3)",
+ "color": "#494677",
"fontFamily": "Inconsolata, Monaco, Consolas, 'Courier New', Courier, monospace",
"direction": "ltr",
"textAlign": "left",
@@ -19,8 +18,7 @@ export const up9Style = {
"hyphens": "none"
},
"pre[class*=\"language-\"]": {
- "color": "#fff",
- "textShadow": "0 1px rgba(0, 0, 0, 0.3)",
+ "color": "#494677",
"fontFamily": "Inconsolata, Monaco, Consolas, 'Courier New', Courier, monospace",
"direction": "ltr",
"textAlign": "left",
@@ -39,10 +37,10 @@ export const up9Style = {
"margin": ".5em 0",
"overflow": "auto",
"borderRadius": "0.3em",
- "background": "rgb(38, 46, 77)"
+ "background": "#F7F9FC"
},
":not(pre) > code[class*=\"language-\"]": {
- "background": "rgb(38, 46, 77)",
+ "background": "#F7F9FC",
"padding": ".1em",
"borderRadius": ".3em"
},
@@ -50,16 +48,16 @@ export const up9Style = {
"color": "#5d6aa0"
},
"prolog": {
- "color": "#fff"
+ "color": "#494677"
},
"doctype": {
- "color": "#fff"
+ "color": "#494677"
},
"cdata": {
- "color": "#fff"
+ "color": "#494677"
},
"punctuation": {
- "color": "#fff"
+ "color": "#494677"
},
".namespace": {
"Opacity": ".7"
diff --git a/ui/src/components/SyntaxHighlighter/index.scss b/ui/src/components/SyntaxHighlighter/index.scss
index ec983a215..623c71509 100644
--- a/ui/src/components/SyntaxHighlighter/index.scss
+++ b/ui/src/components/SyntaxHighlighter/index.scss
@@ -12,7 +12,7 @@
&:first-child {
margin-right: 0.75rem;
- background: rgb(41, 48, 83);
+ background: #F7F9FC;
.react-syntax-highlighter-line-number {
color: rgb(98, 126, 247);
diff --git a/ui/src/components/SyntaxHighlighter/index.tsx b/ui/src/components/SyntaxHighlighter/index.tsx
index 037fd0fc0..3b2efe644 100644
--- a/ui/src/components/SyntaxHighlighter/index.tsx
+++ b/ui/src/components/SyntaxHighlighter/index.tsx
@@ -1,6 +1,6 @@
import React from 'react';
import {Prism as SyntaxHighlighterContainer} from 'react-syntax-highlighter';
-import {up9Style} from './highlighterStyle'
+import {highlighterStyle} from './highlighterStyle'
import './index.scss';
interface Props {
@@ -14,7 +14,7 @@ interface Props {
export const SyntaxHighlighter: React.FC
= ({
code,
- style = up9Style,
+ style = highlighterStyle,
showLineNumbers = true,
className,
language = 'python',
diff --git a/ui/src/components/Tabs.tsx b/ui/src/components/Tabs.tsx
index b78cdbe64..14f4e60e5 100644
--- a/ui/src/components/Tabs.tsx
+++ b/ui/src/components/Tabs.tsx
@@ -1,6 +1,7 @@
import Tooltip from "./Tooltip";
import React from "react";
import {makeStyles} from '@material-ui/core/styles';
+import variables from './style/variables.module.scss';
interface Tab {
tab: string,
@@ -30,7 +31,7 @@ const useTabsStyles = makeStyles((theme) => ({
tab: {
display: 'inline-block',
textTransform: 'uppercase',
- color: theme.palette.primary.main,
+ color: variables.blueColor,
cursor: 'pointer',
},
@@ -40,9 +41,9 @@ const useTabsStyles = makeStyles((theme) => ({
active: {
fontWeight: theme.typography.fontWeightBold,
- color: theme.palette.common.white,
+ color: variables.fontColor,
cursor: 'unset',
- borderBottom: "2px solid " + theme.palette.common.white,
+ borderBottom: "2px solid " + variables.fontColor,
paddingBottom: 6,
"&.dark": {
diff --git a/ui/src/components/assets/Mizu.svg b/ui/src/components/assets/Mizu.svg
new file mode 100644
index 000000000..d9b0bda3e
--- /dev/null
+++ b/ui/src/components/assets/Mizu.svg
@@ -0,0 +1,9 @@
+
diff --git a/ui/src/components/assets/pause.svg b/ui/src/components/assets/pause.svg
index bb8b5599d..c83cac7db 100644
--- a/ui/src/components/assets/pause.svg
+++ b/ui/src/components/assets/pause.svg
@@ -1,3 +1,5 @@
-
-
-
\ No newline at end of file
+
diff --git a/ui/src/components/assets/play.svg b/ui/src/components/assets/play.svg
index 66b964f6e..a623aa817 100644
--- a/ui/src/components/assets/play.svg
+++ b/ui/src/components/assets/play.svg
@@ -1,9 +1,4 @@
-