IntelliJ Themes Demo: fixed last invalid colors in Material UI Lite themes (issue #26)

This commit is contained in:
Karl Tauber
2020-01-08 15:27:31 +01:00
parent 3f3884193d
commit e7d5e22960
2 changed files with 6 additions and 6 deletions

View File

@@ -294,7 +294,7 @@
"selectionBackground": "#40404050",
"selectionForeground": "#FFFFFF",
"selectionInactiveForeground": "#FFFFFF",
"selectionInactiveBackground": "#3232327025"
"selectionInactiveBackground": "#32323225"
},
"material": {
"background": "#212121",
@@ -746,10 +746,10 @@
"hash": "#292929",
"modifiedItemForeground": "#FF9800",
"rowHeight": 28,
"selectionBackground": "#3232327070",
"selectionBackground": "#32323270",
"selectionForeground": "#FFFFFF",
"selectionInactiveForeground": "#FFFFFF",
"selectionInactiveBackground": "#3232327025",
"selectionInactiveBackground": "#32323225",
"textBackground": "#1A1A1A"
},
"Tree.leftChildIndent": 10,

View File

@@ -294,7 +294,7 @@
"selectionBackground": "#40404050",
"selectionForeground": "#FFFFFF",
"selectionInactiveForeground": "#FFFFFF",
"selectionInactiveBackground": "#3232327025"
"selectionInactiveBackground": "#32323225"
},
"material": {
"background": "#212121",
@@ -746,10 +746,10 @@
"hash": "#292929",
"modifiedItemForeground": "#FF9800",
"rowHeight": 28,
"selectionBackground": "#3232327070",
"selectionBackground": "#32323270",
"selectionForeground": "#FFFFFF",
"selectionInactiveForeground": "#FFFFFF",
"selectionInactiveBackground": "#3232327025",
"selectionInactiveBackground": "#32323225",
"textBackground": "#212121"
},
"Tree.leftChildIndent": 10,