Skip to content

Commit

Permalink
fix colors for settings editor
Browse files Browse the repository at this point in the history
  • Loading branch information
eenaree committed Sep 13, 2023
1 parent 524590f commit 641aab2
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions themes/new-dark-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,19 @@
"textLink.foreground": "#589DF6",
"textLink.activeForeground": "#57C7FE",

"settings.numberInputBackground": "#292929",
"settings.textInputBackground": "#292929",
"settings.modifiedItemIndicator": "#3d6185",
"settings.dropdownBackground": "#45494a",
"settings.dropdownForeground": "#bbbbbb",
"settings.dropdownBorder": "#646464",
"settings.checkboxBackground": "#43494a",
"settings.checkboxForeground": "#a7a7a7",
"settings.checkboxBorder": "#6b6b6b",
"settings.numberInputBackground": "#45494a",
"settings.numberInputForeground": "#bbbbbb",
"settings.numberInputBorder": "#646464",
"settings.textInputBackground": "#45494a",
"settings.textInputForeground": "#bbbbbb",
"settings.textInputBorder": "#646464",

"peekView.border": "#292929",
"peekViewEditor.background": "#46484a",
Expand Down

0 comments on commit 641aab2

Please sign in to comment.