IntelliJ Themes: updated themes to newest versions (used IJThemesUpdater)

This commit is contained in:
Karl Tauber
2020-08-27 00:05:29 +02:00
parent 21d78671d6
commit 6da220f36c
2 changed files with 18 additions and 20 deletions

View File

@@ -23,6 +23,8 @@
},
"ui": {
"*": {
"acceleratorForeground": "colorAcceleratorForeground",
"acceleratorSelectionForeground": "colorAcceleratorSelectionForeground",
"background": "colorBackground",
"caretForeground": "colorForeground",
"disabledForeground": "colorDisabledForeground",
@@ -68,10 +70,7 @@
"startBorderColor": "#476069"
},
"CheckBox": {},
"CheckBoxMenuItem": {
"acceleratorForeground": "colorAcceleratorForeground",
"acceleratorSelectionForeground": "colorAcceleratorSelectionForeground"
},
"CheckBoxMenuItem": {},
"ColorChooser": {
"swatchesDefaultRecentColor": "colorBackground"
},
@@ -257,8 +256,6 @@
"usedBackground": "#566C73"
},
"Menu": {
"acceleratorForeground": "colorAcceleratorForeground",
"acceleratorSelectionForeground": "colorAcceleratorSelectionForeground",
"borderColor": "colorSeparator",
"separatorColor": "colorSeparator"
},
@@ -372,10 +369,7 @@
"trackColor": "#36525B"
},
"RadioButton": {},
"RadioButtonMenuItem": {
"acceleratorForeground": "colorAcceleratorForeground",
"acceleratorSelectionForeground": "colorAcceleratorSelectionForeground"
},
"RadioButtonMenuItem": {},
"ScrollBar": {
"background": "#14414F",
"hoverThumbBorderColor": "#0A384459",
@@ -441,6 +435,11 @@
"Separator": {
"separatorColor": "colorSeparator"
},
"Settings": {
"Spotlight": {
"borderColor": "#9A670064"
}
},
"SidePanel": {
"background": "#0E4155"
},

View File

@@ -23,6 +23,8 @@
},
"ui": {
"*": {
"acceleratorForeground": "colorAcceleratorForeground",
"acceleratorSelectionForeground": "colorAcceleratorSelectionForeground",
"background": "colorBackground",
"caretForeground": "colorForeground",
"disabledForeground": "colorDisabledForeground",
@@ -68,10 +70,7 @@
"startBorderColor": "#B4BAB5"
},
"CheckBox": {},
"CheckBoxMenuItem": {
"acceleratorForeground": "colorAcceleratorForeground",
"acceleratorSelectionForeground": "colorAcceleratorSelectionForeground"
},
"CheckBoxMenuItem": {},
"ColorChooser": {
"swatchesDefaultRecentColor": "#CFD0C3"
},
@@ -263,8 +262,6 @@
"usedBackground": "#ADB5AF"
},
"Menu": {
"acceleratorForeground": "colorAcceleratorForeground",
"acceleratorSelectionForeground": "colorAcceleratorSelectionForeground",
"borderColor": "#D3D2C6",
"disabledBackground": "colorBackground",
"separatorColor": "colorSeparator"
@@ -378,10 +375,7 @@
"trackColor": "#BAC0B8"
},
"RadioButton": {},
"RadioButtonMenuItem": {
"acceleratorForeground": "colorAcceleratorForeground",
"acceleratorSelectionForeground": "colorAcceleratorSelectionForeground"
},
"RadioButtonMenuItem": {},
"ScrollBar": {
"background": "#F5F0E3",
"hoverThumbBorderColor": "#4B5A5F47",
@@ -445,6 +439,11 @@
"Separator": {
"separatorColor": "colorSeparator"
},
"Settings": {
"Spotlight": {
"borderColor": "#F6C00064"
}
},
"SidePanel": {
"background": "#E2E2D4"
},