diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/Hiberbee.theme.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/Hiberbee.theme.json index 4ec97633..66ed770d 100644 --- a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/Hiberbee.theme.json +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/Hiberbee.theme.json @@ -1,17 +1,29 @@ { "author": "Vlad Volkov", "colors": { - "border": "#434343", - "focused": "#5a5a5a", - "separator": "#434343", - "background": "#191919", - "paneBackground": "#252525", - "lightBackground": "#323232", - "headerBackground": "#3c3c3c", - "darkerForeground": "#7d7d7d", - "foreground": "#c8c8c8", - "shadow": "#252525", - "accent": "#FFC83C" + "accent": "#FFC83C", + "greyDot15": "#d8d8d8", + "greyDot25": "#bfbfbf", + "greyDot33": "#aaaaaa", + "greyDot50": "#7d7d7d", + "greyDot65": "#5a5a5a", + "greyDot70": "#4d4d4d", + "greyDot75": "#434343", + "greyDot80": "#323232", + "greyDot85": "#252525", + "greyDot90": "#191919", + "navyDot85": "#191d21", + "navyDot90": "#1f2021", + "lightBlue": "#90dae6", + "green": "#5B8021", + "red": "#800040", + "desaturatedBlue": "#1e282d", + "desaturatedOrange": "#8049117f", + "transparentGreen": "#5B80217f", + "transparentRed": "#8000407f", + "transparentYellow": "#8066357f", + "transparentViolet": "#9478F67f", + "yellow": "#806635" }, "dark": true, "editorScheme": "/Hiberbee.xml", @@ -31,7 +43,7 @@ "Objects.Yellow": "#f7cd46", "Objects.Green": "#78b756", "Objects.Purple": "#9478f6", - "Objects.BlackText": "#4b4b4b", + "Objects.BlackText": "#4d4d4d", "Objects.Blue": "#49b0f1", "Objects.YellowDark": "#fd971f", "Objects.GreenAndroid": "#78c856" @@ -39,76 +51,78 @@ }, "name": "Hiberbee", "ui": { - "ActionButton.hoverBackground": "separator", - "ActionButton.hoverBorderColor": "focused", - "ActionButton.pressedBackground": "focused", - "Borders.ContrastBorderColor": "separator", - "Borders.color": "border", + "ActionButton.hoverBackground": "greyDot65", + "ActionButton.hoverBorderColor": "greyDot50", + "ActionButton.pressedBackground": "greyDot65", + "Borders.ContrastBorderColor": "greyDot65", + "ActionButton.pressedBorderColor": "lightBlue", + "Borders.color": "greyDot65", "Button.arc": "5", - "Button.background": "lightBackground", - "Button.default.endBackground": "lightBackground", - "Button.default.endBorderColor": "border", - "Button.default.focusColor": "headerBackground", - "Button.default.focusedBorderColor": "accent", - "Button.default.foreground": "accent", - "Button.default.shadowColor": "shadow", - "Button.default.startBackground": "lightBackground", - "Button.default.startBorderColor": "border", - "Button.endBackground": "lightBackground", - "Button.endBorderColor": "border", + "Button.background": "greyDot80", + "Button.default.endBackground": "greyDot80", + "Button.default.endBorderColor": "greyDot65", + "Button.default.startBorderColor": "greyDot65", + "Button.default.focusColor": "greyDot50", + "Button.default.focusedBorderColor": "lightBlue", + "Button.default.foreground": "greyDot25", + "Button.default.shadowColor": "navyDot90", + "Button.default.startBackground": "greyDot80", + "Button.endBackground": "greyDot80", + "Button.startBorderColor": "greyDot65", + "Button.endBorderColor": "greyDot65", "Button.focusedBorderColor": "accent", - "Button.foreground": "foreground", - "Button.shadowColor": "shadow", + "Button.foreground": "greyDot25", + "Button.shadowColor": "navyDot90", "Button.shadowWidth": "0", - "Button.startBackground": "lightBackground", - "Button.startBorderColor": "border", - "CheckBox.background": "lightBackground", - "CheckBoxMenuItem.background": "lightBackground", - "CheckBoxMenuItem.disabledBackground": "darkBackground", + "Button.startBackground": "greyDot80", + "CheckBox.background": "greyDot80", + "CheckBoxMenuItem.background": "greyDot80", + "CheckBoxMenuItem.disabledBackground": "greyDot85", "CheckBoxMenuItem.selectionForeground": "accent", - "ComboBox.ArrowButton.disabledIconColor": "separator", + "ComboBox.ArrowButton.disabledIconColor": "greyDot50", "ComboBox.ArrowButton.iconColor": "accent", - "ComboBox.ArrowButton.nonEditableBackground": "separator", - "ComboBox.background": "lightBackground", + "ComboBox.ArrowButton.nonEditableBackground": "greyDot70", + "ComboBox.background": "greyDot80", "ComboBox.modifiedItemForeground": "accent", - "ComboBox.nonEditableBackground": "headerBackground", - "ComboPopup.border": "0,0,0,0,4b4b4b", - "CompletionPopup.foreground": "foreground", + "ComboBox.nonEditableBackground": "greyDot75", + "ComboPopup.border": "1,1,1,1,5a5a5a", + "CompletionPopup.foreground": "greyDot25", "CompletionPopup.matchForeground": "accent", - "CompletionPopup.selectionBackground": "separator", - "CompletionPopup.selectionInactiveBackground": "lightBackground", + "CompletionPopup.selectionBackground": "navyDot85", + "CompletionPopup.selectionInactiveBackground": "greyDot80", "Component.arc": "5", - "Component.borderColor": "focused", - "Component.errorFocusColor": "#501428", - "Component.focusColor": "#595959", + "Component.borderColor": "greyDot65", + "Component.errorFocusColor": "red", + "Component.focusColor": "accent", "Component.focusWidth": "0", - "Component.focusedBorderColor": "#666666", - "Component.hoverIconColor": "foreground", - "Component.iconColor": "accent", - "Component.inactiveErrorFocusColor": "#3c0a14", - "Component.inactiveWarningFocusColor": "#4b3219", - "Component.warningFocusColor": "#966432", - "Counter.background": "lightBackground", - "Counter.foreground": "foreground", - "Debugger.Variables.evaluatingExpressionForeground": "#6782cd", - "Debugger.Variables.changedValueForeground": "#F9D778", - "DebuggerPopup.borderColor": "border", - "DefaultTabs.background": "lightBackground", - "DefaultTabs.hoverBackground": "#191C21", + "Component.focusedBorderColor": "greyDot50", + "Component.hoverIconColor": "accent", + "Component.iconColor": "lightBlue", + "Component.inactiveErrorFocusColor": "transparentRed", + "Component.inactiveWarningFocusColor": "transparentYellow", + "Component.warningFocusColor": "yellow", + "Counter.background": "greyDot80", + "Counter.foreground": "greyDot25", + "Debugger.Variables.changedValueForeground": "accent", + "Debugger.Variables.evaluatingExpressionForeground": "lightBlue", + "DebuggerPopup.borderColor": "greyDot65", + "DefaultTabs.background": "greyDot80", + "DefaultTabs.borderColor": "greyDot65", + "DefaultTabs.hoverBackground": "navyDot85", "DefaultTabs.underlineColor": "accent", "DefaultTabs.underlineHeight": 1, - "DefaultTabs.underlinedTabBackground": "border", - "DefaultTabs.underlinedTabForeground": "accent", - "DragAndDrop.areaBackground": "#666666", - "DragAndDrop.areaForeground": "foreground", - "Editor.background": "background", - "Editor.foreground": "foreground", - "EditorPane.background": "lightBackground", + "DefaultTabs.underlinedTabBackground": "greyDot75", + "DefaultTabs.underlinedTabForeground": "lightBlue", + "DragAndDrop.areaBackground": "greyDot75", + "DragAndDrop.areaForeground": "greyDot25", + "Editor.background": "greyDot90", + "Editor.foreground": "greyDot25", + "EditorPane.background": "greyDot80", "EditorPane.caretForeground": "accent", - "EditorPane.foreground": "foreground", - "EditorPane.inactiveBackground": "paneBackground", - "EditorPane.inactiveForeground": "#808080", - "EditorPane.selectionBackground": "#191C21", + "EditorPane.foreground": "greyDot25", + "EditorPane.inactiveBackground": "greyDot85", + "EditorPane.inactiveForeground": "greyDot50", + "EditorPane.selectionBackground": "navyDot85", "EditorPane.selectionForeground": "accent", "EditorTabs.underlineHeight": 1, "FileColor.Blue": "#23282d", @@ -117,188 +131,192 @@ "FileColor.Rose": "#2d2323", "FileColor.Violet": "#2D232D", "FileColor.Yellow": "#2d2d23", - "GutterTooltip.infoForeground": "darkerForeground", - "InplaceRefactoringPopup.borderColor": "focused", - "Label.background": "lightBackground", - "Link.activeForeground": "#7da5f0", + "GutterTooltip.infoForeground": "greyDot50", + "InplaceRefactoringPopup.borderColor": "lightBlue", + "Label.background": "greyDot80", + "Link.activeForeground": "lightBlue", "Link.hoverForeground": "accent", - "Link.pressedForeground": "#6782cd", - "Link.visitedForeground": "foreground", - "List.background": "lightBackground", - "List.selectionBackground": "#23262B", + "Link.pressedForeground": "lightBlue", + "Link.visitedForeground": "greyDot25", + "List.background": "greyDot80", + "List.selectionBackground": "navyDot85", "List.selectionForeground": "accent", - "MemoryIndicator.allocatedBackground": "#0a3c14", - "MemoryIndicator.usedBackground": "#320a19", - "Menu.acceleratorForeground": "foreground", + "MemoryIndicator.allocatedBackground": "green", + "MemoryIndicator.usedBackground": "red", + "Menu.acceleratorForeground": "greyDot25", "Menu.acceleratorSelectionForeground": "accent", - "Menu.background": "lightBackground", - "Menu.foreground": "foreground", + "Menu.background": "greyDot80", + "Menu.borderColor": "greyDot65", + "Menu.foreground": "greyDot25", "Menu.selectionForeground": "accent", - "Menu.separatorColor": "separator", - "MenuBar.selectionBackground": "focused", - "MenuBar.shadow": "shadow", + "Menu.separatorColor": "greyDot65", + "MenuBar.borderColor": "greyDot65", + "MenuBar.selectionBackground": "navyDot85", + "MenuBar.shadow": "navyDot90", "MenuItem.selectionForeground": "accent", - "Notification.MoreButton.background": "paneBackground", - "Notification.MoreButton.innerBorderColor": "separator", - "Notification.ToolWindow.errorBackground": "#37160b", - "Notification.ToolWindow.errorBorderColor": "#ed6b88", - "Notification.ToolWindow.errorForeground": "#e1e1e1", - "Notification.ToolWindow.informativeBackground": "#3c5014", - "Notification.ToolWindow.informativeBorderColor": "#556914", - "Notification.ToolWindow.informativeForeground": "darkerForeground", - "Notification.ToolWindow.warningBackground": "#372c0b", - "Notification.ToolWindow.warningBorderColor": "accent", - "Notification.ToolWindow.warningForeground": "#e1e1e1", - "Notification.background": "paneBackground", - "Notification.errorBackground": "#37160b", - "Notification.errorBorderColor": "#ed6b88", - "Notification.errorForeground": "foreground", - "Notification.foreground": "foreground", - "OptionPane.background": "lightBackground", - "OptionPane.foreground": "foreground", - "Panel.background": "lightBackground", - "Panel.foreground": "foreground", - "ParameterInfo.background": "paneBackground", - "ParameterInfo.currentOverloadBackground": "foreground", + "Notification.MoreButton.background": "greyDot85", + "Notification.MoreButton.innerBorderColor": "greyDot65", + "Notification.ToolWindow.errorBackground": "red", + "Notification.ToolWindow.errorBorderColor": "greyDot50", + "Notification.ToolWindow.errorForeground": "greyDot15", + "Notification.ToolWindow.informativeBackground": "#304000", + "Notification.ToolWindow.informativeBorderColor": "greyDot65", + "Notification.ToolWindow.informativeForeground": "greyDot15", + "Notification.ToolWindow.warningBackground": "yellow", + "Notification.ToolWindow.warningBorderColor": "greyDot65", + "Notification.ToolWindow.warningForeground": "greyDot15", + "Notification.background": "greyDot85", + "Notification.errorBackground": "red", + "Notification.errorBorderColor": "greyDot65", + "Notification.errorForeground": "greyDot15", + "Notification.foreground": "greyDot25", + "OptionPane.background": "greyDot80", + "OptionPane.foreground": "greyDot25", + "Panel.background": "greyDot80", + "Panel.foreground": "greyDot25", + "ParameterInfo.background": "greyDot85", + "ParameterInfo.currentOverloadBackground": "lightBlue", "ParameterInfo.currentParameterForeground": "accent", - "ParameterInfo.foreground": "foreground", - "ParameterInfo.infoForeground": "darkerForeground", - "ParameterInfo.lineSeparatorColor": "separator", - "Plugins.Button.installBackground": "lightBackground", - "Plugins.Button.installBorderColor": "border", - "Plugins.Button.installFillBackground": "lightBackground", - "Plugins.Button.installFillForeground": "foreground", + "ParameterInfo.foreground": "greyDot25", + "ParameterInfo.infoForeground": "greyDot33", + "ParameterInfo.lineSeparatorColor": "greyDot70", + "Plugins.Button.installBackground": "greyDot80", + "Plugins.Button.installBorderColor": "greyDot65", + "Plugins.Button.installFillBackground": "greyDot80", + "Plugins.Button.installFillForeground": "greyDot25", "Plugins.Button.installForeground": "accent", - "Plugins.SearchField.background": "headerBackground", - "Plugins.SectionHeader.background": "headerBackground", - "Plugins.SectionHeader.foreground": "foreground", - "Plugins.Tab.hoverBackground": "paneBackground", - "Plugins.Tab.selectedBackground": "#191C21", - "Plugins.background": "lightBackground", - "Plugins.disabledForeground": "darkerForeground", - "Plugins.lightSelectionBackground": "separator", - "Plugins.tagBackground": "paneBackground", - "Plugins.tagForeground": "foreground", - "Popup.Advertiser.background": "paneBackground", - "Popup.Advertiser.foreground": "darkerForeground", - "Popup.Header.activeBackground": "headerBackground", - "Popup.Header.inactiveBackground": "paneBackground", - "Popup.paintBorder": false, - "PopupMenu.background": "lightBackground", - "PopupMenu.foreground": "foreground", - "PopupMenu.selectionBackground": "#191C21", - "PopupMenu.selectionForeground": "accent", + "Plugins.SearchField.background": "greyDot75", + "Plugins.SectionHeader.background": "greyDot75", + "Plugins.SectionHeader.foreground": "greyDot25", + "Plugins.Tab.hoverBackground": "navyDot85", + "Plugins.Tab.selectedBackground": "greyDot85", + "Plugins.background": "greyDot80", + "Plugins.disabledForeground": "greyDot50", + "Plugins.lightSelectionBackground": "greyDot70", + "Plugins.tagBackground": "greyDot85", + "Plugins.tagForeground": "greyDot25", + "Popup.Advertiser.background": "greyDot85", + "Popup.Advertiser.foreground": "greyDot50", + "Popup.Header.activeBackground": "greyDot75", + "Popup.Header.inactiveBackground": "greyDot85", + "Popup.paintBorder": true, + "PopupMenu.background": "greyDot80", + "PopupMenu.foreground": "greyDot25", + "PopupMenu.selectionBackground": "navyDot85", + "PopupMenu.selectionForeground": "lightBlue", "PopupMenuSeparator.stripeWidth": 1, - "ProgressBar.failedColor": "#ec5f5d", - "ProgressBar.failedEndColor": "#ffa9ca", - "ProgressBar.indeterminateEndColor": "#f9d778", - "ProgressBar.indeterminateStartColor": "#ee9b70", - "ProgressBar.passedColor": "#78b756", - "ProgressBar.passedEndColor": "#b4da82", - "ProgressBar.progressColor": "#ffe499", + "ProgressBar.failedColor": "red", + "ProgressBar.failedEndColor": "greyDot65", + "ProgressBar.indeterminateEndColor": "greyDot25", + "ProgressBar.indeterminateStartColor": "accent", + "ProgressBar.passedColor": "green", + "ProgressBar.passedEndColor": "greyDot65", + "ProgressBar.progressColor": "accent", "ProgressBar.trackColor": "accent", - "RadioButton.background": "lightBackground", - "ScrollBar.Mac.hoverTrackColor": "headerBackground", - "Slider.background": "lightBackground", - "ScrollBar.Mac.trackColor": "lightBackground", - "ScrollPane.background": "paneBackground", - "ScrollPane.foreground": "darkerForeground", - "SearchEverywhere.Advertiser.background": "paneBackground", - "SearchEverywhere.Advertiser.foreground": "darkerForeground", - "SearchEverywhere.Header.background": "paneBackground", - "SearchEverywhere.List.separatorColor": "separator", - "SearchEverywhere.List.separatorForeground": "separator", - "SearchEverywhere.SearchField.background": "headerBackground", - "SearchEverywhere.SearchField.borderColor": "border", - "SearchEverywhere.SearchField.infoForeground": "darkerForeground", - "SearchEverywhere.Tab.selectedBackground": "separator", + "RadioButton.background": "greyDot75", + "ScrollBar.Mac.hoverTrackColor": "greyDot75", + "ScrollBar.Mac.trackColor": "greyDot75", + "ScrollPane.background": "greyDot85", + "ScrollPane.foreground": "greyDot25", + "SearchEverywhere.Advertiser.background": "greyDot85", + "SearchEverywhere.Advertiser.foreground": "greyDot33", + "SearchEverywhere.Header.background": "greyDot85", + "SearchEverywhere.List.separatorColor": "greyDot70", + "SearchEverywhere.List.separatorForeground": "greyDot70", + "SearchEverywhere.SearchField.background": "greyDot75", + "SearchEverywhere.SearchField.borderColor": "greyDot70", + "SearchEverywhere.SearchField.infoForeground": "greyDot50", + "SearchEverywhere.Tab.selectedBackground": "greyDot70", "SearchEverywhere.Tab.selectedForeground": "accent", "SearchMatch.endBackground": "accent", "SearchMatch.startBackground": "accent", - "Separator.separatorColor": "separator", - "SidePanel.background": "paneBackground", - "Slider.focus": "focused", - "SpeedSearch.background": "lightBackground", - "SpeedSearch.borderColor": "border", - "SpeedSearch.errorForeground": "#ed6b88", + "Separator.separatorColor": "greyDot70", + "SidePanel.background": "greyDot85", + "Slider.background": "greyDot80", + "Slider.focus": "greyDot65", + "SpeedSearch.background": "greyDot80", + "SpeedSearch.borderColor": "greyDot70", + "SpeedSearch.errorForeground": "red", "SpeedSearch.foreground": "accent", - "SplitPane.background": "lightBackground", - "SplitPane.darkShadow": "shadow", + "SplitPane.background": "greyDot80", + "SplitPane.darkShadow": "navyDot90", "SplitPane.highlight": "accent", - "SplitPane.shadow": "shadow", - "TabbedPane.background": "lightBackground", - "TabbedPane.contentAreaColor": "lightBackground", - "TabbedPane.disabledUnderlineColor": "border", - "TabbedPane.focusColor": "focused", - "TabbedPane.foreground": "foreground", - "TabbedPane.hoverColor": "separator", + "SplitPane.shadow": "navyDot90", + "TabbedPane.background": "greyDot80", + "TabbedPane.contentAreaColor": "greyDot80", + "TabbedPane.disabledUnderlineColor": "greyDot75", + "TabbedPane.focusColor": "greyDot65", + "TabbedPane.foreground": "greyDot25", + "TabbedPane.hoverColor": "navyDot85", "TabbedPane.tabSelectionHeight": 1, "TabbedPane.underlineColor": "accent", - "Table.background": "lightBackground", - "Table.dropLineColor": "border", - "Table.dropLineShortColor": "separator", + "Table.background": "greyDot80", + "Table.dropLineColor": "greyDot75", + "Table.dropLineShortColor": "greyDot70", "Table.focusCellForeground": "accent", - "Table.selectionBackground": "#191C21", + "Table.selectionBackground": "navyDot85", "Table.selectionForeground": "accent", "Table.sortIconColor": "accent", - "Table.stripeColor": "border", - "TableHeader.background": "paneBackground", - "TableHeader.bottomSeparatorColor": "border", - "TableHeader.separatorColor": "separator", - "TextArea.background": "paneBackground", + "Table.stripeColor": "greyDot75", + "TableHeader.background": "greyDot85", + "TableHeader.bottomSeparatorColor": "greyDot75", + "TableHeader.separatorColor": "greyDot70", + "TextArea.background": "greyDot85", "TextArea.caretForeground": "accent", - "TextArea.foreground": "foreground", - "TextArea.selectionBackground": "#191C21", - "TextField.background": "headerBackground", + "TextArea.foreground": "greyDot25", + "TextArea.selectionBackground": "navyDot85", + "TextField.background": "greyDot75", "TextField.caretForeground": "accent", - "TextField.darkShadow": "shadow", - "TextField.foreground": "foreground", - "TextField.highlight": "#ffffff", - "TextField.selectionBackground": "#191C21", - "TextPane.background": "lightBackground", - "TitlePane.background": "paneBackground", - "ToggleButton.borderColor": "separator", - "ToggleButton.buttonColor": "headerBackground", - "ToggleButton.offBackground": "#232323", - "ToggleButton.offForeground": "darkerForeground", - "ToggleButton.onBackground": "focused", + "TextField.darkShadow": "navyDot90", + "TextField.foreground": "greyDot25", + "TextField.highlight": "greyDot15", + "TextField.selectionBackground": "navyDot85", + "TextPane.background": "greyDot80", + "TitlePane.background": "greyDot85", + "ToggleButton.borderColor": "greyDot70", + "ToggleButton.buttonColor": "greyDot75", + "ToggleButton.offBackground": "greyDot75", + "ToggleButton.offForeground": "greyDot25", + "ToggleButton.onBackground": "greyDot50", "ToggleButton.onForeground": "accent", - "ToolBar.background": "lightBackground", - "ToolBar.borderHandleColor": "separator", - "ToolBar.shadow": "shadow", - "ToolTip.Actions.background": "lightBackground", - "ToolTip.Actions.infoForeground": "darkerForeground", - "ToolTip.background": "headerBackground", - "ToolTip.foreground": "foreground", - "ToolTip.infoForeground": "darkerForeground", - "ToolWindow.Button.hoverBackground": "focused", - "ToolWindow.Button.selectedBackground": "separator", + "ToolBar.background": "greyDot80", + "ToolBar.borderHandleColor": "greyDot70", + "ToolBar.darkShadow": "navyDot90", + "ToolBar.shadow": "navyDot90", + "ToolTip.Actions.background": "greyDot80", + "ToolTip.Actions.infoForeground": "greyDot50", + "ToolTip.background": "greyDot75", + "ToolTip.foreground": "greyDot25", + "ToolTip.infoForeground": "greyDot50", + "ToolWindow.Button.hoverBackground": "navyDot85", + "ToolWindow.Button.selectedBackground": "greyDot70", "ToolWindow.Button.selectedForeground": "accent", - "ToolWindow.Header.background": "paneBackground", - "ToolWindow.Header.inactiveBackground": "lightBackground", - "ToolWindow.HeaderTab.hoverBackground": "border", - "ToolWindow.HeaderTab.hoverInactiveBackground": "headerBackground", - "ToolWindow.HeaderTab.inactiveUnderlineColor": "border", - "ToolWindow.HeaderTab.selectedInactiveBackground": "headerBackground", + "ToolWindow.Header.background": "greyDot85", + "ToolWindow.Header.inactiveBackground": "greyDot80", + "ToolWindow.HeaderTab.hoverBackground": "navyDot85", + "ToolWindow.HeaderTab.hoverInactiveBackground": "navyDot90", + "ToolWindow.HeaderTab.inactiveUnderlineColor": "greyDot75", + "ToolWindow.HeaderTab.selectedInactiveBackground": "greyDot80", "ToolWindow.HeaderTab.underlineColor": "accent", "ToolWindow.HeaderTab.underlineHeight": 1, - "ToolWindow.HeaderTab.underlinedTabInactiveBackground": "border", - "Tree.background": "paneBackground", + "ToolWindow.HeaderTab.underlinedTabInactiveBackground": "greyDot75", + "Tree.background": "greyDot85", "Tree.modifiedItemForeground": "accent", "Tree.paintLines": 0, - "Tree.selectionBackground": "#191C21", + "Tree.rowHeight": 20, + "Tree.selectionBackground": "navyDot85", "Tree.selectionForeground": "accent", - "Tree.selectionInactiveBackground": "#191C217f", - "ValidationTooltip.errorBackground": "#261313", - "ValidationTooltip.errorBorderColor": "#ff0072", - "ValidationTooltip.warningBackground": "#372c0b", - "ValidationTooltip.warningBorderColor": "accent", - "VersionControl.FileHistory.Commit.selectedBranchBackground": "separator", - "VersionControl.Log.Commit.currentBranchBackground": "#232323", - "VersionControl.Log.Commit.unmatchedForeground": "foreground", - "WelcomeScreen.Projects.selectionBackground": "#191C21", - "WelcomeScreen.Projects.selectionInactiveBackground": "#191C217f", - "WelcomeScreen.separatorColor": "separator", - "Window.border": "1,1,1,1,4b4b4b" + "Tree.selectionInactiveBackground": "navyDot90", + "ValidationTooltip.errorBackground": "red", + "ValidationTooltip.errorBorderColor": "greyDot65", + "ValidationTooltip.warningBackground": "#805e00", + "ValidationTooltip.warningBorderColor": "greyDot65", + "VersionControl.FileHistory.Commit.selectedBranchBackground": "greyDot70", + "VersionControl.Log.Commit.currentBranchBackground": "greyDot85", + "VersionControl.Log.Commit.unmatchedForeground": "greyDot25", + "WelcomeScreen.Projects.selectionBackground": "navyDot85", + "WelcomeScreen.Projects.selectionInactiveBackground": "navyDot90", + "WelcomeScreen.separatorColor": "greyDot65", + "Window.border": "0,0,0,0,5a5a5a" } }