From 9df017315b5321eb60dad7a218a4bf2aace92017 Mon Sep 17 00:00:00 2001 From: Michael Reinhardt Date: Fri, 16 Apr 2021 03:02:21 -0700 Subject: [PATCH] refactor: Adjust cyborg theme colors to work better together (#1106) Co-authored-by: Mike Reinhardt --- src/assets/themes/cyborg-focus.json | 54 ++++++++++++++--------------- src/assets/themes/cyborg.json | 54 ++++++++++++++--------------- 2 files changed, 54 insertions(+), 54 deletions(-) diff --git a/src/assets/themes/cyborg-focus.json b/src/assets/themes/cyborg-focus.json index c147503..e7bb2bd 100644 --- a/src/assets/themes/cyborg-focus.json +++ b/src/assets/themes/cyborg-focus.json @@ -3,24 +3,24 @@ "r": 95, "g": 215, "b": 215, - "black": "#263a3a", - "light_black": "#304444", - "grey": "#3a4e4e ", - "red": "#af0087", - "green": "#00af5f", - "yellow": "#afd700", - "blue": "#005faf", - "magenta": "#af00d7", - "cyan": "#5fafd7", - "white": "#afd7ff", - "brightBlack": "#5f5f87", - "brightRed": "#ff00d7", - "brightGreen": "#00ff87", - "brightYellow": "#d7ff00", - "brightBlue": "#5f87ff", - "brightMagenta": "#af5fff", - "brightCyan": "#5fd7ff", - "brightWhite": "#d7ffff" + "black": "#011f1f", + "light_black": "#0a3333", + "grey": "#034747", + "red": "#ad3e5a", + "green": "#3cd66f", + "yellow": "#c5d63c", + "blue": "#3c4dd6", + "magenta": "#ad31ad", + "cyan": "#31adad", + "white": "#a3c2c2", + "brightBlack": "#454585", + "brightRed": "#eb0954", + "brightGreen": "#85ff5c", + "brightYellow": "#ffff5c", + "brightBlue": "#5c5cff", + "brightMagenta": "#ff47d6", + "brightCyan": "#5cffff", + "brightWhite": "#e6fafa" }, "cssvars": { "font_main": "United Sans Medium", @@ -29,17 +29,17 @@ "terminal": { "fontFamily": "Fira Code", "cursorStyle": "block", - "foreground": "#87d7d7", - "background": "#263a3a", - "cursor": "#00d7ff", - "cursorAccent": "#5fff87", - "selection": "#d7ff5f" + "foreground": "#a3c2c2", + "background": "#0a3333", + "cursor": "#5cffff", + "cursorAccent": "#85ff5c", + "selection": "#ffff5c" }, "globe": { - "base": "#005faf", - "marker": "#af0087", - "pin": "#00ff87", - "satellite": "#d7ff00" + "base": "#5c5cff", + "marker": "#eb0954", + "pin": "#85ff5c", + "satellite": "#ffff5c" }, "injectCSS": "section#keyboard{position:absolute;bottom:3%;right:0;width:17%}section#keyboard .keyboard_row{position:absolute;bottom:0;width:100%;text-align:center}section#keyboard .keyboard_key{position:absolute;bottom:0;display:none}section#keyboard .keyboard_key.active,section#keyboard .keyboard_key.blink{position:absolute;bottom:0;display:flex;color:#263a3a}section#keyboard div.keyboard_key#keyboard_spacebar{min-width:auto;width:80%;right:15%}section#keyboard div.keyboard_row#row_2 div.keyboard_key.keyboard_enter{display:none !important}section#keyboard div.keyboard_key[data-cmd^=\"ESCAPED\"]{left:0} section>h3.title:first-child{border-bottom:0}section>h3.title:first-child::before{border-left:0}section>h3.title:first-child::after{border-right:0} section#filesystem{position:absolute;top:auto;left:0;bottom:0;width:17%}section#filesystem>h3.title{width:17%}section#filesystem>h3.title:first-child>p{width:24%}section#filesystem>h3.title:first-child>p:last-child{position:static;right:auto;width:72%}section#filesystem div#fs_disp_container{width:100%}section#filesystem.list-view>div#fs_disp_container:not(.disks)>div>h4{font-size:0.8vh}section#filesystem.list-view>div#fs_disp_container:not(.disks)>div>h4:nth-of-type(1){display:none}section#filesystem.list-view>div#fs_disp_container:not(.disks)>div>h4:nth-of-type(2){width:25%}div#fs_space_bar{display:none} section#main_shell{height:94.5%;padding:0.37vh;position:absolute;top:2.5vh}ul#main_shell_tabs{margin-left:-0.37vh;margin-top:-0.35vh}ul#main_shell_tabs>li{padding-top:0.55vh;padding-bottom:0.2vh}.terminal .xterm-viewport{padding-bottom:0}.xterm{height:100%}.xterm .xterm-screen{top:0.8vh;left:0.4vh}" } diff --git a/src/assets/themes/cyborg.json b/src/assets/themes/cyborg.json index 8acd545..09c4907 100644 --- a/src/assets/themes/cyborg.json +++ b/src/assets/themes/cyborg.json @@ -3,24 +3,24 @@ "r": 95, "g": 215, "b": 215, - "black": "#263a3a", - "light_black": "#304444", - "grey": "#3a4e4e ", - "red": "#af0087", - "green": "#00af5f", - "yellow": "#afd700", - "blue": "#005faf", - "magenta": "#af00d7", - "cyan": "#5fafd7", - "white": "#afd7ff", - "brightBlack": "#5f5f87", - "brightRed": "#ff00d7", - "brightGreen": "#00ff87", - "brightYellow": "#d7ff00", - "brightBlue": "#5f87ff", - "brightMagenta": "#af5fff", - "brightCyan": "#5fd7ff", - "brightWhite": "#d7ffff" + "black": "#011f1f", + "light_black": "#0a3333", + "grey": "#034747", + "red": "#ad3e5a", + "green": "#3cd66f", + "yellow": "#c5d63c", + "blue": "#3c4dd6", + "magenta": "#ad31ad", + "cyan": "#31adad", + "white": "#a3c2c2", + "brightBlack": "#454585", + "brightRed": "#eb0954", + "brightGreen": "#85ff5c", + "brightYellow": "#ffff5c", + "brightBlue": "#5c5cff", + "brightMagenta": "#ff47d6", + "brightCyan": "#5cffff", + "brightWhite": "#e6fafa" }, "cssvars": { "font_main": "United Sans Medium", @@ -29,17 +29,17 @@ "terminal": { "fontFamily": "Fira Code", "cursorStyle": "block", - "foreground": "#87d7d7", - "background": "#263a3a", - "cursor": "#00d7ff", - "cursorAccent": "#5fff87", - "selection": "#d7ff5f" + "foreground": "#a3c2c2", + "background": "#0a3333", + "cursor": "#5cffff", + "cursorAccent": "#85ff5c", + "selection": "#ffff5c" }, "globe": { - "base": "#005faf", - "marker": "#af0087", - "pin": "#00ff87", - "satellite": "#d7ff00" + "base": "#5c5cff", + "marker": "#eb0954", + "pin": "#85ff5c", + "satellite": "#ffff5c" }, "injectCSS": "" }