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

View File

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