Skip to content

Commit

Permalink
fix the color of "list.inactiveFocusBackground" in sepia
Browse files Browse the repository at this point in the history
  • Loading branch information
ZYinMD committed Feb 9, 2019
1 parent 6ed0510 commit df54cff
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion themes/sepia.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
"list.focusBackground": "#fdeecc",
"list.highlightForeground": "#b58900",
"list.hoverBackground": "#fdeecc",
"list.inactiveFocusBackground": "#fdeecc",
"list.inactiveSelectionBackground": "#fdeecc",
"list.warningForeground": "#910096",
"menu.background": "#fdeecc",
Expand Down Expand Up @@ -218,8 +219,10 @@
//"inputValidation.warningBackground": "#f6f5d2",
//"inputValidation.warningBorder": "#b89500",
//"list.errorForeground": "#b01011",
//"list.inactiveFocusBackground": "#d8dae6",
//"list.invalidItemForeground": "#b89500",
//"listFilterWidget.background": "#efc1ad",
//"listFilterWidget.noMatchesOutline": "#be1100",
//"listFilterWidget.outline": "#00000000",
//"merge.commonContentBackground": "#60606029",
//"merge.commonHeaderBackground": "#60606066",
//"merge.currentContentBackground": "#00aaaa22",
Expand All @@ -242,6 +245,7 @@
//"settings.textInputBackground": "#e4d4b2",
//"settings.textInputForeground": "#333333",
//"statusBar.debuggingForeground": "#666666",
//"statusBarItem.hostBackground": "#fdfd00",
//"tab.activeForeground": "#333333",
//"tab.inactiveModifiedBorder": "#00b3b380",
//"tab.unfocusedActiveForeground": "#333333b3",
Expand Down

0 comments on commit df54cff

Please sign in to comment.