diff --git a/src/themes/settings/specific/darker.json b/src/themes/settings/specific/darker.json index 3ad4453..9424a34 100644 --- a/src/themes/settings/specific/darker.json +++ b/src/themes/settings/specific/darker.json @@ -6,7 +6,7 @@ "background": "#212121", "backgroundAlt": "#212121", "contrastBorder": "#212121", - "comments": "#4A4A4A", + "comments": "#545454", "caret": "#FFCC00", "findHighlight": "#FFCC00", "foreground": "#EEFFFF", diff --git a/src/themes/settings/specific/ocean-hc.json b/src/themes/settings/specific/ocean-hc.json index 251b4c2..7adecdf 100644 --- a/src/themes/settings/specific/ocean-hc.json +++ b/src/themes/settings/specific/ocean-hc.json @@ -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", diff --git a/src/themes/settings/specific/ocean.json b/src/themes/settings/specific/ocean.json index c302551..a0b7cbe 100644 --- a/src/themes/settings/specific/ocean.json +++ b/src/themes/settings/specific/ocean.json @@ -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",