diff --git a/src/settings/specific/Material-Theme-Darker.json b/src/settings/specific/Material-Theme-Darker.json
index 44cd0fade..1316f8ea0 100644
--- a/src/settings/specific/Material-Theme-Darker.json
+++ b/src/settings/specific/Material-Theme-Darker.json
@@ -33,19 +33,6 @@
}
}
},
- "widget": {
- "background": "#212121",
- "caret": "#FFCC00",
- "foreground": "#616161",
- "highlight": "#00000030",
- "selection": "#61616140",
- "invisibles": "#BFBFBF",
- "comments": "#4A4A4A",
- "keywords": "#cfd8dc",
- "constant": "#80CBC4",
- "string": "#F9355A",
- "constantEscape": "#FFC400"
- },
"scheme": {
"background": "#212121",
"comments": "#4A4A4A",
@@ -60,6 +47,10 @@
"highlight": "#00000030",
"selection": "#61616140",
"shadow": "#00000010",
+ "keywords": "#cfd8dc",
+ "constant": "#80CBC4",
+ "string": "#F9355A",
+ "constantEscape": "#FFC400",
"base": {
"white": "#ffffff",
"black": "#000000",
diff --git a/src/settings/specific/Material-Theme-Lighter.json b/src/settings/specific/Material-Theme-Lighter.json
index abba4ff39..121487e73 100644
--- a/src/settings/specific/Material-Theme-Lighter.json
+++ b/src/settings/specific/Material-Theme-Lighter.json
@@ -33,19 +33,6 @@
}
}
},
- "widget": {
- "background": "#fafafa",
- "caret": "#27272790",
- "foreground": "#80CBC4",
- "highlight": "#90A4AE20",
- "selection": "#80CBC440",
- "invisibles": "#E7EAEC",
- "comments": "#CCD7DA",
- "keywords": "#AAB3B5",
- "constant": "#80CBC4",
- "string": "#F9355A",
- "constantEscape": "#FFC400"
- },
"scheme": {
"background": "#fafafa",
"comments": "#CCD7DA",
@@ -60,6 +47,10 @@
"highlight": "#90A4AE20",
"selection": "#80CBC440",
"shadow": "#90A4AE50",
+ "keywords": "#AAB3B5",
+ "constant": "#80CBC4",
+ "string": "#F9355A",
+ "constantEscape": "#FFC400",
"base": {
"white": "#ffffff",
"black": "#000000",
diff --git a/src/settings/specific/Material-Theme.json b/src/settings/specific/Material-Theme.json
index 7e5da37b6..cc3bdbe22 100644
--- a/src/settings/specific/Material-Theme.json
+++ b/src/settings/specific/Material-Theme.json
@@ -29,19 +29,6 @@
}
}
},
- "widget": {
- "background": "#263238",
- "caret": "#B0BEC5",
- "foreground": "#607D8B",
- "highlight": "#00000012",
- "selection": "#546E7A",
- "invisibles": "#65737e",
- "comments": "#546E7A",
- "keywords": "#cfd8dc",
- "constant": "#80CBC4",
- "string": "#F9355A",
- "constantEscape": "#FFC400"
- },
"scheme": {
"background": "#263238",
"comments": "#546E7A",
@@ -56,6 +43,10 @@
"highlight": "#00000030",
"selection": "#80CBC420",
"shadow": "#00000010",
+ "keywords": "#cfd8dc",
+ "constant": "#80CBC4",
+ "string": "#F9355A",
+ "constantEscape": "#FFC400",
"base": {
"white": "#ffffff",
"black": "#000000",
diff --git a/src/widgets/widget.stTheme b/src/widgets/widget.stTheme
index 2baab9333..7461ad05c 100644
--- a/src/widgets/widget.stTheme
+++ b/src/widgets/widget.stTheme
@@ -18,17 +18,17 @@
background
<%= ui.background.primary.hex %>
caret
- <%= widget.caret %>
+ <%= scheme.caret %>
foreground
- <%= widget.foreground %>
+ <%= scheme.foreground %>
invisibles
- <%= widget.invisibles %>
+ <%= scheme.invisibles %>
lineHighlight
- <%= widget.highlight %>
+ <%= scheme.highlight %>
selection
- <%= widget.selection %>
+ <%= scheme.selection %>
selectionBorder
- <%= widget.selection %>
+ <%= scheme.selection %>
@@ -41,7 +41,7 @@
fontStyle
italic
foreground
- <%= widget.comments %>
+ <%= scheme.comments %>
@@ -52,7 +52,7 @@
settings
foreground
- <%= widget.keyword %>
+ <%= scheme.keyword %>
@@ -61,7 +61,7 @@
settings
foreground
- <%= widget.constant %>
+ <%= scheme.constant %>
@@ -70,7 +70,7 @@
settings
foreground
- <%= widget.string %>
+ <%= scheme.string %>
@@ -79,7 +79,7 @@
settings
foreground
- <%= widget.constantEscape %>
+ <%= scheme.constantEscape %>
diff --git a/widgets/Widget - Material-Theme-Darker.stTheme b/widgets/Widget - Material-Theme-Darker.stTheme
index 4162ade04..0d02e23ea 100644
--- a/widgets/Widget - Material-Theme-Darker.stTheme
+++ b/widgets/Widget - Material-Theme-Darker.stTheme
@@ -20,9 +20,9 @@
caret
#FFCC00
foreground
- #616161
+ #eeffffff
invisibles
- #BFBFBF
+ #65737e
lineHighlight
#00000030
selection
diff --git a/widgets/Widget - Material-Theme.stTheme b/widgets/Widget - Material-Theme.stTheme
index 5fb3ad156..139f25dc3 100644
--- a/widgets/Widget - Material-Theme.stTheme
+++ b/widgets/Widget - Material-Theme.stTheme
@@ -18,17 +18,17 @@
background
#263238
caret
- #B0BEC5
+ #FFCC00
foreground
- #607D8B
+ #eeffff
invisibles
#65737e
lineHighlight
- #00000012
+ #00000030
selection
- #546E7A
+ #80CBC420
selectionBorder
- #546E7A
+ #80CBC420