From 487f71e2a44e36c671177f3a577c194d8b545323 Mon Sep 17 00:00:00 2001 From: Gaweringo <40121865+Gaweringo@users.noreply.github.com> Date: Mon, 16 Aug 2021 22:45:33 +0200 Subject: [PATCH] Update color of selections to increase readability Should fix #15 #13 #14 --- themes/firefly-pro.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/themes/firefly-pro.json b/themes/firefly-pro.json index b8d4c8d..13aafaa 100644 --- a/themes/firefly-pro.json +++ b/themes/firefly-pro.json @@ -4,7 +4,7 @@ "colors": { "focusBorder": "#292d36", "foreground": "#a0a8bd", - "selection.background": "#c3c3c3", + "selection.background": "#474747", "titleBar.activeBackground": "#000000", "titleBar.activeForeground": "#a8aebd", @@ -22,7 +22,7 @@ "button.hoverBackground": "#869c30", "dropdown.background": "#151515", - "dropdown.foreground": "#3d424d", + "dropdown.foreground": "#585f6f", "dropdown.border": "#333b12", "input.background": "#000000", @@ -88,18 +88,18 @@ "tab.unfocusedActiveBorder": "#3d424d", "tab.inactiveBackground": "#0e1421", "tab.inactiveForeground": "#a0a8bd", - "tab.unfocusedActiveForeground": "#3d424d", + "tab.unfocusedActiveForeground": "#8C97B1", "tab.unfocusedInactiveForeground": "#3d424d", "editor.background": "#0a0f17", - "editor.foreground": "#bac6db", + "editor.foreground": "#D8E1FF", "editorLineNumber.foreground": "#4d5466", "editorLineNumber.activeForeground": "#3d424de6", "editorCursor.foreground": "#bde5f1", "editor.selectionBackground": "#474747", - "editor.selectionForeground": "#474747", - "editor.inactiveSelectionBackground": "#474747", + "editor.selectionForeground": "#FDFEFE", + "editor.inactiveSelectionBackground": "#434343", "editor.selectionHighlightBackground": "#262626", "editor.selectionHighlightBorder": "#1d2936", @@ -786,4 +786,4 @@ } } ] -} \ No newline at end of file +}