fix: Improve Ocean colors contrast
This commit is contained in:
parent
43357cebe6
commit
f10cf31cb0
3 changed files with 7 additions and 7 deletions
|
@ -6,7 +6,7 @@
|
||||||
"background": "#212121",
|
"background": "#212121",
|
||||||
"backgroundAlt": "#212121",
|
"backgroundAlt": "#212121",
|
||||||
"contrastBorder": "#212121",
|
"contrastBorder": "#212121",
|
||||||
"comments": "#4A4A4A",
|
"comments": "#545454",
|
||||||
"caret": "#FFCC00",
|
"caret": "#FFCC00",
|
||||||
"findHighlight": "#FFCC00",
|
"findHighlight": "#FFCC00",
|
||||||
"foreground": "#EEFFFF",
|
"foreground": "#EEFFFF",
|
||||||
|
|
|
@ -6,10 +6,10 @@
|
||||||
"background": "#0F111A",
|
"background": "#0F111A",
|
||||||
"backgroundAlt": "#090B10",
|
"backgroundAlt": "#090B10",
|
||||||
"contrastBorder": "#000000",
|
"contrastBorder": "#000000",
|
||||||
"comments": "#3B3F51",
|
"comments": "#464B5D",
|
||||||
"caret": "#FFCC00",
|
"caret": "#FFCC00",
|
||||||
"findHighlight": "#FFCC00",
|
"findHighlight": "#FFCC00",
|
||||||
"foreground": "#80869E",
|
"foreground": "#8F93A2",
|
||||||
"focusBorder": "#FFFFFF",
|
"focusBorder": "#FFFFFF",
|
||||||
"guides": "#3B3F5150",
|
"guides": "#3B3F5150",
|
||||||
"lineNumbers": "#3B3F5180",
|
"lineNumbers": "#3B3F5180",
|
||||||
|
|
|
@ -6,14 +6,14 @@
|
||||||
"background": "#0F111A",
|
"background": "#0F111A",
|
||||||
"backgroundAlt": "#0F111A",
|
"backgroundAlt": "#0F111A",
|
||||||
"contrastBorder": "#0F111A",
|
"contrastBorder": "#0F111A",
|
||||||
"comments": "#3B3F51",
|
"comments": "#464B5D",
|
||||||
"caret": "#FFCC00",
|
"caret": "#FFCC00",
|
||||||
"findHighlight": "#FFCC00",
|
"findHighlight": "#FFCC00",
|
||||||
"foreground": "#80869E",
|
"foreground": "#8F93A2",
|
||||||
"focusBorder": "#FFFFFF",
|
"focusBorder": "#FFFFFF",
|
||||||
"guides": "#3B3F5150",
|
"guides": "#3B3F5150",
|
||||||
"lineNumbers": "#3B3F5180",
|
"lineNumbers": "#3B3F5180",
|
||||||
"invisibles": "#FF00FF",
|
"invisibles": "#80869E50",
|
||||||
"lineHighlight": "#000000",
|
"lineHighlight": "#000000",
|
||||||
"selection": "#717CB450",
|
"selection": "#717CB450",
|
||||||
"shadow": "#00000030",
|
"shadow": "#00000030",
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
"scrollbarsHover": "#00000030",
|
"scrollbarsHover": "#00000030",
|
||||||
"statusbarForeground": "#4B526D",
|
"statusbarForeground": "#4B526D",
|
||||||
"sidebarBackground": "#292D3E",
|
"sidebarBackground": "#292D3E",
|
||||||
"sidebarForeground": "#4B526D",
|
"sidebarForeground": "#525975",
|
||||||
"listHoverForeground": "#FFFFFF",
|
"listHoverForeground": "#FFFFFF",
|
||||||
"listHoverBackground": "#292D3E",
|
"listHoverBackground": "#292D3E",
|
||||||
"tabActiveForeground": "#FFFFFF",
|
"tabActiveForeground": "#FFFFFF",
|
||||||
|
|
Loading…
Reference in a new issue