Skip to content

Commit

Permalink
add colors for the new listFilterWidget (VSCode new feature)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZYinMD committed Feb 9, 2019
1 parent df54cff commit 1cfff0e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### Contains 1 light theme + 1 dark theme. Not too bright, not too dark. Perfect for your eyes.
### Contains 1 light theme + 1 dark theme. Not too bright, not too dark, perfect for your eyes.

### Theme "Sepia":
![screenshot.sepia.png](images/screenshot.sepia.png)
Expand Down
4 changes: 4 additions & 0 deletions themes/sepia-from-cuttlefish.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@
"list.inactiveFocusBackground": "#00857567",
"list.inactiveSelectionBackground": "#00857567",
"list.warningForeground": "#ecec0a",
"listFilterWidget.background": "#5a45a8",
"listFilterWidget.noMatchesOutline": "#ff0000",
"listFilterWidget.outline": "#00000000",
"menu.background": "#184d51",
"menu.foreground": "#e0dab9",
"menu.selectionBackground": "#008874b6",
Expand Down Expand Up @@ -250,6 +253,7 @@
//"settings.textInputBackground": "#0f545e",
//"settings.textInputBorder": "#4e9692a0",
//"settings.textInputForeground": "#f3e2b6",
//"statusBarItem.hostBackground": "#007474",
//"tab.unfocusedActiveForeground": "#fff5e180",
//"tab.unfocusedActiveModifiedBorder": "#00aaaa80",
//"tab.unfocusedInactiveForeground": "#66666680",
Expand Down
6 changes: 3 additions & 3 deletions themes/sepia.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@
"list.inactiveFocusBackground": "#fdeecc",
"list.inactiveSelectionBackground": "#fdeecc",
"list.warningForeground": "#910096",
"listFilterWidget.background": "#fabcbc",
"listFilterWidget.noMatchesOutline": "#ff0000",
"listFilterWidget.outline": "#00000000",
"menu.background": "#fdeecc",
"menu.foreground": "#666055",
"menu.selectionBackground": "#ded2b6",
Expand Down Expand Up @@ -220,9 +223,6 @@
//"inputValidation.warningBorder": "#b89500",
//"list.errorForeground": "#b01011",
//"list.invalidItemForeground": "#b89500",
//"listFilterWidget.background": "#efc1ad",
//"listFilterWidget.noMatchesOutline": "#be1100",
//"listFilterWidget.outline": "#00000000",
//"merge.commonContentBackground": "#60606029",
//"merge.commonHeaderBackground": "#60606066",
//"merge.currentContentBackground": "#00aaaa22",
Expand Down

0 comments on commit 1cfff0e

Please sign in to comment.