IntelliJ Themes Demo: updated Arc, Arc Orange and Hiberbee themes (used IJThemesUpdater)

This commit is contained in:
Karl Tauber
2020-03-28 09:41:51 +01:00
parent e2618c37a2
commit 1bebfe9cf2
3 changed files with 142 additions and 183 deletions

View File

@@ -1,114 +1,124 @@
{ {
"name": "Hiberbee",
"author": "Vlad Volkov", "author": "Vlad Volkov",
"dark": true,
"editorScheme": "/colors/Hiberbee.xml",
"colors": { "colors": {
"accent": "#FFC83C", "accent": "#FFC83C",
"desaturatedBlue": "#1e282d",
"desaturatedOrange": "#8049117f",
"green": "#5B8021",
"greyDot15": "#d8d8d8", "greyDot15": "#d8d8d8",
"greyDot20": "#cccccc",
"greyDot25": "#bfbfbf", "greyDot25": "#bfbfbf",
"greyDot33": "#aaaaaa", "greyDot33": "#aaaaaa",
"greyDot50": "#7d7d7d", "greyDot50": "#7d7d7d",
"greyDot60": "#666666",
"greyDot65": "#5a5a5a", "greyDot65": "#5a5a5a",
"greyDot70": "#4d4d4d", "greyDot70": "#4d4d4d",
"greyDot75": "#434343", "greyDot75": "#434343",
"greyDot80": "#323232", "greyDot80": "#323232",
"greyDot85": "#252525", "greyDot85": "#252525",
"greyDot90": "#191919", "greyDot90": "#1f2021",
"lightBlue": "#57D1EB",
"navyDot85": "#191d21", "navyDot85": "#191d21",
"navyDot90": "#1f2021", "navyDot90": "#1f2021",
"lightBlue": "#90dae6",
"green": "#5B8021",
"red": "#800040", "red": "#800040",
"desaturatedBlue": "#1e282d",
"desaturatedOrange": "#8049117f",
"transparentGreen": "#5B80217f", "transparentGreen": "#5B80217f",
"transparentRed": "#8000407f", "transparentRed": "#8000407f",
"transparentYellow": "#8066357f",
"transparentViolet": "#9478F67f", "transparentViolet": "#9478F67f",
"transparentYellow": "#8066357f",
"yellow": "#806635" "yellow": "#806635"
}, },
"dark": true,
"editorScheme": "/Hiberbee.xml",
"icons": { "icons": {
"ColorPalette": { "ColorPalette": {
"Actions.Blue": "#57D1EB",
"Actions.Green": "#92D923",
"Actions.Grey": "#afafaf", "Actions.Grey": "#afafaf",
"Actions.Red": "#ff0072", "Actions.GreyInline": "#7f7f7f",
"Actions.Yellow": "#f7cd46", "Actions.GreyInline.Dark": "#646464",
"Actions.Green": "#A6E22E", "Actions.Red": "#ff6188",
"Actions.Blue": "#307bf6", "Actions.Yellow": "#FFC83C",
"Actions.GreyInline": "#afafaf", "Objects.BlackText": "greyDot33",
"Actions.GreyInline.Dark": "#7d7d7d", "Objects.Blue": "#57D1EB",
"Objects.Grey": "#c8c8c8", "Objects.Green": "#92D923",
"Objects.RedStatus": "#EC5F5D", "Objects.GreenAndroid": "#92D923",
"Objects.Red": "#ff0072", "Objects.Grey": "#7f7f7f",
"Objects.Pink": "#ffa9ca", "Objects.Pink": "#ffa9ca",
"Objects.Yellow": "#f7cd46", "Objects.Purple": "#9380FF",
"Objects.Green": "#78b756", "Objects.Red": "#ed005c",
"Objects.Purple": "#9478f6", "Objects.RedStatus": "#EC5F5D",
"Objects.BlackText": "#4d4d4d", "Objects.Yellow": "#FFC83C",
"Objects.Blue": "#49b0f1", "Objects.YellowDark": "#FD971F"
"Objects.YellowDark": "#fd971f",
"Objects.GreenAndroid": "#78c856"
} }
}, },
"name": "Hiberbee",
"ui": { "ui": {
"ActionButton.hoverBackground": "greyDot65", "*": {
"ActionButton.hoverBorderColor": "greyDot50", "arc": "3",
"ActionButton.pressedBackground": "greyDot65", "shadow": "greyDot75",
"Borders.ContrastBorderColor": "greyDot65", "background": "greyDot80",
"ActionButton.pressedBorderColor": "lightBlue", "borderColor": "greyDot70",
"Borders.color": "greyDot65", "caretForeground": "accent",
"Button.arc": "5", "color": "greyDot50",
"Button.background": "greyDot80", "foreground": "greyDot20",
"hoverBackground": "greyDot70",
"selectedBackground": "greyDot85",
"selectedForeground": "greyDot15",
"selectedInactiveBackground": "greyDot70",
"selectionBackground": "navyDot85",
"selectionForeground": "accent",
"separatorColor": "greyDot75",
"underlineHeight": 1
},
"ActionButton": {
"hoverBorderColor": "greyDot50",
"pressedBackground": "greyDot65",
"pressedBorderColor": "greyDot50"
},
"Borders": {
"ContrastBorderColor": "greyDot65",
"color": "greyDot70"
},
"Button.default.endBackground": "greyDot80", "Button.default.endBackground": "greyDot80",
"Button.default.endBorderColor": "greyDot65", "Button.default.endBorderColor": "greyDot65",
"Button.default.startBorderColor": "greyDot65", "Button.default.focusColor": "greyDot80",
"Button.default.focusColor": "greyDot50", "Button.default.focusedBorderColor": "greyDot15",
"Button.default.focusedBorderColor": "lightBlue", "Button.default.foreground": "greyDot15",
"Button.default.foreground": "greyDot25",
"Button.default.shadowColor": "navyDot90",
"Button.default.startBackground": "greyDot80", "Button.default.startBackground": "greyDot80",
"Button.default.startBorderColor": "greyDot65",
"Button.endBackground": "greyDot80", "Button.endBackground": "greyDot80",
"Button.startBorderColor": "greyDot65",
"Button.endBorderColor": "greyDot65", "Button.endBorderColor": "greyDot65",
"Button.focusedBorderColor": "accent", "Button.focusedBorderColor": "accent",
"Button.foreground": "greyDot25",
"Button.shadowColor": "navyDot90",
"Button.shadowWidth": "0",
"Button.startBackground": "greyDot80", "Button.startBackground": "greyDot80",
"CheckBox.background": "greyDot80", "Button.startBorderColor": "greyDot65",
"CheckBoxMenuItem.background": "greyDot80", "CheckBox.disabledText": "greyDot33",
"CheckBoxMenuItem.disabledBackground": "greyDot85", "CheckBox.select": "greyDot50",
"CheckBoxMenuItem.selectionForeground": "accent", "CheckBoxMenuItem.disabledBackground": "greyDot80",
"ComboBox.ArrowButton.disabledIconColor": "greyDot50", "ComboBox.ArrowButton.disabledIconColor": "greyDot50",
"ComboBox.ArrowButton.iconColor": "accent", "ComboBox.ArrowButton.iconColor": "accent",
"ComboBox.ArrowButton.nonEditableBackground": "greyDot70", "ComboBox.ArrowButton.nonEditableBackground": "greyDot70",
"ComboBox.background": "greyDot80",
"ComboBox.modifiedItemForeground": "accent", "ComboBox.modifiedItemForeground": "accent",
"ComboBox.disabledForeground": "greyDot70",
"ComboBox.nonEditableBackground": "greyDot75", "ComboBox.nonEditableBackground": "greyDot75",
"ComboPopup.border": "1,1,1,1,5a5a5a", "ComboPopup.border": "1,1,1,1,4d4d4d",
"CompletionPopup.foreground": "greyDot25", "CompletionPopup": {
"CompletionPopup.matchForeground": "accent", "foreground": "greyDot20",
"CompletionPopup.selectionBackground": "navyDot85", "matchForeground": "accent"
"CompletionPopup.selectionInactiveBackground": "greyDot80", },
"Component.arc": "5", "Component.arc": "3",
"Component.borderColor": "greyDot65", "Label.foreground": "greyDot15",
"Component.errorFocusColor": "red", "Component.disabledBorderColor": "greyDot70",
"Component.focusColor": "accent", "Component.infoForeground": "greyDot50",
"Component.errorFocusColor": "#F65F87",
"Component.focusColor": "greyDot50",
"Component.focusWidth": "0", "Component.focusWidth": "0",
"Component.focusedBorderColor": "greyDot50", "Component.focusedBorderColor": "greyDot50",
"Component.hoverIconColor": "accent", "Component.hoverIconColor": "accent",
"Component.iconColor": "lightBlue",
"Component.inactiveErrorFocusColor": "transparentRed", "Component.inactiveErrorFocusColor": "transparentRed",
"Component.inactiveWarningFocusColor": "transparentYellow", "Component.inactiveWarningFocusColor": "transparentYellow",
"Component.warningFocusColor": "yellow", "Component.warningFocusColor": "yellow",
"Counter.background": "greyDot80",
"Counter.foreground": "greyDot25",
"Debugger.Variables.changedValueForeground": "accent", "Debugger.Variables.changedValueForeground": "accent",
"Debugger.Variables.evaluatingExpressionForeground": "lightBlue", "Debugger.Variables.evaluatingExpressionForeground": "lightBlue",
"DebuggerPopup.borderColor": "greyDot65",
"DefaultTabs.background": "greyDot80",
"DefaultTabs.borderColor": "greyDot65",
"DefaultTabs.hoverBackground": "navyDot85",
"DefaultTabs.underlineColor": "accent", "DefaultTabs.underlineColor": "accent",
"DefaultTabs.underlineHeight": 1, "DefaultTabs.underlineHeight": 1,
"DefaultTabs.underlinedTabBackground": "greyDot75", "DefaultTabs.underlinedTabBackground": "greyDot75",
@@ -116,14 +126,8 @@
"DragAndDrop.areaBackground": "greyDot75", "DragAndDrop.areaBackground": "greyDot75",
"DragAndDrop.areaForeground": "greyDot25", "DragAndDrop.areaForeground": "greyDot25",
"Editor.background": "greyDot90", "Editor.background": "greyDot90",
"Editor.foreground": "greyDot25",
"EditorPane.background": "greyDot80",
"EditorPane.caretForeground": "accent",
"EditorPane.foreground": "greyDot25",
"EditorPane.inactiveBackground": "greyDot85", "EditorPane.inactiveBackground": "greyDot85",
"EditorPane.inactiveForeground": "greyDot50", "EditorPane.inactiveForeground": "greyDot50",
"EditorPane.selectionBackground": "navyDot85",
"EditorPane.selectionForeground": "accent",
"EditorTabs.underlineHeight": 1, "EditorTabs.underlineHeight": 1,
"FileColor.Blue": "#23282d", "FileColor.Blue": "#23282d",
"FileColor.Green": "#232d28", "FileColor.Green": "#232d28",
@@ -131,55 +135,45 @@
"FileColor.Rose": "#2d2323", "FileColor.Rose": "#2d2323",
"FileColor.Violet": "#2D232D", "FileColor.Violet": "#2D232D",
"FileColor.Yellow": "#2d2d23", "FileColor.Yellow": "#2d2d23",
"FormattedTextField.inactiveBackground": "greyDot80",
"FormattedTextField.background": "greyDot75",
"GutterTooltip.infoForeground": "greyDot50", "GutterTooltip.infoForeground": "greyDot50",
"InplaceRefactoringPopup.borderColor": "lightBlue", "Label": {
"Label.background": "greyDot80", "foreground": "greyDot25",
"infoForeground": "greyDot50"
},
"Link.activeForeground": "lightBlue", "Link.activeForeground": "lightBlue",
"Link.hoverForeground": "accent", "Link.hoverForeground": "accent",
"Link.pressedForeground": "lightBlue", "Link.pressedForeground": "lightBlue",
"Link.visitedForeground": "greyDot25", "Link.visitedForeground": "greyDot25",
"List.background": "greyDot80",
"List.selectionBackground": "navyDot85",
"List.selectionForeground": "accent",
"MemoryIndicator.allocatedBackground": "green", "MemoryIndicator.allocatedBackground": "green",
"MemoryIndicator.usedBackground": "red", "MemoryIndicator.usedBackground": "red",
"Menu.acceleratorForeground": "greyDot25", "Menu.acceleratorForeground": "greyDot25",
"Menu.acceleratorSelectionForeground": "accent",
"Menu.background": "greyDot80",
"Menu.borderColor": "greyDot65",
"Menu.foreground": "greyDot25",
"Menu.selectionForeground": "accent",
"Menu.separatorColor": "greyDot65",
"MenuBar.borderColor": "greyDot65",
"MenuBar.selectionBackground": "navyDot85",
"MenuBar.shadow": "navyDot90",
"MenuItem.selectionForeground": "accent",
"Notification.MoreButton.background": "greyDot85",
"Notification.MoreButton.innerBorderColor": "greyDot65", "Notification.MoreButton.innerBorderColor": "greyDot65",
"Notification.ToolWindow.errorBackground": "red", "Notification.ToolWindow.errorBackground": "greyDot85",
"Notification.ToolWindow.errorBorderColor": "greyDot50", "Notification.ToolWindow.errorBorderColor": "#ed005c",
"Notification.ToolWindow.errorForeground": "greyDot15", "Notification.ToolWindow.errorForeground": "#F65F87",
"Notification.ToolWindow.informativeBackground": "#304000", "Notification.ToolWindow.informativeBackground": "greyDot85",
"Notification.ToolWindow.informativeBorderColor": "greyDot65", "Notification.ToolWindow.informativeBorderColor": "#92D923",
"Notification.ToolWindow.informativeForeground": "greyDot15", "Notification.ToolWindow.informativeForeground": "#92D923",
"Notification.ToolWindow.warningBackground": "yellow", "Notification.ToolWindow.warningBackground": "greyDot85",
"Notification.ToolWindow.warningBorderColor": "greyDot65", "Notification.ToolWindow.warningBorderColor": "accent",
"Notification.ToolWindow.warningForeground": "greyDot15", "Notification.ToolWindow.warningForeground": "accent",
"Notification.background": "greyDot85", "Notification.background": "greyDot85",
"Notification.errorBackground": "red", "Notification.errorBackground": "greyDot85",
"Notification.errorBorderColor": "greyDot65", "Notification.errorBorderColor": "#ed005c",
"Notification.errorForeground": "greyDot15", "Notification.errorForeground": "#F65F87",
"Notification.foreground": "greyDot25",
"OptionPane.background": "greyDot80", "OptionPane.background": "greyDot80",
"OptionPane.foreground": "greyDot25", "OptionPane.foreground": "greyDot33",
"Panel.background": "greyDot80", "Panel.background": "greyDot80",
"Panel.foreground": "greyDot25", "Panel.foreground": "greyDot20",
"ParameterInfo.background": "greyDot85", "ParameterInfo.background": "greyDot85",
"ParameterInfo.currentOverloadBackground": "lightBlue",
"ParameterInfo.currentParameterForeground": "accent",
"ParameterInfo.foreground": "greyDot25", "ParameterInfo.foreground": "greyDot25",
"ParameterInfo.currentOverloadBackground": "greyDot65",
"ParameterInfo.currentParameterForeground": "accent",
"ParameterInfo.infoForeground": "greyDot33", "ParameterInfo.infoForeground": "greyDot33",
"ParameterInfo.lineSeparatorColor": "greyDot70", "ParameterInfo.lineSeparatorColor": "greyDot75",
"PasswordField.background": "greyDot75",
"Plugins.Button.installBackground": "greyDot80", "Plugins.Button.installBackground": "greyDot80",
"Plugins.Button.installBorderColor": "greyDot65", "Plugins.Button.installBorderColor": "greyDot65",
"Plugins.Button.installFillBackground": "greyDot80", "Plugins.Button.installFillBackground": "greyDot80",
@@ -187,136 +181,99 @@
"Plugins.Button.installForeground": "accent", "Plugins.Button.installForeground": "accent",
"Plugins.SearchField.background": "greyDot75", "Plugins.SearchField.background": "greyDot75",
"Plugins.SectionHeader.background": "greyDot75", "Plugins.SectionHeader.background": "greyDot75",
"Plugins.SectionHeader.foreground": "greyDot25", "Plugins.Tab.hoverBackground": "greyDot65",
"Plugins.Tab.hoverBackground": "navyDot85",
"Plugins.Tab.selectedBackground": "greyDot85",
"Plugins.background": "greyDot80", "Plugins.background": "greyDot80",
"Plugins.disabledForeground": "greyDot50", "Plugins.disabledForeground": "greyDot50",
"Plugins.lightSelectionBackground": "greyDot70", "Plugins.lightSelectionBackground": "navyDot85",
"Plugins.tagBackground": "greyDot85", "Plugins.tagBackground": "greyDot85",
"Plugins.tagForeground": "greyDot25",
"Popup.Advertiser.background": "greyDot85", "Popup.Advertiser.background": "greyDot85",
"Popup.Advertiser.foreground": "greyDot50", "Popup.Advertiser.foreground": "greyDot50",
"Popup.Header.activeBackground": "greyDot75", "Popup.Header.activeBackground": "greyDot75",
"Popup.Header.inactiveBackground": "greyDot85", "Popup.Header.inactiveBackground": "greyDot85",
"Popup.paintBorder": true, "Popup.paintBorder": true,
"PopupMenu.background": "greyDot80", "PopupMenu.background": "greyDot80",
"PopupMenu.foreground": "greyDot25",
"PopupMenu.selectionBackground": "navyDot85",
"PopupMenu.selectionForeground": "lightBlue",
"PopupMenuSeparator.stripeWidth": 1, "PopupMenuSeparator.stripeWidth": 1,
"ProgressBar.failedColor": "red", "ProgressBar.failedColor": "#ed005c",
"ProgressBar.failedEndColor": "greyDot65", "ProgressBar.failedEndColor": "greyDot75",
"ProgressBar.indeterminateEndColor": "greyDot25",
"ProgressBar.indeterminateStartColor": "accent", "ProgressBar.indeterminateStartColor": "accent",
"ProgressBar.passedColor": "green", "ProgressBar.indeterminateEndColor": "#FD971F",
"ProgressBar.passedEndColor": "greyDot65", "ProgressBar.passedColor": "#92D923",
"ProgressBar.passedEndColor": "greyDot75",
"ProgressBar.progressColor": "accent", "ProgressBar.progressColor": "accent",
"ProgressBar.trackColor": "greyDot75", "ProgressBar.trackColor": "greyDot75",
"RadioButton.background": "greyDot75", "RadioButton.background": "greyDot80",
"ScrollBar.Mac.hoverTrackColor": "greyDot75", "RadioButtonMenuItem.disabledBackground": "greyDot80",
"ScrollBar.Mac.trackColor": "greyDot75", "ScrollPane.background": "greyDot80",
"ScrollPane.background": "greyDot85", "SearchEverywhere.Advertiser.foreground": "greyDot50",
"ScrollPane.foreground": "greyDot25", "SearchEverywhere.List.separatorForeground": "greyDot50",
"SearchEverywhere.Advertiser.background": "greyDot85", "SearchEverywhere.SearchField.infoForeground": "greyDot33",
"SearchEverywhere.Advertiser.foreground": "greyDot33",
"SearchEverywhere.Header.background": "greyDot85",
"SearchEverywhere.List.separatorColor": "greyDot70",
"SearchEverywhere.List.separatorForeground": "greyDot70",
"SearchEverywhere.SearchField.background": "greyDot75", "SearchEverywhere.SearchField.background": "greyDot75",
"SearchEverywhere.SearchField.borderColor": "greyDot70", "SearchEverywhere.Header.background": "greyDot80",
"SearchEverywhere.SearchField.infoForeground": "greyDot50", "SearchEverywhere.Tab.selectedBackground": "greyDot80",
"SearchEverywhere.Tab.selectedBackground": "greyDot70",
"SearchEverywhere.Tab.selectedForeground": "accent",
"SearchMatch.endBackground": "accent", "SearchMatch.endBackground": "accent",
"SearchMatch.startBackground": "accent", "SearchMatch.startBackground": "accent",
"Separator.separatorColor": "greyDot70",
"SidePanel.background": "greyDot85", "SidePanel.background": "greyDot85",
"Slider.background": "greyDot80", "SpeedSearch.errorForeground": "#F65F87",
"Slider.focus": "greyDot65",
"SpeedSearch.background": "greyDot80",
"SpeedSearch.borderColor": "greyDot70",
"SpeedSearch.errorForeground": "red",
"SpeedSearch.foreground": "accent", "SpeedSearch.foreground": "accent",
"SplitPane.background": "greyDot80",
"SplitPane.darkShadow": "navyDot90",
"SplitPane.highlight": "accent", "SplitPane.highlight": "accent",
"SplitPane.shadow": "navyDot90", "PopupMenu.translucentBackground": "greyDot50",
"TabbedPane.background": "greyDot80", "TabbedPane.disabledUnderlineColor": "greyDot65",
"TabbedPane.contentAreaColor": "greyDot80",
"TabbedPane.disabledUnderlineColor": "greyDot75",
"TabbedPane.focusColor": "greyDot65", "TabbedPane.focusColor": "greyDot65",
"TabbedPane.foreground": "greyDot25",
"TabbedPane.hoverColor": "navyDot85",
"TabbedPane.tabSelectionHeight": 1, "TabbedPane.tabSelectionHeight": 1,
"TabbedPane.underlineColor": "accent", "TabbedPane.underlineColor": "accent",
"Table.background": "greyDot80",
"Table.dropLineColor": "greyDot75", "Table.dropLineColor": "greyDot75",
"Table.dropLineShortColor": "greyDot70", "Table.dropLineShortColor": "greyDot70",
"Table.focusCellBackground": "greyDot85",
"Table.focusCellForeground": "accent", "Table.focusCellForeground": "accent",
"Table.selectionBackground": "navyDot85",
"Table.selectionForeground": "accent",
"Table.sortIconColor": "accent", "Table.sortIconColor": "accent",
"Table.stripeColor": "greyDot75", "Table.stripeColor": "greyDot75",
"TableHeader.background": "greyDot85", "TableHeader.background": "greyDot85",
"TableHeader.bottomSeparatorColor": "greyDot75", "TableHeader.bottomSeparatorColor": "greyDot65",
"TableHeader.separatorColor": "greyDot70", "TextArea.background": "greyDot75",
"TextArea.background": "greyDot85",
"TextArea.caretForeground": "accent", "TextArea.caretForeground": "accent",
"TextArea.foreground": "greyDot25", "TextArea.inactiveBackground": "greyDot80",
"TextArea.selectionBackground": "navyDot85",
"TextField.background": "greyDot75", "TextField.background": "greyDot75",
"TextField.caretForeground": "accent",
"TextField.darkShadow": "navyDot90",
"TextField.foreground": "greyDot25", "TextField.foreground": "greyDot25",
"TextField.caretForeground": "accent",
"TextField.highlight": "greyDot15", "TextField.highlight": "greyDot15",
"TextField.selectionBackground": "navyDot85", "TextField.inactiveForeground": "greyDot33",
"TextPane.background": "greyDot80", "TextPane.inactiveBackground": "greyDot80",
"TitlePane.background": "greyDot85", "TitlePane.background": "greyDot85",
"ToggleButton.borderColor": "greyDot70", "ToggleButton.buttonColor": "greyDot65",
"ToggleButton.buttonColor": "greyDot75",
"ToggleButton.offBackground": "greyDot75", "ToggleButton.offBackground": "greyDot75",
"ToggleButton.offForeground": "greyDot25", "ToggleButton.offForeground": "greyDot25",
"ToggleButton.onBackground": "greyDot50", "ToggleButton.onBackground": "accent",
"ToggleButton.onForeground": "accent", "ToggleButton.onForeground": "greyDot80",
"ToolBar.background": "greyDot80", "ToolBar.borderHandleColor": "greyDot65",
"ToolBar.borderHandleColor": "greyDot70",
"ToolBar.darkShadow": "navyDot90",
"ToolBar.shadow": "navyDot90",
"ToolTip.Actions.background": "greyDot80", "ToolTip.Actions.background": "greyDot80",
"ToolTip.Actions.infoForeground": "greyDot50", "ToolTip.Actions.infoForeground": "greyDot50",
"ToolTip.background": "greyDot75", "ToolTip.background": "greyDot75",
"ToolTip.foreground": "greyDot25",
"ToolTip.infoForeground": "greyDot50", "ToolTip.infoForeground": "greyDot50",
"ToolWindow.Button.hoverBackground": "navyDot85", "ToolWindow.Button.hoverBackground": "greyDot65",
"ToolWindow.Button.selectedBackground": "greyDot70", "ToolWindow.Button.selectedBackground": "greyDot85",
"ToolWindow.Button.selectedForeground": "accent", "ToolWindow.Button.selectedForeground": "lightBlue",
"ToolWindow.Header.background": "greyDot85", "ToolWindow.Header.background": "greyDot85",
"ToolWindow.Header.inactiveBackground": "greyDot80", "ToolWindow.Header.inactiveBackground": "greyDot80",
"ToolWindow.HeaderTab.hoverBackground": "navyDot85", "ToolWindow.HeaderTab.hoverBackground": "greyDot65",
"ToolWindow.HeaderTab.hoverInactiveBackground": "navyDot90", "ToolWindow.HeaderTab.hoverInactiveBackground": "greyDot85",
"ToolWindow.HeaderTab.inactiveUnderlineColor": "greyDot75", "ToolWindow.HeaderTab.inactiveUnderlineColor": "greyDot75",
"ToolWindow.HeaderTab.selectedInactiveBackground": "greyDot80",
"ToolWindow.HeaderTab.underlineColor": "accent", "ToolWindow.HeaderTab.underlineColor": "accent",
"ToolWindow.HeaderTab.underlineHeight": 1, "ToolWindow.HeaderTab.underlineHeight": 1,
"ToolWindow.HeaderTab.underlinedTabBackground": "greyDot90",
"ToolWindow.HeaderTab.underlinedTabInactiveBackground": "greyDot75", "ToolWindow.HeaderTab.underlinedTabInactiveBackground": "greyDot75",
"Tree.background": "greyDot85", "Tree.background": "greyDot85",
"Tree.foreground": "greyDot15",
"Tree.modifiedItemForeground": "accent", "Tree.modifiedItemForeground": "accent",
"Tree.paintLines": 0, "ValidationTooltip.errorBackground": "greyDot85",
"Tree.rowHeight": 20, "ValidationTooltip.errorBorderColor": "#ed005c",
"Tree.selectionBackground": "navyDot85", "ValidationTooltip.warningBackground": "greyDot85",
"Tree.selectionForeground": "accent", "ValidationTooltip.warningBorderColor": "accent",
"Tree.selectionInactiveBackground": "navyDot90",
"ValidationTooltip.errorBackground": "red",
"ValidationTooltip.errorBorderColor": "greyDot65",
"ValidationTooltip.warningBackground": "#805e00",
"ValidationTooltip.warningBorderColor": "greyDot65",
"VersionControl.FileHistory.Commit.selectedBranchBackground": "greyDot70", "VersionControl.FileHistory.Commit.selectedBranchBackground": "greyDot70",
"VersionControl.Log.Commit.currentBranchBackground": "greyDot85", "VersionControl.Log.Commit.currentBranchBackground": "greyDot85",
"VersionControl.Log.Commit.unmatchedForeground": "greyDot25", "VersionControl.Log.Commit.unmatchedForeground": "greyDot25",
"WelcomeScreen.Projects.selectionBackground": "navyDot85", "WelcomeScreen.Projects.selectionBackground": "navyDot85",
"WelcomeScreen.Projects.selectionInactiveBackground": "navyDot90", "WelcomeScreen.Projects.selectionInactiveBackground": "navyDot90",
"WelcomeScreen.separatorColor": "greyDot65", "WelcomeScreen.separatorColor": "greyDot65",
"Window.border": "0,0,0,0,5a5a5a" "Window.border": "1,1,1,1,4d4d4d"
} }
} }

View File

@@ -36,6 +36,8 @@
} }
}, },
"ToolBar.background" : "#F5F5F5",
"Popup.Toolbar.background" : "#F5F5F5",
"Panel.background": "#F5F5F5", "Panel.background": "#F5F5F5",
"Panel.foreground" : "#5c616c", "Panel.foreground" : "#5c616c",
"Window.border" : "1,1,1,1,#5c616c", "Window.border" : "1,1,1,1,#5c616c",
@@ -53,7 +55,6 @@
"Group.separatorColor" : "#9ba2ab", "Group.separatorColor" : "#9ba2ab",
"Tree.background" : "#ffffff", "Tree.background" : "#ffffff",
"Tree.rowHeight": "23",
"ProgressBar.background" : "#f57900", "ProgressBar.background" : "#f57900",
"ProgressBar.foreground" : "#f57900", "ProgressBar.foreground" : "#f57900",

View File

@@ -36,6 +36,8 @@
} }
}, },
"ToolBar.background" : "#F5F5F5",
"Popup.Toolbar.background" : "#F5F5F5",
"Panel.background": "#F5F5F5", "Panel.background": "#F5F5F5",
"Panel.foreground" : "#5c616c", "Panel.foreground" : "#5c616c",
"Window.border" : "1,1,1,1,#5c616c", "Window.border" : "1,1,1,1,#5c616c",
@@ -53,7 +55,6 @@
"Group.separatorColor" : "#9ba2ab", "Group.separatorColor" : "#9ba2ab",
"Tree.background" : "#ffffff", "Tree.background" : "#ffffff",
"Tree.rowHeight": "23",
"ProgressBar.background" : "#2679db", "ProgressBar.background" : "#2679db",
"ProgressBar.foreground" : "#2679db", "ProgressBar.foreground" : "#2679db",