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",
|
||||
"backgroundAlt": "#212121",
|
||||
"contrastBorder": "#212121",
|
||||
"comments": "#4A4A4A",
|
||||
"comments": "#545454",
|
||||
"caret": "#FFCC00",
|
||||
"findHighlight": "#FFCC00",
|
||||
"foreground": "#EEFFFF",
|
||||
|
|
|
@ -6,10 +6,10 @@
|
|||
"background": "#0F111A",
|
||||
"backgroundAlt": "#090B10",
|
||||
"contrastBorder": "#000000",
|
||||
"comments": "#3B3F51",
|
||||
"comments": "#464B5D",
|
||||
"caret": "#FFCC00",
|
||||
"findHighlight": "#FFCC00",
|
||||
"foreground": "#80869E",
|
||||
"foreground": "#8F93A2",
|
||||
"focusBorder": "#FFFFFF",
|
||||
"guides": "#3B3F5150",
|
||||
"lineNumbers": "#3B3F5180",
|
||||
|
|
|
@ -6,14 +6,14 @@
|
|||
"background": "#0F111A",
|
||||
"backgroundAlt": "#0F111A",
|
||||
"contrastBorder": "#0F111A",
|
||||
"comments": "#3B3F51",
|
||||
"comments": "#464B5D",
|
||||
"caret": "#FFCC00",
|
||||
"findHighlight": "#FFCC00",
|
||||
"foreground": "#80869E",
|
||||
"foreground": "#8F93A2",
|
||||
"focusBorder": "#FFFFFF",
|
||||
"guides": "#3B3F5150",
|
||||
"lineNumbers": "#3B3F5180",
|
||||
"invisibles": "#FF00FF",
|
||||
"invisibles": "#80869E50",
|
||||
"lineHighlight": "#000000",
|
||||
"selection": "#717CB450",
|
||||
"shadow": "#00000030",
|
||||
|
@ -24,7 +24,7 @@
|
|||
"scrollbarsHover": "#00000030",
|
||||
"statusbarForeground": "#4B526D",
|
||||
"sidebarBackground": "#292D3E",
|
||||
"sidebarForeground": "#4B526D",
|
||||
"sidebarForeground": "#525975",
|
||||
"listHoverForeground": "#FFFFFF",
|
||||
"listHoverBackground": "#292D3E",
|
||||
"tabActiveForeground": "#FFFFFF",
|
||||
|
|
Loading…
Reference in a new issue