diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/HiberbeeDark.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/HiberbeeDark.theme.json index 2fa19301..096e2d93 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/HiberbeeDark.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/HiberbeeDark.theme.json @@ -2,6 +2,23 @@ "name": "Hiberbee Dark", "author": "Vlad Volkov", "dark": true, + "icons": { + "ColorPalette": { + "Actions.Blue": "#78dce8", + "Actions.Green": "#92d923", + "Actions.Grey": "#93918c", + "Actions.Red": "#fb3b45", + "Actions.Yellow": "#FFD866", + "Objects.Blue": "#78dce8", + "Objects.Green": "#92d923", + "Objects.Pink": "#ff6188", + "Objects.Purple": "#ab9df2", + "Objects.Red": "#fb3b45", + "Objects.RedStatus": "#fb3b45", + "Objects.Yellow": "#FFD866", + "Objects.YellowDark": "#FFB900" + } + }, "editorScheme": "/colors/Dark.xml", "colors": { "black": "#000000", @@ -22,7 +39,7 @@ "deepBlue": "#3199b3", "orangeMonokaiPro": "#fc9867", "greenMonokaiPro": "#a9dc76", - "yellow": "#FFB900", + "yellow": "#ffd64c", "purpleWinPalette": "#b4a0ff", "purpleMonokaiPro": "#ab9df2", "greenWinPalette": "#40c5af", @@ -49,7 +66,7 @@ "transparentGreen": "#5B80217f", "transparentRed": "#F250227f", "transparentViolet": "#242221ff", - "transparentYellow": "#FFB9007f" + "transparentYellow": "#FFB9007a" }, "ui": { "*": { @@ -78,7 +95,6 @@ "color": "border" }, "Button": { - "arc": 5, "default": { "endBackground": "greyDot80", "endBorderColor": "greyDot70", @@ -125,7 +141,6 @@ "selectionInactiveBackground": "greyDot85" }, "Component": { - "arc": "4", "iconColor": "yellow", "disabledBorderColor": "greyDot75", "infoForeground": "greyDot50", @@ -160,22 +175,25 @@ }, "EditorTabs": { "underlineHeight": 1, - "borderColor": "editorDarkerBg", - "hoverBackground": "editorBg", + "hoverBackground": "greyDot95", + "borderColor": "border", "background": "editorPaneBg", + "inactiveColoredFileBackground": "editorPaneBg", "inactiveUnderlineColor": "editorPaneBg", - "underlinedTabForeground": "textColor" + "underlinedTabBackground": "editorPaneBg", + "underlinedTabForeground": "yellow" }, - "EditorTabs.inactiveColoredFileBackground": true, "FileColor": { + "Gray": "greyDot70", "Blue": "#23282d", "Green": "#232d28", "Orange": "#2d2823", "Rose": "#2d2323", "Violet": "#2D232D", - "Yellow": "#2d2d23" + "Yellow": "#3b3b19" }, "FormattedTextField": { + "caretForeground": "yellow", "foreground": "textColor", "selectionBackground": "greyDot95", "inactiveBackground": "greyDot80", @@ -186,14 +204,23 @@ "infoForeground": "greyDot33", "lineSeparatorColor": "greyDot70" }, - "InformationHint.borderColor": "greyDot75", - "InplaceRefactoringPopup.borderColor": "greyDot75", + "InformationHint": { + "borderColor": "border" + }, + "InplaceRefactoringPopup.borderColor": "border", "Label": { "disabledForeground": "greyDot33", "disabledText": "greyDot33", "foreground": "greyDot20", "infoForeground": "greyDot50" }, + "Link": { + "activeForeground": "blue", + "hoverForeground": "yellow", + "secondaryForeground": "lightBlue", + "visitedForeground": "purpleMonokaiPro", + "pressedForeground": "deepBlue" + }, "Link.hoverForeground": "yellow", "MemoryIndicator.allocatedBackground": "green", "MemoryIndicator.usedBackground": "red", @@ -209,16 +236,20 @@ "Notification.ToolWindow.errorBackground": "greyDot95", "Notification.ToolWindow.errorBorderColor": "red", "Notification.ToolWindow.errorForeground": "#EE7762", - "Notification.ToolWindow.informativeBackground": "greyDot95", - "Notification.ToolWindow.informativeBorderColor": "#92D923", - "Notification.ToolWindow.informativeForeground": "#92D923", + "Notification.ToolWindow.informativeBackground": "editorPaneBg", + "Notification.ToolWindow.informativeBorderColor": "border", + "Notification.ToolWindow.informativeForeground": "textColor", "Notification.ToolWindow.warningBackground": "greyDot95", "Notification.ToolWindow.warningBorderColor": "yellow", "Notification.ToolWindow.warningForeground": "yellow", - "Notification.background": "greyDot95", + "Notification.background": "editorPaneBg", + "Notification.borderColor": "border", "Notification.errorBackground": "greyDot95", "Notification.errorBorderColor": "red", "Notification.errorForeground": "#EE7762", + "Notification.foreground": "textColor", + "NotificationsToolwindow.newNotification.background": "editorPaneBg", + "NotificationsToolwindow.newNotification.hoverBackground": "greyDot95", "OptionPane": { "background": "editorPaneBg", "foreground": "greyDot20" @@ -245,11 +276,11 @@ "Plugins.Tab.hoverBackground": "editorBg", "Plugins.Tab.selectedBackground": "editorPaneBg", "Plugins.background": "editorPaneBg", - "Plugins.lightSelectionBackground": "#242220", "Plugins.disabledForeground": "greyDot50", + "Plugins.hoverBackground": "editorBg", + "Plugins.lightSelectionBackground": "#242220", "Plugins.tagBackground": "editorBg", "Plugins.tagForeground": "greyDot33", - "Plugins.hoverBackground": "editorBg", "Popup.Advertiser.background": "greyDot85", "Popup.Advertiser.foreground": "greyDot50", "Popup.Header.activeBackground": "greyDot75", diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/Spacegray.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/Spacegray.theme.json index ac92ef8b..48ac545f 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/Spacegray.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/Spacegray.theme.json @@ -97,9 +97,10 @@ }, "EditorPane.inactiveBackground": "#2b303b", "EditorTabs": { - "underlinedTabBackground": "#2b303b", - "underlineHeight": "0", - "borderColor": "#2b303b" + "borderColor": "#2b303b", + "underlinedTabBackground": "2b303b", + "background": "#1c1f26", + "underlineHeight": "2" }, "Link": { "activeForeground": "#7FA1B3", diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Arc Dark Contrast.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Arc Dark Contrast.theme.json index 8a80d74e..83c0ffc6 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Arc Dark Contrast.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Arc Dark Contrast.theme.json @@ -7,23 +7,23 @@ "bg30": "#2f343f30", "fg": "#D3DAE3", "text": "#8b9eb5", - "selBg": "#8888FF", - "selBg20": "#8888FF20", + "selBg": "#414181", + "selBg20": "#41418120", "selFg": "#FFFFFF", "activeFg": "#FFFFFF", "border": "#404552", "excl": "#37373d", - "second": "#393f4c45", - "dis": "#D3DAE3", - "accent": "#42A5F5", - "accent2": "#42A5F52", - "accent50": "#42A5F550", - "accent70": "#42A5F570", + "second": "#393f4c", + "dis": "#a2a2a2", + "accent": "#5294E2", + "accent2": "#5294E22", + "accent50": "#5294E250", + "accent70": "#5294E270", "cs": "#262b33", "button": "#383C4A", "table": "#41416A", "tree": "#09477170", - "hl": "#393f4c", + "hl": "#444A58", "notif": "#262a33", "hc": "#262b33", "shadow": "undefined", @@ -76,6 +76,11 @@ "ActionToolbar": { "background": "hc" }, + "AppInspector.GraphNode": { + "background": "second", + "borderColor": "border", + "focusedBorderColor": "accent" + }, "AssignedMnemonic": { "background": "hl", "borderColor": "selBg", @@ -599,7 +604,7 @@ "link.pressed.foreground": "accent", "link.visited.foreground": "accent", "List": { - "background": "second", + "background": "bg", "foreground": "fg", "hoverBackground": "hl", "hoverInactiveBackground": "table", @@ -884,6 +889,9 @@ "selectionBackground": "hl", "trackColor": "hl" }, + "ProgressIcon": { + "color": "accent" + }, "PsiViewer": { "referenceHighlightColor": "accent" }, @@ -914,6 +922,13 @@ "selectionBackground": "selBg", "selectionForeground": "selFg" }, + "RunWidget": { + "Running": { + "background": "accent", + "leftHoverBackground": "accent70", + "leftPressedBackground": "accent" + } + }, "ScreenView.borderColor": "border", "scrollbar": "bg", "ScrollBar": { @@ -1008,6 +1023,8 @@ "Repeated.File.Foreground": "fg" }, "SegmentedButton": { + "focusedSelectedButtonColor": "hl", + "selectedButtonColor": "button", "selectedStartBorderColor": "border", "selectedEndBorderColor": "border" }, diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Arc Dark.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Arc Dark.theme.json index f17bbef6..6426719f 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Arc Dark.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Arc Dark.theme.json @@ -7,23 +7,23 @@ "bg30": "#2f343f30", "fg": "#D3DAE3", "text": "#8b9eb5", - "selBg": "#8888FF", - "selBg20": "#8888FF20", + "selBg": "#414181", + "selBg20": "#41418120", "selFg": "#FFFFFF", "activeFg": "#FFFFFF", "border": "#404552", "excl": "#37373d", - "second": "#393f4c45", - "dis": "#D3DAE3", - "accent": "#42A5F5", - "accent2": "#42A5F52", - "accent50": "#42A5F550", - "accent70": "#42A5F570", + "second": "#393f4c", + "dis": "#a2a2a2", + "accent": "#5294E2", + "accent2": "#5294E22", + "accent50": "#5294E250", + "accent70": "#5294E270", "cs": "#262b33", "button": "#383C4A", "table": "#41416A", "tree": "#09477170", - "hl": "#393f4c", + "hl": "#444A58", "notif": "#262a33", "hc": "#2f343f", "shadow": "undefined", @@ -76,6 +76,11 @@ "ActionToolbar": { "background": "hc" }, + "AppInspector.GraphNode": { + "background": "second", + "borderColor": "border", + "focusedBorderColor": "accent" + }, "AssignedMnemonic": { "background": "hl", "borderColor": "selBg", @@ -599,7 +604,7 @@ "link.pressed.foreground": "accent", "link.visited.foreground": "accent", "List": { - "background": "second", + "background": "bg", "foreground": "fg", "hoverBackground": "hl", "hoverInactiveBackground": "table", @@ -884,6 +889,9 @@ "selectionBackground": "hl", "trackColor": "hl" }, + "ProgressIcon": { + "color": "accent" + }, "PsiViewer": { "referenceHighlightColor": "accent" }, @@ -914,6 +922,13 @@ "selectionBackground": "selBg", "selectionForeground": "selFg" }, + "RunWidget": { + "Running": { + "background": "accent", + "leftHoverBackground": "accent70", + "leftPressedBackground": "accent" + } + }, "ScreenView.borderColor": "border", "scrollbar": "bg", "ScrollBar": { @@ -1008,6 +1023,8 @@ "Repeated.File.Foreground": "fg" }, "SegmentedButton": { + "focusedSelectedButtonColor": "hl", + "selectedButtonColor": "button", "selectedStartBorderColor": "border", "selectedEndBorderColor": "border" }, diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Atom One Dark Contrast.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Atom One Dark Contrast.theme.json index 6ea1b4e9..014cfe41 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Atom One Dark Contrast.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Atom One Dark Contrast.theme.json @@ -76,6 +76,11 @@ "ActionToolbar": { "background": "hc" }, + "AppInspector.GraphNode": { + "background": "second", + "borderColor": "border", + "focusedBorderColor": "accent" + }, "AssignedMnemonic": { "background": "hl", "borderColor": "selBg", @@ -599,7 +604,7 @@ "link.pressed.foreground": "accent", "link.visited.foreground": "accent", "List": { - "background": "second", + "background": "bg", "foreground": "fg", "hoverBackground": "hl", "hoverInactiveBackground": "table", @@ -884,6 +889,9 @@ "selectionBackground": "hl", "trackColor": "hl" }, + "ProgressIcon": { + "color": "accent" + }, "PsiViewer": { "referenceHighlightColor": "accent" }, @@ -914,6 +922,13 @@ "selectionBackground": "selBg", "selectionForeground": "selFg" }, + "RunWidget": { + "Running": { + "background": "accent", + "leftHoverBackground": "accent70", + "leftPressedBackground": "accent" + } + }, "ScreenView.borderColor": "border", "scrollbar": "bg", "ScrollBar": { @@ -1008,6 +1023,8 @@ "Repeated.File.Foreground": "fg" }, "SegmentedButton": { + "focusedSelectedButtonColor": "hl", + "selectedButtonColor": "button", "selectedStartBorderColor": "border", "selectedEndBorderColor": "border" }, diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Atom One Dark.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Atom One Dark.theme.json index 5d9b3096..f35454c8 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Atom One Dark.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Atom One Dark.theme.json @@ -76,6 +76,11 @@ "ActionToolbar": { "background": "hc" }, + "AppInspector.GraphNode": { + "background": "second", + "borderColor": "border", + "focusedBorderColor": "accent" + }, "AssignedMnemonic": { "background": "hl", "borderColor": "selBg", @@ -599,7 +604,7 @@ "link.pressed.foreground": "accent", "link.visited.foreground": "accent", "List": { - "background": "second", + "background": "bg", "foreground": "fg", "hoverBackground": "hl", "hoverInactiveBackground": "table", @@ -884,6 +889,9 @@ "selectionBackground": "hl", "trackColor": "hl" }, + "ProgressIcon": { + "color": "accent" + }, "PsiViewer": { "referenceHighlightColor": "accent" }, @@ -914,6 +922,13 @@ "selectionBackground": "selBg", "selectionForeground": "selFg" }, + "RunWidget": { + "Running": { + "background": "accent", + "leftHoverBackground": "accent70", + "leftPressedBackground": "accent" + } + }, "ScreenView.borderColor": "border", "scrollbar": "bg", "ScrollBar": { @@ -1008,6 +1023,8 @@ "Repeated.File.Foreground": "fg" }, "SegmentedButton": { + "focusedSelectedButtonColor": "hl", + "selectedButtonColor": "button", "selectedStartBorderColor": "border", "selectedEndBorderColor": "border" }, diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Atom One Light Contrast.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Atom One Light Contrast.theme.json index a4d09854..3b324aa4 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Atom One Light Contrast.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Atom One Light Contrast.theme.json @@ -19,13 +19,13 @@ "accent2": "#2979ff2", "accent50": "#2979ff50", "accent70": "#2979ff70", - "cs": "#eaeae", + "cs": "#eaeaeb", "button": "#DBDBDC", "table": "#DBDBDC", "tree": "#DBDBDC80", "hl": "#FFFFFF", "notif": "#F2F2F2", - "hc": "#eaeae", + "hc": "#eaeaeb", "shadow": "undefined", "white": "#986801", "blue": "#4078F2", @@ -76,6 +76,11 @@ "ActionToolbar": { "background": "hc" }, + "AppInspector.GraphNode": { + "background": "second", + "borderColor": "border", + "focusedBorderColor": "accent" + }, "AssignedMnemonic": { "background": "hl", "borderColor": "selBg", @@ -599,7 +604,7 @@ "link.pressed.foreground": "accent", "link.visited.foreground": "accent", "List": { - "background": "second", + "background": "bg", "foreground": "fg", "hoverBackground": "hl", "hoverInactiveBackground": "table", @@ -884,6 +889,9 @@ "selectionBackground": "hl", "trackColor": "hl" }, + "ProgressIcon": { + "color": "accent" + }, "PsiViewer": { "referenceHighlightColor": "accent" }, @@ -914,6 +922,13 @@ "selectionBackground": "selBg", "selectionForeground": "selFg" }, + "RunWidget": { + "Running": { + "background": "accent", + "leftHoverBackground": "accent70", + "leftPressedBackground": "accent" + } + }, "ScreenView.borderColor": "border", "scrollbar": "bg", "ScrollBar": { @@ -1008,6 +1023,8 @@ "Repeated.File.Foreground": "fg" }, "SegmentedButton": { + "focusedSelectedButtonColor": "hl", + "selectedButtonColor": "button", "selectedStartBorderColor": "border", "selectedEndBorderColor": "border" }, diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Atom One Light.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Atom One Light.theme.json index df7a0d5a..a45660ed 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Atom One Light.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Atom One Light.theme.json @@ -19,7 +19,7 @@ "accent2": "#2979ff2", "accent50": "#2979ff50", "accent70": "#2979ff70", - "cs": "#eaeae", + "cs": "#eaeaeb", "button": "#DBDBDC", "table": "#DBDBDC", "tree": "#DBDBDC80", @@ -76,6 +76,11 @@ "ActionToolbar": { "background": "hc" }, + "AppInspector.GraphNode": { + "background": "second", + "borderColor": "border", + "focusedBorderColor": "accent" + }, "AssignedMnemonic": { "background": "hl", "borderColor": "selBg", @@ -599,7 +604,7 @@ "link.pressed.foreground": "accent", "link.visited.foreground": "accent", "List": { - "background": "second", + "background": "bg", "foreground": "fg", "hoverBackground": "hl", "hoverInactiveBackground": "table", @@ -884,6 +889,9 @@ "selectionBackground": "hl", "trackColor": "hl" }, + "ProgressIcon": { + "color": "accent" + }, "PsiViewer": { "referenceHighlightColor": "accent" }, @@ -914,6 +922,13 @@ "selectionBackground": "selBg", "selectionForeground": "selFg" }, + "RunWidget": { + "Running": { + "background": "accent", + "leftHoverBackground": "accent70", + "leftPressedBackground": "accent" + } + }, "ScreenView.borderColor": "border", "scrollbar": "bg", "ScrollBar": { @@ -1008,6 +1023,8 @@ "Repeated.File.Foreground": "fg" }, "SegmentedButton": { + "focusedSelectedButtonColor": "hl", + "selectedButtonColor": "button", "selectedStartBorderColor": "border", "selectedEndBorderColor": "border" }, diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Dracula Contrast.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Dracula Contrast.theme.json index 15abffab..9f35db5c 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Dracula Contrast.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Dracula Contrast.theme.json @@ -23,17 +23,17 @@ "button": "#393C4B", "table": "#44475A", "tree": "#44475A50", - "hl": "#6272A4", + "hl": "#44475a", "notif": "#1D2228", "hc": "#191A21", "shadow": "undefined", "white": "#F8F8F2", "blue": "#8aff80", - "red": "#f780bf", + "red": "#FF79C5", "yellow": "#8aff80", "green": "#feff80", "gray": "#6272A4", - "purple": "#f780bf", + "purple": "#FF79C5", "orange": "#9580ff" }, "editorScheme": "colors/Dracula.xml", @@ -76,6 +76,11 @@ "ActionToolbar": { "background": "hc" }, + "AppInspector.GraphNode": { + "background": "second", + "borderColor": "border", + "focusedBorderColor": "accent" + }, "AssignedMnemonic": { "background": "hl", "borderColor": "selBg", @@ -599,7 +604,7 @@ "link.pressed.foreground": "accent", "link.visited.foreground": "accent", "List": { - "background": "second", + "background": "bg", "foreground": "fg", "hoverBackground": "hl", "hoverInactiveBackground": "table", @@ -884,6 +889,9 @@ "selectionBackground": "hl", "trackColor": "hl" }, + "ProgressIcon": { + "color": "accent" + }, "PsiViewer": { "referenceHighlightColor": "accent" }, @@ -914,6 +922,13 @@ "selectionBackground": "selBg", "selectionForeground": "selFg" }, + "RunWidget": { + "Running": { + "background": "accent", + "leftHoverBackground": "accent70", + "leftPressedBackground": "accent" + } + }, "ScreenView.borderColor": "border", "scrollbar": "bg", "ScrollBar": { @@ -1008,6 +1023,8 @@ "Repeated.File.Foreground": "fg" }, "SegmentedButton": { + "focusedSelectedButtonColor": "hl", + "selectedButtonColor": "button", "selectedStartBorderColor": "border", "selectedEndBorderColor": "border" }, diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Dracula.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Dracula.theme.json index 5df07bd1..4c183acd 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Dracula.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Dracula.theme.json @@ -23,17 +23,17 @@ "button": "#393C4B", "table": "#44475A", "tree": "#44475A50", - "hl": "#6272A4", + "hl": "#44475a", "notif": "#1D2228", "hc": "#282A36", "shadow": "undefined", "white": "#F8F8F2", "blue": "#8aff80", - "red": "#f780bf", + "red": "#FF79C5", "yellow": "#8aff80", "green": "#feff80", "gray": "#6272A4", - "purple": "#f780bf", + "purple": "#FF79C5", "orange": "#9580ff" }, "editorScheme": "colors/Dracula.xml", @@ -76,6 +76,11 @@ "ActionToolbar": { "background": "hc" }, + "AppInspector.GraphNode": { + "background": "second", + "borderColor": "border", + "focusedBorderColor": "accent" + }, "AssignedMnemonic": { "background": "hl", "borderColor": "selBg", @@ -599,7 +604,7 @@ "link.pressed.foreground": "accent", "link.visited.foreground": "accent", "List": { - "background": "second", + "background": "bg", "foreground": "fg", "hoverBackground": "hl", "hoverInactiveBackground": "table", @@ -884,6 +889,9 @@ "selectionBackground": "hl", "trackColor": "hl" }, + "ProgressIcon": { + "color": "accent" + }, "PsiViewer": { "referenceHighlightColor": "accent" }, @@ -914,6 +922,13 @@ "selectionBackground": "selBg", "selectionForeground": "selFg" }, + "RunWidget": { + "Running": { + "background": "accent", + "leftHoverBackground": "accent70", + "leftPressedBackground": "accent" + } + }, "ScreenView.borderColor": "border", "scrollbar": "bg", "ScrollBar": { @@ -1008,6 +1023,8 @@ "Repeated.File.Foreground": "fg" }, "SegmentedButton": { + "focusedSelectedButtonColor": "hl", + "selectedButtonColor": "button", "selectedStartBorderColor": "border", "selectedEndBorderColor": "border" }, diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/GitHub Contrast.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/GitHub Contrast.theme.json index e70a8eb7..da91495e 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/GitHub Contrast.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/GitHub Contrast.theme.json @@ -7,8 +7,8 @@ "bg30": "#F7F8FA30", "fg": "#5B6168", "text": "#292D31", - "selBg": "#bbd2f5", - "selBg20": "#bbd2f520", + "selBg": "#c6e5ff", + "selBg20": "#c6e5ff20", "selFg": "#111111", "activeFg": "#111111", "border": "#DFE1E4", @@ -22,7 +22,7 @@ "cs": "#fafbfc", "button": "#edf1f5", "table": "#cce5ff", - "tree": "#ebebeb", + "tree": "#e1e4e87c", "hl": "#CCE5FF", "notif": "#DFECFE", "hc": "#fafbfc", @@ -76,6 +76,11 @@ "ActionToolbar": { "background": "hc" }, + "AppInspector.GraphNode": { + "background": "second", + "borderColor": "border", + "focusedBorderColor": "accent" + }, "AssignedMnemonic": { "background": "hl", "borderColor": "selBg", @@ -599,7 +604,7 @@ "link.pressed.foreground": "accent", "link.visited.foreground": "accent", "List": { - "background": "second", + "background": "bg", "foreground": "fg", "hoverBackground": "hl", "hoverInactiveBackground": "table", @@ -884,6 +889,9 @@ "selectionBackground": "hl", "trackColor": "hl" }, + "ProgressIcon": { + "color": "accent" + }, "PsiViewer": { "referenceHighlightColor": "accent" }, @@ -914,6 +922,13 @@ "selectionBackground": "selBg", "selectionForeground": "selFg" }, + "RunWidget": { + "Running": { + "background": "accent", + "leftHoverBackground": "accent70", + "leftPressedBackground": "accent" + } + }, "ScreenView.borderColor": "border", "scrollbar": "bg", "ScrollBar": { @@ -1008,6 +1023,8 @@ "Repeated.File.Foreground": "fg" }, "SegmentedButton": { + "focusedSelectedButtonColor": "hl", + "selectedButtonColor": "button", "selectedStartBorderColor": "border", "selectedEndBorderColor": "border" }, diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/GitHub Dark Contrast.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/GitHub Dark Contrast.theme.json index 729dfaa4..37bbc6c8 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/GitHub Dark Contrast.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/GitHub Dark Contrast.theme.json @@ -76,6 +76,11 @@ "ActionToolbar": { "background": "hc" }, + "AppInspector.GraphNode": { + "background": "second", + "borderColor": "border", + "focusedBorderColor": "accent" + }, "AssignedMnemonic": { "background": "hl", "borderColor": "selBg", @@ -599,7 +604,7 @@ "link.pressed.foreground": "accent", "link.visited.foreground": "accent", "List": { - "background": "second", + "background": "bg", "foreground": "fg", "hoverBackground": "hl", "hoverInactiveBackground": "table", @@ -884,6 +889,9 @@ "selectionBackground": "hl", "trackColor": "hl" }, + "ProgressIcon": { + "color": "accent" + }, "PsiViewer": { "referenceHighlightColor": "accent" }, @@ -914,6 +922,13 @@ "selectionBackground": "selBg", "selectionForeground": "selFg" }, + "RunWidget": { + "Running": { + "background": "accent", + "leftHoverBackground": "accent70", + "leftPressedBackground": "accent" + } + }, "ScreenView.borderColor": "border", "scrollbar": "bg", "ScrollBar": { @@ -1008,6 +1023,8 @@ "Repeated.File.Foreground": "fg" }, "SegmentedButton": { + "focusedSelectedButtonColor": "hl", + "selectedButtonColor": "button", "selectedStartBorderColor": "border", "selectedEndBorderColor": "border" }, diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/GitHub Dark.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/GitHub Dark.theme.json index 4272c409..9543c2ac 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/GitHub Dark.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/GitHub Dark.theme.json @@ -76,6 +76,11 @@ "ActionToolbar": { "background": "hc" }, + "AppInspector.GraphNode": { + "background": "second", + "borderColor": "border", + "focusedBorderColor": "accent" + }, "AssignedMnemonic": { "background": "hl", "borderColor": "selBg", @@ -599,7 +604,7 @@ "link.pressed.foreground": "accent", "link.visited.foreground": "accent", "List": { - "background": "second", + "background": "bg", "foreground": "fg", "hoverBackground": "hl", "hoverInactiveBackground": "table", @@ -884,6 +889,9 @@ "selectionBackground": "hl", "trackColor": "hl" }, + "ProgressIcon": { + "color": "accent" + }, "PsiViewer": { "referenceHighlightColor": "accent" }, @@ -914,6 +922,13 @@ "selectionBackground": "selBg", "selectionForeground": "selFg" }, + "RunWidget": { + "Running": { + "background": "accent", + "leftHoverBackground": "accent70", + "leftPressedBackground": "accent" + } + }, "ScreenView.borderColor": "border", "scrollbar": "bg", "ScrollBar": { @@ -1008,6 +1023,8 @@ "Repeated.File.Foreground": "fg" }, "SegmentedButton": { + "focusedSelectedButtonColor": "hl", + "selectedButtonColor": "button", "selectedStartBorderColor": "border", "selectedEndBorderColor": "border" }, diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/GitHub.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/GitHub.theme.json index 91a28cc3..60609f5a 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/GitHub.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/GitHub.theme.json @@ -7,8 +7,8 @@ "bg30": "#F7F8FA30", "fg": "#5B6168", "text": "#292D31", - "selBg": "#bbd2f5", - "selBg20": "#bbd2f520", + "selBg": "#c6e5ff", + "selBg20": "#c6e5ff20", "selFg": "#111111", "activeFg": "#111111", "border": "#DFE1E4", @@ -22,7 +22,7 @@ "cs": "#fafbfc", "button": "#edf1f5", "table": "#cce5ff", - "tree": "#ebebeb", + "tree": "#e1e4e87c", "hl": "#CCE5FF", "notif": "#DFECFE", "hc": "#F7F8FA", @@ -76,6 +76,11 @@ "ActionToolbar": { "background": "hc" }, + "AppInspector.GraphNode": { + "background": "second", + "borderColor": "border", + "focusedBorderColor": "accent" + }, "AssignedMnemonic": { "background": "hl", "borderColor": "selBg", @@ -599,7 +604,7 @@ "link.pressed.foreground": "accent", "link.visited.foreground": "accent", "List": { - "background": "second", + "background": "bg", "foreground": "fg", "hoverBackground": "hl", "hoverInactiveBackground": "table", @@ -884,6 +889,9 @@ "selectionBackground": "hl", "trackColor": "hl" }, + "ProgressIcon": { + "color": "accent" + }, "PsiViewer": { "referenceHighlightColor": "accent" }, @@ -914,6 +922,13 @@ "selectionBackground": "selBg", "selectionForeground": "selFg" }, + "RunWidget": { + "Running": { + "background": "accent", + "leftHoverBackground": "accent70", + "leftPressedBackground": "accent" + } + }, "ScreenView.borderColor": "border", "scrollbar": "bg", "ScrollBar": { @@ -1008,6 +1023,8 @@ "Repeated.File.Foreground": "fg" }, "SegmentedButton": { + "focusedSelectedButtonColor": "hl", + "selectedButtonColor": "button", "selectedStartBorderColor": "border", "selectedEndBorderColor": "border" }, diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Light Owl Contrast.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Light Owl Contrast.theme.json index 4625f336..28028cf6 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Light Owl Contrast.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Light Owl Contrast.theme.json @@ -76,6 +76,11 @@ "ActionToolbar": { "background": "hc" }, + "AppInspector.GraphNode": { + "background": "second", + "borderColor": "border", + "focusedBorderColor": "accent" + }, "AssignedMnemonic": { "background": "hl", "borderColor": "selBg", @@ -599,7 +604,7 @@ "link.pressed.foreground": "accent", "link.visited.foreground": "accent", "List": { - "background": "second", + "background": "bg", "foreground": "fg", "hoverBackground": "hl", "hoverInactiveBackground": "table", @@ -884,6 +889,9 @@ "selectionBackground": "hl", "trackColor": "hl" }, + "ProgressIcon": { + "color": "accent" + }, "PsiViewer": { "referenceHighlightColor": "accent" }, @@ -914,6 +922,13 @@ "selectionBackground": "selBg", "selectionForeground": "selFg" }, + "RunWidget": { + "Running": { + "background": "accent", + "leftHoverBackground": "accent70", + "leftPressedBackground": "accent" + } + }, "ScreenView.borderColor": "border", "scrollbar": "bg", "ScrollBar": { @@ -1008,6 +1023,8 @@ "Repeated.File.Foreground": "fg" }, "SegmentedButton": { + "focusedSelectedButtonColor": "hl", + "selectedButtonColor": "button", "selectedStartBorderColor": "border", "selectedEndBorderColor": "border" }, diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Light Owl.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Light Owl.theme.json index 0610caf0..81cb3570 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Light Owl.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Light Owl.theme.json @@ -76,6 +76,11 @@ "ActionToolbar": { "background": "hc" }, + "AppInspector.GraphNode": { + "background": "second", + "borderColor": "border", + "focusedBorderColor": "accent" + }, "AssignedMnemonic": { "background": "hl", "borderColor": "selBg", @@ -599,7 +604,7 @@ "link.pressed.foreground": "accent", "link.visited.foreground": "accent", "List": { - "background": "second", + "background": "bg", "foreground": "fg", "hoverBackground": "hl", "hoverInactiveBackground": "table", @@ -884,6 +889,9 @@ "selectionBackground": "hl", "trackColor": "hl" }, + "ProgressIcon": { + "color": "accent" + }, "PsiViewer": { "referenceHighlightColor": "accent" }, @@ -914,6 +922,13 @@ "selectionBackground": "selBg", "selectionForeground": "selFg" }, + "RunWidget": { + "Running": { + "background": "accent", + "leftHoverBackground": "accent70", + "leftPressedBackground": "accent" + } + }, "ScreenView.borderColor": "border", "scrollbar": "bg", "ScrollBar": { @@ -1008,6 +1023,8 @@ "Repeated.File.Foreground": "fg" }, "SegmentedButton": { + "focusedSelectedButtonColor": "hl", + "selectedButtonColor": "button", "selectedStartBorderColor": "border", "selectedEndBorderColor": "border" }, diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Darker Contrast.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Darker Contrast.theme.json index 67f12392..7bacba07 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Darker Contrast.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Darker Contrast.theme.json @@ -8,6 +8,7 @@ "fg": "#B0BEC5", "text": "#727272", "selBg": "#404040", + "selBg20": "#40404020", "selFg": "#FFFFFF", "activeFg": "#FFFFFF", "border": "#292929", @@ -25,6 +26,7 @@ "hl": "#3F3F3F", "notif": "#1A1A1A", "hc": "#1A1A1A", + "shadow": "undefined", "white": "#eeffff", "blue": "#82aaff", "red": "#f07178", @@ -48,17 +50,21 @@ "focusColor": "hl", "focusedBorderColor": "accent", "foreground": "fg", + "hoverBorderColor": "hl", "inactiveBackground": "excl", "inactiveForeground": "text", "infoForeground": "text", + "lineSeparatorColor": "hl", + "pressedBorderColor": "hl", "selectionBackground": "selBg", "selectionBackgroundInactive": "second", "selectionForeground": "selFg", "selectionInactiveBackground": "second", - "separatorColor": "border", - "lineSeparatorColor": "hl" + "separatorColor": "border" }, "activeCaption": "bg", + "activeCaptionBorder": "bg", + "activeCaptionText": "fg", "ActionButton": { "focusedBorderColor": "accent50", "hoverBackground": "accent50", @@ -67,13 +73,22 @@ "pressedBackground": "accent50", "pressedBorderColor": "accent50" }, + "ActionToolbar": { + "background": "hc" + }, + "AppInspector.GraphNode": { + "background": "second", + "borderColor": "border", + "focusedBorderColor": "accent" + }, "AssignedMnemonic": { "background": "hl", "borderColor": "selBg", - "foreground": "fg" + "foreground": "activeFg" }, "Autocomplete": { - "selectionBackground": "selBg" + "selectionBackground": "selBg", + "selectionUnfocus": "hl" }, "AvailableMnemonic": { "background": "button", @@ -81,54 +96,148 @@ "foreground": "fg" }, "BigSpinner.background": "bg", + "Bookmark": { + "iconBackground": "accent", + "Mnemonic": { + "iconBackground": "hl", + "iconBorderColor": "hl", + "iconForeground": "fg" + } + }, + "BookmarkMnemonicAssigned": { + "background": "hl", + "borderColor": "selBg", + "foreground": "selFg" + }, + "BookmarkMnemonicAvailable": { + "background": "button", + "borderColor": "button", + "foreground": "fg" + }, + "BookmarkMnemonicCurrent": { + "background": "accent", + "borderColor": "accent", + "foreground": "selFg" + }, + "BookmarkMnemonicIcon": { + "background": "hl", + "borderColor": "hl", + "foreground": "fg" + }, "BookmarkIcon.background": "accent", "Borders.ContrastBorderColor": "bg", "Borders.color": "border", "Button": { "arc": 0, "background": "bg", + "darcula": { + "borderColor": "button", + "defaultBorderColor": "button", + "defaultEndColor": "button", + "defaultFocusedBorderColor": "table", + "defaultOutlineColor": "button", + "defaultStartColor": "button", + "disabledBorderColor": "button", + "disabledOutlineColor": "border", + "disabledText.shadow": "bg", + "endColor": "button", + "focusedBorderColor": "table", + "outlineColor": "button", + "selectedButtonForeground": "selFg", + "selection.color1": "table", + "selection.color2": "table", + "shadowColor": "shadow", + "smallComboButtonBackground": "button", + "startColor": "button" + }, "default": { + "borderColor": "button", "endBackground": "table", "endBorderColor": "table", "focusColor": "accent", "focusedBorderColor": "accent", - "foreground": "activeFg", - "shadowColor": "table", + "foreground": "selFg", + "shadowColor": "shadow", "startBackground": "table", "startBorderColor": "table" }, - "disabledBorderColor": "button", + "disabledBackground": "excl", + "disabledBorderColor": "border", "disabledText": "dis", - "endBackground": "button", + "endBackground": "table", "endBorderColor": "button", "focus": "hl", "focusedBorderColor": "accent", "foreground": "text", "highlight": "selFg", "mt.background": "button", + "mt.color1": "button", + "mt.color2": "button", "mt.foreground": "text", "mt.selectedForeground": "selFg", "mt.selection.color1": "table", "mt.selection.color2": "table", - "shadowColor": "button", + "select": "button", + "shadowColor": "shadow", "shadowWidth": 0, - "startBackground": "button", + "startBackground": "table", "startBorderColor": "button" }, "Canvas": { "Tooltip.background": "notif", "Tooltip.borderColor": "border" }, - "Content": { - "background": "cs", - "selectionBackground": "selBg", - "selectionInactiveBackground": "excl" - }, "CheckBox": { "background": "bg", + "background.selected": "accent", + "borderColor": "bg", + "borderColor.selected": "accent", + "checkSignColor": "bg", + "checkSignColor.selected": "bg", + "checkSignColorDisabled": "bg", + "checkSignColorDisabled.selected": "bg", + "darcula": { + "borderColor1": "fg", + "checkSignColorDisabled": "dis", + "disabledBorderColor1": "dis", + "disabledBorderColor2": "dis", + "inactiveFillColor": "hl" + }, + "disabledBorderColor": "bg", + "disabledBorderColor.selected": "accent", "disabledText": "dis", + "focused.background": "bg", + "focused.background.selected": "accent", + "focusedArmed.background": "bg", + "focusedArmed.background.selected": "accent", "foreground": "fg", - "select": "accent" + "inactiveFillColor": "bg", + "inactiveFillColor.selected": "accent", + "select": "accent", + "shadowColor": "bg", + "shadowColorDisabled": "bg" + }, + "Checkbox": { + "Background.Default": "bg", + "Background.Default.Dark": "bg", + "Background.Disabled": "second", + "Background.Disabled.Dark": "second", + "Background.Selected": "accent", + "Background.Selected.Dark": "accent", + "Border.Default": "hl", + "Border.Default.Dark": "hl", + "Border.Disabled": "second", + "Border.Disabled.Dark": "second", + "Border.Selected": "accent", + "Border.Selected.Dark": "accent", + "Focus.Thin.Default": "bg", + "Focus.Thin.Default.Dark": "bg", + "Focus.Wide.Default": "bg", + "Focus.Wide.Default.Dark": "bg", + "Focus.Thin.Selected": "accent", + "Focus.Thin.Selected.Dark": "accent", + "Focus.Wide.Selected": "accent", + "Focus.Wide.Selected.Dark": "accent" }, "CheckBoxMenuItem": { "acceleratorForeground": "text", @@ -142,10 +251,11 @@ }, "CodeWithMe": { "Avatar.foreground": "fg", + "AccessDisabled.accessDot": "dis", "AccessEnabled": { "accessDot": "accent", "dropdownBorder": "second", - "pillBackground": "$second" + "pillBackground": "second" } }, "ColorChooser": { @@ -159,25 +269,38 @@ "background": "button", "disabledIconColor": "dis", "iconColor": "fg", - "nonEditableBackground": "bg" + "nonEditableBackground": "hc" }, + "PopupBackground": "cs", + "arrowFillColor": "hc", "background": "hc", "buttonBackground": "button", - "darcula.hoveredArrowButtonForeground": "accent", + "darcula": { + "arrowButtonBackground": "hc", + "arrowButtonDisabledForeground": "dis", + "arrowButtonForeground": "fg", + "disabledArrowButtonBackground": "excl", + "editable.arrowButtonBackground": "hc", + "hoveredArrowButtonForeground": "accent", + "nonEditableBackground": "bg" + }, + "disabledBackground": "excl", "disabledForeground": "dis", "foreground": "fg", "modifiedItemForeground": "accent", - "nonEditableBackground": "second", + "nonEditableBackground": "bg", "padding": "5,5,5,5", "selectionBackground": "table", "selectionForeground": "activeFg" }, - "ComboPopup.border": "border", "CompletionPopup": { "background": "second", "foreground": "fg", + "grayForeground": "text", + "grayedForeground": "text", "infoForeground": "text", "matchForeground": "accent", + "matchSelectedForeground": "accent", "matchSelectionForeground": "accent", "nonFocusedState": "false", "selectedForeground": "selFg", @@ -186,21 +309,32 @@ "selectionForeground": "selFg", "selectionGrayForeground": "selFg", "selectionInactiveBackground": "hl", + "selectionInactiveForeground": "text", "selectionInactiveInfoForeground": "text", "selectionInfoForeground": "selFg" }, "Component": { "arc": 4, "borderColor": "hl", - "disabledBorderColor": "button", + "disabledBorderColor": "dis", "focusColor": "accent", "focusedBorderColor": "accent", "hoverIconColor": "accent", - "iconColor": "fg", + "iconColor": "text", + "grayForeground": "text", "infoForeground": "text" }, - "control": "bg", + "Content": { + "background": "cs", + "selectionBackground": "selBg", + "selectionInactiveBackground": "fg" + }, + "control": "button", + "controlLtHighlight": "selFg", "controlText": "text", + "controlHighlight": "hl", + "controlShadow": "excl", + "controlDkShadow": "excl", "Counter": { "background": "accent", "foreground": "selFg" @@ -208,8 +342,14 @@ "CurrentMnemonic": { "background": "accent", "borderColor": "accent", - "foreground": "fg" + "foreground": "selFg" }, + "darcula": { + "background": "bg", + "foreground": "fg", + "primary": "bg" + }, + "desktop": "hc", "Debugger": { "Variables": { "changedValueForeground": "accent", @@ -222,17 +362,18 @@ } }, "DebuggerTabs": { + "active.background": "hl", "selectedBackground": "hl", - "underlinedTabBackground": "hl" + "underlinedTabBackground": "table" }, "DebuggerPopup": { - "borderColor": "hl" + "borderColor": "bg" }, "DefaultTabs": { "background": "bg", "borderColor": "bg", "hoverBackground": "table", - "hoverColor": "hc", + "hoverColor": "hl", "hoverMaskColor": "hl", "inactiveColoredFileBackground": "button", "inactiveColoredTabBackground": "bg", @@ -243,41 +384,28 @@ "underlinedTabForeground": "selFg" }, "Desktop.background": "bg", - "DialogWrapper.southPanelBackground": "bg", - "DialogWrapper.southPanelDivider": "bg", - "DragAndDrop": { - "areaBackground": "bg", - "areaBorderColor": "bg", - "areaForeground": "fg" + "Dialog": { + "titleColor": "bg" }, + "DialogWrapper": { + "southPanelBackground": "bg", + "southPanelDivider": "bg" + }, + "DragAndDrop": { + "areaBackground": "tree", + "areaBorderColor": "bg", + "areaForeground": "fg", + "backgroundBorderColor": "bg", + "backgroundColor": "bg", + "borderColor": "accent", + "foregroundColor": "fg" + }, + "dropArea.base": "accent", "Editor": { "background": "hc", "foreground": "fg", "shortcutForeground": "text" }, - "EditorPane": { - "background": "hc", - "caretForeground": "accent", - "foreground": "fg", - "inactiveBackground": "bg", - "inactiveForeground": "dis", - "selectionBackground": "selBg", - "selectionForeground": "activeFg" - }, - "EditorTabs": { - "borderColor": "second", - "hoverBackground": "hl", - "hoverColor": "hl", - "hoverMaskColor": "hl", - "inactiveColoredFileBackground": "bg", - "inactiveMaskColor": "bg", - "inactiveUnderlineColor": "dis", - "selectedBackground": "table", - "selectedForeground": "fg", - "underlineColor": "accent", - "underlinedTabBackground": "table", - "underlinedTabForeground": "selFg" - }, "EditorGroupsTabs": { "background": "bg", "borderColor": "second", @@ -288,13 +416,44 @@ "underlinedTabBackground": "table", "underlinedTabForeground": "fg" }, + "EditorPane": { + "background": "hc", + "caretForeground": "accent", + "foreground": "fg", + "inactiveBackground": "bg", + "inactiveForeground": "dis", + "selectionBackground": "selBg", + "selectionForeground": "activeFg" + }, + "EditorTabs": { + "active.background": "table", + "active.foreground": "fg", + "active.underlineColor": "accent", + "background": "bg", + "borderColor": "second", + "foreground": "fg", + "hoverBackground": "hl", + "hoverColor": "hl", + "hoverMaskColor": "hl", + "inactive.maskColor": "bg", + "inactiveColoredFileBackground": "bg", + "inactiveMaskColor": "bg", + "inactiveUnderlineColor": "dis", + "selectedBackground": "table", + "selectedForeground": "fg", + "underlineColor": "accent", + "underlinedTabBackground": "table", + "underlinedTabForeground": "selFg" + }, "FileColor": { "Blue": "#004BA0", "Green": "#387002", "Orange": "#B53D00", "Rose": "#A00037", "Violet": "#4D2C91", - "Yellow": "excl" + "Yellow": "excl", + "Gray": "excl", + "excluded": "excl" }, "FlameGraph": { "JVMBackground": "#89DDF7", @@ -306,18 +465,37 @@ "nativeFocusSearchNotMatchedBackground": "#BB80B3", "nativeSearchNotMatchedBackground": "#C792EA" }, - "Focus.color": "border", + "Focus": { + "Color": "accent50", + "borderColor": "accent50", + "color": "accent50", + "defaultButtonBorderColor": "accent" + }, "FormattedTextField": { "background": "hc", "caretForeground": "accent", "foreground": "fg", "inactiveBackground": "button", "inactiveForeground": "dis", - "selectionBackground": "table", + "selectionBackground": "selBg", "selectionForeground": "activeFg" }, + "Git.Log.Ref": { + "LocalBranch": "accent", + "Other": "text", + "RemoteBranch": "fg", + "Tag": "text" + }, + "Github.List.tallRow": { + "foreground": "fg", + "secondary.foreground": "text", + "selectionBackground": "selBg", + "selectionBackground.unfocused": "hl", + "selectionForeground": "selFg", + "selectionForeground.unfocused": "selFg" + }, "GotItTooltip": { - "background": "bg", + "background": "notif", "borderColor": "notif", "endBackground": "button", "endBorderColor": "button", @@ -332,6 +510,7 @@ "separatorColor": "border" }, "GutterTooltip": { + "borderColor": "bg", "infoForeground": "text", "lineSeparatorColor": "bg" }, @@ -341,12 +520,25 @@ }, "HelpTooltip": { "background": "bg", + "backgroundColor": "bg", "borderColor": "border", "foreground": "fg", "infoForeground": "text", - "shortcutForeground": "text" + "shortcutForeground": "text", + "shortcutTextColor": "text", + "textColor": "fg" + }, + "Hg.Log.Ref": { + "Branch": "accent", + "ClosedBranch": "fg", + "LocalTag": "text", + "MqTag": "text", + "Tag": "text" }, "Hyperlink.linkColor": "accent", + "IconBadge": { + "infoBackground": "accent" + }, "IdeStatusBar.border": "4,4,4,4", "InformationHint.borderColor": "border", "inactiveCaption": "second", @@ -359,20 +551,45 @@ "background": "bg", "borderColor": "bg" }, + "intellijlaf": { + "background": "bg", + "foreground": "fg" + }, "InternalFrame": { "activeTitleForeground": "fg", "background": "bg", + "inactiveTitleBackground": "bg", "inactiveTitleForeground": "text" }, "Label": { "background": "bg", "disabledForeground": "dis", - "disabledShadow": "bg", + "disabledForegroundColor": "dis", + "disabledShadow": "dis", "disabledText": "dis", + "errorForeground": "accent", "foreground": "fg", + "grayForeground": "text", "infoForeground": "text", "selectedDisabledForeground": "fg", - "selectedForeground": "activeFg" + "selectedForeground": "activeFg", + "textForeground": "text" + }, + "Lesson": { + "Badge": { + "newLessonBackground": "accent", + "newLessonForeground": "selFg" + }, + "shortcutBackground": "second", + "stepNumberForeground": "text", + "Tooltip": { + "background": "notif", + "borderColor": "notif", + "foreground": "fg", + "spanBackground": "button", + "spanForeground": "fg", + "stepNumberForeground": "text" + } }, "link": "accent", "Link": { @@ -383,16 +600,33 @@ "visitedForeground": "accent" }, "link.foreground": "accent", + "link.hover.foreground": "accent", + "link.pressed.foreground": "accent", + "link.visited.foreground": "accent", "List": { - "background": "second", + "background": "bg", "foreground": "fg", - "hoverBackground": "tree", + "hoverBackground": "hl", "hoverInactiveBackground": "table", - "selectionBackground": "selBg", "selectionForeground": "selFg", - "selectionInactiveBackground": "tree", + "selectionInactiveBackground": "table", "selectionInactiveForeground": "activeFg" }, + "LiveIndicator": { + "color": "accent" + }, + "MainToolbar": { + "Dropdown.background": "bg", + "Dropdown.hoverBackground": "border", + "Dropdown.pressedBackground": "table", + "Icon.background": "bg", + "Icon.hoverBackground": "border", + "Icon.pressedBackground": "table", + "background": "bg", + "hoverBackground": "border", + "inactiveBackground": "bg", + "pressedBackground": "table" + }, "material": { "background": "bg", "branchColor": "fg", @@ -400,6 +634,7 @@ "foreground": "fg", "mergeCommits": "button", "primaryColor": "text", + "selectionBackground": "selBg", "selectionForeground": "selFg", "tab.backgroundColor": "bg", "tab.borderColor": "accent", @@ -407,12 +642,15 @@ }, "MemoryIndicator": { "allocatedBackground": "second", + "unusedColor": "second", "usedBackground": "hl", "usedColor": "hl" }, + "menu": "bg", + "menuText": "fg", "Menu": { "acceleratorForeground": "text", - "acceleratorSelectionForeground": "selFg", + "acceleratorSelectionForeground": "activeFg", "background": "bg", "border": "4,2,4,2", "borderColor": "second", @@ -420,7 +658,7 @@ "disabledForeground": "dis", "foreground": "fg", "selectionBackground": "selBg", - "selectionForeground": "selFg", + "selectionForeground": "activeFg", "separatorColor": "border" }, "MenuBar": { @@ -431,19 +669,19 @@ "foreground": "fg", "highlight": "bg", "selectionBackground": "selBg", - "selectionForeground": "selFg", + "selectionForeground": "activeFg", "shadow": "hc" }, "MenuItem": { "acceleratorForeground": "text", - "acceleratorSelectionForeground": "selFg", + "acceleratorSelectionForeground": "activeFg", "background": "bg", "border": "4,2,4,2", "disabledBackground": "bg", "disabledForeground": "dis", "foreground": "fg", "selectionBackground": "selBg", - "selectionForeground": "selFg" + "selectionForeground": "activeFg" }, "MlModelBinding.Viewer.CodeEditor.background": "bg", "MnemonicIcon": { @@ -453,7 +691,8 @@ }, "NavBar": { "arrowColor": "fg", - "borderColor": "bg" + "borderColor": "bg", + "selectedColor": "accent" }, "NewClass": { "Panel": { @@ -465,25 +704,54 @@ }, "NewPSD.warning": "accent", "Notification": { + "Error.foreground": "accent", + "Link.foreground": "accent", "background": "notif", "borderColor": "notif", "errorBackground": "notif", "errorBorderColor": "notif", + "errorForeground": "accent", "foreground": "fg", + "linkForeground": "accent", "MoreButton": { "background": "button", "foreground": "fg", "innerBorderColor": "button" }, "ToolWindow": { - "errorBackground": "notif", - "errorBorderColor": "notif", - "informativeBackground": "notif", - "informativeBorderColor": "notif", - "warningBackground": "notif", - "warningBorderColor": "notif" + "errorBackground": "notifError", + "errorBorderColor": "notifError", + "errorForeground": "fg", + "infoForeground": "fg", + "informativeBackground": "notifInfo", + "informativeBorderColor": "notifInfo", + "informativeForeground": "fg", + "warningBackground": "notifWarn", + "warningBorderColor": "notifWarn", + "warningForeground": "fg" + }, + "ToolWindowError": { + "foreground": "fg", + "background": "notifError" + }, + "ToolWindowInfo": { + "foreground": "fg", + "background": "notifInfo" + }, + "ToolWindowWarning": { + "foreground": "fg", + "background": "notifWarn" } }, + "Notifications": { + "background": "notif", + "borderColor": "notif" + }, + "NotificationsToolwindow": { + "Notification.hoverBackground": "tree", + "newNotification.background": "notif", + "newNotification.hoverBackground": "tree" + }, "OnePixelDivider.background": "border", "OptionPane": { "background": "bg", @@ -491,8 +759,8 @@ "messageForeground": "fg" }, "OptionButton": { - "default.separatorColor": "border", - "separatorColor": "border" + "default.separatorColor": "table", + "separatorColor": "button" }, "Outline": { "color": "button", @@ -505,12 +773,15 @@ "mouseShortcutBackground": "bg" }, "ParameterInfo": { + "ContextHelp.foreground": "text", "background": "second", "borderColor": "table", "currentOverloadBackground": "hl", "currentParameterForeground": "accent", + "disabledColor": "dis", "disabledForeground": "dis", "foreground": "fg", + "highlightedColor": "accent", "infoForeground": "text", "lineSeparatorColor": "table" }, @@ -527,10 +798,11 @@ "background": "bg", "disabledForeground": "dis", "eapTagBackground": "hl", - "hoverBackground": "tree", + "hoverBackground": "hl", "lightSelectionBackground": "table", "paidTagBackground": "hl", "selectionBackground": "selBg", + "selectionForeground": "selFg", "tagBackground": "hl", "tagForeground": "accent", "trialTagBackground": "hl", @@ -554,6 +826,9 @@ "foreground": "fg" }, "Tab": { + "active.background": "table", + "active.foreground": "activeFg", + "hover.background": "table", "hoverBackground": "table", "selectedBackground": "table", "selectedForeground": "selFg" @@ -565,6 +840,10 @@ "borderColor": "bg", "foreground": "accent" }, + "Border": { + "color": "cs", + "inactiveColor": "bg" + }, "borderColor": "cs", "inactiveBorderColor": "bg", "innerBorderColor": "second", @@ -573,9 +852,19 @@ "inactiveBackground": "cs" }, "paintBorder": true, + "preferences": { + "background": "bg", + "borderColor": "bg", + "foreground": "fg" + }, + "Separator": { + "foreground": "fg", + "color": "border" + }, "separatorColor": "second", "separatorForeground": "fg", "Toolbar": { + "Border.color": "cs", "Floating.background": "cs", "background": "cs", "borderColor": "cs" @@ -585,6 +874,7 @@ "background": "bg", "border": "2,0,2,0", "foreground": "fg", + "selectionBackground": "selBg", "translucentBackground": "bg" }, "PopupMenuSeparator.height": 10, @@ -592,19 +882,35 @@ "ProgressBar": { "background": "bg", "foreground": "accent", + "halfColor": "hl", "indeterminateEndColor": "accent", "indeterminateStartColor": "accent", "progressColor": "accent", "selectionBackground": "hl", "trackColor": "hl" }, + "ProgressIcon": { + "color": "accent" + }, "PsiViewer": { "referenceHighlightColor": "accent" }, "RadioButton": { "background": "bg", + "darcula": { + "borderColor1": "fg", + "selectionDisabledColor": "bg", + "selectionDisabledShadowColor": "accent", + "selectionEnabledColor": "accent", + "selectionEnabledShadowColor": "accent" + }, "disabledText": "dis", - "foreground": "fg" + "focusColor": "accent", + "foreground": "fg", + "selectionDisabledColor": "bg", + "selectionDisabledShadowColor": "accent", + "selectionEnabledColor": "accent", + "selectionEnabledShadowColor": "accent" }, "RadioButtonMenuItem": { "acceleratorForeground": "text", @@ -616,7 +922,15 @@ "selectionBackground": "selBg", "selectionForeground": "selFg" }, + "RunWidget": { + "Running": { + "background": "accent", + "leftHoverBackground": "accent70", + "leftPressedBackground": "accent" + } + }, "ScreenView.borderColor": "border", + "scrollbar": "bg", "ScrollBar": { "background": "bg", "hoverThumbBorderColor": "accent", @@ -641,6 +955,10 @@ "thumb": "hl", "thumbBorderColor": "accent70", "thumbColor": "accent70", + "Thumb": { + "Hovered.background": "accent", + "NonOpaque.Hovered.background": "accent" + }, "trackColor": "bg30", "Transparent": { "hoverThumbBorderColor": "accent", @@ -656,20 +974,36 @@ "background": "cs", "foreground": "text" }, + "background": "bg", + "Dialog": { + "background": "bg", + "borderColor": "bg", + "foreground": "fg" + }, + "foreground": "fg", "Header": { "background": "bg" }, "List": { - "separatorForeground": "text", - "separatorColor": "border" + "Separator.Color": "border", + "Separator.foreground": "text", + "selectionBackground": "selBg", + "separatorColor": "border", + "separatorForeground": "text" }, "SearchField": { - "background": "bg", - "borderColor": "cs", - "infoForeground": "text" + "Border.color": "hl", + "background": "hc", + "borderColor": "hl", + "grayForeground": "dis", + "infoForeground": "dis" }, + "shortcutForeground": "text", "Tab": { + "active.background": "hl", "active.foreground": "activeFg", + "selected.background": "hl", + "selected.foreground": "activeFg", "selectedBackground": "hl", "selectedForeground": "activeFg" } @@ -688,12 +1022,20 @@ "Ordinal.File.Foreground": "text", "Repeated.File.Foreground": "fg" }, + "SegmentedButton": { + "focusedSelectedButtonColor": "hl", + "selectedButtonColor": "button", + "selectedStartBorderColor": "border", + "selectedEndBorderColor": "border" + }, "Separator": { "background": "second", "foreground": "second", - "separatorColor": "second" + "separatorColor": "border" + }, + "Settings": { + "Spotlight.borderColor": "accent" }, - "Settings.Spotlight.borderColor": "accent", "SidePanel": { "background": "hc" }, @@ -705,19 +1047,22 @@ "majorTickLength": 6, "thumb": "accent", "tickColor": "second", + "track": "table", "trackColor": "table", + "trackDisabled": "hl", "trackWidth": 7 }, + "Space.Review.diffAnchorBackground": "second", "SpeedSearch": { "background": "hl", "borderColor": "border", "errorForeground": "fg", "foreground": "fg" }, - "Space.Review.diffAnchorBackground": "second", "Spinner": { "background": "bg", "border": "3,3,3,3", + "disabledBackground": "excl", "foreground": "fg", "selectionForeground": "activeFg" }, @@ -728,16 +1073,40 @@ "SplitPaneDivider.draggingColor": "second", "StateWidget.activeBackground": "button", "StatusBar": { - "LightEditBackground": "table", + "background": "bg", + "Breadcrumbs": { + "floatingBackground": "tree", + "floatingForeground": "fg", + "foreground": "fg", + "hoverBackground": "tree", + "hoverForeground": "fg", + "selectionBackground": "selBg", + "selectionForeground": "activeFg", + "selectionInactiveBackground": "button", + "selectionInactiveForeground": "fg" + }, "borderColor": "bg", - "hoverBackground": "hl" + "bottomColor": "bg", + "hoverBackground": "hl", + "top2Color": "bg", + "topColor": "bg", + "LightEditBackground": "table", + "Widget": { + "foreground": "fg", + "hoverBackground": "hl", + "hoverForeground": "selFg", + "pressedBackground": "button", + "pressedForeground": "fg" + } }, "TabbedPane": { "background": "bg", + "borderColor": "hc", "contentAreaColor": "hl", "contentBorderInsets": "3,1,1,1", - "darkShadow": "border", + "darkShadow": "hc", "disabledForeground": "dis", + "disabledText": "dis", "disabledUnderlineColor": "dis", "focus": "table", "focusColor": "table", @@ -746,9 +1115,15 @@ "highlight": "border", "hoverColor": "hl", "labelShift": 0, + "mt.tab.background": "hc", + "selectHighlight": "hl", + "selected": "selBg", + "selectedColor": "accent", + "selectedDisabledColor": "dis", "selectedForeground": "activeFg", "selectedLabelShift": 0, "selectedTabPadInsets": "0,0,0,0", + "shadow": "hc", "tabHeight": 32, "tabInsets": "5,10,5,10", "tabSelectionHeight": 2, @@ -769,8 +1144,9 @@ "foreground": "fg", "gridColor": "bg", "highlightOuter": "table", - "hoverBackground": "tree", + "hoverBackground": "hl", "hoverInactiveBackground": "table", + "lightSelectionBackground": "table", "lightSelectionForeground": "activeFg", "lightSelectionInactiveBackground": "second", "lightSelectionInactiveForeground": "text", @@ -779,22 +1155,31 @@ "selectionInactiveBackground": "table", "selectionInactiveForeground": "selFg", "sortIconColor": "fg", - "stripeColor": "cs" + "stripeColor": "cs", + "stripedBackground": "cs" }, "TableHeader": { - "background": "bg", - "borderColor": "bg", - "bottomSeparatorColor": "second", + "background": "button", + "borderColor": "hl", + "bottomSeparatorColor": "hl", "cellBorder": "4,0,4,0", "disabledForeground": "dis", "focusCellBackground": "table", "focusCellForeground": "activeFg", "foreground": "fg", "height": 25, - "separatorColor": "second" + "hoverBackground": "hl", + "separatorColor": "border" }, - "text": "text", + "Tag": { + "background": "button", + "borderColor": "button", + "foreground": "fg" + }, + "text": "bg", "textInactiveText": "text", + "textHighlight": "selBg", + "textHighlightText": "activeFg", "textText": "text", "TextArea": { "background": "hc", @@ -806,11 +1191,18 @@ }, "TextField": { "background": "hc", + "borderColor": "bg", "caretForeground": "accent", + "disabledBackground": "excl", + "focusedBorderColor": "bg", "foreground": "fg", + "hoverBorderColor": "bg", "inactiveForeground": "dis", - "selectionBackground": "table", - "selectionForeground": "activeFg" + "selectedSeparatorColor": "accent", + "selectionBackground": "selBg", + "selectionForeground": "activeFg", + "separatorColor": "hl", + "separatorColorDisabled": "bg" }, "TextPane": { "background": "hc", @@ -822,46 +1214,89 @@ }, "TitlePane": { "Button.hoverBackground": "hl", - "background": "cs", + "background": "hc", "inactiveBackground": "bg", - "inactiveInfoForeground": "text", + "inactiveInfoForeground": "dis", "infoForeground": "text" }, "TitledBorder.titleColor": "fg", "ToggleButton": { "borderColor": "button", - "buttonColor": "fg", + "buttonColor": "button", "disabledText": "dis", "foreground": "fg", + "off.background": "bg", + "off.foreground": "bg", "offBackground": "bg", "offForeground": "bg", + "on.background": "accent", + "on.foreground": "accent", "onBackground": "accent", "onForeground": "accent" }, + "Toolbar.Floating.background": "button", "ToolBar": { "background": "hc", "borderHandleColor": "text", + "comboBoxButtonBackground": "button", "floatingForeground": "text", "foreground": "fg" }, + "ToolbarComboWidget": { + "background": "button", + "hoverBackground": "hl" + }, + "tooltips": { + "actions.keymap.text.color": "text", + "actions.settings.icon.background.color": "bg", + "description.title.text.color": "fg" + }, "ToolTip": { - "Actions.background": "bg", - "Actions.infoForeground": "text", + "actions": { + "background": "bg" + }, + "Actions": { + "background": "bg", + "grayForeground": "text", + "infoForeground": "text" + }, "background": "notif", "borderColor": "border", "foreground": "fg", "infoForeground": "text", + "Learning": { + "background": "accent", + "borderColor": "accent", + "foreground": "fg", + "spanBackground": "accent50", + "spanForeground": "fg", + "stepNumberForeground": "accent" + }, "separatorColor": "border", "shortcutForeground": "text" }, "ToolWindow": { + "active": { + "Header.background": "second", + "HeaderTab.background": "cs" + }, + "Background": "bg", + "background": "hc", "Button": { "hoverBackground": "table", "selectedBackground": "cs", "selectedForeground": "activeFg" }, - "Header": { + "header": { + "active.background": "second", "background": "bg", + "border.background": "second", + "closeButton.background": "bg", + "tab.selected.active.background": "cs", + "tab.selected.background": "cs" + }, + "Header": { + "background": "second", "borderColor": "second", "inactiveBackground": "bg" }, @@ -869,7 +1304,7 @@ "background": "bg" }, "HeaderTab": { - "borderColor": "hl", + "borderColor": "bg", "hoverBackground": "hl", "hoverInactiveBackground": "hl", "inactiveUnderlineColor": "accent", @@ -878,8 +1313,12 @@ "underlineColor": "accent", "underlinedTabBackground": "table", "underlinedTabForeground": "selFg", - "underlinedTabInactiveBackground": "second", + "underlinedTabInactiveBackground": "hc", "underlinedTabInactiveForeground": "fg" + }, + "inactive": { + "Header.background": "bg", + "HeaderTab.background": "cs" } }, "Tree": { @@ -919,6 +1358,8 @@ "List.selectionBackground": "tree", "highStroke.foreground": "fg", "motion": { + "AddConstraintColor": "accent", + "AddConstraintPlus": "accent", "CSPanel.SelectedBackground": "tree", "CSPanel.SelectedFocusBackground": "selBg", "Component.foreground": "fg", @@ -926,13 +1367,19 @@ "ConstraintSetText.foreground": "text", "CursorTextColor.foreground": "fg", "HoverColor.disabledBackground": "dis", + "Key.selectedForeground": "accent", "Notification.background": "notif", + "PositionMarkColor": "accent", "PrimaryPanel.background": "cs", "SecondaryPanel.background": "bg", "SecondaryPanel.header.background": "cs", "SecondaryPanel.header.foreground": "text", + "TimeCursor.End.selectedForeground": "accent", + "TimeCursor.Start.selectedForeground": "accent", + "TimeCursor.selectedForeground": "accent", "borderColor": "border", "cs_FocusText.infoForeground": "text", + "graphLine.lineSeparatorColor": "accent", "motionGraph.background": "bg", "ourAvg.background": "second", "ourCS.background": "second", @@ -940,6 +1387,7 @@ "ourCS_SelectedBackground.selectionInactiveBackground": "table", "ourCS_SelectedBorder.pressedBorderColor": "hl", "ourCS_SelectedFocusBackground.selectionForeground": "selFg", + "ourCS_SelectedFocusBorder.focusedBorderColor": "accent", "ourCS_TextColor.foreground": "text", "ourML_BarColor.separatorColor": "border", "timeLine.disabledBorderColor": "border" @@ -970,6 +1418,7 @@ }, "VersionControl": { "FileHistory.Commit": { + "otherBranchBackground": "bg", "selectedBranchBackground": "bg" }, "GitCommits": { @@ -991,9 +1440,15 @@ "tipIconColor": "text" }, "Log": { - "Commit.currentBranchBackground": "second", - "Commit.hoveredBackground": "tree", - "Commit.unmatchedForeground": "text" + "Commit": { + "currentBranchBackground": "cs", + "hoveredBackground": "tree", + "unmatchedForeground": "text" + } + }, + "Ref": { + "backgroundBase": "hl", + "foreground": "activeFg" }, "RefLabel": { "backgroundBase": "hl", @@ -1007,7 +1462,11 @@ "WelcomeScreen": { "AssociatedComponent.background": "bg", "Details.background": "bg", - "List.background": "cs", + "List": { + "background": "hc", + "selectionBackground": "selBg", + "selectionInactiveBackground": "hl" + }, "SidePanel.background": "second", "background": "bg", "borderColor": "bg", @@ -1015,6 +1474,7 @@ "captionForeground": "fg", "footerBackground": "cs", "footerForeground": "fg", + "groupIconBorderColor": "button", "headerBackground": "bg", "headerForeground": "fg", "separatorColor": "border", @@ -1023,7 +1483,7 @@ "actions.selectionBackground": "hl", "background": "second", "selectionBackground": "selBg", - "selectionInactiveBackground": "second" + "selectionInactiveBackground": "selBg" } }, "Window.border": "border", diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Darker.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Darker.theme.json index dffe56d8..1932150d 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Darker.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Darker.theme.json @@ -8,6 +8,7 @@ "fg": "#B0BEC5", "text": "#727272", "selBg": "#404040", + "selBg20": "#40404020", "selFg": "#FFFFFF", "activeFg": "#FFFFFF", "border": "#292929", @@ -25,6 +26,7 @@ "hl": "#3F3F3F", "notif": "#1A1A1A", "hc": "#212121", + "shadow": "undefined", "white": "#eeffff", "blue": "#82aaff", "red": "#f07178", @@ -48,17 +50,21 @@ "focusColor": "hl", "focusedBorderColor": "accent", "foreground": "fg", + "hoverBorderColor": "hl", "inactiveBackground": "excl", "inactiveForeground": "text", "infoForeground": "text", + "lineSeparatorColor": "hl", + "pressedBorderColor": "hl", "selectionBackground": "selBg", "selectionBackgroundInactive": "second", "selectionForeground": "selFg", "selectionInactiveBackground": "second", - "separatorColor": "border", - "lineSeparatorColor": "hl" + "separatorColor": "border" }, "activeCaption": "bg", + "activeCaptionBorder": "bg", + "activeCaptionText": "fg", "ActionButton": { "focusedBorderColor": "accent50", "hoverBackground": "accent50", @@ -67,13 +73,22 @@ "pressedBackground": "accent50", "pressedBorderColor": "accent50" }, + "ActionToolbar": { + "background": "hc" + }, + "AppInspector.GraphNode": { + "background": "second", + "borderColor": "border", + "focusedBorderColor": "accent" + }, "AssignedMnemonic": { "background": "hl", "borderColor": "selBg", - "foreground": "fg" + "foreground": "activeFg" }, "Autocomplete": { - "selectionBackground": "selBg" + "selectionBackground": "selBg", + "selectionUnfocus": "hl" }, "AvailableMnemonic": { "background": "button", @@ -81,54 +96,148 @@ "foreground": "fg" }, "BigSpinner.background": "bg", + "Bookmark": { + "iconBackground": "accent", + "Mnemonic": { + "iconBackground": "hl", + "iconBorderColor": "hl", + "iconForeground": "fg" + } + }, + "BookmarkMnemonicAssigned": { + "background": "hl", + "borderColor": "selBg", + "foreground": "selFg" + }, + "BookmarkMnemonicAvailable": { + "background": "button", + "borderColor": "button", + "foreground": "fg" + }, + "BookmarkMnemonicCurrent": { + "background": "accent", + "borderColor": "accent", + "foreground": "selFg" + }, + "BookmarkMnemonicIcon": { + "background": "hl", + "borderColor": "hl", + "foreground": "fg" + }, "BookmarkIcon.background": "accent", "Borders.ContrastBorderColor": "bg", "Borders.color": "border", "Button": { "arc": 0, "background": "bg", + "darcula": { + "borderColor": "button", + "defaultBorderColor": "button", + "defaultEndColor": "button", + "defaultFocusedBorderColor": "table", + "defaultOutlineColor": "button", + "defaultStartColor": "button", + "disabledBorderColor": "button", + "disabledOutlineColor": "border", + "disabledText.shadow": "bg", + "endColor": "button", + "focusedBorderColor": "table", + "outlineColor": "button", + "selectedButtonForeground": "selFg", + "selection.color1": "table", + "selection.color2": "table", + "shadowColor": "shadow", + "smallComboButtonBackground": "button", + "startColor": "button" + }, "default": { + "borderColor": "button", "endBackground": "table", "endBorderColor": "table", "focusColor": "accent", "focusedBorderColor": "accent", - "foreground": "activeFg", - "shadowColor": "table", + "foreground": "selFg", + "shadowColor": "shadow", "startBackground": "table", "startBorderColor": "table" }, - "disabledBorderColor": "button", + "disabledBackground": "excl", + "disabledBorderColor": "border", "disabledText": "dis", - "endBackground": "button", + "endBackground": "table", "endBorderColor": "button", "focus": "hl", "focusedBorderColor": "accent", "foreground": "text", "highlight": "selFg", "mt.background": "button", + "mt.color1": "button", + "mt.color2": "button", "mt.foreground": "text", "mt.selectedForeground": "selFg", "mt.selection.color1": "table", "mt.selection.color2": "table", - "shadowColor": "button", + "select": "button", + "shadowColor": "shadow", "shadowWidth": 0, - "startBackground": "button", + "startBackground": "table", "startBorderColor": "button" }, "Canvas": { "Tooltip.background": "notif", "Tooltip.borderColor": "border" }, - "Content": { - "background": "cs", - "selectionBackground": "selBg", - "selectionInactiveBackground": "excl" - }, "CheckBox": { "background": "bg", + "background.selected": "accent", + "borderColor": "bg", + "borderColor.selected": "accent", + "checkSignColor": "bg", + "checkSignColor.selected": "bg", + "checkSignColorDisabled": "bg", + "checkSignColorDisabled.selected": "bg", + "darcula": { + "borderColor1": "fg", + "checkSignColorDisabled": "dis", + "disabledBorderColor1": "dis", + "disabledBorderColor2": "dis", + "inactiveFillColor": "hl" + }, + "disabledBorderColor": "bg", + "disabledBorderColor.selected": "accent", "disabledText": "dis", + "focused.background": "bg", + "focused.background.selected": "accent", + "focusedArmed.background": "bg", + "focusedArmed.background.selected": "accent", "foreground": "fg", - "select": "accent" + "inactiveFillColor": "bg", + "inactiveFillColor.selected": "accent", + "select": "accent", + "shadowColor": "bg", + "shadowColorDisabled": "bg" + }, + "Checkbox": { + "Background.Default": "bg", + "Background.Default.Dark": "bg", + "Background.Disabled": "second", + "Background.Disabled.Dark": "second", + "Background.Selected": "accent", + "Background.Selected.Dark": "accent", + "Border.Default": "hl", + "Border.Default.Dark": "hl", + "Border.Disabled": "second", + "Border.Disabled.Dark": "second", + "Border.Selected": "accent", + "Border.Selected.Dark": "accent", + "Focus.Thin.Default": "bg", + "Focus.Thin.Default.Dark": "bg", + "Focus.Wide.Default": "bg", + "Focus.Wide.Default.Dark": "bg", + "Focus.Thin.Selected": "accent", + "Focus.Thin.Selected.Dark": "accent", + "Focus.Wide.Selected": "accent", + "Focus.Wide.Selected.Dark": "accent" }, "CheckBoxMenuItem": { "acceleratorForeground": "text", @@ -142,10 +251,11 @@ }, "CodeWithMe": { "Avatar.foreground": "fg", + "AccessDisabled.accessDot": "dis", "AccessEnabled": { "accessDot": "accent", "dropdownBorder": "second", - "pillBackground": "$second" + "pillBackground": "second" } }, "ColorChooser": { @@ -159,25 +269,38 @@ "background": "button", "disabledIconColor": "dis", "iconColor": "fg", - "nonEditableBackground": "bg" + "nonEditableBackground": "hc" }, + "PopupBackground": "cs", + "arrowFillColor": "hc", "background": "hc", "buttonBackground": "button", - "darcula.hoveredArrowButtonForeground": "accent", + "darcula": { + "arrowButtonBackground": "hc", + "arrowButtonDisabledForeground": "dis", + "arrowButtonForeground": "fg", + "disabledArrowButtonBackground": "excl", + "editable.arrowButtonBackground": "hc", + "hoveredArrowButtonForeground": "accent", + "nonEditableBackground": "bg" + }, + "disabledBackground": "excl", "disabledForeground": "dis", "foreground": "fg", "modifiedItemForeground": "accent", - "nonEditableBackground": "second", + "nonEditableBackground": "bg", "padding": "5,5,5,5", "selectionBackground": "table", "selectionForeground": "activeFg" }, - "ComboPopup.border": "border", "CompletionPopup": { "background": "second", "foreground": "fg", + "grayForeground": "text", + "grayedForeground": "text", "infoForeground": "text", "matchForeground": "accent", + "matchSelectedForeground": "accent", "matchSelectionForeground": "accent", "nonFocusedState": "false", "selectedForeground": "selFg", @@ -186,21 +309,32 @@ "selectionForeground": "selFg", "selectionGrayForeground": "selFg", "selectionInactiveBackground": "hl", + "selectionInactiveForeground": "text", "selectionInactiveInfoForeground": "text", "selectionInfoForeground": "selFg" }, "Component": { "arc": 4, "borderColor": "hl", - "disabledBorderColor": "button", + "disabledBorderColor": "dis", "focusColor": "accent", "focusedBorderColor": "accent", "hoverIconColor": "accent", - "iconColor": "fg", + "iconColor": "text", + "grayForeground": "text", "infoForeground": "text" }, - "control": "bg", + "Content": { + "background": "cs", + "selectionBackground": "selBg", + "selectionInactiveBackground": "fg" + }, + "control": "button", + "controlLtHighlight": "selFg", "controlText": "text", + "controlHighlight": "hl", + "controlShadow": "excl", + "controlDkShadow": "excl", "Counter": { "background": "accent", "foreground": "selFg" @@ -208,8 +342,14 @@ "CurrentMnemonic": { "background": "accent", "borderColor": "accent", - "foreground": "fg" + "foreground": "selFg" }, + "darcula": { + "background": "bg", + "foreground": "fg", + "primary": "bg" + }, + "desktop": "hc", "Debugger": { "Variables": { "changedValueForeground": "accent", @@ -222,17 +362,18 @@ } }, "DebuggerTabs": { + "active.background": "hl", "selectedBackground": "hl", - "underlinedTabBackground": "hl" + "underlinedTabBackground": "table" }, "DebuggerPopup": { - "borderColor": "hl" + "borderColor": "bg" }, "DefaultTabs": { "background": "bg", "borderColor": "bg", "hoverBackground": "table", - "hoverColor": "hc", + "hoverColor": "hl", "hoverMaskColor": "hl", "inactiveColoredFileBackground": "button", "inactiveColoredTabBackground": "bg", @@ -243,41 +384,28 @@ "underlinedTabForeground": "selFg" }, "Desktop.background": "bg", - "DialogWrapper.southPanelBackground": "bg", - "DialogWrapper.southPanelDivider": "bg", - "DragAndDrop": { - "areaBackground": "bg", - "areaBorderColor": "bg", - "areaForeground": "fg" + "Dialog": { + "titleColor": "bg" }, + "DialogWrapper": { + "southPanelBackground": "bg", + "southPanelDivider": "bg" + }, + "DragAndDrop": { + "areaBackground": "tree", + "areaBorderColor": "bg", + "areaForeground": "fg", + "backgroundBorderColor": "bg", + "backgroundColor": "bg", + "borderColor": "accent", + "foregroundColor": "fg" + }, + "dropArea.base": "accent", "Editor": { "background": "hc", "foreground": "fg", "shortcutForeground": "text" }, - "EditorPane": { - "background": "hc", - "caretForeground": "accent", - "foreground": "fg", - "inactiveBackground": "bg", - "inactiveForeground": "dis", - "selectionBackground": "selBg", - "selectionForeground": "activeFg" - }, - "EditorTabs": { - "borderColor": "second", - "hoverBackground": "hl", - "hoverColor": "hl", - "hoverMaskColor": "hl", - "inactiveColoredFileBackground": "bg", - "inactiveMaskColor": "bg", - "inactiveUnderlineColor": "dis", - "selectedBackground": "table", - "selectedForeground": "fg", - "underlineColor": "accent", - "underlinedTabBackground": "table", - "underlinedTabForeground": "selFg" - }, "EditorGroupsTabs": { "background": "bg", "borderColor": "second", @@ -288,13 +416,44 @@ "underlinedTabBackground": "table", "underlinedTabForeground": "fg" }, + "EditorPane": { + "background": "hc", + "caretForeground": "accent", + "foreground": "fg", + "inactiveBackground": "bg", + "inactiveForeground": "dis", + "selectionBackground": "selBg", + "selectionForeground": "activeFg" + }, + "EditorTabs": { + "active.background": "table", + "active.foreground": "fg", + "active.underlineColor": "accent", + "background": "bg", + "borderColor": "second", + "foreground": "fg", + "hoverBackground": "hl", + "hoverColor": "hl", + "hoverMaskColor": "hl", + "inactive.maskColor": "bg", + "inactiveColoredFileBackground": "bg", + "inactiveMaskColor": "bg", + "inactiveUnderlineColor": "dis", + "selectedBackground": "table", + "selectedForeground": "fg", + "underlineColor": "accent", + "underlinedTabBackground": "table", + "underlinedTabForeground": "selFg" + }, "FileColor": { "Blue": "#004BA0", "Green": "#387002", "Orange": "#B53D00", "Rose": "#A00037", "Violet": "#4D2C91", - "Yellow": "excl" + "Yellow": "excl", + "Gray": "excl", + "excluded": "excl" }, "FlameGraph": { "JVMBackground": "#89DDF7", @@ -306,18 +465,37 @@ "nativeFocusSearchNotMatchedBackground": "#BB80B3", "nativeSearchNotMatchedBackground": "#C792EA" }, - "Focus.color": "border", + "Focus": { + "Color": "accent50", + "borderColor": "accent50", + "color": "accent50", + "defaultButtonBorderColor": "accent" + }, "FormattedTextField": { "background": "hc", "caretForeground": "accent", "foreground": "fg", "inactiveBackground": "button", "inactiveForeground": "dis", - "selectionBackground": "table", + "selectionBackground": "selBg", "selectionForeground": "activeFg" }, + "Git.Log.Ref": { + "LocalBranch": "accent", + "Other": "text", + "RemoteBranch": "fg", + "Tag": "text" + }, + "Github.List.tallRow": { + "foreground": "fg", + "secondary.foreground": "text", + "selectionBackground": "selBg", + "selectionBackground.unfocused": "hl", + "selectionForeground": "selFg", + "selectionForeground.unfocused": "selFg" + }, "GotItTooltip": { - "background": "bg", + "background": "notif", "borderColor": "notif", "endBackground": "button", "endBorderColor": "button", @@ -332,6 +510,7 @@ "separatorColor": "border" }, "GutterTooltip": { + "borderColor": "bg", "infoForeground": "text", "lineSeparatorColor": "bg" }, @@ -341,12 +520,25 @@ }, "HelpTooltip": { "background": "bg", + "backgroundColor": "bg", "borderColor": "border", "foreground": "fg", "infoForeground": "text", - "shortcutForeground": "text" + "shortcutForeground": "text", + "shortcutTextColor": "text", + "textColor": "fg" + }, + "Hg.Log.Ref": { + "Branch": "accent", + "ClosedBranch": "fg", + "LocalTag": "text", + "MqTag": "text", + "Tag": "text" }, "Hyperlink.linkColor": "accent", + "IconBadge": { + "infoBackground": "accent" + }, "IdeStatusBar.border": "4,4,4,4", "InformationHint.borderColor": "border", "inactiveCaption": "second", @@ -359,20 +551,45 @@ "background": "bg", "borderColor": "bg" }, + "intellijlaf": { + "background": "bg", + "foreground": "fg" + }, "InternalFrame": { "activeTitleForeground": "fg", "background": "bg", + "inactiveTitleBackground": "bg", "inactiveTitleForeground": "text" }, "Label": { "background": "bg", "disabledForeground": "dis", - "disabledShadow": "bg", + "disabledForegroundColor": "dis", + "disabledShadow": "dis", "disabledText": "dis", + "errorForeground": "accent", "foreground": "fg", + "grayForeground": "text", "infoForeground": "text", "selectedDisabledForeground": "fg", - "selectedForeground": "activeFg" + "selectedForeground": "activeFg", + "textForeground": "text" + }, + "Lesson": { + "Badge": { + "newLessonBackground": "accent", + "newLessonForeground": "selFg" + }, + "shortcutBackground": "second", + "stepNumberForeground": "text", + "Tooltip": { + "background": "notif", + "borderColor": "notif", + "foreground": "fg", + "spanBackground": "button", + "spanForeground": "fg", + "stepNumberForeground": "text" + } }, "link": "accent", "Link": { @@ -383,16 +600,33 @@ "visitedForeground": "accent" }, "link.foreground": "accent", + "link.hover.foreground": "accent", + "link.pressed.foreground": "accent", + "link.visited.foreground": "accent", "List": { - "background": "second", + "background": "bg", "foreground": "fg", - "hoverBackground": "tree", + "hoverBackground": "hl", "hoverInactiveBackground": "table", - "selectionBackground": "selBg", "selectionForeground": "selFg", - "selectionInactiveBackground": "tree", + "selectionInactiveBackground": "table", "selectionInactiveForeground": "activeFg" }, + "LiveIndicator": { + "color": "accent" + }, + "MainToolbar": { + "Dropdown.background": "bg", + "Dropdown.hoverBackground": "border", + "Dropdown.pressedBackground": "table", + "Icon.background": "bg", + "Icon.hoverBackground": "border", + "Icon.pressedBackground": "table", + "background": "bg", + "hoverBackground": "border", + "inactiveBackground": "bg", + "pressedBackground": "table" + }, "material": { "background": "bg", "branchColor": "fg", @@ -400,6 +634,7 @@ "foreground": "fg", "mergeCommits": "button", "primaryColor": "text", + "selectionBackground": "selBg", "selectionForeground": "selFg", "tab.backgroundColor": "bg", "tab.borderColor": "accent", @@ -407,12 +642,15 @@ }, "MemoryIndicator": { "allocatedBackground": "second", + "unusedColor": "second", "usedBackground": "hl", "usedColor": "hl" }, + "menu": "bg", + "menuText": "fg", "Menu": { "acceleratorForeground": "text", - "acceleratorSelectionForeground": "selFg", + "acceleratorSelectionForeground": "activeFg", "background": "bg", "border": "4,2,4,2", "borderColor": "second", @@ -420,7 +658,7 @@ "disabledForeground": "dis", "foreground": "fg", "selectionBackground": "selBg", - "selectionForeground": "selFg", + "selectionForeground": "activeFg", "separatorColor": "border" }, "MenuBar": { @@ -431,19 +669,19 @@ "foreground": "fg", "highlight": "bg", "selectionBackground": "selBg", - "selectionForeground": "selFg", + "selectionForeground": "activeFg", "shadow": "hc" }, "MenuItem": { "acceleratorForeground": "text", - "acceleratorSelectionForeground": "selFg", + "acceleratorSelectionForeground": "activeFg", "background": "bg", "border": "4,2,4,2", "disabledBackground": "bg", "disabledForeground": "dis", "foreground": "fg", "selectionBackground": "selBg", - "selectionForeground": "selFg" + "selectionForeground": "activeFg" }, "MlModelBinding.Viewer.CodeEditor.background": "bg", "MnemonicIcon": { @@ -453,7 +691,8 @@ }, "NavBar": { "arrowColor": "fg", - "borderColor": "bg" + "borderColor": "bg", + "selectedColor": "accent" }, "NewClass": { "Panel": { @@ -465,25 +704,54 @@ }, "NewPSD.warning": "accent", "Notification": { + "Error.foreground": "accent", + "Link.foreground": "accent", "background": "notif", "borderColor": "notif", "errorBackground": "notif", "errorBorderColor": "notif", + "errorForeground": "accent", "foreground": "fg", + "linkForeground": "accent", "MoreButton": { "background": "button", "foreground": "fg", "innerBorderColor": "button" }, "ToolWindow": { - "errorBackground": "notif", - "errorBorderColor": "notif", - "informativeBackground": "notif", - "informativeBorderColor": "notif", - "warningBackground": "notif", - "warningBorderColor": "notif" + "errorBackground": "notifError", + "errorBorderColor": "notifError", + "errorForeground": "fg", + "infoForeground": "fg", + "informativeBackground": "notifInfo", + "informativeBorderColor": "notifInfo", + "informativeForeground": "fg", + "warningBackground": "notifWarn", + "warningBorderColor": "notifWarn", + "warningForeground": "fg" + }, + "ToolWindowError": { + "foreground": "fg", + "background": "notifError" + }, + "ToolWindowInfo": { + "foreground": "fg", + "background": "notifInfo" + }, + "ToolWindowWarning": { + "foreground": "fg", + "background": "notifWarn" } }, + "Notifications": { + "background": "notif", + "borderColor": "notif" + }, + "NotificationsToolwindow": { + "Notification.hoverBackground": "tree", + "newNotification.background": "notif", + "newNotification.hoverBackground": "tree" + }, "OnePixelDivider.background": "border", "OptionPane": { "background": "bg", @@ -491,8 +759,8 @@ "messageForeground": "fg" }, "OptionButton": { - "default.separatorColor": "border", - "separatorColor": "border" + "default.separatorColor": "table", + "separatorColor": "button" }, "Outline": { "color": "button", @@ -505,12 +773,15 @@ "mouseShortcutBackground": "bg" }, "ParameterInfo": { + "ContextHelp.foreground": "text", "background": "second", "borderColor": "table", "currentOverloadBackground": "hl", "currentParameterForeground": "accent", + "disabledColor": "dis", "disabledForeground": "dis", "foreground": "fg", + "highlightedColor": "accent", "infoForeground": "text", "lineSeparatorColor": "table" }, @@ -527,10 +798,11 @@ "background": "bg", "disabledForeground": "dis", "eapTagBackground": "hl", - "hoverBackground": "tree", + "hoverBackground": "hl", "lightSelectionBackground": "table", "paidTagBackground": "hl", "selectionBackground": "selBg", + "selectionForeground": "selFg", "tagBackground": "hl", "tagForeground": "accent", "trialTagBackground": "hl", @@ -554,6 +826,9 @@ "foreground": "fg" }, "Tab": { + "active.background": "table", + "active.foreground": "activeFg", + "hover.background": "table", "hoverBackground": "table", "selectedBackground": "table", "selectedForeground": "selFg" @@ -565,6 +840,10 @@ "borderColor": "bg", "foreground": "accent" }, + "Border": { + "color": "cs", + "inactiveColor": "bg" + }, "borderColor": "cs", "inactiveBorderColor": "bg", "innerBorderColor": "second", @@ -573,9 +852,19 @@ "inactiveBackground": "cs" }, "paintBorder": true, + "preferences": { + "background": "bg", + "borderColor": "bg", + "foreground": "fg" + }, + "Separator": { + "foreground": "fg", + "color": "border" + }, "separatorColor": "second", "separatorForeground": "fg", "Toolbar": { + "Border.color": "cs", "Floating.background": "cs", "background": "cs", "borderColor": "cs" @@ -585,6 +874,7 @@ "background": "bg", "border": "2,0,2,0", "foreground": "fg", + "selectionBackground": "selBg", "translucentBackground": "bg" }, "PopupMenuSeparator.height": 10, @@ -592,19 +882,35 @@ "ProgressBar": { "background": "bg", "foreground": "accent", + "halfColor": "hl", "indeterminateEndColor": "accent", "indeterminateStartColor": "accent", "progressColor": "accent", "selectionBackground": "hl", "trackColor": "hl" }, + "ProgressIcon": { + "color": "accent" + }, "PsiViewer": { "referenceHighlightColor": "accent" }, "RadioButton": { "background": "bg", + "darcula": { + "borderColor1": "fg", + "selectionDisabledColor": "bg", + "selectionDisabledShadowColor": "accent", + "selectionEnabledColor": "accent", + "selectionEnabledShadowColor": "accent" + }, "disabledText": "dis", - "foreground": "fg" + "focusColor": "accent", + "foreground": "fg", + "selectionDisabledColor": "bg", + "selectionDisabledShadowColor": "accent", + "selectionEnabledColor": "accent", + "selectionEnabledShadowColor": "accent" }, "RadioButtonMenuItem": { "acceleratorForeground": "text", @@ -616,7 +922,15 @@ "selectionBackground": "selBg", "selectionForeground": "selFg" }, + "RunWidget": { + "Running": { + "background": "accent", + "leftHoverBackground": "accent70", + "leftPressedBackground": "accent" + } + }, "ScreenView.borderColor": "border", + "scrollbar": "bg", "ScrollBar": { "background": "bg", "hoverThumbBorderColor": "accent", @@ -641,6 +955,10 @@ "thumb": "hl", "thumbBorderColor": "accent70", "thumbColor": "accent70", + "Thumb": { + "Hovered.background": "accent", + "NonOpaque.Hovered.background": "accent" + }, "trackColor": "bg30", "Transparent": { "hoverThumbBorderColor": "accent", @@ -656,20 +974,36 @@ "background": "cs", "foreground": "text" }, + "background": "bg", + "Dialog": { + "background": "bg", + "borderColor": "bg", + "foreground": "fg" + }, + "foreground": "fg", "Header": { "background": "bg" }, "List": { - "separatorForeground": "text", - "separatorColor": "border" + "Separator.Color": "border", + "Separator.foreground": "text", + "selectionBackground": "selBg", + "separatorColor": "border", + "separatorForeground": "text" }, "SearchField": { - "background": "bg", - "borderColor": "cs", - "infoForeground": "text" + "Border.color": "hl", + "background": "hc", + "borderColor": "hl", + "grayForeground": "dis", + "infoForeground": "dis" }, + "shortcutForeground": "text", "Tab": { + "active.background": "hl", "active.foreground": "activeFg", + "selected.background": "hl", + "selected.foreground": "activeFg", "selectedBackground": "hl", "selectedForeground": "activeFg" } @@ -688,12 +1022,20 @@ "Ordinal.File.Foreground": "text", "Repeated.File.Foreground": "fg" }, + "SegmentedButton": { + "focusedSelectedButtonColor": "hl", + "selectedButtonColor": "button", + "selectedStartBorderColor": "border", + "selectedEndBorderColor": "border" + }, "Separator": { "background": "second", "foreground": "second", - "separatorColor": "second" + "separatorColor": "border" + }, + "Settings": { + "Spotlight.borderColor": "accent" }, - "Settings.Spotlight.borderColor": "accent", "SidePanel": { "background": "hc" }, @@ -705,19 +1047,22 @@ "majorTickLength": 6, "thumb": "accent", "tickColor": "second", + "track": "table", "trackColor": "table", + "trackDisabled": "hl", "trackWidth": 7 }, + "Space.Review.diffAnchorBackground": "second", "SpeedSearch": { "background": "hl", "borderColor": "border", "errorForeground": "fg", "foreground": "fg" }, - "Space.Review.diffAnchorBackground": "second", "Spinner": { "background": "bg", "border": "3,3,3,3", + "disabledBackground": "excl", "foreground": "fg", "selectionForeground": "activeFg" }, @@ -728,16 +1073,40 @@ "SplitPaneDivider.draggingColor": "second", "StateWidget.activeBackground": "button", "StatusBar": { - "LightEditBackground": "table", + "background": "bg", + "Breadcrumbs": { + "floatingBackground": "tree", + "floatingForeground": "fg", + "foreground": "fg", + "hoverBackground": "tree", + "hoverForeground": "fg", + "selectionBackground": "selBg", + "selectionForeground": "activeFg", + "selectionInactiveBackground": "button", + "selectionInactiveForeground": "fg" + }, "borderColor": "bg", - "hoverBackground": "hl" + "bottomColor": "bg", + "hoverBackground": "hl", + "top2Color": "bg", + "topColor": "bg", + "LightEditBackground": "table", + "Widget": { + "foreground": "fg", + "hoverBackground": "hl", + "hoverForeground": "selFg", + "pressedBackground": "button", + "pressedForeground": "fg" + } }, "TabbedPane": { "background": "bg", + "borderColor": "hc", "contentAreaColor": "hl", "contentBorderInsets": "3,1,1,1", - "darkShadow": "border", + "darkShadow": "hc", "disabledForeground": "dis", + "disabledText": "dis", "disabledUnderlineColor": "dis", "focus": "table", "focusColor": "table", @@ -746,9 +1115,15 @@ "highlight": "border", "hoverColor": "hl", "labelShift": 0, + "mt.tab.background": "hc", + "selectHighlight": "hl", + "selected": "selBg", + "selectedColor": "accent", + "selectedDisabledColor": "dis", "selectedForeground": "activeFg", "selectedLabelShift": 0, "selectedTabPadInsets": "0,0,0,0", + "shadow": "hc", "tabHeight": 32, "tabInsets": "5,10,5,10", "tabSelectionHeight": 2, @@ -769,8 +1144,9 @@ "foreground": "fg", "gridColor": "bg", "highlightOuter": "table", - "hoverBackground": "tree", + "hoverBackground": "hl", "hoverInactiveBackground": "table", + "lightSelectionBackground": "table", "lightSelectionForeground": "activeFg", "lightSelectionInactiveBackground": "second", "lightSelectionInactiveForeground": "text", @@ -779,22 +1155,31 @@ "selectionInactiveBackground": "table", "selectionInactiveForeground": "selFg", "sortIconColor": "fg", - "stripeColor": "cs" + "stripeColor": "cs", + "stripedBackground": "cs" }, "TableHeader": { - "background": "bg", - "borderColor": "bg", - "bottomSeparatorColor": "second", + "background": "button", + "borderColor": "hl", + "bottomSeparatorColor": "hl", "cellBorder": "4,0,4,0", "disabledForeground": "dis", "focusCellBackground": "table", "focusCellForeground": "activeFg", "foreground": "fg", "height": 25, - "separatorColor": "second" + "hoverBackground": "hl", + "separatorColor": "border" }, - "text": "text", + "Tag": { + "background": "button", + "borderColor": "button", + "foreground": "fg" + }, + "text": "bg", "textInactiveText": "text", + "textHighlight": "selBg", + "textHighlightText": "activeFg", "textText": "text", "TextArea": { "background": "hc", @@ -806,11 +1191,18 @@ }, "TextField": { "background": "hc", + "borderColor": "bg", "caretForeground": "accent", + "disabledBackground": "excl", + "focusedBorderColor": "bg", "foreground": "fg", + "hoverBorderColor": "bg", "inactiveForeground": "dis", - "selectionBackground": "table", - "selectionForeground": "activeFg" + "selectedSeparatorColor": "accent", + "selectionBackground": "selBg", + "selectionForeground": "activeFg", + "separatorColor": "hl", + "separatorColorDisabled": "bg" }, "TextPane": { "background": "hc", @@ -822,46 +1214,89 @@ }, "TitlePane": { "Button.hoverBackground": "hl", - "background": "cs", + "background": "hc", "inactiveBackground": "bg", - "inactiveInfoForeground": "text", + "inactiveInfoForeground": "dis", "infoForeground": "text" }, "TitledBorder.titleColor": "fg", "ToggleButton": { "borderColor": "button", - "buttonColor": "fg", + "buttonColor": "button", "disabledText": "dis", "foreground": "fg", + "off.background": "bg", + "off.foreground": "bg", "offBackground": "bg", "offForeground": "bg", + "on.background": "accent", + "on.foreground": "accent", "onBackground": "accent", "onForeground": "accent" }, + "Toolbar.Floating.background": "button", "ToolBar": { "background": "hc", "borderHandleColor": "text", + "comboBoxButtonBackground": "button", "floatingForeground": "text", "foreground": "fg" }, + "ToolbarComboWidget": { + "background": "button", + "hoverBackground": "hl" + }, + "tooltips": { + "actions.keymap.text.color": "text", + "actions.settings.icon.background.color": "bg", + "description.title.text.color": "fg" + }, "ToolTip": { - "Actions.background": "bg", - "Actions.infoForeground": "text", + "actions": { + "background": "bg" + }, + "Actions": { + "background": "bg", + "grayForeground": "text", + "infoForeground": "text" + }, "background": "notif", "borderColor": "border", "foreground": "fg", "infoForeground": "text", + "Learning": { + "background": "accent", + "borderColor": "accent", + "foreground": "fg", + "spanBackground": "accent50", + "spanForeground": "fg", + "stepNumberForeground": "accent" + }, "separatorColor": "border", "shortcutForeground": "text" }, "ToolWindow": { + "active": { + "Header.background": "second", + "HeaderTab.background": "cs" + }, + "Background": "bg", + "background": "hc", "Button": { "hoverBackground": "table", "selectedBackground": "cs", "selectedForeground": "activeFg" }, - "Header": { + "header": { + "active.background": "second", "background": "bg", + "border.background": "second", + "closeButton.background": "bg", + "tab.selected.active.background": "cs", + "tab.selected.background": "cs" + }, + "Header": { + "background": "second", "borderColor": "second", "inactiveBackground": "bg" }, @@ -869,7 +1304,7 @@ "background": "bg" }, "HeaderTab": { - "borderColor": "hl", + "borderColor": "bg", "hoverBackground": "hl", "hoverInactiveBackground": "hl", "inactiveUnderlineColor": "accent", @@ -878,8 +1313,12 @@ "underlineColor": "accent", "underlinedTabBackground": "table", "underlinedTabForeground": "selFg", - "underlinedTabInactiveBackground": "second", + "underlinedTabInactiveBackground": "hc", "underlinedTabInactiveForeground": "fg" + }, + "inactive": { + "Header.background": "bg", + "HeaderTab.background": "cs" } }, "Tree": { @@ -919,6 +1358,8 @@ "List.selectionBackground": "tree", "highStroke.foreground": "fg", "motion": { + "AddConstraintColor": "accent", + "AddConstraintPlus": "accent", "CSPanel.SelectedBackground": "tree", "CSPanel.SelectedFocusBackground": "selBg", "Component.foreground": "fg", @@ -926,13 +1367,19 @@ "ConstraintSetText.foreground": "text", "CursorTextColor.foreground": "fg", "HoverColor.disabledBackground": "dis", + "Key.selectedForeground": "accent", "Notification.background": "notif", + "PositionMarkColor": "accent", "PrimaryPanel.background": "cs", "SecondaryPanel.background": "bg", "SecondaryPanel.header.background": "cs", "SecondaryPanel.header.foreground": "text", + "TimeCursor.End.selectedForeground": "accent", + "TimeCursor.Start.selectedForeground": "accent", + "TimeCursor.selectedForeground": "accent", "borderColor": "border", "cs_FocusText.infoForeground": "text", + "graphLine.lineSeparatorColor": "accent", "motionGraph.background": "bg", "ourAvg.background": "second", "ourCS.background": "second", @@ -940,6 +1387,7 @@ "ourCS_SelectedBackground.selectionInactiveBackground": "table", "ourCS_SelectedBorder.pressedBorderColor": "hl", "ourCS_SelectedFocusBackground.selectionForeground": "selFg", + "ourCS_SelectedFocusBorder.focusedBorderColor": "accent", "ourCS_TextColor.foreground": "text", "ourML_BarColor.separatorColor": "border", "timeLine.disabledBorderColor": "border" @@ -970,6 +1418,7 @@ }, "VersionControl": { "FileHistory.Commit": { + "otherBranchBackground": "bg", "selectedBranchBackground": "bg" }, "GitCommits": { @@ -991,9 +1440,15 @@ "tipIconColor": "text" }, "Log": { - "Commit.currentBranchBackground": "second", - "Commit.hoveredBackground": "tree", - "Commit.unmatchedForeground": "text" + "Commit": { + "currentBranchBackground": "cs", + "hoveredBackground": "tree", + "unmatchedForeground": "text" + } + }, + "Ref": { + "backgroundBase": "hl", + "foreground": "activeFg" }, "RefLabel": { "backgroundBase": "hl", @@ -1007,7 +1462,11 @@ "WelcomeScreen": { "AssociatedComponent.background": "bg", "Details.background": "bg", - "List.background": "cs", + "List": { + "background": "hc", + "selectionBackground": "selBg", + "selectionInactiveBackground": "hl" + }, "SidePanel.background": "second", "background": "bg", "borderColor": "bg", @@ -1015,6 +1474,7 @@ "captionForeground": "fg", "footerBackground": "cs", "footerForeground": "fg", + "groupIconBorderColor": "button", "headerBackground": "bg", "headerForeground": "fg", "separatorColor": "border", @@ -1023,7 +1483,7 @@ "actions.selectionBackground": "hl", "background": "second", "selectionBackground": "selBg", - "selectionInactiveBackground": "second" + "selectionInactiveBackground": "selBg" } }, "Window.border": "border", diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Deep Ocean Contrast.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Deep Ocean Contrast.theme.json index 1f994f6d..3f9104d7 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Deep Ocean Contrast.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Deep Ocean Contrast.theme.json @@ -8,6 +8,7 @@ "fg": "#8F93A2", "text": "#4B526D", "selBg": "#222533", + "selBg20": "#22253320", "selFg": "#FFFFFF", "activeFg": "#FFFFFF", "border": "#0F111A", @@ -25,6 +26,7 @@ "hl": "#1F2233", "notif": "#090B10", "hc": "#090B10", + "shadow": "undefined", "white": "#eeffff", "blue": "#82aaff", "red": "#f07178", @@ -48,17 +50,21 @@ "focusColor": "hl", "focusedBorderColor": "accent", "foreground": "fg", + "hoverBorderColor": "hl", "inactiveBackground": "excl", "inactiveForeground": "text", "infoForeground": "text", + "lineSeparatorColor": "hl", + "pressedBorderColor": "hl", "selectionBackground": "selBg", "selectionBackgroundInactive": "second", "selectionForeground": "selFg", "selectionInactiveBackground": "second", - "separatorColor": "border", - "lineSeparatorColor": "hl" + "separatorColor": "border" }, "activeCaption": "bg", + "activeCaptionBorder": "bg", + "activeCaptionText": "fg", "ActionButton": { "focusedBorderColor": "accent50", "hoverBackground": "accent50", @@ -67,13 +73,22 @@ "pressedBackground": "accent50", "pressedBorderColor": "accent50" }, + "ActionToolbar": { + "background": "hc" + }, + "AppInspector.GraphNode": { + "background": "second", + "borderColor": "border", + "focusedBorderColor": "accent" + }, "AssignedMnemonic": { "background": "hl", "borderColor": "selBg", - "foreground": "fg" + "foreground": "activeFg" }, "Autocomplete": { - "selectionBackground": "selBg" + "selectionBackground": "selBg", + "selectionUnfocus": "hl" }, "AvailableMnemonic": { "background": "button", @@ -81,54 +96,148 @@ "foreground": "fg" }, "BigSpinner.background": "bg", + "Bookmark": { + "iconBackground": "accent", + "Mnemonic": { + "iconBackground": "hl", + "iconBorderColor": "hl", + "iconForeground": "fg" + } + }, + "BookmarkMnemonicAssigned": { + "background": "hl", + "borderColor": "selBg", + "foreground": "selFg" + }, + "BookmarkMnemonicAvailable": { + "background": "button", + "borderColor": "button", + "foreground": "fg" + }, + "BookmarkMnemonicCurrent": { + "background": "accent", + "borderColor": "accent", + "foreground": "selFg" + }, + "BookmarkMnemonicIcon": { + "background": "hl", + "borderColor": "hl", + "foreground": "fg" + }, "BookmarkIcon.background": "accent", "Borders.ContrastBorderColor": "bg", "Borders.color": "border", "Button": { "arc": 0, "background": "bg", + "darcula": { + "borderColor": "button", + "defaultBorderColor": "button", + "defaultEndColor": "button", + "defaultFocusedBorderColor": "table", + "defaultOutlineColor": "button", + "defaultStartColor": "button", + "disabledBorderColor": "button", + "disabledOutlineColor": "border", + "disabledText.shadow": "bg", + "endColor": "button", + "focusedBorderColor": "table", + "outlineColor": "button", + "selectedButtonForeground": "selFg", + "selection.color1": "table", + "selection.color2": "table", + "shadowColor": "shadow", + "smallComboButtonBackground": "button", + "startColor": "button" + }, "default": { + "borderColor": "button", "endBackground": "table", "endBorderColor": "table", "focusColor": "accent", "focusedBorderColor": "accent", - "foreground": "activeFg", - "shadowColor": "table", + "foreground": "selFg", + "shadowColor": "shadow", "startBackground": "table", "startBorderColor": "table" }, - "disabledBorderColor": "button", + "disabledBackground": "excl", + "disabledBorderColor": "border", "disabledText": "dis", - "endBackground": "button", + "endBackground": "table", "endBorderColor": "button", "focus": "hl", "focusedBorderColor": "accent", "foreground": "text", "highlight": "selFg", "mt.background": "button", + "mt.color1": "button", + "mt.color2": "button", "mt.foreground": "text", "mt.selectedForeground": "selFg", "mt.selection.color1": "table", "mt.selection.color2": "table", - "shadowColor": "button", + "select": "button", + "shadowColor": "shadow", "shadowWidth": 0, - "startBackground": "button", + "startBackground": "table", "startBorderColor": "button" }, "Canvas": { "Tooltip.background": "notif", "Tooltip.borderColor": "border" }, - "Content": { - "background": "cs", - "selectionBackground": "selBg", - "selectionInactiveBackground": "excl" - }, "CheckBox": { "background": "bg", + "background.selected": "accent", + "borderColor": "bg", + "borderColor.selected": "accent", + "checkSignColor": "bg", + "checkSignColor.selected": "bg", + "checkSignColorDisabled": "bg", + "checkSignColorDisabled.selected": "bg", + "darcula": { + "borderColor1": "fg", + "checkSignColorDisabled": "dis", + "disabledBorderColor1": "dis", + "disabledBorderColor2": "dis", + "inactiveFillColor": "hl" + }, + "disabledBorderColor": "bg", + "disabledBorderColor.selected": "accent", "disabledText": "dis", + "focused.background": "bg", + "focused.background.selected": "accent", + "focusedArmed.background": "bg", + "focusedArmed.background.selected": "accent", "foreground": "fg", - "select": "accent" + "inactiveFillColor": "bg", + "inactiveFillColor.selected": "accent", + "select": "accent", + "shadowColor": "bg", + "shadowColorDisabled": "bg" + }, + "Checkbox": { + "Background.Default": "bg", + "Background.Default.Dark": "bg", + "Background.Disabled": "second", + "Background.Disabled.Dark": "second", + "Background.Selected": "accent", + "Background.Selected.Dark": "accent", + "Border.Default": "hl", + "Border.Default.Dark": "hl", + "Border.Disabled": "second", + "Border.Disabled.Dark": "second", + "Border.Selected": "accent", + "Border.Selected.Dark": "accent", + "Focus.Thin.Default": "bg", + "Focus.Thin.Default.Dark": "bg", + "Focus.Wide.Default": "bg", + "Focus.Wide.Default.Dark": "bg", + "Focus.Thin.Selected": "accent", + "Focus.Thin.Selected.Dark": "accent", + "Focus.Wide.Selected": "accent", + "Focus.Wide.Selected.Dark": "accent" }, "CheckBoxMenuItem": { "acceleratorForeground": "text", @@ -142,10 +251,11 @@ }, "CodeWithMe": { "Avatar.foreground": "fg", + "AccessDisabled.accessDot": "dis", "AccessEnabled": { "accessDot": "accent", "dropdownBorder": "second", - "pillBackground": "$second" + "pillBackground": "second" } }, "ColorChooser": { @@ -159,25 +269,38 @@ "background": "button", "disabledIconColor": "dis", "iconColor": "fg", - "nonEditableBackground": "bg" + "nonEditableBackground": "hc" }, + "PopupBackground": "cs", + "arrowFillColor": "hc", "background": "hc", "buttonBackground": "button", - "darcula.hoveredArrowButtonForeground": "accent", + "darcula": { + "arrowButtonBackground": "hc", + "arrowButtonDisabledForeground": "dis", + "arrowButtonForeground": "fg", + "disabledArrowButtonBackground": "excl", + "editable.arrowButtonBackground": "hc", + "hoveredArrowButtonForeground": "accent", + "nonEditableBackground": "bg" + }, + "disabledBackground": "excl", "disabledForeground": "dis", "foreground": "fg", "modifiedItemForeground": "accent", - "nonEditableBackground": "second", + "nonEditableBackground": "bg", "padding": "5,5,5,5", "selectionBackground": "table", "selectionForeground": "activeFg" }, - "ComboPopup.border": "border", "CompletionPopup": { "background": "second", "foreground": "fg", + "grayForeground": "text", + "grayedForeground": "text", "infoForeground": "text", "matchForeground": "accent", + "matchSelectedForeground": "accent", "matchSelectionForeground": "accent", "nonFocusedState": "false", "selectedForeground": "selFg", @@ -186,21 +309,32 @@ "selectionForeground": "selFg", "selectionGrayForeground": "selFg", "selectionInactiveBackground": "hl", + "selectionInactiveForeground": "text", "selectionInactiveInfoForeground": "text", "selectionInfoForeground": "selFg" }, "Component": { "arc": 4, "borderColor": "hl", - "disabledBorderColor": "button", + "disabledBorderColor": "dis", "focusColor": "accent", "focusedBorderColor": "accent", "hoverIconColor": "accent", - "iconColor": "fg", + "iconColor": "text", + "grayForeground": "text", "infoForeground": "text" }, - "control": "bg", + "Content": { + "background": "cs", + "selectionBackground": "selBg", + "selectionInactiveBackground": "fg" + }, + "control": "button", + "controlLtHighlight": "selFg", "controlText": "text", + "controlHighlight": "hl", + "controlShadow": "excl", + "controlDkShadow": "excl", "Counter": { "background": "accent", "foreground": "selFg" @@ -208,8 +342,14 @@ "CurrentMnemonic": { "background": "accent", "borderColor": "accent", - "foreground": "fg" + "foreground": "selFg" }, + "darcula": { + "background": "bg", + "foreground": "fg", + "primary": "bg" + }, + "desktop": "hc", "Debugger": { "Variables": { "changedValueForeground": "accent", @@ -222,17 +362,18 @@ } }, "DebuggerTabs": { + "active.background": "hl", "selectedBackground": "hl", - "underlinedTabBackground": "hl" + "underlinedTabBackground": "table" }, "DebuggerPopup": { - "borderColor": "hl" + "borderColor": "bg" }, "DefaultTabs": { "background": "bg", "borderColor": "bg", "hoverBackground": "table", - "hoverColor": "hc", + "hoverColor": "hl", "hoverMaskColor": "hl", "inactiveColoredFileBackground": "button", "inactiveColoredTabBackground": "bg", @@ -243,41 +384,28 @@ "underlinedTabForeground": "selFg" }, "Desktop.background": "bg", - "DialogWrapper.southPanelBackground": "bg", - "DialogWrapper.southPanelDivider": "bg", - "DragAndDrop": { - "areaBackground": "bg", - "areaBorderColor": "bg", - "areaForeground": "fg" + "Dialog": { + "titleColor": "bg" }, + "DialogWrapper": { + "southPanelBackground": "bg", + "southPanelDivider": "bg" + }, + "DragAndDrop": { + "areaBackground": "tree", + "areaBorderColor": "bg", + "areaForeground": "fg", + "backgroundBorderColor": "bg", + "backgroundColor": "bg", + "borderColor": "accent", + "foregroundColor": "fg" + }, + "dropArea.base": "accent", "Editor": { "background": "hc", "foreground": "fg", "shortcutForeground": "text" }, - "EditorPane": { - "background": "hc", - "caretForeground": "accent", - "foreground": "fg", - "inactiveBackground": "bg", - "inactiveForeground": "dis", - "selectionBackground": "selBg", - "selectionForeground": "activeFg" - }, - "EditorTabs": { - "borderColor": "second", - "hoverBackground": "hl", - "hoverColor": "hl", - "hoverMaskColor": "hl", - "inactiveColoredFileBackground": "bg", - "inactiveMaskColor": "bg", - "inactiveUnderlineColor": "dis", - "selectedBackground": "table", - "selectedForeground": "fg", - "underlineColor": "accent", - "underlinedTabBackground": "table", - "underlinedTabForeground": "selFg" - }, "EditorGroupsTabs": { "background": "bg", "borderColor": "second", @@ -288,13 +416,44 @@ "underlinedTabBackground": "table", "underlinedTabForeground": "fg" }, + "EditorPane": { + "background": "hc", + "caretForeground": "accent", + "foreground": "fg", + "inactiveBackground": "bg", + "inactiveForeground": "dis", + "selectionBackground": "selBg", + "selectionForeground": "activeFg" + }, + "EditorTabs": { + "active.background": "table", + "active.foreground": "fg", + "active.underlineColor": "accent", + "background": "bg", + "borderColor": "second", + "foreground": "fg", + "hoverBackground": "hl", + "hoverColor": "hl", + "hoverMaskColor": "hl", + "inactive.maskColor": "bg", + "inactiveColoredFileBackground": "bg", + "inactiveMaskColor": "bg", + "inactiveUnderlineColor": "dis", + "selectedBackground": "table", + "selectedForeground": "fg", + "underlineColor": "accent", + "underlinedTabBackground": "table", + "underlinedTabForeground": "selFg" + }, "FileColor": { "Blue": "#004BA0", "Green": "#387002", "Orange": "#B53D00", "Rose": "#A00037", "Violet": "#4D2C91", - "Yellow": "excl" + "Yellow": "excl", + "Gray": "excl", + "excluded": "excl" }, "FlameGraph": { "JVMBackground": "#89DDF7", @@ -306,18 +465,37 @@ "nativeFocusSearchNotMatchedBackground": "#BB80B3", "nativeSearchNotMatchedBackground": "#C792EA" }, - "Focus.color": "border", + "Focus": { + "Color": "accent50", + "borderColor": "accent50", + "color": "accent50", + "defaultButtonBorderColor": "accent" + }, "FormattedTextField": { "background": "hc", "caretForeground": "accent", "foreground": "fg", "inactiveBackground": "button", "inactiveForeground": "dis", - "selectionBackground": "table", + "selectionBackground": "selBg", "selectionForeground": "activeFg" }, + "Git.Log.Ref": { + "LocalBranch": "accent", + "Other": "text", + "RemoteBranch": "fg", + "Tag": "text" + }, + "Github.List.tallRow": { + "foreground": "fg", + "secondary.foreground": "text", + "selectionBackground": "selBg", + "selectionBackground.unfocused": "hl", + "selectionForeground": "selFg", + "selectionForeground.unfocused": "selFg" + }, "GotItTooltip": { - "background": "bg", + "background": "notif", "borderColor": "notif", "endBackground": "button", "endBorderColor": "button", @@ -332,6 +510,7 @@ "separatorColor": "border" }, "GutterTooltip": { + "borderColor": "bg", "infoForeground": "text", "lineSeparatorColor": "bg" }, @@ -341,12 +520,25 @@ }, "HelpTooltip": { "background": "bg", + "backgroundColor": "bg", "borderColor": "border", "foreground": "fg", "infoForeground": "text", - "shortcutForeground": "text" + "shortcutForeground": "text", + "shortcutTextColor": "text", + "textColor": "fg" + }, + "Hg.Log.Ref": { + "Branch": "accent", + "ClosedBranch": "fg", + "LocalTag": "text", + "MqTag": "text", + "Tag": "text" }, "Hyperlink.linkColor": "accent", + "IconBadge": { + "infoBackground": "accent" + }, "IdeStatusBar.border": "4,4,4,4", "InformationHint.borderColor": "border", "inactiveCaption": "second", @@ -359,20 +551,45 @@ "background": "bg", "borderColor": "bg" }, + "intellijlaf": { + "background": "bg", + "foreground": "fg" + }, "InternalFrame": { "activeTitleForeground": "fg", "background": "bg", + "inactiveTitleBackground": "bg", "inactiveTitleForeground": "text" }, "Label": { "background": "bg", "disabledForeground": "dis", - "disabledShadow": "bg", + "disabledForegroundColor": "dis", + "disabledShadow": "dis", "disabledText": "dis", + "errorForeground": "accent", "foreground": "fg", + "grayForeground": "text", "infoForeground": "text", "selectedDisabledForeground": "fg", - "selectedForeground": "activeFg" + "selectedForeground": "activeFg", + "textForeground": "text" + }, + "Lesson": { + "Badge": { + "newLessonBackground": "accent", + "newLessonForeground": "selFg" + }, + "shortcutBackground": "second", + "stepNumberForeground": "text", + "Tooltip": { + "background": "notif", + "borderColor": "notif", + "foreground": "fg", + "spanBackground": "button", + "spanForeground": "fg", + "stepNumberForeground": "text" + } }, "link": "accent", "Link": { @@ -383,16 +600,33 @@ "visitedForeground": "accent" }, "link.foreground": "accent", + "link.hover.foreground": "accent", + "link.pressed.foreground": "accent", + "link.visited.foreground": "accent", "List": { - "background": "second", + "background": "bg", "foreground": "fg", - "hoverBackground": "tree", + "hoverBackground": "hl", "hoverInactiveBackground": "table", - "selectionBackground": "selBg", "selectionForeground": "selFg", - "selectionInactiveBackground": "tree", + "selectionInactiveBackground": "table", "selectionInactiveForeground": "activeFg" }, + "LiveIndicator": { + "color": "accent" + }, + "MainToolbar": { + "Dropdown.background": "bg", + "Dropdown.hoverBackground": "border", + "Dropdown.pressedBackground": "table", + "Icon.background": "bg", + "Icon.hoverBackground": "border", + "Icon.pressedBackground": "table", + "background": "bg", + "hoverBackground": "border", + "inactiveBackground": "bg", + "pressedBackground": "table" + }, "material": { "background": "bg", "branchColor": "fg", @@ -400,6 +634,7 @@ "foreground": "fg", "mergeCommits": "button", "primaryColor": "text", + "selectionBackground": "selBg", "selectionForeground": "selFg", "tab.backgroundColor": "bg", "tab.borderColor": "accent", @@ -407,12 +642,15 @@ }, "MemoryIndicator": { "allocatedBackground": "second", + "unusedColor": "second", "usedBackground": "hl", "usedColor": "hl" }, + "menu": "bg", + "menuText": "fg", "Menu": { "acceleratorForeground": "text", - "acceleratorSelectionForeground": "selFg", + "acceleratorSelectionForeground": "activeFg", "background": "bg", "border": "4,2,4,2", "borderColor": "second", @@ -420,7 +658,7 @@ "disabledForeground": "dis", "foreground": "fg", "selectionBackground": "selBg", - "selectionForeground": "selFg", + "selectionForeground": "activeFg", "separatorColor": "border" }, "MenuBar": { @@ -431,19 +669,19 @@ "foreground": "fg", "highlight": "bg", "selectionBackground": "selBg", - "selectionForeground": "selFg", + "selectionForeground": "activeFg", "shadow": "hc" }, "MenuItem": { "acceleratorForeground": "text", - "acceleratorSelectionForeground": "selFg", + "acceleratorSelectionForeground": "activeFg", "background": "bg", "border": "4,2,4,2", "disabledBackground": "bg", "disabledForeground": "dis", "foreground": "fg", "selectionBackground": "selBg", - "selectionForeground": "selFg" + "selectionForeground": "activeFg" }, "MlModelBinding.Viewer.CodeEditor.background": "bg", "MnemonicIcon": { @@ -453,7 +691,8 @@ }, "NavBar": { "arrowColor": "fg", - "borderColor": "bg" + "borderColor": "bg", + "selectedColor": "accent" }, "NewClass": { "Panel": { @@ -465,25 +704,54 @@ }, "NewPSD.warning": "accent", "Notification": { + "Error.foreground": "accent", + "Link.foreground": "accent", "background": "notif", "borderColor": "notif", "errorBackground": "notif", "errorBorderColor": "notif", + "errorForeground": "accent", "foreground": "fg", + "linkForeground": "accent", "MoreButton": { "background": "button", "foreground": "fg", "innerBorderColor": "button" }, "ToolWindow": { - "errorBackground": "notif", - "errorBorderColor": "notif", - "informativeBackground": "notif", - "informativeBorderColor": "notif", - "warningBackground": "notif", - "warningBorderColor": "notif" + "errorBackground": "notifError", + "errorBorderColor": "notifError", + "errorForeground": "fg", + "infoForeground": "fg", + "informativeBackground": "notifInfo", + "informativeBorderColor": "notifInfo", + "informativeForeground": "fg", + "warningBackground": "notifWarn", + "warningBorderColor": "notifWarn", + "warningForeground": "fg" + }, + "ToolWindowError": { + "foreground": "fg", + "background": "notifError" + }, + "ToolWindowInfo": { + "foreground": "fg", + "background": "notifInfo" + }, + "ToolWindowWarning": { + "foreground": "fg", + "background": "notifWarn" } }, + "Notifications": { + "background": "notif", + "borderColor": "notif" + }, + "NotificationsToolwindow": { + "Notification.hoverBackground": "tree", + "newNotification.background": "notif", + "newNotification.hoverBackground": "tree" + }, "OnePixelDivider.background": "border", "OptionPane": { "background": "bg", @@ -491,8 +759,8 @@ "messageForeground": "fg" }, "OptionButton": { - "default.separatorColor": "border", - "separatorColor": "border" + "default.separatorColor": "table", + "separatorColor": "button" }, "Outline": { "color": "button", @@ -505,12 +773,15 @@ "mouseShortcutBackground": "bg" }, "ParameterInfo": { + "ContextHelp.foreground": "text", "background": "second", "borderColor": "table", "currentOverloadBackground": "hl", "currentParameterForeground": "accent", + "disabledColor": "dis", "disabledForeground": "dis", "foreground": "fg", + "highlightedColor": "accent", "infoForeground": "text", "lineSeparatorColor": "table" }, @@ -527,10 +798,11 @@ "background": "bg", "disabledForeground": "dis", "eapTagBackground": "hl", - "hoverBackground": "tree", + "hoverBackground": "hl", "lightSelectionBackground": "table", "paidTagBackground": "hl", "selectionBackground": "selBg", + "selectionForeground": "selFg", "tagBackground": "hl", "tagForeground": "accent", "trialTagBackground": "hl", @@ -554,6 +826,9 @@ "foreground": "fg" }, "Tab": { + "active.background": "table", + "active.foreground": "activeFg", + "hover.background": "table", "hoverBackground": "table", "selectedBackground": "table", "selectedForeground": "selFg" @@ -565,6 +840,10 @@ "borderColor": "bg", "foreground": "accent" }, + "Border": { + "color": "cs", + "inactiveColor": "bg" + }, "borderColor": "cs", "inactiveBorderColor": "bg", "innerBorderColor": "second", @@ -573,9 +852,19 @@ "inactiveBackground": "cs" }, "paintBorder": true, + "preferences": { + "background": "bg", + "borderColor": "bg", + "foreground": "fg" + }, + "Separator": { + "foreground": "fg", + "color": "border" + }, "separatorColor": "second", "separatorForeground": "fg", "Toolbar": { + "Border.color": "cs", "Floating.background": "cs", "background": "cs", "borderColor": "cs" @@ -585,6 +874,7 @@ "background": "bg", "border": "2,0,2,0", "foreground": "fg", + "selectionBackground": "selBg", "translucentBackground": "bg" }, "PopupMenuSeparator.height": 10, @@ -592,19 +882,35 @@ "ProgressBar": { "background": "bg", "foreground": "accent", + "halfColor": "hl", "indeterminateEndColor": "accent", "indeterminateStartColor": "accent", "progressColor": "accent", "selectionBackground": "hl", "trackColor": "hl" }, + "ProgressIcon": { + "color": "accent" + }, "PsiViewer": { "referenceHighlightColor": "accent" }, "RadioButton": { "background": "bg", + "darcula": { + "borderColor1": "fg", + "selectionDisabledColor": "bg", + "selectionDisabledShadowColor": "accent", + "selectionEnabledColor": "accent", + "selectionEnabledShadowColor": "accent" + }, "disabledText": "dis", - "foreground": "fg" + "focusColor": "accent", + "foreground": "fg", + "selectionDisabledColor": "bg", + "selectionDisabledShadowColor": "accent", + "selectionEnabledColor": "accent", + "selectionEnabledShadowColor": "accent" }, "RadioButtonMenuItem": { "acceleratorForeground": "text", @@ -616,7 +922,15 @@ "selectionBackground": "selBg", "selectionForeground": "selFg" }, + "RunWidget": { + "Running": { + "background": "accent", + "leftHoverBackground": "accent70", + "leftPressedBackground": "accent" + } + }, "ScreenView.borderColor": "border", + "scrollbar": "bg", "ScrollBar": { "background": "bg", "hoverThumbBorderColor": "accent", @@ -641,6 +955,10 @@ "thumb": "hl", "thumbBorderColor": "accent70", "thumbColor": "accent70", + "Thumb": { + "Hovered.background": "accent", + "NonOpaque.Hovered.background": "accent" + }, "trackColor": "bg30", "Transparent": { "hoverThumbBorderColor": "accent", @@ -656,20 +974,36 @@ "background": "cs", "foreground": "text" }, + "background": "bg", + "Dialog": { + "background": "bg", + "borderColor": "bg", + "foreground": "fg" + }, + "foreground": "fg", "Header": { "background": "bg" }, "List": { - "separatorForeground": "text", - "separatorColor": "border" + "Separator.Color": "border", + "Separator.foreground": "text", + "selectionBackground": "selBg", + "separatorColor": "border", + "separatorForeground": "text" }, "SearchField": { - "background": "bg", - "borderColor": "cs", - "infoForeground": "text" + "Border.color": "hl", + "background": "hc", + "borderColor": "hl", + "grayForeground": "dis", + "infoForeground": "dis" }, + "shortcutForeground": "text", "Tab": { + "active.background": "hl", "active.foreground": "activeFg", + "selected.background": "hl", + "selected.foreground": "activeFg", "selectedBackground": "hl", "selectedForeground": "activeFg" } @@ -688,12 +1022,20 @@ "Ordinal.File.Foreground": "text", "Repeated.File.Foreground": "fg" }, + "SegmentedButton": { + "focusedSelectedButtonColor": "hl", + "selectedButtonColor": "button", + "selectedStartBorderColor": "border", + "selectedEndBorderColor": "border" + }, "Separator": { "background": "second", "foreground": "second", - "separatorColor": "second" + "separatorColor": "border" + }, + "Settings": { + "Spotlight.borderColor": "accent" }, - "Settings.Spotlight.borderColor": "accent", "SidePanel": { "background": "hc" }, @@ -705,19 +1047,22 @@ "majorTickLength": 6, "thumb": "accent", "tickColor": "second", + "track": "table", "trackColor": "table", + "trackDisabled": "hl", "trackWidth": 7 }, + "Space.Review.diffAnchorBackground": "second", "SpeedSearch": { "background": "hl", "borderColor": "border", "errorForeground": "fg", "foreground": "fg" }, - "Space.Review.diffAnchorBackground": "second", "Spinner": { "background": "bg", "border": "3,3,3,3", + "disabledBackground": "excl", "foreground": "fg", "selectionForeground": "activeFg" }, @@ -728,16 +1073,40 @@ "SplitPaneDivider.draggingColor": "second", "StateWidget.activeBackground": "button", "StatusBar": { - "LightEditBackground": "table", + "background": "bg", + "Breadcrumbs": { + "floatingBackground": "tree", + "floatingForeground": "fg", + "foreground": "fg", + "hoverBackground": "tree", + "hoverForeground": "fg", + "selectionBackground": "selBg", + "selectionForeground": "activeFg", + "selectionInactiveBackground": "button", + "selectionInactiveForeground": "fg" + }, "borderColor": "bg", - "hoverBackground": "hl" + "bottomColor": "bg", + "hoverBackground": "hl", + "top2Color": "bg", + "topColor": "bg", + "LightEditBackground": "table", + "Widget": { + "foreground": "fg", + "hoverBackground": "hl", + "hoverForeground": "selFg", + "pressedBackground": "button", + "pressedForeground": "fg" + } }, "TabbedPane": { "background": "bg", + "borderColor": "hc", "contentAreaColor": "hl", "contentBorderInsets": "3,1,1,1", - "darkShadow": "border", + "darkShadow": "hc", "disabledForeground": "dis", + "disabledText": "dis", "disabledUnderlineColor": "dis", "focus": "table", "focusColor": "table", @@ -746,9 +1115,15 @@ "highlight": "border", "hoverColor": "hl", "labelShift": 0, + "mt.tab.background": "hc", + "selectHighlight": "hl", + "selected": "selBg", + "selectedColor": "accent", + "selectedDisabledColor": "dis", "selectedForeground": "activeFg", "selectedLabelShift": 0, "selectedTabPadInsets": "0,0,0,0", + "shadow": "hc", "tabHeight": 32, "tabInsets": "5,10,5,10", "tabSelectionHeight": 2, @@ -769,8 +1144,9 @@ "foreground": "fg", "gridColor": "bg", "highlightOuter": "table", - "hoverBackground": "tree", + "hoverBackground": "hl", "hoverInactiveBackground": "table", + "lightSelectionBackground": "table", "lightSelectionForeground": "activeFg", "lightSelectionInactiveBackground": "second", "lightSelectionInactiveForeground": "text", @@ -779,22 +1155,31 @@ "selectionInactiveBackground": "table", "selectionInactiveForeground": "selFg", "sortIconColor": "fg", - "stripeColor": "cs" + "stripeColor": "cs", + "stripedBackground": "cs" }, "TableHeader": { - "background": "bg", - "borderColor": "bg", - "bottomSeparatorColor": "second", + "background": "button", + "borderColor": "hl", + "bottomSeparatorColor": "hl", "cellBorder": "4,0,4,0", "disabledForeground": "dis", "focusCellBackground": "table", "focusCellForeground": "activeFg", "foreground": "fg", "height": 25, - "separatorColor": "second" + "hoverBackground": "hl", + "separatorColor": "border" }, - "text": "text", + "Tag": { + "background": "button", + "borderColor": "button", + "foreground": "fg" + }, + "text": "bg", "textInactiveText": "text", + "textHighlight": "selBg", + "textHighlightText": "activeFg", "textText": "text", "TextArea": { "background": "hc", @@ -806,11 +1191,18 @@ }, "TextField": { "background": "hc", + "borderColor": "bg", "caretForeground": "accent", + "disabledBackground": "excl", + "focusedBorderColor": "bg", "foreground": "fg", + "hoverBorderColor": "bg", "inactiveForeground": "dis", - "selectionBackground": "table", - "selectionForeground": "activeFg" + "selectedSeparatorColor": "accent", + "selectionBackground": "selBg", + "selectionForeground": "activeFg", + "separatorColor": "hl", + "separatorColorDisabled": "bg" }, "TextPane": { "background": "hc", @@ -822,46 +1214,89 @@ }, "TitlePane": { "Button.hoverBackground": "hl", - "background": "cs", + "background": "hc", "inactiveBackground": "bg", - "inactiveInfoForeground": "text", + "inactiveInfoForeground": "dis", "infoForeground": "text" }, "TitledBorder.titleColor": "fg", "ToggleButton": { "borderColor": "button", - "buttonColor": "fg", + "buttonColor": "button", "disabledText": "dis", "foreground": "fg", + "off.background": "bg", + "off.foreground": "bg", "offBackground": "bg", "offForeground": "bg", + "on.background": "accent", + "on.foreground": "accent", "onBackground": "accent", "onForeground": "accent" }, + "Toolbar.Floating.background": "button", "ToolBar": { "background": "hc", "borderHandleColor": "text", + "comboBoxButtonBackground": "button", "floatingForeground": "text", "foreground": "fg" }, + "ToolbarComboWidget": { + "background": "button", + "hoverBackground": "hl" + }, + "tooltips": { + "actions.keymap.text.color": "text", + "actions.settings.icon.background.color": "bg", + "description.title.text.color": "fg" + }, "ToolTip": { - "Actions.background": "bg", - "Actions.infoForeground": "text", + "actions": { + "background": "bg" + }, + "Actions": { + "background": "bg", + "grayForeground": "text", + "infoForeground": "text" + }, "background": "notif", "borderColor": "border", "foreground": "fg", "infoForeground": "text", + "Learning": { + "background": "accent", + "borderColor": "accent", + "foreground": "fg", + "spanBackground": "accent50", + "spanForeground": "fg", + "stepNumberForeground": "accent" + }, "separatorColor": "border", "shortcutForeground": "text" }, "ToolWindow": { + "active": { + "Header.background": "second", + "HeaderTab.background": "cs" + }, + "Background": "bg", + "background": "hc", "Button": { "hoverBackground": "table", "selectedBackground": "cs", "selectedForeground": "activeFg" }, - "Header": { + "header": { + "active.background": "second", "background": "bg", + "border.background": "second", + "closeButton.background": "bg", + "tab.selected.active.background": "cs", + "tab.selected.background": "cs" + }, + "Header": { + "background": "second", "borderColor": "second", "inactiveBackground": "bg" }, @@ -869,7 +1304,7 @@ "background": "bg" }, "HeaderTab": { - "borderColor": "hl", + "borderColor": "bg", "hoverBackground": "hl", "hoverInactiveBackground": "hl", "inactiveUnderlineColor": "accent", @@ -878,8 +1313,12 @@ "underlineColor": "accent", "underlinedTabBackground": "table", "underlinedTabForeground": "selFg", - "underlinedTabInactiveBackground": "second", + "underlinedTabInactiveBackground": "hc", "underlinedTabInactiveForeground": "fg" + }, + "inactive": { + "Header.background": "bg", + "HeaderTab.background": "cs" } }, "Tree": { @@ -919,6 +1358,8 @@ "List.selectionBackground": "tree", "highStroke.foreground": "fg", "motion": { + "AddConstraintColor": "accent", + "AddConstraintPlus": "accent", "CSPanel.SelectedBackground": "tree", "CSPanel.SelectedFocusBackground": "selBg", "Component.foreground": "fg", @@ -926,13 +1367,19 @@ "ConstraintSetText.foreground": "text", "CursorTextColor.foreground": "fg", "HoverColor.disabledBackground": "dis", + "Key.selectedForeground": "accent", "Notification.background": "notif", + "PositionMarkColor": "accent", "PrimaryPanel.background": "cs", "SecondaryPanel.background": "bg", "SecondaryPanel.header.background": "cs", "SecondaryPanel.header.foreground": "text", + "TimeCursor.End.selectedForeground": "accent", + "TimeCursor.Start.selectedForeground": "accent", + "TimeCursor.selectedForeground": "accent", "borderColor": "border", "cs_FocusText.infoForeground": "text", + "graphLine.lineSeparatorColor": "accent", "motionGraph.background": "bg", "ourAvg.background": "second", "ourCS.background": "second", @@ -940,6 +1387,7 @@ "ourCS_SelectedBackground.selectionInactiveBackground": "table", "ourCS_SelectedBorder.pressedBorderColor": "hl", "ourCS_SelectedFocusBackground.selectionForeground": "selFg", + "ourCS_SelectedFocusBorder.focusedBorderColor": "accent", "ourCS_TextColor.foreground": "text", "ourML_BarColor.separatorColor": "border", "timeLine.disabledBorderColor": "border" @@ -970,6 +1418,7 @@ }, "VersionControl": { "FileHistory.Commit": { + "otherBranchBackground": "bg", "selectedBranchBackground": "bg" }, "GitCommits": { @@ -991,9 +1440,15 @@ "tipIconColor": "text" }, "Log": { - "Commit.currentBranchBackground": "second", - "Commit.hoveredBackground": "tree", - "Commit.unmatchedForeground": "text" + "Commit": { + "currentBranchBackground": "cs", + "hoveredBackground": "tree", + "unmatchedForeground": "text" + } + }, + "Ref": { + "backgroundBase": "hl", + "foreground": "activeFg" }, "RefLabel": { "backgroundBase": "hl", @@ -1007,7 +1462,11 @@ "WelcomeScreen": { "AssociatedComponent.background": "bg", "Details.background": "bg", - "List.background": "cs", + "List": { + "background": "hc", + "selectionBackground": "selBg", + "selectionInactiveBackground": "hl" + }, "SidePanel.background": "second", "background": "bg", "borderColor": "bg", @@ -1015,6 +1474,7 @@ "captionForeground": "fg", "footerBackground": "cs", "footerForeground": "fg", + "groupIconBorderColor": "button", "headerBackground": "bg", "headerForeground": "fg", "separatorColor": "border", @@ -1023,7 +1483,7 @@ "actions.selectionBackground": "hl", "background": "second", "selectionBackground": "selBg", - "selectionInactiveBackground": "second" + "selectionInactiveBackground": "selBg" } }, "Window.border": "border", diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Deep Ocean.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Deep Ocean.theme.json index 2af1ebbf..600f19c8 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Deep Ocean.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Deep Ocean.theme.json @@ -8,6 +8,7 @@ "fg": "#8F93A2", "text": "#4B526D", "selBg": "#222533", + "selBg20": "#22253320", "selFg": "#FFFFFF", "activeFg": "#FFFFFF", "border": "#0F111A", @@ -25,6 +26,7 @@ "hl": "#1F2233", "notif": "#090B10", "hc": "#0F111A", + "shadow": "undefined", "white": "#eeffff", "blue": "#82aaff", "red": "#f07178", @@ -48,17 +50,21 @@ "focusColor": "hl", "focusedBorderColor": "accent", "foreground": "fg", + "hoverBorderColor": "hl", "inactiveBackground": "excl", "inactiveForeground": "text", "infoForeground": "text", + "lineSeparatorColor": "hl", + "pressedBorderColor": "hl", "selectionBackground": "selBg", "selectionBackgroundInactive": "second", "selectionForeground": "selFg", "selectionInactiveBackground": "second", - "separatorColor": "border", - "lineSeparatorColor": "hl" + "separatorColor": "border" }, "activeCaption": "bg", + "activeCaptionBorder": "bg", + "activeCaptionText": "fg", "ActionButton": { "focusedBorderColor": "accent50", "hoverBackground": "accent50", @@ -67,13 +73,22 @@ "pressedBackground": "accent50", "pressedBorderColor": "accent50" }, + "ActionToolbar": { + "background": "hc" + }, + "AppInspector.GraphNode": { + "background": "second", + "borderColor": "border", + "focusedBorderColor": "accent" + }, "AssignedMnemonic": { "background": "hl", "borderColor": "selBg", - "foreground": "fg" + "foreground": "activeFg" }, "Autocomplete": { - "selectionBackground": "selBg" + "selectionBackground": "selBg", + "selectionUnfocus": "hl" }, "AvailableMnemonic": { "background": "button", @@ -81,54 +96,148 @@ "foreground": "fg" }, "BigSpinner.background": "bg", + "Bookmark": { + "iconBackground": "accent", + "Mnemonic": { + "iconBackground": "hl", + "iconBorderColor": "hl", + "iconForeground": "fg" + } + }, + "BookmarkMnemonicAssigned": { + "background": "hl", + "borderColor": "selBg", + "foreground": "selFg" + }, + "BookmarkMnemonicAvailable": { + "background": "button", + "borderColor": "button", + "foreground": "fg" + }, + "BookmarkMnemonicCurrent": { + "background": "accent", + "borderColor": "accent", + "foreground": "selFg" + }, + "BookmarkMnemonicIcon": { + "background": "hl", + "borderColor": "hl", + "foreground": "fg" + }, "BookmarkIcon.background": "accent", "Borders.ContrastBorderColor": "bg", "Borders.color": "border", "Button": { "arc": 0, "background": "bg", + "darcula": { + "borderColor": "button", + "defaultBorderColor": "button", + "defaultEndColor": "button", + "defaultFocusedBorderColor": "table", + "defaultOutlineColor": "button", + "defaultStartColor": "button", + "disabledBorderColor": "button", + "disabledOutlineColor": "border", + "disabledText.shadow": "bg", + "endColor": "button", + "focusedBorderColor": "table", + "outlineColor": "button", + "selectedButtonForeground": "selFg", + "selection.color1": "table", + "selection.color2": "table", + "shadowColor": "shadow", + "smallComboButtonBackground": "button", + "startColor": "button" + }, "default": { + "borderColor": "button", "endBackground": "table", "endBorderColor": "table", "focusColor": "accent", "focusedBorderColor": "accent", - "foreground": "activeFg", - "shadowColor": "table", + "foreground": "selFg", + "shadowColor": "shadow", "startBackground": "table", "startBorderColor": "table" }, - "disabledBorderColor": "button", + "disabledBackground": "excl", + "disabledBorderColor": "border", "disabledText": "dis", - "endBackground": "button", + "endBackground": "table", "endBorderColor": "button", "focus": "hl", "focusedBorderColor": "accent", "foreground": "text", "highlight": "selFg", "mt.background": "button", + "mt.color1": "button", + "mt.color2": "button", "mt.foreground": "text", "mt.selectedForeground": "selFg", "mt.selection.color1": "table", "mt.selection.color2": "table", - "shadowColor": "button", + "select": "button", + "shadowColor": "shadow", "shadowWidth": 0, - "startBackground": "button", + "startBackground": "table", "startBorderColor": "button" }, "Canvas": { "Tooltip.background": "notif", "Tooltip.borderColor": "border" }, - "Content": { - "background": "cs", - "selectionBackground": "selBg", - "selectionInactiveBackground": "excl" - }, "CheckBox": { "background": "bg", + "background.selected": "accent", + "borderColor": "bg", + "borderColor.selected": "accent", + "checkSignColor": "bg", + "checkSignColor.selected": "bg", + "checkSignColorDisabled": "bg", + "checkSignColorDisabled.selected": "bg", + "darcula": { + "borderColor1": "fg", + "checkSignColorDisabled": "dis", + "disabledBorderColor1": "dis", + "disabledBorderColor2": "dis", + "inactiveFillColor": "hl" + }, + "disabledBorderColor": "bg", + "disabledBorderColor.selected": "accent", "disabledText": "dis", + "focused.background": "bg", + "focused.background.selected": "accent", + "focusedArmed.background": "bg", + "focusedArmed.background.selected": "accent", "foreground": "fg", - "select": "accent" + "inactiveFillColor": "bg", + "inactiveFillColor.selected": "accent", + "select": "accent", + "shadowColor": "bg", + "shadowColorDisabled": "bg" + }, + "Checkbox": { + "Background.Default": "bg", + "Background.Default.Dark": "bg", + "Background.Disabled": "second", + "Background.Disabled.Dark": "second", + "Background.Selected": "accent", + "Background.Selected.Dark": "accent", + "Border.Default": "hl", + "Border.Default.Dark": "hl", + "Border.Disabled": "second", + "Border.Disabled.Dark": "second", + "Border.Selected": "accent", + "Border.Selected.Dark": "accent", + "Focus.Thin.Default": "bg", + "Focus.Thin.Default.Dark": "bg", + "Focus.Wide.Default": "bg", + "Focus.Wide.Default.Dark": "bg", + "Focus.Thin.Selected": "accent", + "Focus.Thin.Selected.Dark": "accent", + "Focus.Wide.Selected": "accent", + "Focus.Wide.Selected.Dark": "accent" }, "CheckBoxMenuItem": { "acceleratorForeground": "text", @@ -142,10 +251,11 @@ }, "CodeWithMe": { "Avatar.foreground": "fg", + "AccessDisabled.accessDot": "dis", "AccessEnabled": { "accessDot": "accent", "dropdownBorder": "second", - "pillBackground": "$second" + "pillBackground": "second" } }, "ColorChooser": { @@ -159,25 +269,38 @@ "background": "button", "disabledIconColor": "dis", "iconColor": "fg", - "nonEditableBackground": "bg" + "nonEditableBackground": "hc" }, + "PopupBackground": "cs", + "arrowFillColor": "hc", "background": "hc", "buttonBackground": "button", - "darcula.hoveredArrowButtonForeground": "accent", + "darcula": { + "arrowButtonBackground": "hc", + "arrowButtonDisabledForeground": "dis", + "arrowButtonForeground": "fg", + "disabledArrowButtonBackground": "excl", + "editable.arrowButtonBackground": "hc", + "hoveredArrowButtonForeground": "accent", + "nonEditableBackground": "bg" + }, + "disabledBackground": "excl", "disabledForeground": "dis", "foreground": "fg", "modifiedItemForeground": "accent", - "nonEditableBackground": "second", + "nonEditableBackground": "bg", "padding": "5,5,5,5", "selectionBackground": "table", "selectionForeground": "activeFg" }, - "ComboPopup.border": "border", "CompletionPopup": { "background": "second", "foreground": "fg", + "grayForeground": "text", + "grayedForeground": "text", "infoForeground": "text", "matchForeground": "accent", + "matchSelectedForeground": "accent", "matchSelectionForeground": "accent", "nonFocusedState": "false", "selectedForeground": "selFg", @@ -186,21 +309,32 @@ "selectionForeground": "selFg", "selectionGrayForeground": "selFg", "selectionInactiveBackground": "hl", + "selectionInactiveForeground": "text", "selectionInactiveInfoForeground": "text", "selectionInfoForeground": "selFg" }, "Component": { "arc": 4, "borderColor": "hl", - "disabledBorderColor": "button", + "disabledBorderColor": "dis", "focusColor": "accent", "focusedBorderColor": "accent", "hoverIconColor": "accent", - "iconColor": "fg", + "iconColor": "text", + "grayForeground": "text", "infoForeground": "text" }, - "control": "bg", + "Content": { + "background": "cs", + "selectionBackground": "selBg", + "selectionInactiveBackground": "fg" + }, + "control": "button", + "controlLtHighlight": "selFg", "controlText": "text", + "controlHighlight": "hl", + "controlShadow": "excl", + "controlDkShadow": "excl", "Counter": { "background": "accent", "foreground": "selFg" @@ -208,8 +342,14 @@ "CurrentMnemonic": { "background": "accent", "borderColor": "accent", - "foreground": "fg" + "foreground": "selFg" }, + "darcula": { + "background": "bg", + "foreground": "fg", + "primary": "bg" + }, + "desktop": "hc", "Debugger": { "Variables": { "changedValueForeground": "accent", @@ -222,17 +362,18 @@ } }, "DebuggerTabs": { + "active.background": "hl", "selectedBackground": "hl", - "underlinedTabBackground": "hl" + "underlinedTabBackground": "table" }, "DebuggerPopup": { - "borderColor": "hl" + "borderColor": "bg" }, "DefaultTabs": { "background": "bg", "borderColor": "bg", "hoverBackground": "table", - "hoverColor": "hc", + "hoverColor": "hl", "hoverMaskColor": "hl", "inactiveColoredFileBackground": "button", "inactiveColoredTabBackground": "bg", @@ -243,41 +384,28 @@ "underlinedTabForeground": "selFg" }, "Desktop.background": "bg", - "DialogWrapper.southPanelBackground": "bg", - "DialogWrapper.southPanelDivider": "bg", - "DragAndDrop": { - "areaBackground": "bg", - "areaBorderColor": "bg", - "areaForeground": "fg" + "Dialog": { + "titleColor": "bg" }, + "DialogWrapper": { + "southPanelBackground": "bg", + "southPanelDivider": "bg" + }, + "DragAndDrop": { + "areaBackground": "tree", + "areaBorderColor": "bg", + "areaForeground": "fg", + "backgroundBorderColor": "bg", + "backgroundColor": "bg", + "borderColor": "accent", + "foregroundColor": "fg" + }, + "dropArea.base": "accent", "Editor": { "background": "hc", "foreground": "fg", "shortcutForeground": "text" }, - "EditorPane": { - "background": "hc", - "caretForeground": "accent", - "foreground": "fg", - "inactiveBackground": "bg", - "inactiveForeground": "dis", - "selectionBackground": "selBg", - "selectionForeground": "activeFg" - }, - "EditorTabs": { - "borderColor": "second", - "hoverBackground": "hl", - "hoverColor": "hl", - "hoverMaskColor": "hl", - "inactiveColoredFileBackground": "bg", - "inactiveMaskColor": "bg", - "inactiveUnderlineColor": "dis", - "selectedBackground": "table", - "selectedForeground": "fg", - "underlineColor": "accent", - "underlinedTabBackground": "table", - "underlinedTabForeground": "selFg" - }, "EditorGroupsTabs": { "background": "bg", "borderColor": "second", @@ -288,13 +416,44 @@ "underlinedTabBackground": "table", "underlinedTabForeground": "fg" }, + "EditorPane": { + "background": "hc", + "caretForeground": "accent", + "foreground": "fg", + "inactiveBackground": "bg", + "inactiveForeground": "dis", + "selectionBackground": "selBg", + "selectionForeground": "activeFg" + }, + "EditorTabs": { + "active.background": "table", + "active.foreground": "fg", + "active.underlineColor": "accent", + "background": "bg", + "borderColor": "second", + "foreground": "fg", + "hoverBackground": "hl", + "hoverColor": "hl", + "hoverMaskColor": "hl", + "inactive.maskColor": "bg", + "inactiveColoredFileBackground": "bg", + "inactiveMaskColor": "bg", + "inactiveUnderlineColor": "dis", + "selectedBackground": "table", + "selectedForeground": "fg", + "underlineColor": "accent", + "underlinedTabBackground": "table", + "underlinedTabForeground": "selFg" + }, "FileColor": { "Blue": "#004BA0", "Green": "#387002", "Orange": "#B53D00", "Rose": "#A00037", "Violet": "#4D2C91", - "Yellow": "excl" + "Yellow": "excl", + "Gray": "excl", + "excluded": "excl" }, "FlameGraph": { "JVMBackground": "#89DDF7", @@ -306,18 +465,37 @@ "nativeFocusSearchNotMatchedBackground": "#BB80B3", "nativeSearchNotMatchedBackground": "#C792EA" }, - "Focus.color": "border", + "Focus": { + "Color": "accent50", + "borderColor": "accent50", + "color": "accent50", + "defaultButtonBorderColor": "accent" + }, "FormattedTextField": { "background": "hc", "caretForeground": "accent", "foreground": "fg", "inactiveBackground": "button", "inactiveForeground": "dis", - "selectionBackground": "table", + "selectionBackground": "selBg", "selectionForeground": "activeFg" }, + "Git.Log.Ref": { + "LocalBranch": "accent", + "Other": "text", + "RemoteBranch": "fg", + "Tag": "text" + }, + "Github.List.tallRow": { + "foreground": "fg", + "secondary.foreground": "text", + "selectionBackground": "selBg", + "selectionBackground.unfocused": "hl", + "selectionForeground": "selFg", + "selectionForeground.unfocused": "selFg" + }, "GotItTooltip": { - "background": "bg", + "background": "notif", "borderColor": "notif", "endBackground": "button", "endBorderColor": "button", @@ -332,6 +510,7 @@ "separatorColor": "border" }, "GutterTooltip": { + "borderColor": "bg", "infoForeground": "text", "lineSeparatorColor": "bg" }, @@ -341,12 +520,25 @@ }, "HelpTooltip": { "background": "bg", + "backgroundColor": "bg", "borderColor": "border", "foreground": "fg", "infoForeground": "text", - "shortcutForeground": "text" + "shortcutForeground": "text", + "shortcutTextColor": "text", + "textColor": "fg" + }, + "Hg.Log.Ref": { + "Branch": "accent", + "ClosedBranch": "fg", + "LocalTag": "text", + "MqTag": "text", + "Tag": "text" }, "Hyperlink.linkColor": "accent", + "IconBadge": { + "infoBackground": "accent" + }, "IdeStatusBar.border": "4,4,4,4", "InformationHint.borderColor": "border", "inactiveCaption": "second", @@ -359,20 +551,45 @@ "background": "bg", "borderColor": "bg" }, + "intellijlaf": { + "background": "bg", + "foreground": "fg" + }, "InternalFrame": { "activeTitleForeground": "fg", "background": "bg", + "inactiveTitleBackground": "bg", "inactiveTitleForeground": "text" }, "Label": { "background": "bg", "disabledForeground": "dis", - "disabledShadow": "bg", + "disabledForegroundColor": "dis", + "disabledShadow": "dis", "disabledText": "dis", + "errorForeground": "accent", "foreground": "fg", + "grayForeground": "text", "infoForeground": "text", "selectedDisabledForeground": "fg", - "selectedForeground": "activeFg" + "selectedForeground": "activeFg", + "textForeground": "text" + }, + "Lesson": { + "Badge": { + "newLessonBackground": "accent", + "newLessonForeground": "selFg" + }, + "shortcutBackground": "second", + "stepNumberForeground": "text", + "Tooltip": { + "background": "notif", + "borderColor": "notif", + "foreground": "fg", + "spanBackground": "button", + "spanForeground": "fg", + "stepNumberForeground": "text" + } }, "link": "accent", "Link": { @@ -383,16 +600,33 @@ "visitedForeground": "accent" }, "link.foreground": "accent", + "link.hover.foreground": "accent", + "link.pressed.foreground": "accent", + "link.visited.foreground": "accent", "List": { - "background": "second", + "background": "bg", "foreground": "fg", - "hoverBackground": "tree", + "hoverBackground": "hl", "hoverInactiveBackground": "table", - "selectionBackground": "selBg", "selectionForeground": "selFg", - "selectionInactiveBackground": "tree", + "selectionInactiveBackground": "table", "selectionInactiveForeground": "activeFg" }, + "LiveIndicator": { + "color": "accent" + }, + "MainToolbar": { + "Dropdown.background": "bg", + "Dropdown.hoverBackground": "border", + "Dropdown.pressedBackground": "table", + "Icon.background": "bg", + "Icon.hoverBackground": "border", + "Icon.pressedBackground": "table", + "background": "bg", + "hoverBackground": "border", + "inactiveBackground": "bg", + "pressedBackground": "table" + }, "material": { "background": "bg", "branchColor": "fg", @@ -400,6 +634,7 @@ "foreground": "fg", "mergeCommits": "button", "primaryColor": "text", + "selectionBackground": "selBg", "selectionForeground": "selFg", "tab.backgroundColor": "bg", "tab.borderColor": "accent", @@ -407,12 +642,15 @@ }, "MemoryIndicator": { "allocatedBackground": "second", + "unusedColor": "second", "usedBackground": "hl", "usedColor": "hl" }, + "menu": "bg", + "menuText": "fg", "Menu": { "acceleratorForeground": "text", - "acceleratorSelectionForeground": "selFg", + "acceleratorSelectionForeground": "activeFg", "background": "bg", "border": "4,2,4,2", "borderColor": "second", @@ -420,7 +658,7 @@ "disabledForeground": "dis", "foreground": "fg", "selectionBackground": "selBg", - "selectionForeground": "selFg", + "selectionForeground": "activeFg", "separatorColor": "border" }, "MenuBar": { @@ -431,19 +669,19 @@ "foreground": "fg", "highlight": "bg", "selectionBackground": "selBg", - "selectionForeground": "selFg", + "selectionForeground": "activeFg", "shadow": "hc" }, "MenuItem": { "acceleratorForeground": "text", - "acceleratorSelectionForeground": "selFg", + "acceleratorSelectionForeground": "activeFg", "background": "bg", "border": "4,2,4,2", "disabledBackground": "bg", "disabledForeground": "dis", "foreground": "fg", "selectionBackground": "selBg", - "selectionForeground": "selFg" + "selectionForeground": "activeFg" }, "MlModelBinding.Viewer.CodeEditor.background": "bg", "MnemonicIcon": { @@ -453,7 +691,8 @@ }, "NavBar": { "arrowColor": "fg", - "borderColor": "bg" + "borderColor": "bg", + "selectedColor": "accent" }, "NewClass": { "Panel": { @@ -465,25 +704,54 @@ }, "NewPSD.warning": "accent", "Notification": { + "Error.foreground": "accent", + "Link.foreground": "accent", "background": "notif", "borderColor": "notif", "errorBackground": "notif", "errorBorderColor": "notif", + "errorForeground": "accent", "foreground": "fg", + "linkForeground": "accent", "MoreButton": { "background": "button", "foreground": "fg", "innerBorderColor": "button" }, "ToolWindow": { - "errorBackground": "notif", - "errorBorderColor": "notif", - "informativeBackground": "notif", - "informativeBorderColor": "notif", - "warningBackground": "notif", - "warningBorderColor": "notif" + "errorBackground": "notifError", + "errorBorderColor": "notifError", + "errorForeground": "fg", + "infoForeground": "fg", + "informativeBackground": "notifInfo", + "informativeBorderColor": "notifInfo", + "informativeForeground": "fg", + "warningBackground": "notifWarn", + "warningBorderColor": "notifWarn", + "warningForeground": "fg" + }, + "ToolWindowError": { + "foreground": "fg", + "background": "notifError" + }, + "ToolWindowInfo": { + "foreground": "fg", + "background": "notifInfo" + }, + "ToolWindowWarning": { + "foreground": "fg", + "background": "notifWarn" } }, + "Notifications": { + "background": "notif", + "borderColor": "notif" + }, + "NotificationsToolwindow": { + "Notification.hoverBackground": "tree", + "newNotification.background": "notif", + "newNotification.hoverBackground": "tree" + }, "OnePixelDivider.background": "border", "OptionPane": { "background": "bg", @@ -491,8 +759,8 @@ "messageForeground": "fg" }, "OptionButton": { - "default.separatorColor": "border", - "separatorColor": "border" + "default.separatorColor": "table", + "separatorColor": "button" }, "Outline": { "color": "button", @@ -505,12 +773,15 @@ "mouseShortcutBackground": "bg" }, "ParameterInfo": { + "ContextHelp.foreground": "text", "background": "second", "borderColor": "table", "currentOverloadBackground": "hl", "currentParameterForeground": "accent", + "disabledColor": "dis", "disabledForeground": "dis", "foreground": "fg", + "highlightedColor": "accent", "infoForeground": "text", "lineSeparatorColor": "table" }, @@ -527,10 +798,11 @@ "background": "bg", "disabledForeground": "dis", "eapTagBackground": "hl", - "hoverBackground": "tree", + "hoverBackground": "hl", "lightSelectionBackground": "table", "paidTagBackground": "hl", "selectionBackground": "selBg", + "selectionForeground": "selFg", "tagBackground": "hl", "tagForeground": "accent", "trialTagBackground": "hl", @@ -554,6 +826,9 @@ "foreground": "fg" }, "Tab": { + "active.background": "table", + "active.foreground": "activeFg", + "hover.background": "table", "hoverBackground": "table", "selectedBackground": "table", "selectedForeground": "selFg" @@ -565,6 +840,10 @@ "borderColor": "bg", "foreground": "accent" }, + "Border": { + "color": "cs", + "inactiveColor": "bg" + }, "borderColor": "cs", "inactiveBorderColor": "bg", "innerBorderColor": "second", @@ -573,9 +852,19 @@ "inactiveBackground": "cs" }, "paintBorder": true, + "preferences": { + "background": "bg", + "borderColor": "bg", + "foreground": "fg" + }, + "Separator": { + "foreground": "fg", + "color": "border" + }, "separatorColor": "second", "separatorForeground": "fg", "Toolbar": { + "Border.color": "cs", "Floating.background": "cs", "background": "cs", "borderColor": "cs" @@ -585,6 +874,7 @@ "background": "bg", "border": "2,0,2,0", "foreground": "fg", + "selectionBackground": "selBg", "translucentBackground": "bg" }, "PopupMenuSeparator.height": 10, @@ -592,19 +882,35 @@ "ProgressBar": { "background": "bg", "foreground": "accent", + "halfColor": "hl", "indeterminateEndColor": "accent", "indeterminateStartColor": "accent", "progressColor": "accent", "selectionBackground": "hl", "trackColor": "hl" }, + "ProgressIcon": { + "color": "accent" + }, "PsiViewer": { "referenceHighlightColor": "accent" }, "RadioButton": { "background": "bg", + "darcula": { + "borderColor1": "fg", + "selectionDisabledColor": "bg", + "selectionDisabledShadowColor": "accent", + "selectionEnabledColor": "accent", + "selectionEnabledShadowColor": "accent" + }, "disabledText": "dis", - "foreground": "fg" + "focusColor": "accent", + "foreground": "fg", + "selectionDisabledColor": "bg", + "selectionDisabledShadowColor": "accent", + "selectionEnabledColor": "accent", + "selectionEnabledShadowColor": "accent" }, "RadioButtonMenuItem": { "acceleratorForeground": "text", @@ -616,7 +922,15 @@ "selectionBackground": "selBg", "selectionForeground": "selFg" }, + "RunWidget": { + "Running": { + "background": "accent", + "leftHoverBackground": "accent70", + "leftPressedBackground": "accent" + } + }, "ScreenView.borderColor": "border", + "scrollbar": "bg", "ScrollBar": { "background": "bg", "hoverThumbBorderColor": "accent", @@ -641,6 +955,10 @@ "thumb": "hl", "thumbBorderColor": "accent70", "thumbColor": "accent70", + "Thumb": { + "Hovered.background": "accent", + "NonOpaque.Hovered.background": "accent" + }, "trackColor": "bg30", "Transparent": { "hoverThumbBorderColor": "accent", @@ -656,20 +974,36 @@ "background": "cs", "foreground": "text" }, + "background": "bg", + "Dialog": { + "background": "bg", + "borderColor": "bg", + "foreground": "fg" + }, + "foreground": "fg", "Header": { "background": "bg" }, "List": { - "separatorForeground": "text", - "separatorColor": "border" + "Separator.Color": "border", + "Separator.foreground": "text", + "selectionBackground": "selBg", + "separatorColor": "border", + "separatorForeground": "text" }, "SearchField": { - "background": "bg", - "borderColor": "cs", - "infoForeground": "text" + "Border.color": "hl", + "background": "hc", + "borderColor": "hl", + "grayForeground": "dis", + "infoForeground": "dis" }, + "shortcutForeground": "text", "Tab": { + "active.background": "hl", "active.foreground": "activeFg", + "selected.background": "hl", + "selected.foreground": "activeFg", "selectedBackground": "hl", "selectedForeground": "activeFg" } @@ -688,12 +1022,20 @@ "Ordinal.File.Foreground": "text", "Repeated.File.Foreground": "fg" }, + "SegmentedButton": { + "focusedSelectedButtonColor": "hl", + "selectedButtonColor": "button", + "selectedStartBorderColor": "border", + "selectedEndBorderColor": "border" + }, "Separator": { "background": "second", "foreground": "second", - "separatorColor": "second" + "separatorColor": "border" + }, + "Settings": { + "Spotlight.borderColor": "accent" }, - "Settings.Spotlight.borderColor": "accent", "SidePanel": { "background": "hc" }, @@ -705,19 +1047,22 @@ "majorTickLength": 6, "thumb": "accent", "tickColor": "second", + "track": "table", "trackColor": "table", + "trackDisabled": "hl", "trackWidth": 7 }, + "Space.Review.diffAnchorBackground": "second", "SpeedSearch": { "background": "hl", "borderColor": "border", "errorForeground": "fg", "foreground": "fg" }, - "Space.Review.diffAnchorBackground": "second", "Spinner": { "background": "bg", "border": "3,3,3,3", + "disabledBackground": "excl", "foreground": "fg", "selectionForeground": "activeFg" }, @@ -728,16 +1073,40 @@ "SplitPaneDivider.draggingColor": "second", "StateWidget.activeBackground": "button", "StatusBar": { - "LightEditBackground": "table", + "background": "bg", + "Breadcrumbs": { + "floatingBackground": "tree", + "floatingForeground": "fg", + "foreground": "fg", + "hoverBackground": "tree", + "hoverForeground": "fg", + "selectionBackground": "selBg", + "selectionForeground": "activeFg", + "selectionInactiveBackground": "button", + "selectionInactiveForeground": "fg" + }, "borderColor": "bg", - "hoverBackground": "hl" + "bottomColor": "bg", + "hoverBackground": "hl", + "top2Color": "bg", + "topColor": "bg", + "LightEditBackground": "table", + "Widget": { + "foreground": "fg", + "hoverBackground": "hl", + "hoverForeground": "selFg", + "pressedBackground": "button", + "pressedForeground": "fg" + } }, "TabbedPane": { "background": "bg", + "borderColor": "hc", "contentAreaColor": "hl", "contentBorderInsets": "3,1,1,1", - "darkShadow": "border", + "darkShadow": "hc", "disabledForeground": "dis", + "disabledText": "dis", "disabledUnderlineColor": "dis", "focus": "table", "focusColor": "table", @@ -746,9 +1115,15 @@ "highlight": "border", "hoverColor": "hl", "labelShift": 0, + "mt.tab.background": "hc", + "selectHighlight": "hl", + "selected": "selBg", + "selectedColor": "accent", + "selectedDisabledColor": "dis", "selectedForeground": "activeFg", "selectedLabelShift": 0, "selectedTabPadInsets": "0,0,0,0", + "shadow": "hc", "tabHeight": 32, "tabInsets": "5,10,5,10", "tabSelectionHeight": 2, @@ -769,8 +1144,9 @@ "foreground": "fg", "gridColor": "bg", "highlightOuter": "table", - "hoverBackground": "tree", + "hoverBackground": "hl", "hoverInactiveBackground": "table", + "lightSelectionBackground": "table", "lightSelectionForeground": "activeFg", "lightSelectionInactiveBackground": "second", "lightSelectionInactiveForeground": "text", @@ -779,22 +1155,31 @@ "selectionInactiveBackground": "table", "selectionInactiveForeground": "selFg", "sortIconColor": "fg", - "stripeColor": "cs" + "stripeColor": "cs", + "stripedBackground": "cs" }, "TableHeader": { - "background": "bg", - "borderColor": "bg", - "bottomSeparatorColor": "second", + "background": "button", + "borderColor": "hl", + "bottomSeparatorColor": "hl", "cellBorder": "4,0,4,0", "disabledForeground": "dis", "focusCellBackground": "table", "focusCellForeground": "activeFg", "foreground": "fg", "height": 25, - "separatorColor": "second" + "hoverBackground": "hl", + "separatorColor": "border" }, - "text": "text", + "Tag": { + "background": "button", + "borderColor": "button", + "foreground": "fg" + }, + "text": "bg", "textInactiveText": "text", + "textHighlight": "selBg", + "textHighlightText": "activeFg", "textText": "text", "TextArea": { "background": "hc", @@ -806,11 +1191,18 @@ }, "TextField": { "background": "hc", + "borderColor": "bg", "caretForeground": "accent", + "disabledBackground": "excl", + "focusedBorderColor": "bg", "foreground": "fg", + "hoverBorderColor": "bg", "inactiveForeground": "dis", - "selectionBackground": "table", - "selectionForeground": "activeFg" + "selectedSeparatorColor": "accent", + "selectionBackground": "selBg", + "selectionForeground": "activeFg", + "separatorColor": "hl", + "separatorColorDisabled": "bg" }, "TextPane": { "background": "hc", @@ -822,46 +1214,89 @@ }, "TitlePane": { "Button.hoverBackground": "hl", - "background": "cs", + "background": "hc", "inactiveBackground": "bg", - "inactiveInfoForeground": "text", + "inactiveInfoForeground": "dis", "infoForeground": "text" }, "TitledBorder.titleColor": "fg", "ToggleButton": { "borderColor": "button", - "buttonColor": "fg", + "buttonColor": "button", "disabledText": "dis", "foreground": "fg", + "off.background": "bg", + "off.foreground": "bg", "offBackground": "bg", "offForeground": "bg", + "on.background": "accent", + "on.foreground": "accent", "onBackground": "accent", "onForeground": "accent" }, + "Toolbar.Floating.background": "button", "ToolBar": { "background": "hc", "borderHandleColor": "text", + "comboBoxButtonBackground": "button", "floatingForeground": "text", "foreground": "fg" }, + "ToolbarComboWidget": { + "background": "button", + "hoverBackground": "hl" + }, + "tooltips": { + "actions.keymap.text.color": "text", + "actions.settings.icon.background.color": "bg", + "description.title.text.color": "fg" + }, "ToolTip": { - "Actions.background": "bg", - "Actions.infoForeground": "text", + "actions": { + "background": "bg" + }, + "Actions": { + "background": "bg", + "grayForeground": "text", + "infoForeground": "text" + }, "background": "notif", "borderColor": "border", "foreground": "fg", "infoForeground": "text", + "Learning": { + "background": "accent", + "borderColor": "accent", + "foreground": "fg", + "spanBackground": "accent50", + "spanForeground": "fg", + "stepNumberForeground": "accent" + }, "separatorColor": "border", "shortcutForeground": "text" }, "ToolWindow": { + "active": { + "Header.background": "second", + "HeaderTab.background": "cs" + }, + "Background": "bg", + "background": "hc", "Button": { "hoverBackground": "table", "selectedBackground": "cs", "selectedForeground": "activeFg" }, - "Header": { + "header": { + "active.background": "second", "background": "bg", + "border.background": "second", + "closeButton.background": "bg", + "tab.selected.active.background": "cs", + "tab.selected.background": "cs" + }, + "Header": { + "background": "second", "borderColor": "second", "inactiveBackground": "bg" }, @@ -869,7 +1304,7 @@ "background": "bg" }, "HeaderTab": { - "borderColor": "hl", + "borderColor": "bg", "hoverBackground": "hl", "hoverInactiveBackground": "hl", "inactiveUnderlineColor": "accent", @@ -878,8 +1313,12 @@ "underlineColor": "accent", "underlinedTabBackground": "table", "underlinedTabForeground": "selFg", - "underlinedTabInactiveBackground": "second", + "underlinedTabInactiveBackground": "hc", "underlinedTabInactiveForeground": "fg" + }, + "inactive": { + "Header.background": "bg", + "HeaderTab.background": "cs" } }, "Tree": { @@ -919,6 +1358,8 @@ "List.selectionBackground": "tree", "highStroke.foreground": "fg", "motion": { + "AddConstraintColor": "accent", + "AddConstraintPlus": "accent", "CSPanel.SelectedBackground": "tree", "CSPanel.SelectedFocusBackground": "selBg", "Component.foreground": "fg", @@ -926,13 +1367,19 @@ "ConstraintSetText.foreground": "text", "CursorTextColor.foreground": "fg", "HoverColor.disabledBackground": "dis", + "Key.selectedForeground": "accent", "Notification.background": "notif", + "PositionMarkColor": "accent", "PrimaryPanel.background": "cs", "SecondaryPanel.background": "bg", "SecondaryPanel.header.background": "cs", "SecondaryPanel.header.foreground": "text", + "TimeCursor.End.selectedForeground": "accent", + "TimeCursor.Start.selectedForeground": "accent", + "TimeCursor.selectedForeground": "accent", "borderColor": "border", "cs_FocusText.infoForeground": "text", + "graphLine.lineSeparatorColor": "accent", "motionGraph.background": "bg", "ourAvg.background": "second", "ourCS.background": "second", @@ -940,6 +1387,7 @@ "ourCS_SelectedBackground.selectionInactiveBackground": "table", "ourCS_SelectedBorder.pressedBorderColor": "hl", "ourCS_SelectedFocusBackground.selectionForeground": "selFg", + "ourCS_SelectedFocusBorder.focusedBorderColor": "accent", "ourCS_TextColor.foreground": "text", "ourML_BarColor.separatorColor": "border", "timeLine.disabledBorderColor": "border" @@ -970,6 +1418,7 @@ }, "VersionControl": { "FileHistory.Commit": { + "otherBranchBackground": "bg", "selectedBranchBackground": "bg" }, "GitCommits": { @@ -991,9 +1440,15 @@ "tipIconColor": "text" }, "Log": { - "Commit.currentBranchBackground": "second", - "Commit.hoveredBackground": "tree", - "Commit.unmatchedForeground": "text" + "Commit": { + "currentBranchBackground": "cs", + "hoveredBackground": "tree", + "unmatchedForeground": "text" + } + }, + "Ref": { + "backgroundBase": "hl", + "foreground": "activeFg" }, "RefLabel": { "backgroundBase": "hl", @@ -1007,7 +1462,11 @@ "WelcomeScreen": { "AssociatedComponent.background": "bg", "Details.background": "bg", - "List.background": "cs", + "List": { + "background": "hc", + "selectionBackground": "selBg", + "selectionInactiveBackground": "hl" + }, "SidePanel.background": "second", "background": "bg", "borderColor": "bg", @@ -1015,6 +1474,7 @@ "captionForeground": "fg", "footerBackground": "cs", "footerForeground": "fg", + "groupIconBorderColor": "button", "headerBackground": "bg", "headerForeground": "fg", "separatorColor": "border", @@ -1023,7 +1483,7 @@ "actions.selectionBackground": "hl", "background": "second", "selectionBackground": "selBg", - "selectionInactiveBackground": "second" + "selectionInactiveBackground": "selBg" } }, "Window.border": "border", diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Lighter Contrast.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Lighter Contrast.theme.json index e7889117..4e385006 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Lighter Contrast.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Lighter Contrast.theme.json @@ -8,6 +8,7 @@ "fg": "#546E7A", "text": "#94A7B0", "selBg": "#CCD7DA", + "selBg20": "#CCD7DA20", "selFg": "#546e7a", "activeFg": "#272727", "border": "#d3e1e8", @@ -25,6 +26,7 @@ "hl": "#E7E7E8", "notif": "#eae8e8", "hc": "#EEEEEE", + "shadow": "undefined", "white": "#272727", "blue": "#6182B8", "red": "#E53935", @@ -48,17 +50,21 @@ "focusColor": "hl", "focusedBorderColor": "accent", "foreground": "fg", + "hoverBorderColor": "hl", "inactiveBackground": "excl", "inactiveForeground": "text", "infoForeground": "text", + "lineSeparatorColor": "hl", + "pressedBorderColor": "hl", "selectionBackground": "selBg", "selectionBackgroundInactive": "second", "selectionForeground": "selFg", "selectionInactiveBackground": "second", - "separatorColor": "border", - "lineSeparatorColor": "hl" + "separatorColor": "border" }, "activeCaption": "bg", + "activeCaptionBorder": "bg", + "activeCaptionText": "fg", "ActionButton": { "focusedBorderColor": "accent50", "hoverBackground": "accent50", @@ -67,13 +73,22 @@ "pressedBackground": "accent50", "pressedBorderColor": "accent50" }, + "ActionToolbar": { + "background": "hc" + }, + "AppInspector.GraphNode": { + "background": "second", + "borderColor": "border", + "focusedBorderColor": "accent" + }, "AssignedMnemonic": { "background": "hl", "borderColor": "selBg", - "foreground": "fg" + "foreground": "activeFg" }, "Autocomplete": { - "selectionBackground": "selBg" + "selectionBackground": "selBg", + "selectionUnfocus": "hl" }, "AvailableMnemonic": { "background": "button", @@ -81,54 +96,148 @@ "foreground": "fg" }, "BigSpinner.background": "bg", + "Bookmark": { + "iconBackground": "accent", + "Mnemonic": { + "iconBackground": "hl", + "iconBorderColor": "hl", + "iconForeground": "fg" + } + }, + "BookmarkMnemonicAssigned": { + "background": "hl", + "borderColor": "selBg", + "foreground": "selFg" + }, + "BookmarkMnemonicAvailable": { + "background": "button", + "borderColor": "button", + "foreground": "fg" + }, + "BookmarkMnemonicCurrent": { + "background": "accent", + "borderColor": "accent", + "foreground": "selFg" + }, + "BookmarkMnemonicIcon": { + "background": "hl", + "borderColor": "hl", + "foreground": "fg" + }, "BookmarkIcon.background": "accent", "Borders.ContrastBorderColor": "bg", "Borders.color": "border", "Button": { "arc": 0, "background": "bg", + "darcula": { + "borderColor": "button", + "defaultBorderColor": "button", + "defaultEndColor": "button", + "defaultFocusedBorderColor": "table", + "defaultOutlineColor": "button", + "defaultStartColor": "button", + "disabledBorderColor": "button", + "disabledOutlineColor": "border", + "disabledText.shadow": "bg", + "endColor": "button", + "focusedBorderColor": "table", + "outlineColor": "button", + "selectedButtonForeground": "selFg", + "selection.color1": "table", + "selection.color2": "table", + "shadowColor": "shadow", + "smallComboButtonBackground": "button", + "startColor": "button" + }, "default": { + "borderColor": "button", "endBackground": "table", "endBorderColor": "table", "focusColor": "accent", "focusedBorderColor": "accent", - "foreground": "activeFg", - "shadowColor": "table", + "foreground": "selFg", + "shadowColor": "shadow", "startBackground": "table", "startBorderColor": "table" }, - "disabledBorderColor": "button", + "disabledBackground": "excl", + "disabledBorderColor": "border", "disabledText": "dis", - "endBackground": "button", + "endBackground": "table", "endBorderColor": "button", "focus": "hl", "focusedBorderColor": "accent", "foreground": "text", "highlight": "selFg", "mt.background": "button", + "mt.color1": "button", + "mt.color2": "button", "mt.foreground": "text", "mt.selectedForeground": "selFg", "mt.selection.color1": "table", "mt.selection.color2": "table", - "shadowColor": "button", + "select": "button", + "shadowColor": "shadow", "shadowWidth": 0, - "startBackground": "button", + "startBackground": "table", "startBorderColor": "button" }, "Canvas": { "Tooltip.background": "notif", "Tooltip.borderColor": "border" }, - "Content": { - "background": "cs", - "selectionBackground": "selBg", - "selectionInactiveBackground": "excl" - }, "CheckBox": { "background": "bg", + "background.selected": "accent", + "borderColor": "bg", + "borderColor.selected": "accent", + "checkSignColor": "bg", + "checkSignColor.selected": "bg", + "checkSignColorDisabled": "bg", + "checkSignColorDisabled.selected": "bg", + "darcula": { + "borderColor1": "fg", + "checkSignColorDisabled": "dis", + "disabledBorderColor1": "dis", + "disabledBorderColor2": "dis", + "inactiveFillColor": "hl" + }, + "disabledBorderColor": "bg", + "disabledBorderColor.selected": "accent", "disabledText": "dis", + "focused.background": "bg", + "focused.background.selected": "accent", + "focusedArmed.background": "bg", + "focusedArmed.background.selected": "accent", "foreground": "fg", - "select": "accent" + "inactiveFillColor": "bg", + "inactiveFillColor.selected": "accent", + "select": "accent", + "shadowColor": "bg", + "shadowColorDisabled": "bg" + }, + "Checkbox": { + "Background.Default": "bg", + "Background.Default.Dark": "bg", + "Background.Disabled": "second", + "Background.Disabled.Dark": "second", + "Background.Selected": "accent", + "Background.Selected.Dark": "accent", + "Border.Default": "hl", + "Border.Default.Dark": "hl", + "Border.Disabled": "second", + "Border.Disabled.Dark": "second", + "Border.Selected": "accent", + "Border.Selected.Dark": "accent", + "Focus.Thin.Default": "bg", + "Focus.Thin.Default.Dark": "bg", + "Focus.Wide.Default": "bg", + "Focus.Wide.Default.Dark": "bg", + "Focus.Thin.Selected": "accent", + "Focus.Thin.Selected.Dark": "accent", + "Focus.Wide.Selected": "accent", + "Focus.Wide.Selected.Dark": "accent" }, "CheckBoxMenuItem": { "acceleratorForeground": "text", @@ -142,10 +251,11 @@ }, "CodeWithMe": { "Avatar.foreground": "fg", + "AccessDisabled.accessDot": "dis", "AccessEnabled": { "accessDot": "accent", "dropdownBorder": "second", - "pillBackground": "$second" + "pillBackground": "second" } }, "ColorChooser": { @@ -159,25 +269,38 @@ "background": "button", "disabledIconColor": "dis", "iconColor": "fg", - "nonEditableBackground": "bg" + "nonEditableBackground": "hc" }, + "PopupBackground": "cs", + "arrowFillColor": "hc", "background": "hc", "buttonBackground": "button", - "darcula.hoveredArrowButtonForeground": "accent", + "darcula": { + "arrowButtonBackground": "hc", + "arrowButtonDisabledForeground": "dis", + "arrowButtonForeground": "fg", + "disabledArrowButtonBackground": "excl", + "editable.arrowButtonBackground": "hc", + "hoveredArrowButtonForeground": "accent", + "nonEditableBackground": "bg" + }, + "disabledBackground": "excl", "disabledForeground": "dis", "foreground": "fg", "modifiedItemForeground": "accent", - "nonEditableBackground": "second", + "nonEditableBackground": "bg", "padding": "5,5,5,5", "selectionBackground": "table", "selectionForeground": "activeFg" }, - "ComboPopup.border": "border", "CompletionPopup": { "background": "second", "foreground": "fg", + "grayForeground": "text", + "grayedForeground": "text", "infoForeground": "text", "matchForeground": "accent", + "matchSelectedForeground": "accent", "matchSelectionForeground": "accent", "nonFocusedState": "false", "selectedForeground": "selFg", @@ -186,21 +309,32 @@ "selectionForeground": "selFg", "selectionGrayForeground": "selFg", "selectionInactiveBackground": "hl", + "selectionInactiveForeground": "text", "selectionInactiveInfoForeground": "text", "selectionInfoForeground": "selFg" }, "Component": { "arc": 4, "borderColor": "hl", - "disabledBorderColor": "button", + "disabledBorderColor": "dis", "focusColor": "accent", "focusedBorderColor": "accent", "hoverIconColor": "accent", - "iconColor": "fg", + "iconColor": "text", + "grayForeground": "text", "infoForeground": "text" }, - "control": "bg", + "Content": { + "background": "cs", + "selectionBackground": "selBg", + "selectionInactiveBackground": "fg" + }, + "control": "button", + "controlLtHighlight": "selFg", "controlText": "text", + "controlHighlight": "hl", + "controlShadow": "excl", + "controlDkShadow": "excl", "Counter": { "background": "accent", "foreground": "selFg" @@ -208,8 +342,14 @@ "CurrentMnemonic": { "background": "accent", "borderColor": "accent", - "foreground": "fg" + "foreground": "selFg" }, + "darcula": { + "background": "bg", + "foreground": "fg", + "primary": "bg" + }, + "desktop": "hc", "Debugger": { "Variables": { "changedValueForeground": "accent", @@ -222,17 +362,18 @@ } }, "DebuggerTabs": { + "active.background": "hl", "selectedBackground": "hl", - "underlinedTabBackground": "hl" + "underlinedTabBackground": "table" }, "DebuggerPopup": { - "borderColor": "hl" + "borderColor": "bg" }, "DefaultTabs": { "background": "bg", "borderColor": "bg", "hoverBackground": "table", - "hoverColor": "hc", + "hoverColor": "hl", "hoverMaskColor": "hl", "inactiveColoredFileBackground": "button", "inactiveColoredTabBackground": "bg", @@ -243,41 +384,28 @@ "underlinedTabForeground": "selFg" }, "Desktop.background": "bg", - "DialogWrapper.southPanelBackground": "bg", - "DialogWrapper.southPanelDivider": "bg", - "DragAndDrop": { - "areaBackground": "bg", - "areaBorderColor": "bg", - "areaForeground": "fg" + "Dialog": { + "titleColor": "bg" }, + "DialogWrapper": { + "southPanelBackground": "bg", + "southPanelDivider": "bg" + }, + "DragAndDrop": { + "areaBackground": "tree", + "areaBorderColor": "bg", + "areaForeground": "fg", + "backgroundBorderColor": "bg", + "backgroundColor": "bg", + "borderColor": "accent", + "foregroundColor": "fg" + }, + "dropArea.base": "accent", "Editor": { "background": "hc", "foreground": "fg", "shortcutForeground": "text" }, - "EditorPane": { - "background": "hc", - "caretForeground": "accent", - "foreground": "fg", - "inactiveBackground": "bg", - "inactiveForeground": "dis", - "selectionBackground": "selBg", - "selectionForeground": "activeFg" - }, - "EditorTabs": { - "borderColor": "second", - "hoverBackground": "hl", - "hoverColor": "hl", - "hoverMaskColor": "hl", - "inactiveColoredFileBackground": "bg", - "inactiveMaskColor": "bg", - "inactiveUnderlineColor": "dis", - "selectedBackground": "table", - "selectedForeground": "fg", - "underlineColor": "accent", - "underlinedTabBackground": "table", - "underlinedTabForeground": "selFg" - }, "EditorGroupsTabs": { "background": "bg", "borderColor": "second", @@ -288,13 +416,44 @@ "underlinedTabBackground": "table", "underlinedTabForeground": "fg" }, + "EditorPane": { + "background": "hc", + "caretForeground": "accent", + "foreground": "fg", + "inactiveBackground": "bg", + "inactiveForeground": "dis", + "selectionBackground": "selBg", + "selectionForeground": "activeFg" + }, + "EditorTabs": { + "active.background": "table", + "active.foreground": "fg", + "active.underlineColor": "accent", + "background": "bg", + "borderColor": "second", + "foreground": "fg", + "hoverBackground": "hl", + "hoverColor": "hl", + "hoverMaskColor": "hl", + "inactive.maskColor": "bg", + "inactiveColoredFileBackground": "bg", + "inactiveMaskColor": "bg", + "inactiveUnderlineColor": "dis", + "selectedBackground": "table", + "selectedForeground": "fg", + "underlineColor": "accent", + "underlinedTabBackground": "table", + "underlinedTabForeground": "selFg" + }, "FileColor": { "Blue": "#004BA0", "Green": "#387002", "Orange": "#B53D00", "Rose": "#A00037", "Violet": "#4D2C91", - "Yellow": "excl" + "Yellow": "excl", + "Gray": "excl", + "excluded": "excl" }, "FlameGraph": { "JVMBackground": "#89DDF7", @@ -306,18 +465,37 @@ "nativeFocusSearchNotMatchedBackground": "#BB80B3", "nativeSearchNotMatchedBackground": "#C792EA" }, - "Focus.color": "border", + "Focus": { + "Color": "accent50", + "borderColor": "accent50", + "color": "accent50", + "defaultButtonBorderColor": "accent" + }, "FormattedTextField": { "background": "hc", "caretForeground": "accent", "foreground": "fg", "inactiveBackground": "button", "inactiveForeground": "dis", - "selectionBackground": "table", + "selectionBackground": "selBg", "selectionForeground": "activeFg" }, + "Git.Log.Ref": { + "LocalBranch": "accent", + "Other": "text", + "RemoteBranch": "fg", + "Tag": "text" + }, + "Github.List.tallRow": { + "foreground": "fg", + "secondary.foreground": "text", + "selectionBackground": "selBg", + "selectionBackground.unfocused": "hl", + "selectionForeground": "selFg", + "selectionForeground.unfocused": "selFg" + }, "GotItTooltip": { - "background": "bg", + "background": "notif", "borderColor": "notif", "endBackground": "button", "endBorderColor": "button", @@ -332,6 +510,7 @@ "separatorColor": "border" }, "GutterTooltip": { + "borderColor": "bg", "infoForeground": "text", "lineSeparatorColor": "bg" }, @@ -341,12 +520,25 @@ }, "HelpTooltip": { "background": "bg", + "backgroundColor": "bg", "borderColor": "border", "foreground": "fg", "infoForeground": "text", - "shortcutForeground": "text" + "shortcutForeground": "text", + "shortcutTextColor": "text", + "textColor": "fg" + }, + "Hg.Log.Ref": { + "Branch": "accent", + "ClosedBranch": "fg", + "LocalTag": "text", + "MqTag": "text", + "Tag": "text" }, "Hyperlink.linkColor": "accent", + "IconBadge": { + "infoBackground": "accent" + }, "IdeStatusBar.border": "4,4,4,4", "InformationHint.borderColor": "border", "inactiveCaption": "second", @@ -359,20 +551,45 @@ "background": "bg", "borderColor": "bg" }, + "intellijlaf": { + "background": "bg", + "foreground": "fg" + }, "InternalFrame": { "activeTitleForeground": "fg", "background": "bg", + "inactiveTitleBackground": "bg", "inactiveTitleForeground": "text" }, "Label": { "background": "bg", "disabledForeground": "dis", - "disabledShadow": "bg", + "disabledForegroundColor": "dis", + "disabledShadow": "dis", "disabledText": "dis", + "errorForeground": "accent", "foreground": "fg", + "grayForeground": "text", "infoForeground": "text", "selectedDisabledForeground": "fg", - "selectedForeground": "activeFg" + "selectedForeground": "activeFg", + "textForeground": "text" + }, + "Lesson": { + "Badge": { + "newLessonBackground": "accent", + "newLessonForeground": "selFg" + }, + "shortcutBackground": "second", + "stepNumberForeground": "text", + "Tooltip": { + "background": "notif", + "borderColor": "notif", + "foreground": "fg", + "spanBackground": "button", + "spanForeground": "fg", + "stepNumberForeground": "text" + } }, "link": "accent", "Link": { @@ -383,16 +600,33 @@ "visitedForeground": "accent" }, "link.foreground": "accent", + "link.hover.foreground": "accent", + "link.pressed.foreground": "accent", + "link.visited.foreground": "accent", "List": { - "background": "second", + "background": "bg", "foreground": "fg", - "hoverBackground": "tree", + "hoverBackground": "hl", "hoverInactiveBackground": "table", - "selectionBackground": "selBg", "selectionForeground": "selFg", - "selectionInactiveBackground": "tree", + "selectionInactiveBackground": "table", "selectionInactiveForeground": "activeFg" }, + "LiveIndicator": { + "color": "accent" + }, + "MainToolbar": { + "Dropdown.background": "bg", + "Dropdown.hoverBackground": "border", + "Dropdown.pressedBackground": "table", + "Icon.background": "bg", + "Icon.hoverBackground": "border", + "Icon.pressedBackground": "table", + "background": "bg", + "hoverBackground": "border", + "inactiveBackground": "bg", + "pressedBackground": "table" + }, "material": { "background": "bg", "branchColor": "fg", @@ -400,6 +634,7 @@ "foreground": "fg", "mergeCommits": "button", "primaryColor": "text", + "selectionBackground": "selBg", "selectionForeground": "selFg", "tab.backgroundColor": "bg", "tab.borderColor": "accent", @@ -407,12 +642,15 @@ }, "MemoryIndicator": { "allocatedBackground": "second", + "unusedColor": "second", "usedBackground": "hl", "usedColor": "hl" }, + "menu": "bg", + "menuText": "fg", "Menu": { "acceleratorForeground": "text", - "acceleratorSelectionForeground": "selFg", + "acceleratorSelectionForeground": "activeFg", "background": "bg", "border": "4,2,4,2", "borderColor": "second", @@ -420,7 +658,7 @@ "disabledForeground": "dis", "foreground": "fg", "selectionBackground": "selBg", - "selectionForeground": "selFg", + "selectionForeground": "activeFg", "separatorColor": "border" }, "MenuBar": { @@ -431,19 +669,19 @@ "foreground": "fg", "highlight": "bg", "selectionBackground": "selBg", - "selectionForeground": "selFg", + "selectionForeground": "activeFg", "shadow": "hc" }, "MenuItem": { "acceleratorForeground": "text", - "acceleratorSelectionForeground": "selFg", + "acceleratorSelectionForeground": "activeFg", "background": "bg", "border": "4,2,4,2", "disabledBackground": "bg", "disabledForeground": "dis", "foreground": "fg", "selectionBackground": "selBg", - "selectionForeground": "selFg" + "selectionForeground": "activeFg" }, "MlModelBinding.Viewer.CodeEditor.background": "bg", "MnemonicIcon": { @@ -453,7 +691,8 @@ }, "NavBar": { "arrowColor": "fg", - "borderColor": "bg" + "borderColor": "bg", + "selectedColor": "accent" }, "NewClass": { "Panel": { @@ -465,25 +704,54 @@ }, "NewPSD.warning": "accent", "Notification": { + "Error.foreground": "accent", + "Link.foreground": "accent", "background": "notif", "borderColor": "notif", "errorBackground": "notif", "errorBorderColor": "notif", + "errorForeground": "accent", "foreground": "fg", + "linkForeground": "accent", "MoreButton": { "background": "button", "foreground": "fg", "innerBorderColor": "button" }, "ToolWindow": { - "errorBackground": "notif", - "errorBorderColor": "notif", - "informativeBackground": "notif", - "informativeBorderColor": "notif", - "warningBackground": "notif", - "warningBorderColor": "notif" + "errorBackground": "notifError", + "errorBorderColor": "notifError", + "errorForeground": "fg", + "infoForeground": "fg", + "informativeBackground": "notifInfo", + "informativeBorderColor": "notifInfo", + "informativeForeground": "fg", + "warningBackground": "notifWarn", + "warningBorderColor": "notifWarn", + "warningForeground": "fg" + }, + "ToolWindowError": { + "foreground": "fg", + "background": "notifError" + }, + "ToolWindowInfo": { + "foreground": "fg", + "background": "notifInfo" + }, + "ToolWindowWarning": { + "foreground": "fg", + "background": "notifWarn" } }, + "Notifications": { + "background": "notif", + "borderColor": "notif" + }, + "NotificationsToolwindow": { + "Notification.hoverBackground": "tree", + "newNotification.background": "notif", + "newNotification.hoverBackground": "tree" + }, "OnePixelDivider.background": "border", "OptionPane": { "background": "bg", @@ -491,8 +759,8 @@ "messageForeground": "fg" }, "OptionButton": { - "default.separatorColor": "border", - "separatorColor": "border" + "default.separatorColor": "table", + "separatorColor": "button" }, "Outline": { "color": "button", @@ -505,12 +773,15 @@ "mouseShortcutBackground": "bg" }, "ParameterInfo": { + "ContextHelp.foreground": "text", "background": "second", "borderColor": "table", "currentOverloadBackground": "hl", "currentParameterForeground": "accent", + "disabledColor": "dis", "disabledForeground": "dis", "foreground": "fg", + "highlightedColor": "accent", "infoForeground": "text", "lineSeparatorColor": "table" }, @@ -527,10 +798,11 @@ "background": "bg", "disabledForeground": "dis", "eapTagBackground": "hl", - "hoverBackground": "tree", + "hoverBackground": "hl", "lightSelectionBackground": "table", "paidTagBackground": "hl", "selectionBackground": "selBg", + "selectionForeground": "selFg", "tagBackground": "hl", "tagForeground": "accent", "trialTagBackground": "hl", @@ -554,6 +826,9 @@ "foreground": "fg" }, "Tab": { + "active.background": "table", + "active.foreground": "activeFg", + "hover.background": "table", "hoverBackground": "table", "selectedBackground": "table", "selectedForeground": "selFg" @@ -565,6 +840,10 @@ "borderColor": "bg", "foreground": "accent" }, + "Border": { + "color": "cs", + "inactiveColor": "bg" + }, "borderColor": "cs", "inactiveBorderColor": "bg", "innerBorderColor": "second", @@ -573,9 +852,19 @@ "inactiveBackground": "cs" }, "paintBorder": true, + "preferences": { + "background": "bg", + "borderColor": "bg", + "foreground": "fg" + }, + "Separator": { + "foreground": "fg", + "color": "border" + }, "separatorColor": "second", "separatorForeground": "fg", "Toolbar": { + "Border.color": "cs", "Floating.background": "cs", "background": "cs", "borderColor": "cs" @@ -585,6 +874,7 @@ "background": "bg", "border": "2,0,2,0", "foreground": "fg", + "selectionBackground": "selBg", "translucentBackground": "bg" }, "PopupMenuSeparator.height": 10, @@ -592,19 +882,35 @@ "ProgressBar": { "background": "bg", "foreground": "accent", + "halfColor": "hl", "indeterminateEndColor": "accent", "indeterminateStartColor": "accent", "progressColor": "accent", "selectionBackground": "hl", "trackColor": "hl" }, + "ProgressIcon": { + "color": "accent" + }, "PsiViewer": { "referenceHighlightColor": "accent" }, "RadioButton": { "background": "bg", + "darcula": { + "borderColor1": "fg", + "selectionDisabledColor": "bg", + "selectionDisabledShadowColor": "accent", + "selectionEnabledColor": "accent", + "selectionEnabledShadowColor": "accent" + }, "disabledText": "dis", - "foreground": "fg" + "focusColor": "accent", + "foreground": "fg", + "selectionDisabledColor": "bg", + "selectionDisabledShadowColor": "accent", + "selectionEnabledColor": "accent", + "selectionEnabledShadowColor": "accent" }, "RadioButtonMenuItem": { "acceleratorForeground": "text", @@ -616,7 +922,15 @@ "selectionBackground": "selBg", "selectionForeground": "selFg" }, + "RunWidget": { + "Running": { + "background": "accent", + "leftHoverBackground": "accent70", + "leftPressedBackground": "accent" + } + }, "ScreenView.borderColor": "border", + "scrollbar": "bg", "ScrollBar": { "background": "bg", "hoverThumbBorderColor": "accent", @@ -641,6 +955,10 @@ "thumb": "hl", "thumbBorderColor": "accent70", "thumbColor": "accent70", + "Thumb": { + "Hovered.background": "accent", + "NonOpaque.Hovered.background": "accent" + }, "trackColor": "bg30", "Transparent": { "hoverThumbBorderColor": "accent", @@ -656,20 +974,36 @@ "background": "cs", "foreground": "text" }, + "background": "bg", + "Dialog": { + "background": "bg", + "borderColor": "bg", + "foreground": "fg" + }, + "foreground": "fg", "Header": { "background": "bg" }, "List": { - "separatorForeground": "text", - "separatorColor": "border" + "Separator.Color": "border", + "Separator.foreground": "text", + "selectionBackground": "selBg", + "separatorColor": "border", + "separatorForeground": "text" }, "SearchField": { - "background": "bg", - "borderColor": "cs", - "infoForeground": "text" + "Border.color": "hl", + "background": "hc", + "borderColor": "hl", + "grayForeground": "dis", + "infoForeground": "dis" }, + "shortcutForeground": "text", "Tab": { + "active.background": "hl", "active.foreground": "activeFg", + "selected.background": "hl", + "selected.foreground": "activeFg", "selectedBackground": "hl", "selectedForeground": "activeFg" } @@ -688,12 +1022,20 @@ "Ordinal.File.Foreground": "text", "Repeated.File.Foreground": "fg" }, + "SegmentedButton": { + "focusedSelectedButtonColor": "hl", + "selectedButtonColor": "button", + "selectedStartBorderColor": "border", + "selectedEndBorderColor": "border" + }, "Separator": { "background": "second", "foreground": "second", - "separatorColor": "second" + "separatorColor": "border" + }, + "Settings": { + "Spotlight.borderColor": "accent" }, - "Settings.Spotlight.borderColor": "accent", "SidePanel": { "background": "hc" }, @@ -705,19 +1047,22 @@ "majorTickLength": 6, "thumb": "accent", "tickColor": "second", + "track": "table", "trackColor": "table", + "trackDisabled": "hl", "trackWidth": 7 }, + "Space.Review.diffAnchorBackground": "second", "SpeedSearch": { "background": "hl", "borderColor": "border", "errorForeground": "fg", "foreground": "fg" }, - "Space.Review.diffAnchorBackground": "second", "Spinner": { "background": "bg", "border": "3,3,3,3", + "disabledBackground": "excl", "foreground": "fg", "selectionForeground": "activeFg" }, @@ -728,16 +1073,40 @@ "SplitPaneDivider.draggingColor": "second", "StateWidget.activeBackground": "button", "StatusBar": { - "LightEditBackground": "table", + "background": "bg", + "Breadcrumbs": { + "floatingBackground": "tree", + "floatingForeground": "fg", + "foreground": "fg", + "hoverBackground": "tree", + "hoverForeground": "fg", + "selectionBackground": "selBg", + "selectionForeground": "activeFg", + "selectionInactiveBackground": "button", + "selectionInactiveForeground": "fg" + }, "borderColor": "bg", - "hoverBackground": "hl" + "bottomColor": "bg", + "hoverBackground": "hl", + "top2Color": "bg", + "topColor": "bg", + "LightEditBackground": "table", + "Widget": { + "foreground": "fg", + "hoverBackground": "hl", + "hoverForeground": "selFg", + "pressedBackground": "button", + "pressedForeground": "fg" + } }, "TabbedPane": { "background": "bg", + "borderColor": "hc", "contentAreaColor": "hl", "contentBorderInsets": "3,1,1,1", - "darkShadow": "border", + "darkShadow": "hc", "disabledForeground": "dis", + "disabledText": "dis", "disabledUnderlineColor": "dis", "focus": "table", "focusColor": "table", @@ -746,9 +1115,15 @@ "highlight": "border", "hoverColor": "hl", "labelShift": 0, + "mt.tab.background": "hc", + "selectHighlight": "hl", + "selected": "selBg", + "selectedColor": "accent", + "selectedDisabledColor": "dis", "selectedForeground": "activeFg", "selectedLabelShift": 0, "selectedTabPadInsets": "0,0,0,0", + "shadow": "hc", "tabHeight": 32, "tabInsets": "5,10,5,10", "tabSelectionHeight": 2, @@ -769,8 +1144,9 @@ "foreground": "fg", "gridColor": "bg", "highlightOuter": "table", - "hoverBackground": "tree", + "hoverBackground": "hl", "hoverInactiveBackground": "table", + "lightSelectionBackground": "table", "lightSelectionForeground": "activeFg", "lightSelectionInactiveBackground": "second", "lightSelectionInactiveForeground": "text", @@ -779,22 +1155,31 @@ "selectionInactiveBackground": "table", "selectionInactiveForeground": "selFg", "sortIconColor": "fg", - "stripeColor": "cs" + "stripeColor": "cs", + "stripedBackground": "cs" }, "TableHeader": { - "background": "bg", - "borderColor": "bg", - "bottomSeparatorColor": "second", + "background": "button", + "borderColor": "hl", + "bottomSeparatorColor": "hl", "cellBorder": "4,0,4,0", "disabledForeground": "dis", "focusCellBackground": "table", "focusCellForeground": "activeFg", "foreground": "fg", "height": 25, - "separatorColor": "second" + "hoverBackground": "hl", + "separatorColor": "border" }, - "text": "text", + "Tag": { + "background": "button", + "borderColor": "button", + "foreground": "fg" + }, + "text": "bg", "textInactiveText": "text", + "textHighlight": "selBg", + "textHighlightText": "activeFg", "textText": "text", "TextArea": { "background": "hc", @@ -806,11 +1191,18 @@ }, "TextField": { "background": "hc", + "borderColor": "bg", "caretForeground": "accent", + "disabledBackground": "excl", + "focusedBorderColor": "bg", "foreground": "fg", + "hoverBorderColor": "bg", "inactiveForeground": "dis", - "selectionBackground": "table", - "selectionForeground": "activeFg" + "selectedSeparatorColor": "accent", + "selectionBackground": "selBg", + "selectionForeground": "activeFg", + "separatorColor": "hl", + "separatorColorDisabled": "bg" }, "TextPane": { "background": "hc", @@ -822,46 +1214,89 @@ }, "TitlePane": { "Button.hoverBackground": "hl", - "background": "cs", + "background": "hc", "inactiveBackground": "bg", - "inactiveInfoForeground": "text", + "inactiveInfoForeground": "dis", "infoForeground": "text" }, "TitledBorder.titleColor": "fg", "ToggleButton": { "borderColor": "button", - "buttonColor": "fg", + "buttonColor": "button", "disabledText": "dis", "foreground": "fg", + "off.background": "bg", + "off.foreground": "bg", "offBackground": "bg", "offForeground": "bg", + "on.background": "accent", + "on.foreground": "accent", "onBackground": "accent", "onForeground": "accent" }, + "Toolbar.Floating.background": "button", "ToolBar": { "background": "hc", "borderHandleColor": "text", + "comboBoxButtonBackground": "button", "floatingForeground": "text", "foreground": "fg" }, + "ToolbarComboWidget": { + "background": "button", + "hoverBackground": "hl" + }, + "tooltips": { + "actions.keymap.text.color": "text", + "actions.settings.icon.background.color": "bg", + "description.title.text.color": "fg" + }, "ToolTip": { - "Actions.background": "bg", - "Actions.infoForeground": "text", + "actions": { + "background": "bg" + }, + "Actions": { + "background": "bg", + "grayForeground": "text", + "infoForeground": "text" + }, "background": "notif", "borderColor": "border", "foreground": "fg", "infoForeground": "text", + "Learning": { + "background": "accent", + "borderColor": "accent", + "foreground": "fg", + "spanBackground": "accent50", + "spanForeground": "fg", + "stepNumberForeground": "accent" + }, "separatorColor": "border", "shortcutForeground": "text" }, "ToolWindow": { + "active": { + "Header.background": "second", + "HeaderTab.background": "cs" + }, + "Background": "bg", + "background": "hc", "Button": { "hoverBackground": "table", "selectedBackground": "cs", "selectedForeground": "activeFg" }, - "Header": { + "header": { + "active.background": "second", "background": "bg", + "border.background": "second", + "closeButton.background": "bg", + "tab.selected.active.background": "cs", + "tab.selected.background": "cs" + }, + "Header": { + "background": "second", "borderColor": "second", "inactiveBackground": "bg" }, @@ -869,7 +1304,7 @@ "background": "bg" }, "HeaderTab": { - "borderColor": "hl", + "borderColor": "bg", "hoverBackground": "hl", "hoverInactiveBackground": "hl", "inactiveUnderlineColor": "accent", @@ -878,8 +1313,12 @@ "underlineColor": "accent", "underlinedTabBackground": "table", "underlinedTabForeground": "selFg", - "underlinedTabInactiveBackground": "second", + "underlinedTabInactiveBackground": "hc", "underlinedTabInactiveForeground": "fg" + }, + "inactive": { + "Header.background": "bg", + "HeaderTab.background": "cs" } }, "Tree": { @@ -919,6 +1358,8 @@ "List.selectionBackground": "tree", "highStroke.foreground": "fg", "motion": { + "AddConstraintColor": "accent", + "AddConstraintPlus": "accent", "CSPanel.SelectedBackground": "tree", "CSPanel.SelectedFocusBackground": "selBg", "Component.foreground": "fg", @@ -926,13 +1367,19 @@ "ConstraintSetText.foreground": "text", "CursorTextColor.foreground": "fg", "HoverColor.disabledBackground": "dis", + "Key.selectedForeground": "accent", "Notification.background": "notif", + "PositionMarkColor": "accent", "PrimaryPanel.background": "cs", "SecondaryPanel.background": "bg", "SecondaryPanel.header.background": "cs", "SecondaryPanel.header.foreground": "text", + "TimeCursor.End.selectedForeground": "accent", + "TimeCursor.Start.selectedForeground": "accent", + "TimeCursor.selectedForeground": "accent", "borderColor": "border", "cs_FocusText.infoForeground": "text", + "graphLine.lineSeparatorColor": "accent", "motionGraph.background": "bg", "ourAvg.background": "second", "ourCS.background": "second", @@ -940,6 +1387,7 @@ "ourCS_SelectedBackground.selectionInactiveBackground": "table", "ourCS_SelectedBorder.pressedBorderColor": "hl", "ourCS_SelectedFocusBackground.selectionForeground": "selFg", + "ourCS_SelectedFocusBorder.focusedBorderColor": "accent", "ourCS_TextColor.foreground": "text", "ourML_BarColor.separatorColor": "border", "timeLine.disabledBorderColor": "border" @@ -970,6 +1418,7 @@ }, "VersionControl": { "FileHistory.Commit": { + "otherBranchBackground": "bg", "selectedBranchBackground": "bg" }, "GitCommits": { @@ -991,9 +1440,15 @@ "tipIconColor": "text" }, "Log": { - "Commit.currentBranchBackground": "second", - "Commit.hoveredBackground": "tree", - "Commit.unmatchedForeground": "text" + "Commit": { + "currentBranchBackground": "cs", + "hoveredBackground": "tree", + "unmatchedForeground": "text" + } + }, + "Ref": { + "backgroundBase": "hl", + "foreground": "activeFg" }, "RefLabel": { "backgroundBase": "hl", @@ -1007,7 +1462,11 @@ "WelcomeScreen": { "AssociatedComponent.background": "bg", "Details.background": "bg", - "List.background": "cs", + "List": { + "background": "hc", + "selectionBackground": "selBg", + "selectionInactiveBackground": "hl" + }, "SidePanel.background": "second", "background": "bg", "borderColor": "bg", @@ -1015,6 +1474,7 @@ "captionForeground": "fg", "footerBackground": "cs", "footerForeground": "fg", + "groupIconBorderColor": "button", "headerBackground": "bg", "headerForeground": "fg", "separatorColor": "border", @@ -1023,7 +1483,7 @@ "actions.selectionBackground": "hl", "background": "second", "selectionBackground": "selBg", - "selectionInactiveBackground": "second" + "selectionInactiveBackground": "selBg" } }, "Window.border": "border", diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Lighter.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Lighter.theme.json index 461dd611..505c7419 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Lighter.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Lighter.theme.json @@ -8,6 +8,7 @@ "fg": "#546E7A", "text": "#94A7B0", "selBg": "#CCD7DA", + "selBg20": "#CCD7DA20", "selFg": "#546e7a", "activeFg": "#272727", "border": "#d3e1e8", @@ -25,6 +26,7 @@ "hl": "#E7E7E8", "notif": "#eae8e8", "hc": "#FAFAFA", + "shadow": "undefined", "white": "#272727", "blue": "#6182B8", "red": "#E53935", @@ -48,17 +50,21 @@ "focusColor": "hl", "focusedBorderColor": "accent", "foreground": "fg", + "hoverBorderColor": "hl", "inactiveBackground": "excl", "inactiveForeground": "text", "infoForeground": "text", + "lineSeparatorColor": "hl", + "pressedBorderColor": "hl", "selectionBackground": "selBg", "selectionBackgroundInactive": "second", "selectionForeground": "selFg", "selectionInactiveBackground": "second", - "separatorColor": "border", - "lineSeparatorColor": "hl" + "separatorColor": "border" }, "activeCaption": "bg", + "activeCaptionBorder": "bg", + "activeCaptionText": "fg", "ActionButton": { "focusedBorderColor": "accent50", "hoverBackground": "accent50", @@ -67,13 +73,22 @@ "pressedBackground": "accent50", "pressedBorderColor": "accent50" }, + "ActionToolbar": { + "background": "hc" + }, + "AppInspector.GraphNode": { + "background": "second", + "borderColor": "border", + "focusedBorderColor": "accent" + }, "AssignedMnemonic": { "background": "hl", "borderColor": "selBg", - "foreground": "fg" + "foreground": "activeFg" }, "Autocomplete": { - "selectionBackground": "selBg" + "selectionBackground": "selBg", + "selectionUnfocus": "hl" }, "AvailableMnemonic": { "background": "button", @@ -81,54 +96,148 @@ "foreground": "fg" }, "BigSpinner.background": "bg", + "Bookmark": { + "iconBackground": "accent", + "Mnemonic": { + "iconBackground": "hl", + "iconBorderColor": "hl", + "iconForeground": "fg" + } + }, + "BookmarkMnemonicAssigned": { + "background": "hl", + "borderColor": "selBg", + "foreground": "selFg" + }, + "BookmarkMnemonicAvailable": { + "background": "button", + "borderColor": "button", + "foreground": "fg" + }, + "BookmarkMnemonicCurrent": { + "background": "accent", + "borderColor": "accent", + "foreground": "selFg" + }, + "BookmarkMnemonicIcon": { + "background": "hl", + "borderColor": "hl", + "foreground": "fg" + }, "BookmarkIcon.background": "accent", "Borders.ContrastBorderColor": "bg", "Borders.color": "border", "Button": { "arc": 0, "background": "bg", + "darcula": { + "borderColor": "button", + "defaultBorderColor": "button", + "defaultEndColor": "button", + "defaultFocusedBorderColor": "table", + "defaultOutlineColor": "button", + "defaultStartColor": "button", + "disabledBorderColor": "button", + "disabledOutlineColor": "border", + "disabledText.shadow": "bg", + "endColor": "button", + "focusedBorderColor": "table", + "outlineColor": "button", + "selectedButtonForeground": "selFg", + "selection.color1": "table", + "selection.color2": "table", + "shadowColor": "shadow", + "smallComboButtonBackground": "button", + "startColor": "button" + }, "default": { + "borderColor": "button", "endBackground": "table", "endBorderColor": "table", "focusColor": "accent", "focusedBorderColor": "accent", - "foreground": "activeFg", - "shadowColor": "table", + "foreground": "selFg", + "shadowColor": "shadow", "startBackground": "table", "startBorderColor": "table" }, - "disabledBorderColor": "button", + "disabledBackground": "excl", + "disabledBorderColor": "border", "disabledText": "dis", - "endBackground": "button", + "endBackground": "table", "endBorderColor": "button", "focus": "hl", "focusedBorderColor": "accent", "foreground": "text", "highlight": "selFg", "mt.background": "button", + "mt.color1": "button", + "mt.color2": "button", "mt.foreground": "text", "mt.selectedForeground": "selFg", "mt.selection.color1": "table", "mt.selection.color2": "table", - "shadowColor": "button", + "select": "button", + "shadowColor": "shadow", "shadowWidth": 0, - "startBackground": "button", + "startBackground": "table", "startBorderColor": "button" }, "Canvas": { "Tooltip.background": "notif", "Tooltip.borderColor": "border" }, - "Content": { - "background": "cs", - "selectionBackground": "selBg", - "selectionInactiveBackground": "excl" - }, "CheckBox": { "background": "bg", + "background.selected": "accent", + "borderColor": "bg", + "borderColor.selected": "accent", + "checkSignColor": "bg", + "checkSignColor.selected": "bg", + "checkSignColorDisabled": "bg", + "checkSignColorDisabled.selected": "bg", + "darcula": { + "borderColor1": "fg", + "checkSignColorDisabled": "dis", + "disabledBorderColor1": "dis", + "disabledBorderColor2": "dis", + "inactiveFillColor": "hl" + }, + "disabledBorderColor": "bg", + "disabledBorderColor.selected": "accent", "disabledText": "dis", + "focused.background": "bg", + "focused.background.selected": "accent", + "focusedArmed.background": "bg", + "focusedArmed.background.selected": "accent", "foreground": "fg", - "select": "accent" + "inactiveFillColor": "bg", + "inactiveFillColor.selected": "accent", + "select": "accent", + "shadowColor": "bg", + "shadowColorDisabled": "bg" + }, + "Checkbox": { + "Background.Default": "bg", + "Background.Default.Dark": "bg", + "Background.Disabled": "second", + "Background.Disabled.Dark": "second", + "Background.Selected": "accent", + "Background.Selected.Dark": "accent", + "Border.Default": "hl", + "Border.Default.Dark": "hl", + "Border.Disabled": "second", + "Border.Disabled.Dark": "second", + "Border.Selected": "accent", + "Border.Selected.Dark": "accent", + "Focus.Thin.Default": "bg", + "Focus.Thin.Default.Dark": "bg", + "Focus.Wide.Default": "bg", + "Focus.Wide.Default.Dark": "bg", + "Focus.Thin.Selected": "accent", + "Focus.Thin.Selected.Dark": "accent", + "Focus.Wide.Selected": "accent", + "Focus.Wide.Selected.Dark": "accent" }, "CheckBoxMenuItem": { "acceleratorForeground": "text", @@ -142,10 +251,11 @@ }, "CodeWithMe": { "Avatar.foreground": "fg", + "AccessDisabled.accessDot": "dis", "AccessEnabled": { "accessDot": "accent", "dropdownBorder": "second", - "pillBackground": "$second" + "pillBackground": "second" } }, "ColorChooser": { @@ -159,25 +269,38 @@ "background": "button", "disabledIconColor": "dis", "iconColor": "fg", - "nonEditableBackground": "bg" + "nonEditableBackground": "hc" }, + "PopupBackground": "cs", + "arrowFillColor": "hc", "background": "hc", "buttonBackground": "button", - "darcula.hoveredArrowButtonForeground": "accent", + "darcula": { + "arrowButtonBackground": "hc", + "arrowButtonDisabledForeground": "dis", + "arrowButtonForeground": "fg", + "disabledArrowButtonBackground": "excl", + "editable.arrowButtonBackground": "hc", + "hoveredArrowButtonForeground": "accent", + "nonEditableBackground": "bg" + }, + "disabledBackground": "excl", "disabledForeground": "dis", "foreground": "fg", "modifiedItemForeground": "accent", - "nonEditableBackground": "second", + "nonEditableBackground": "bg", "padding": "5,5,5,5", "selectionBackground": "table", "selectionForeground": "activeFg" }, - "ComboPopup.border": "border", "CompletionPopup": { "background": "second", "foreground": "fg", + "grayForeground": "text", + "grayedForeground": "text", "infoForeground": "text", "matchForeground": "accent", + "matchSelectedForeground": "accent", "matchSelectionForeground": "accent", "nonFocusedState": "false", "selectedForeground": "selFg", @@ -186,21 +309,32 @@ "selectionForeground": "selFg", "selectionGrayForeground": "selFg", "selectionInactiveBackground": "hl", + "selectionInactiveForeground": "text", "selectionInactiveInfoForeground": "text", "selectionInfoForeground": "selFg" }, "Component": { "arc": 4, "borderColor": "hl", - "disabledBorderColor": "button", + "disabledBorderColor": "dis", "focusColor": "accent", "focusedBorderColor": "accent", "hoverIconColor": "accent", - "iconColor": "fg", + "iconColor": "text", + "grayForeground": "text", "infoForeground": "text" }, - "control": "bg", + "Content": { + "background": "cs", + "selectionBackground": "selBg", + "selectionInactiveBackground": "fg" + }, + "control": "button", + "controlLtHighlight": "selFg", "controlText": "text", + "controlHighlight": "hl", + "controlShadow": "excl", + "controlDkShadow": "excl", "Counter": { "background": "accent", "foreground": "selFg" @@ -208,8 +342,14 @@ "CurrentMnemonic": { "background": "accent", "borderColor": "accent", - "foreground": "fg" + "foreground": "selFg" }, + "darcula": { + "background": "bg", + "foreground": "fg", + "primary": "bg" + }, + "desktop": "hc", "Debugger": { "Variables": { "changedValueForeground": "accent", @@ -222,17 +362,18 @@ } }, "DebuggerTabs": { + "active.background": "hl", "selectedBackground": "hl", - "underlinedTabBackground": "hl" + "underlinedTabBackground": "table" }, "DebuggerPopup": { - "borderColor": "hl" + "borderColor": "bg" }, "DefaultTabs": { "background": "bg", "borderColor": "bg", "hoverBackground": "table", - "hoverColor": "hc", + "hoverColor": "hl", "hoverMaskColor": "hl", "inactiveColoredFileBackground": "button", "inactiveColoredTabBackground": "bg", @@ -243,41 +384,28 @@ "underlinedTabForeground": "selFg" }, "Desktop.background": "bg", - "DialogWrapper.southPanelBackground": "bg", - "DialogWrapper.southPanelDivider": "bg", - "DragAndDrop": { - "areaBackground": "bg", - "areaBorderColor": "bg", - "areaForeground": "fg" + "Dialog": { + "titleColor": "bg" }, + "DialogWrapper": { + "southPanelBackground": "bg", + "southPanelDivider": "bg" + }, + "DragAndDrop": { + "areaBackground": "tree", + "areaBorderColor": "bg", + "areaForeground": "fg", + "backgroundBorderColor": "bg", + "backgroundColor": "bg", + "borderColor": "accent", + "foregroundColor": "fg" + }, + "dropArea.base": "accent", "Editor": { "background": "hc", "foreground": "fg", "shortcutForeground": "text" }, - "EditorPane": { - "background": "hc", - "caretForeground": "accent", - "foreground": "fg", - "inactiveBackground": "bg", - "inactiveForeground": "dis", - "selectionBackground": "selBg", - "selectionForeground": "activeFg" - }, - "EditorTabs": { - "borderColor": "second", - "hoverBackground": "hl", - "hoverColor": "hl", - "hoverMaskColor": "hl", - "inactiveColoredFileBackground": "bg", - "inactiveMaskColor": "bg", - "inactiveUnderlineColor": "dis", - "selectedBackground": "table", - "selectedForeground": "fg", - "underlineColor": "accent", - "underlinedTabBackground": "table", - "underlinedTabForeground": "selFg" - }, "EditorGroupsTabs": { "background": "bg", "borderColor": "second", @@ -288,13 +416,44 @@ "underlinedTabBackground": "table", "underlinedTabForeground": "fg" }, + "EditorPane": { + "background": "hc", + "caretForeground": "accent", + "foreground": "fg", + "inactiveBackground": "bg", + "inactiveForeground": "dis", + "selectionBackground": "selBg", + "selectionForeground": "activeFg" + }, + "EditorTabs": { + "active.background": "table", + "active.foreground": "fg", + "active.underlineColor": "accent", + "background": "bg", + "borderColor": "second", + "foreground": "fg", + "hoverBackground": "hl", + "hoverColor": "hl", + "hoverMaskColor": "hl", + "inactive.maskColor": "bg", + "inactiveColoredFileBackground": "bg", + "inactiveMaskColor": "bg", + "inactiveUnderlineColor": "dis", + "selectedBackground": "table", + "selectedForeground": "fg", + "underlineColor": "accent", + "underlinedTabBackground": "table", + "underlinedTabForeground": "selFg" + }, "FileColor": { "Blue": "#004BA0", "Green": "#387002", "Orange": "#B53D00", "Rose": "#A00037", "Violet": "#4D2C91", - "Yellow": "excl" + "Yellow": "excl", + "Gray": "excl", + "excluded": "excl" }, "FlameGraph": { "JVMBackground": "#89DDF7", @@ -306,18 +465,37 @@ "nativeFocusSearchNotMatchedBackground": "#BB80B3", "nativeSearchNotMatchedBackground": "#C792EA" }, - "Focus.color": "border", + "Focus": { + "Color": "accent50", + "borderColor": "accent50", + "color": "accent50", + "defaultButtonBorderColor": "accent" + }, "FormattedTextField": { "background": "hc", "caretForeground": "accent", "foreground": "fg", "inactiveBackground": "button", "inactiveForeground": "dis", - "selectionBackground": "table", + "selectionBackground": "selBg", "selectionForeground": "activeFg" }, + "Git.Log.Ref": { + "LocalBranch": "accent", + "Other": "text", + "RemoteBranch": "fg", + "Tag": "text" + }, + "Github.List.tallRow": { + "foreground": "fg", + "secondary.foreground": "text", + "selectionBackground": "selBg", + "selectionBackground.unfocused": "hl", + "selectionForeground": "selFg", + "selectionForeground.unfocused": "selFg" + }, "GotItTooltip": { - "background": "bg", + "background": "notif", "borderColor": "notif", "endBackground": "button", "endBorderColor": "button", @@ -332,6 +510,7 @@ "separatorColor": "border" }, "GutterTooltip": { + "borderColor": "bg", "infoForeground": "text", "lineSeparatorColor": "bg" }, @@ -341,12 +520,25 @@ }, "HelpTooltip": { "background": "bg", + "backgroundColor": "bg", "borderColor": "border", "foreground": "fg", "infoForeground": "text", - "shortcutForeground": "text" + "shortcutForeground": "text", + "shortcutTextColor": "text", + "textColor": "fg" + }, + "Hg.Log.Ref": { + "Branch": "accent", + "ClosedBranch": "fg", + "LocalTag": "text", + "MqTag": "text", + "Tag": "text" }, "Hyperlink.linkColor": "accent", + "IconBadge": { + "infoBackground": "accent" + }, "IdeStatusBar.border": "4,4,4,4", "InformationHint.borderColor": "border", "inactiveCaption": "second", @@ -359,20 +551,45 @@ "background": "bg", "borderColor": "bg" }, + "intellijlaf": { + "background": "bg", + "foreground": "fg" + }, "InternalFrame": { "activeTitleForeground": "fg", "background": "bg", + "inactiveTitleBackground": "bg", "inactiveTitleForeground": "text" }, "Label": { "background": "bg", "disabledForeground": "dis", - "disabledShadow": "bg", + "disabledForegroundColor": "dis", + "disabledShadow": "dis", "disabledText": "dis", + "errorForeground": "accent", "foreground": "fg", + "grayForeground": "text", "infoForeground": "text", "selectedDisabledForeground": "fg", - "selectedForeground": "activeFg" + "selectedForeground": "activeFg", + "textForeground": "text" + }, + "Lesson": { + "Badge": { + "newLessonBackground": "accent", + "newLessonForeground": "selFg" + }, + "shortcutBackground": "second", + "stepNumberForeground": "text", + "Tooltip": { + "background": "notif", + "borderColor": "notif", + "foreground": "fg", + "spanBackground": "button", + "spanForeground": "fg", + "stepNumberForeground": "text" + } }, "link": "accent", "Link": { @@ -383,16 +600,33 @@ "visitedForeground": "accent" }, "link.foreground": "accent", + "link.hover.foreground": "accent", + "link.pressed.foreground": "accent", + "link.visited.foreground": "accent", "List": { - "background": "second", + "background": "bg", "foreground": "fg", - "hoverBackground": "tree", + "hoverBackground": "hl", "hoverInactiveBackground": "table", - "selectionBackground": "selBg", "selectionForeground": "selFg", - "selectionInactiveBackground": "tree", + "selectionInactiveBackground": "table", "selectionInactiveForeground": "activeFg" }, + "LiveIndicator": { + "color": "accent" + }, + "MainToolbar": { + "Dropdown.background": "bg", + "Dropdown.hoverBackground": "border", + "Dropdown.pressedBackground": "table", + "Icon.background": "bg", + "Icon.hoverBackground": "border", + "Icon.pressedBackground": "table", + "background": "bg", + "hoverBackground": "border", + "inactiveBackground": "bg", + "pressedBackground": "table" + }, "material": { "background": "bg", "branchColor": "fg", @@ -400,6 +634,7 @@ "foreground": "fg", "mergeCommits": "button", "primaryColor": "text", + "selectionBackground": "selBg", "selectionForeground": "selFg", "tab.backgroundColor": "bg", "tab.borderColor": "accent", @@ -407,12 +642,15 @@ }, "MemoryIndicator": { "allocatedBackground": "second", + "unusedColor": "second", "usedBackground": "hl", "usedColor": "hl" }, + "menu": "bg", + "menuText": "fg", "Menu": { "acceleratorForeground": "text", - "acceleratorSelectionForeground": "selFg", + "acceleratorSelectionForeground": "activeFg", "background": "bg", "border": "4,2,4,2", "borderColor": "second", @@ -420,7 +658,7 @@ "disabledForeground": "dis", "foreground": "fg", "selectionBackground": "selBg", - "selectionForeground": "selFg", + "selectionForeground": "activeFg", "separatorColor": "border" }, "MenuBar": { @@ -431,19 +669,19 @@ "foreground": "fg", "highlight": "bg", "selectionBackground": "selBg", - "selectionForeground": "selFg", + "selectionForeground": "activeFg", "shadow": "hc" }, "MenuItem": { "acceleratorForeground": "text", - "acceleratorSelectionForeground": "selFg", + "acceleratorSelectionForeground": "activeFg", "background": "bg", "border": "4,2,4,2", "disabledBackground": "bg", "disabledForeground": "dis", "foreground": "fg", "selectionBackground": "selBg", - "selectionForeground": "selFg" + "selectionForeground": "activeFg" }, "MlModelBinding.Viewer.CodeEditor.background": "bg", "MnemonicIcon": { @@ -453,7 +691,8 @@ }, "NavBar": { "arrowColor": "fg", - "borderColor": "bg" + "borderColor": "bg", + "selectedColor": "accent" }, "NewClass": { "Panel": { @@ -465,25 +704,54 @@ }, "NewPSD.warning": "accent", "Notification": { + "Error.foreground": "accent", + "Link.foreground": "accent", "background": "notif", "borderColor": "notif", "errorBackground": "notif", "errorBorderColor": "notif", + "errorForeground": "accent", "foreground": "fg", + "linkForeground": "accent", "MoreButton": { "background": "button", "foreground": "fg", "innerBorderColor": "button" }, "ToolWindow": { - "errorBackground": "notif", - "errorBorderColor": "notif", - "informativeBackground": "notif", - "informativeBorderColor": "notif", - "warningBackground": "notif", - "warningBorderColor": "notif" + "errorBackground": "notifError", + "errorBorderColor": "notifError", + "errorForeground": "fg", + "infoForeground": "fg", + "informativeBackground": "notifInfo", + "informativeBorderColor": "notifInfo", + "informativeForeground": "fg", + "warningBackground": "notifWarn", + "warningBorderColor": "notifWarn", + "warningForeground": "fg" + }, + "ToolWindowError": { + "foreground": "fg", + "background": "notifError" + }, + "ToolWindowInfo": { + "foreground": "fg", + "background": "notifInfo" + }, + "ToolWindowWarning": { + "foreground": "fg", + "background": "notifWarn" } }, + "Notifications": { + "background": "notif", + "borderColor": "notif" + }, + "NotificationsToolwindow": { + "Notification.hoverBackground": "tree", + "newNotification.background": "notif", + "newNotification.hoverBackground": "tree" + }, "OnePixelDivider.background": "border", "OptionPane": { "background": "bg", @@ -491,8 +759,8 @@ "messageForeground": "fg" }, "OptionButton": { - "default.separatorColor": "border", - "separatorColor": "border" + "default.separatorColor": "table", + "separatorColor": "button" }, "Outline": { "color": "button", @@ -505,12 +773,15 @@ "mouseShortcutBackground": "bg" }, "ParameterInfo": { + "ContextHelp.foreground": "text", "background": "second", "borderColor": "table", "currentOverloadBackground": "hl", "currentParameterForeground": "accent", + "disabledColor": "dis", "disabledForeground": "dis", "foreground": "fg", + "highlightedColor": "accent", "infoForeground": "text", "lineSeparatorColor": "table" }, @@ -527,10 +798,11 @@ "background": "bg", "disabledForeground": "dis", "eapTagBackground": "hl", - "hoverBackground": "tree", + "hoverBackground": "hl", "lightSelectionBackground": "table", "paidTagBackground": "hl", "selectionBackground": "selBg", + "selectionForeground": "selFg", "tagBackground": "hl", "tagForeground": "accent", "trialTagBackground": "hl", @@ -554,6 +826,9 @@ "foreground": "fg" }, "Tab": { + "active.background": "table", + "active.foreground": "activeFg", + "hover.background": "table", "hoverBackground": "table", "selectedBackground": "table", "selectedForeground": "selFg" @@ -565,6 +840,10 @@ "borderColor": "bg", "foreground": "accent" }, + "Border": { + "color": "cs", + "inactiveColor": "bg" + }, "borderColor": "cs", "inactiveBorderColor": "bg", "innerBorderColor": "second", @@ -573,9 +852,19 @@ "inactiveBackground": "cs" }, "paintBorder": true, + "preferences": { + "background": "bg", + "borderColor": "bg", + "foreground": "fg" + }, + "Separator": { + "foreground": "fg", + "color": "border" + }, "separatorColor": "second", "separatorForeground": "fg", "Toolbar": { + "Border.color": "cs", "Floating.background": "cs", "background": "cs", "borderColor": "cs" @@ -585,6 +874,7 @@ "background": "bg", "border": "2,0,2,0", "foreground": "fg", + "selectionBackground": "selBg", "translucentBackground": "bg" }, "PopupMenuSeparator.height": 10, @@ -592,19 +882,35 @@ "ProgressBar": { "background": "bg", "foreground": "accent", + "halfColor": "hl", "indeterminateEndColor": "accent", "indeterminateStartColor": "accent", "progressColor": "accent", "selectionBackground": "hl", "trackColor": "hl" }, + "ProgressIcon": { + "color": "accent" + }, "PsiViewer": { "referenceHighlightColor": "accent" }, "RadioButton": { "background": "bg", + "darcula": { + "borderColor1": "fg", + "selectionDisabledColor": "bg", + "selectionDisabledShadowColor": "accent", + "selectionEnabledColor": "accent", + "selectionEnabledShadowColor": "accent" + }, "disabledText": "dis", - "foreground": "fg" + "focusColor": "accent", + "foreground": "fg", + "selectionDisabledColor": "bg", + "selectionDisabledShadowColor": "accent", + "selectionEnabledColor": "accent", + "selectionEnabledShadowColor": "accent" }, "RadioButtonMenuItem": { "acceleratorForeground": "text", @@ -616,7 +922,15 @@ "selectionBackground": "selBg", "selectionForeground": "selFg" }, + "RunWidget": { + "Running": { + "background": "accent", + "leftHoverBackground": "accent70", + "leftPressedBackground": "accent" + } + }, "ScreenView.borderColor": "border", + "scrollbar": "bg", "ScrollBar": { "background": "bg", "hoverThumbBorderColor": "accent", @@ -641,6 +955,10 @@ "thumb": "hl", "thumbBorderColor": "accent70", "thumbColor": "accent70", + "Thumb": { + "Hovered.background": "accent", + "NonOpaque.Hovered.background": "accent" + }, "trackColor": "bg30", "Transparent": { "hoverThumbBorderColor": "accent", @@ -656,20 +974,36 @@ "background": "cs", "foreground": "text" }, + "background": "bg", + "Dialog": { + "background": "bg", + "borderColor": "bg", + "foreground": "fg" + }, + "foreground": "fg", "Header": { "background": "bg" }, "List": { - "separatorForeground": "text", - "separatorColor": "border" + "Separator.Color": "border", + "Separator.foreground": "text", + "selectionBackground": "selBg", + "separatorColor": "border", + "separatorForeground": "text" }, "SearchField": { - "background": "bg", - "borderColor": "cs", - "infoForeground": "text" + "Border.color": "hl", + "background": "hc", + "borderColor": "hl", + "grayForeground": "dis", + "infoForeground": "dis" }, + "shortcutForeground": "text", "Tab": { + "active.background": "hl", "active.foreground": "activeFg", + "selected.background": "hl", + "selected.foreground": "activeFg", "selectedBackground": "hl", "selectedForeground": "activeFg" } @@ -688,12 +1022,20 @@ "Ordinal.File.Foreground": "text", "Repeated.File.Foreground": "fg" }, + "SegmentedButton": { + "focusedSelectedButtonColor": "hl", + "selectedButtonColor": "button", + "selectedStartBorderColor": "border", + "selectedEndBorderColor": "border" + }, "Separator": { "background": "second", "foreground": "second", - "separatorColor": "second" + "separatorColor": "border" + }, + "Settings": { + "Spotlight.borderColor": "accent" }, - "Settings.Spotlight.borderColor": "accent", "SidePanel": { "background": "hc" }, @@ -705,19 +1047,22 @@ "majorTickLength": 6, "thumb": "accent", "tickColor": "second", + "track": "table", "trackColor": "table", + "trackDisabled": "hl", "trackWidth": 7 }, + "Space.Review.diffAnchorBackground": "second", "SpeedSearch": { "background": "hl", "borderColor": "border", "errorForeground": "fg", "foreground": "fg" }, - "Space.Review.diffAnchorBackground": "second", "Spinner": { "background": "bg", "border": "3,3,3,3", + "disabledBackground": "excl", "foreground": "fg", "selectionForeground": "activeFg" }, @@ -728,16 +1073,40 @@ "SplitPaneDivider.draggingColor": "second", "StateWidget.activeBackground": "button", "StatusBar": { - "LightEditBackground": "table", + "background": "bg", + "Breadcrumbs": { + "floatingBackground": "tree", + "floatingForeground": "fg", + "foreground": "fg", + "hoverBackground": "tree", + "hoverForeground": "fg", + "selectionBackground": "selBg", + "selectionForeground": "activeFg", + "selectionInactiveBackground": "button", + "selectionInactiveForeground": "fg" + }, "borderColor": "bg", - "hoverBackground": "hl" + "bottomColor": "bg", + "hoverBackground": "hl", + "top2Color": "bg", + "topColor": "bg", + "LightEditBackground": "table", + "Widget": { + "foreground": "fg", + "hoverBackground": "hl", + "hoverForeground": "selFg", + "pressedBackground": "button", + "pressedForeground": "fg" + } }, "TabbedPane": { "background": "bg", + "borderColor": "hc", "contentAreaColor": "hl", "contentBorderInsets": "3,1,1,1", - "darkShadow": "border", + "darkShadow": "hc", "disabledForeground": "dis", + "disabledText": "dis", "disabledUnderlineColor": "dis", "focus": "table", "focusColor": "table", @@ -746,9 +1115,15 @@ "highlight": "border", "hoverColor": "hl", "labelShift": 0, + "mt.tab.background": "hc", + "selectHighlight": "hl", + "selected": "selBg", + "selectedColor": "accent", + "selectedDisabledColor": "dis", "selectedForeground": "activeFg", "selectedLabelShift": 0, "selectedTabPadInsets": "0,0,0,0", + "shadow": "hc", "tabHeight": 32, "tabInsets": "5,10,5,10", "tabSelectionHeight": 2, @@ -769,8 +1144,9 @@ "foreground": "fg", "gridColor": "bg", "highlightOuter": "table", - "hoverBackground": "tree", + "hoverBackground": "hl", "hoverInactiveBackground": "table", + "lightSelectionBackground": "table", "lightSelectionForeground": "activeFg", "lightSelectionInactiveBackground": "second", "lightSelectionInactiveForeground": "text", @@ -779,22 +1155,31 @@ "selectionInactiveBackground": "table", "selectionInactiveForeground": "selFg", "sortIconColor": "fg", - "stripeColor": "cs" + "stripeColor": "cs", + "stripedBackground": "cs" }, "TableHeader": { - "background": "bg", - "borderColor": "bg", - "bottomSeparatorColor": "second", + "background": "button", + "borderColor": "hl", + "bottomSeparatorColor": "hl", "cellBorder": "4,0,4,0", "disabledForeground": "dis", "focusCellBackground": "table", "focusCellForeground": "activeFg", "foreground": "fg", "height": 25, - "separatorColor": "second" + "hoverBackground": "hl", + "separatorColor": "border" }, - "text": "text", + "Tag": { + "background": "button", + "borderColor": "button", + "foreground": "fg" + }, + "text": "bg", "textInactiveText": "text", + "textHighlight": "selBg", + "textHighlightText": "activeFg", "textText": "text", "TextArea": { "background": "hc", @@ -806,11 +1191,18 @@ }, "TextField": { "background": "hc", + "borderColor": "bg", "caretForeground": "accent", + "disabledBackground": "excl", + "focusedBorderColor": "bg", "foreground": "fg", + "hoverBorderColor": "bg", "inactiveForeground": "dis", - "selectionBackground": "table", - "selectionForeground": "activeFg" + "selectedSeparatorColor": "accent", + "selectionBackground": "selBg", + "selectionForeground": "activeFg", + "separatorColor": "hl", + "separatorColorDisabled": "bg" }, "TextPane": { "background": "hc", @@ -822,46 +1214,89 @@ }, "TitlePane": { "Button.hoverBackground": "hl", - "background": "cs", + "background": "hc", "inactiveBackground": "bg", - "inactiveInfoForeground": "text", + "inactiveInfoForeground": "dis", "infoForeground": "text" }, "TitledBorder.titleColor": "fg", "ToggleButton": { "borderColor": "button", - "buttonColor": "fg", + "buttonColor": "button", "disabledText": "dis", "foreground": "fg", + "off.background": "bg", + "off.foreground": "bg", "offBackground": "bg", "offForeground": "bg", + "on.background": "accent", + "on.foreground": "accent", "onBackground": "accent", "onForeground": "accent" }, + "Toolbar.Floating.background": "button", "ToolBar": { "background": "hc", "borderHandleColor": "text", + "comboBoxButtonBackground": "button", "floatingForeground": "text", "foreground": "fg" }, + "ToolbarComboWidget": { + "background": "button", + "hoverBackground": "hl" + }, + "tooltips": { + "actions.keymap.text.color": "text", + "actions.settings.icon.background.color": "bg", + "description.title.text.color": "fg" + }, "ToolTip": { - "Actions.background": "bg", - "Actions.infoForeground": "text", + "actions": { + "background": "bg" + }, + "Actions": { + "background": "bg", + "grayForeground": "text", + "infoForeground": "text" + }, "background": "notif", "borderColor": "border", "foreground": "fg", "infoForeground": "text", + "Learning": { + "background": "accent", + "borderColor": "accent", + "foreground": "fg", + "spanBackground": "accent50", + "spanForeground": "fg", + "stepNumberForeground": "accent" + }, "separatorColor": "border", "shortcutForeground": "text" }, "ToolWindow": { + "active": { + "Header.background": "second", + "HeaderTab.background": "cs" + }, + "Background": "bg", + "background": "hc", "Button": { "hoverBackground": "table", "selectedBackground": "cs", "selectedForeground": "activeFg" }, - "Header": { + "header": { + "active.background": "second", "background": "bg", + "border.background": "second", + "closeButton.background": "bg", + "tab.selected.active.background": "cs", + "tab.selected.background": "cs" + }, + "Header": { + "background": "second", "borderColor": "second", "inactiveBackground": "bg" }, @@ -869,7 +1304,7 @@ "background": "bg" }, "HeaderTab": { - "borderColor": "hl", + "borderColor": "bg", "hoverBackground": "hl", "hoverInactiveBackground": "hl", "inactiveUnderlineColor": "accent", @@ -878,8 +1313,12 @@ "underlineColor": "accent", "underlinedTabBackground": "table", "underlinedTabForeground": "selFg", - "underlinedTabInactiveBackground": "second", + "underlinedTabInactiveBackground": "hc", "underlinedTabInactiveForeground": "fg" + }, + "inactive": { + "Header.background": "bg", + "HeaderTab.background": "cs" } }, "Tree": { @@ -919,6 +1358,8 @@ "List.selectionBackground": "tree", "highStroke.foreground": "fg", "motion": { + "AddConstraintColor": "accent", + "AddConstraintPlus": "accent", "CSPanel.SelectedBackground": "tree", "CSPanel.SelectedFocusBackground": "selBg", "Component.foreground": "fg", @@ -926,13 +1367,19 @@ "ConstraintSetText.foreground": "text", "CursorTextColor.foreground": "fg", "HoverColor.disabledBackground": "dis", + "Key.selectedForeground": "accent", "Notification.background": "notif", + "PositionMarkColor": "accent", "PrimaryPanel.background": "cs", "SecondaryPanel.background": "bg", "SecondaryPanel.header.background": "cs", "SecondaryPanel.header.foreground": "text", + "TimeCursor.End.selectedForeground": "accent", + "TimeCursor.Start.selectedForeground": "accent", + "TimeCursor.selectedForeground": "accent", "borderColor": "border", "cs_FocusText.infoForeground": "text", + "graphLine.lineSeparatorColor": "accent", "motionGraph.background": "bg", "ourAvg.background": "second", "ourCS.background": "second", @@ -940,6 +1387,7 @@ "ourCS_SelectedBackground.selectionInactiveBackground": "table", "ourCS_SelectedBorder.pressedBorderColor": "hl", "ourCS_SelectedFocusBackground.selectionForeground": "selFg", + "ourCS_SelectedFocusBorder.focusedBorderColor": "accent", "ourCS_TextColor.foreground": "text", "ourML_BarColor.separatorColor": "border", "timeLine.disabledBorderColor": "border" @@ -970,6 +1418,7 @@ }, "VersionControl": { "FileHistory.Commit": { + "otherBranchBackground": "bg", "selectedBranchBackground": "bg" }, "GitCommits": { @@ -991,9 +1440,15 @@ "tipIconColor": "text" }, "Log": { - "Commit.currentBranchBackground": "second", - "Commit.hoveredBackground": "tree", - "Commit.unmatchedForeground": "text" + "Commit": { + "currentBranchBackground": "cs", + "hoveredBackground": "tree", + "unmatchedForeground": "text" + } + }, + "Ref": { + "backgroundBase": "hl", + "foreground": "activeFg" }, "RefLabel": { "backgroundBase": "hl", @@ -1007,7 +1462,11 @@ "WelcomeScreen": { "AssociatedComponent.background": "bg", "Details.background": "bg", - "List.background": "cs", + "List": { + "background": "hc", + "selectionBackground": "selBg", + "selectionInactiveBackground": "hl" + }, "SidePanel.background": "second", "background": "bg", "borderColor": "bg", @@ -1015,6 +1474,7 @@ "captionForeground": "fg", "footerBackground": "cs", "footerForeground": "fg", + "groupIconBorderColor": "button", "headerBackground": "bg", "headerForeground": "fg", "separatorColor": "border", @@ -1023,7 +1483,7 @@ "actions.selectionBackground": "hl", "background": "second", "selectionBackground": "selBg", - "selectionInactiveBackground": "second" + "selectionInactiveBackground": "selBg" } }, "Window.border": "border", diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Oceanic Contrast.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Oceanic Contrast.theme.json index b952c258..5c1a58ad 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Oceanic Contrast.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Oceanic Contrast.theme.json @@ -8,6 +8,7 @@ "fg": "#B0BEC5", "text": "#607D8B", "selBg": "#546E7A", + "selBg20": "#546E7A20", "selFg": "#FFFFFF", "activeFg": "#FFFFFF", "border": "#2A373E", @@ -25,6 +26,7 @@ "hl": "#425B67", "notif": "#1E272C", "hc": "#1E272C", + "shadow": "undefined", "white": "#eeffff", "blue": "#82aaff", "red": "#f07178", @@ -48,17 +50,21 @@ "focusColor": "hl", "focusedBorderColor": "accent", "foreground": "fg", + "hoverBorderColor": "hl", "inactiveBackground": "excl", "inactiveForeground": "text", "infoForeground": "text", + "lineSeparatorColor": "hl", + "pressedBorderColor": "hl", "selectionBackground": "selBg", "selectionBackgroundInactive": "second", "selectionForeground": "selFg", "selectionInactiveBackground": "second", - "separatorColor": "border", - "lineSeparatorColor": "hl" + "separatorColor": "border" }, "activeCaption": "bg", + "activeCaptionBorder": "bg", + "activeCaptionText": "fg", "ActionButton": { "focusedBorderColor": "accent50", "hoverBackground": "accent50", @@ -67,13 +73,22 @@ "pressedBackground": "accent50", "pressedBorderColor": "accent50" }, + "ActionToolbar": { + "background": "hc" + }, + "AppInspector.GraphNode": { + "background": "second", + "borderColor": "border", + "focusedBorderColor": "accent" + }, "AssignedMnemonic": { "background": "hl", "borderColor": "selBg", - "foreground": "fg" + "foreground": "activeFg" }, "Autocomplete": { - "selectionBackground": "selBg" + "selectionBackground": "selBg", + "selectionUnfocus": "hl" }, "AvailableMnemonic": { "background": "button", @@ -81,54 +96,148 @@ "foreground": "fg" }, "BigSpinner.background": "bg", + "Bookmark": { + "iconBackground": "accent", + "Mnemonic": { + "iconBackground": "hl", + "iconBorderColor": "hl", + "iconForeground": "fg" + } + }, + "BookmarkMnemonicAssigned": { + "background": "hl", + "borderColor": "selBg", + "foreground": "selFg" + }, + "BookmarkMnemonicAvailable": { + "background": "button", + "borderColor": "button", + "foreground": "fg" + }, + "BookmarkMnemonicCurrent": { + "background": "accent", + "borderColor": "accent", + "foreground": "selFg" + }, + "BookmarkMnemonicIcon": { + "background": "hl", + "borderColor": "hl", + "foreground": "fg" + }, "BookmarkIcon.background": "accent", "Borders.ContrastBorderColor": "bg", "Borders.color": "border", "Button": { "arc": 0, "background": "bg", + "darcula": { + "borderColor": "button", + "defaultBorderColor": "button", + "defaultEndColor": "button", + "defaultFocusedBorderColor": "table", + "defaultOutlineColor": "button", + "defaultStartColor": "button", + "disabledBorderColor": "button", + "disabledOutlineColor": "border", + "disabledText.shadow": "bg", + "endColor": "button", + "focusedBorderColor": "table", + "outlineColor": "button", + "selectedButtonForeground": "selFg", + "selection.color1": "table", + "selection.color2": "table", + "shadowColor": "shadow", + "smallComboButtonBackground": "button", + "startColor": "button" + }, "default": { + "borderColor": "button", "endBackground": "table", "endBorderColor": "table", "focusColor": "accent", "focusedBorderColor": "accent", - "foreground": "activeFg", - "shadowColor": "table", + "foreground": "selFg", + "shadowColor": "shadow", "startBackground": "table", "startBorderColor": "table" }, - "disabledBorderColor": "button", + "disabledBackground": "excl", + "disabledBorderColor": "border", "disabledText": "dis", - "endBackground": "button", + "endBackground": "table", "endBorderColor": "button", "focus": "hl", "focusedBorderColor": "accent", "foreground": "text", "highlight": "selFg", "mt.background": "button", + "mt.color1": "button", + "mt.color2": "button", "mt.foreground": "text", "mt.selectedForeground": "selFg", "mt.selection.color1": "table", "mt.selection.color2": "table", - "shadowColor": "button", + "select": "button", + "shadowColor": "shadow", "shadowWidth": 0, - "startBackground": "button", + "startBackground": "table", "startBorderColor": "button" }, "Canvas": { "Tooltip.background": "notif", "Tooltip.borderColor": "border" }, - "Content": { - "background": "cs", - "selectionBackground": "selBg", - "selectionInactiveBackground": "excl" - }, "CheckBox": { "background": "bg", + "background.selected": "accent", + "borderColor": "bg", + "borderColor.selected": "accent", + "checkSignColor": "bg", + "checkSignColor.selected": "bg", + "checkSignColorDisabled": "bg", + "checkSignColorDisabled.selected": "bg", + "darcula": { + "borderColor1": "fg", + "checkSignColorDisabled": "dis", + "disabledBorderColor1": "dis", + "disabledBorderColor2": "dis", + "inactiveFillColor": "hl" + }, + "disabledBorderColor": "bg", + "disabledBorderColor.selected": "accent", "disabledText": "dis", + "focused.background": "bg", + "focused.background.selected": "accent", + "focusedArmed.background": "bg", + "focusedArmed.background.selected": "accent", "foreground": "fg", - "select": "accent" + "inactiveFillColor": "bg", + "inactiveFillColor.selected": "accent", + "select": "accent", + "shadowColor": "bg", + "shadowColorDisabled": "bg" + }, + "Checkbox": { + "Background.Default": "bg", + "Background.Default.Dark": "bg", + "Background.Disabled": "second", + "Background.Disabled.Dark": "second", + "Background.Selected": "accent", + "Background.Selected.Dark": "accent", + "Border.Default": "hl", + "Border.Default.Dark": "hl", + "Border.Disabled": "second", + "Border.Disabled.Dark": "second", + "Border.Selected": "accent", + "Border.Selected.Dark": "accent", + "Focus.Thin.Default": "bg", + "Focus.Thin.Default.Dark": "bg", + "Focus.Wide.Default": "bg", + "Focus.Wide.Default.Dark": "bg", + "Focus.Thin.Selected": "accent", + "Focus.Thin.Selected.Dark": "accent", + "Focus.Wide.Selected": "accent", + "Focus.Wide.Selected.Dark": "accent" }, "CheckBoxMenuItem": { "acceleratorForeground": "text", @@ -142,10 +251,11 @@ }, "CodeWithMe": { "Avatar.foreground": "fg", + "AccessDisabled.accessDot": "dis", "AccessEnabled": { "accessDot": "accent", "dropdownBorder": "second", - "pillBackground": "$second" + "pillBackground": "second" } }, "ColorChooser": { @@ -159,25 +269,38 @@ "background": "button", "disabledIconColor": "dis", "iconColor": "fg", - "nonEditableBackground": "bg" + "nonEditableBackground": "hc" }, + "PopupBackground": "cs", + "arrowFillColor": "hc", "background": "hc", "buttonBackground": "button", - "darcula.hoveredArrowButtonForeground": "accent", + "darcula": { + "arrowButtonBackground": "hc", + "arrowButtonDisabledForeground": "dis", + "arrowButtonForeground": "fg", + "disabledArrowButtonBackground": "excl", + "editable.arrowButtonBackground": "hc", + "hoveredArrowButtonForeground": "accent", + "nonEditableBackground": "bg" + }, + "disabledBackground": "excl", "disabledForeground": "dis", "foreground": "fg", "modifiedItemForeground": "accent", - "nonEditableBackground": "second", + "nonEditableBackground": "bg", "padding": "5,5,5,5", "selectionBackground": "table", "selectionForeground": "activeFg" }, - "ComboPopup.border": "border", "CompletionPopup": { "background": "second", "foreground": "fg", + "grayForeground": "text", + "grayedForeground": "text", "infoForeground": "text", "matchForeground": "accent", + "matchSelectedForeground": "accent", "matchSelectionForeground": "accent", "nonFocusedState": "false", "selectedForeground": "selFg", @@ -186,21 +309,32 @@ "selectionForeground": "selFg", "selectionGrayForeground": "selFg", "selectionInactiveBackground": "hl", + "selectionInactiveForeground": "text", "selectionInactiveInfoForeground": "text", "selectionInfoForeground": "selFg" }, "Component": { "arc": 4, "borderColor": "hl", - "disabledBorderColor": "button", + "disabledBorderColor": "dis", "focusColor": "accent", "focusedBorderColor": "accent", "hoverIconColor": "accent", - "iconColor": "fg", + "iconColor": "text", + "grayForeground": "text", "infoForeground": "text" }, - "control": "bg", + "Content": { + "background": "cs", + "selectionBackground": "selBg", + "selectionInactiveBackground": "fg" + }, + "control": "button", + "controlLtHighlight": "selFg", "controlText": "text", + "controlHighlight": "hl", + "controlShadow": "excl", + "controlDkShadow": "excl", "Counter": { "background": "accent", "foreground": "selFg" @@ -208,8 +342,14 @@ "CurrentMnemonic": { "background": "accent", "borderColor": "accent", - "foreground": "fg" + "foreground": "selFg" }, + "darcula": { + "background": "bg", + "foreground": "fg", + "primary": "bg" + }, + "desktop": "hc", "Debugger": { "Variables": { "changedValueForeground": "accent", @@ -222,17 +362,18 @@ } }, "DebuggerTabs": { + "active.background": "hl", "selectedBackground": "hl", - "underlinedTabBackground": "hl" + "underlinedTabBackground": "table" }, "DebuggerPopup": { - "borderColor": "hl" + "borderColor": "bg" }, "DefaultTabs": { "background": "bg", "borderColor": "bg", "hoverBackground": "table", - "hoverColor": "hc", + "hoverColor": "hl", "hoverMaskColor": "hl", "inactiveColoredFileBackground": "button", "inactiveColoredTabBackground": "bg", @@ -243,41 +384,28 @@ "underlinedTabForeground": "selFg" }, "Desktop.background": "bg", - "DialogWrapper.southPanelBackground": "bg", - "DialogWrapper.southPanelDivider": "bg", - "DragAndDrop": { - "areaBackground": "bg", - "areaBorderColor": "bg", - "areaForeground": "fg" + "Dialog": { + "titleColor": "bg" }, + "DialogWrapper": { + "southPanelBackground": "bg", + "southPanelDivider": "bg" + }, + "DragAndDrop": { + "areaBackground": "tree", + "areaBorderColor": "bg", + "areaForeground": "fg", + "backgroundBorderColor": "bg", + "backgroundColor": "bg", + "borderColor": "accent", + "foregroundColor": "fg" + }, + "dropArea.base": "accent", "Editor": { "background": "hc", "foreground": "fg", "shortcutForeground": "text" }, - "EditorPane": { - "background": "hc", - "caretForeground": "accent", - "foreground": "fg", - "inactiveBackground": "bg", - "inactiveForeground": "dis", - "selectionBackground": "selBg", - "selectionForeground": "activeFg" - }, - "EditorTabs": { - "borderColor": "second", - "hoverBackground": "hl", - "hoverColor": "hl", - "hoverMaskColor": "hl", - "inactiveColoredFileBackground": "bg", - "inactiveMaskColor": "bg", - "inactiveUnderlineColor": "dis", - "selectedBackground": "table", - "selectedForeground": "fg", - "underlineColor": "accent", - "underlinedTabBackground": "table", - "underlinedTabForeground": "selFg" - }, "EditorGroupsTabs": { "background": "bg", "borderColor": "second", @@ -288,13 +416,44 @@ "underlinedTabBackground": "table", "underlinedTabForeground": "fg" }, + "EditorPane": { + "background": "hc", + "caretForeground": "accent", + "foreground": "fg", + "inactiveBackground": "bg", + "inactiveForeground": "dis", + "selectionBackground": "selBg", + "selectionForeground": "activeFg" + }, + "EditorTabs": { + "active.background": "table", + "active.foreground": "fg", + "active.underlineColor": "accent", + "background": "bg", + "borderColor": "second", + "foreground": "fg", + "hoverBackground": "hl", + "hoverColor": "hl", + "hoverMaskColor": "hl", + "inactive.maskColor": "bg", + "inactiveColoredFileBackground": "bg", + "inactiveMaskColor": "bg", + "inactiveUnderlineColor": "dis", + "selectedBackground": "table", + "selectedForeground": "fg", + "underlineColor": "accent", + "underlinedTabBackground": "table", + "underlinedTabForeground": "selFg" + }, "FileColor": { "Blue": "#004BA0", "Green": "#387002", "Orange": "#B53D00", "Rose": "#A00037", "Violet": "#4D2C91", - "Yellow": "excl" + "Yellow": "excl", + "Gray": "excl", + "excluded": "excl" }, "FlameGraph": { "JVMBackground": "#89DDF7", @@ -306,18 +465,37 @@ "nativeFocusSearchNotMatchedBackground": "#BB80B3", "nativeSearchNotMatchedBackground": "#C792EA" }, - "Focus.color": "border", + "Focus": { + "Color": "accent50", + "borderColor": "accent50", + "color": "accent50", + "defaultButtonBorderColor": "accent" + }, "FormattedTextField": { "background": "hc", "caretForeground": "accent", "foreground": "fg", "inactiveBackground": "button", "inactiveForeground": "dis", - "selectionBackground": "table", + "selectionBackground": "selBg", "selectionForeground": "activeFg" }, + "Git.Log.Ref": { + "LocalBranch": "accent", + "Other": "text", + "RemoteBranch": "fg", + "Tag": "text" + }, + "Github.List.tallRow": { + "foreground": "fg", + "secondary.foreground": "text", + "selectionBackground": "selBg", + "selectionBackground.unfocused": "hl", + "selectionForeground": "selFg", + "selectionForeground.unfocused": "selFg" + }, "GotItTooltip": { - "background": "bg", + "background": "notif", "borderColor": "notif", "endBackground": "button", "endBorderColor": "button", @@ -332,6 +510,7 @@ "separatorColor": "border" }, "GutterTooltip": { + "borderColor": "bg", "infoForeground": "text", "lineSeparatorColor": "bg" }, @@ -341,12 +520,25 @@ }, "HelpTooltip": { "background": "bg", + "backgroundColor": "bg", "borderColor": "border", "foreground": "fg", "infoForeground": "text", - "shortcutForeground": "text" + "shortcutForeground": "text", + "shortcutTextColor": "text", + "textColor": "fg" + }, + "Hg.Log.Ref": { + "Branch": "accent", + "ClosedBranch": "fg", + "LocalTag": "text", + "MqTag": "text", + "Tag": "text" }, "Hyperlink.linkColor": "accent", + "IconBadge": { + "infoBackground": "accent" + }, "IdeStatusBar.border": "4,4,4,4", "InformationHint.borderColor": "border", "inactiveCaption": "second", @@ -359,20 +551,45 @@ "background": "bg", "borderColor": "bg" }, + "intellijlaf": { + "background": "bg", + "foreground": "fg" + }, "InternalFrame": { "activeTitleForeground": "fg", "background": "bg", + "inactiveTitleBackground": "bg", "inactiveTitleForeground": "text" }, "Label": { "background": "bg", "disabledForeground": "dis", - "disabledShadow": "bg", + "disabledForegroundColor": "dis", + "disabledShadow": "dis", "disabledText": "dis", + "errorForeground": "accent", "foreground": "fg", + "grayForeground": "text", "infoForeground": "text", "selectedDisabledForeground": "fg", - "selectedForeground": "activeFg" + "selectedForeground": "activeFg", + "textForeground": "text" + }, + "Lesson": { + "Badge": { + "newLessonBackground": "accent", + "newLessonForeground": "selFg" + }, + "shortcutBackground": "second", + "stepNumberForeground": "text", + "Tooltip": { + "background": "notif", + "borderColor": "notif", + "foreground": "fg", + "spanBackground": "button", + "spanForeground": "fg", + "stepNumberForeground": "text" + } }, "link": "accent", "Link": { @@ -383,16 +600,33 @@ "visitedForeground": "accent" }, "link.foreground": "accent", + "link.hover.foreground": "accent", + "link.pressed.foreground": "accent", + "link.visited.foreground": "accent", "List": { - "background": "second", + "background": "bg", "foreground": "fg", - "hoverBackground": "tree", + "hoverBackground": "hl", "hoverInactiveBackground": "table", - "selectionBackground": "selBg", "selectionForeground": "selFg", - "selectionInactiveBackground": "tree", + "selectionInactiveBackground": "table", "selectionInactiveForeground": "activeFg" }, + "LiveIndicator": { + "color": "accent" + }, + "MainToolbar": { + "Dropdown.background": "bg", + "Dropdown.hoverBackground": "border", + "Dropdown.pressedBackground": "table", + "Icon.background": "bg", + "Icon.hoverBackground": "border", + "Icon.pressedBackground": "table", + "background": "bg", + "hoverBackground": "border", + "inactiveBackground": "bg", + "pressedBackground": "table" + }, "material": { "background": "bg", "branchColor": "fg", @@ -400,6 +634,7 @@ "foreground": "fg", "mergeCommits": "button", "primaryColor": "text", + "selectionBackground": "selBg", "selectionForeground": "selFg", "tab.backgroundColor": "bg", "tab.borderColor": "accent", @@ -407,12 +642,15 @@ }, "MemoryIndicator": { "allocatedBackground": "second", + "unusedColor": "second", "usedBackground": "hl", "usedColor": "hl" }, + "menu": "bg", + "menuText": "fg", "Menu": { "acceleratorForeground": "text", - "acceleratorSelectionForeground": "selFg", + "acceleratorSelectionForeground": "activeFg", "background": "bg", "border": "4,2,4,2", "borderColor": "second", @@ -420,7 +658,7 @@ "disabledForeground": "dis", "foreground": "fg", "selectionBackground": "selBg", - "selectionForeground": "selFg", + "selectionForeground": "activeFg", "separatorColor": "border" }, "MenuBar": { @@ -431,19 +669,19 @@ "foreground": "fg", "highlight": "bg", "selectionBackground": "selBg", - "selectionForeground": "selFg", + "selectionForeground": "activeFg", "shadow": "hc" }, "MenuItem": { "acceleratorForeground": "text", - "acceleratorSelectionForeground": "selFg", + "acceleratorSelectionForeground": "activeFg", "background": "bg", "border": "4,2,4,2", "disabledBackground": "bg", "disabledForeground": "dis", "foreground": "fg", "selectionBackground": "selBg", - "selectionForeground": "selFg" + "selectionForeground": "activeFg" }, "MlModelBinding.Viewer.CodeEditor.background": "bg", "MnemonicIcon": { @@ -453,7 +691,8 @@ }, "NavBar": { "arrowColor": "fg", - "borderColor": "bg" + "borderColor": "bg", + "selectedColor": "accent" }, "NewClass": { "Panel": { @@ -465,25 +704,54 @@ }, "NewPSD.warning": "accent", "Notification": { + "Error.foreground": "accent", + "Link.foreground": "accent", "background": "notif", "borderColor": "notif", "errorBackground": "notif", "errorBorderColor": "notif", + "errorForeground": "accent", "foreground": "fg", + "linkForeground": "accent", "MoreButton": { "background": "button", "foreground": "fg", "innerBorderColor": "button" }, "ToolWindow": { - "errorBackground": "notif", - "errorBorderColor": "notif", - "informativeBackground": "notif", - "informativeBorderColor": "notif", - "warningBackground": "notif", - "warningBorderColor": "notif" + "errorBackground": "notifError", + "errorBorderColor": "notifError", + "errorForeground": "fg", + "infoForeground": "fg", + "informativeBackground": "notifInfo", + "informativeBorderColor": "notifInfo", + "informativeForeground": "fg", + "warningBackground": "notifWarn", + "warningBorderColor": "notifWarn", + "warningForeground": "fg" + }, + "ToolWindowError": { + "foreground": "fg", + "background": "notifError" + }, + "ToolWindowInfo": { + "foreground": "fg", + "background": "notifInfo" + }, + "ToolWindowWarning": { + "foreground": "fg", + "background": "notifWarn" } }, + "Notifications": { + "background": "notif", + "borderColor": "notif" + }, + "NotificationsToolwindow": { + "Notification.hoverBackground": "tree", + "newNotification.background": "notif", + "newNotification.hoverBackground": "tree" + }, "OnePixelDivider.background": "border", "OptionPane": { "background": "bg", @@ -491,8 +759,8 @@ "messageForeground": "fg" }, "OptionButton": { - "default.separatorColor": "border", - "separatorColor": "border" + "default.separatorColor": "table", + "separatorColor": "button" }, "Outline": { "color": "button", @@ -505,12 +773,15 @@ "mouseShortcutBackground": "bg" }, "ParameterInfo": { + "ContextHelp.foreground": "text", "background": "second", "borderColor": "table", "currentOverloadBackground": "hl", "currentParameterForeground": "accent", + "disabledColor": "dis", "disabledForeground": "dis", "foreground": "fg", + "highlightedColor": "accent", "infoForeground": "text", "lineSeparatorColor": "table" }, @@ -527,10 +798,11 @@ "background": "bg", "disabledForeground": "dis", "eapTagBackground": "hl", - "hoverBackground": "tree", + "hoverBackground": "hl", "lightSelectionBackground": "table", "paidTagBackground": "hl", "selectionBackground": "selBg", + "selectionForeground": "selFg", "tagBackground": "hl", "tagForeground": "accent", "trialTagBackground": "hl", @@ -554,6 +826,9 @@ "foreground": "fg" }, "Tab": { + "active.background": "table", + "active.foreground": "activeFg", + "hover.background": "table", "hoverBackground": "table", "selectedBackground": "table", "selectedForeground": "selFg" @@ -565,6 +840,10 @@ "borderColor": "bg", "foreground": "accent" }, + "Border": { + "color": "cs", + "inactiveColor": "bg" + }, "borderColor": "cs", "inactiveBorderColor": "bg", "innerBorderColor": "second", @@ -573,9 +852,19 @@ "inactiveBackground": "cs" }, "paintBorder": true, + "preferences": { + "background": "bg", + "borderColor": "bg", + "foreground": "fg" + }, + "Separator": { + "foreground": "fg", + "color": "border" + }, "separatorColor": "second", "separatorForeground": "fg", "Toolbar": { + "Border.color": "cs", "Floating.background": "cs", "background": "cs", "borderColor": "cs" @@ -585,6 +874,7 @@ "background": "bg", "border": "2,0,2,0", "foreground": "fg", + "selectionBackground": "selBg", "translucentBackground": "bg" }, "PopupMenuSeparator.height": 10, @@ -592,19 +882,35 @@ "ProgressBar": { "background": "bg", "foreground": "accent", + "halfColor": "hl", "indeterminateEndColor": "accent", "indeterminateStartColor": "accent", "progressColor": "accent", "selectionBackground": "hl", "trackColor": "hl" }, + "ProgressIcon": { + "color": "accent" + }, "PsiViewer": { "referenceHighlightColor": "accent" }, "RadioButton": { "background": "bg", + "darcula": { + "borderColor1": "fg", + "selectionDisabledColor": "bg", + "selectionDisabledShadowColor": "accent", + "selectionEnabledColor": "accent", + "selectionEnabledShadowColor": "accent" + }, "disabledText": "dis", - "foreground": "fg" + "focusColor": "accent", + "foreground": "fg", + "selectionDisabledColor": "bg", + "selectionDisabledShadowColor": "accent", + "selectionEnabledColor": "accent", + "selectionEnabledShadowColor": "accent" }, "RadioButtonMenuItem": { "acceleratorForeground": "text", @@ -616,7 +922,15 @@ "selectionBackground": "selBg", "selectionForeground": "selFg" }, + "RunWidget": { + "Running": { + "background": "accent", + "leftHoverBackground": "accent70", + "leftPressedBackground": "accent" + } + }, "ScreenView.borderColor": "border", + "scrollbar": "bg", "ScrollBar": { "background": "bg", "hoverThumbBorderColor": "accent", @@ -641,6 +955,10 @@ "thumb": "hl", "thumbBorderColor": "accent70", "thumbColor": "accent70", + "Thumb": { + "Hovered.background": "accent", + "NonOpaque.Hovered.background": "accent" + }, "trackColor": "bg30", "Transparent": { "hoverThumbBorderColor": "accent", @@ -656,20 +974,36 @@ "background": "cs", "foreground": "text" }, + "background": "bg", + "Dialog": { + "background": "bg", + "borderColor": "bg", + "foreground": "fg" + }, + "foreground": "fg", "Header": { "background": "bg" }, "List": { - "separatorForeground": "text", - "separatorColor": "border" + "Separator.Color": "border", + "Separator.foreground": "text", + "selectionBackground": "selBg", + "separatorColor": "border", + "separatorForeground": "text" }, "SearchField": { - "background": "bg", - "borderColor": "cs", - "infoForeground": "text" + "Border.color": "hl", + "background": "hc", + "borderColor": "hl", + "grayForeground": "dis", + "infoForeground": "dis" }, + "shortcutForeground": "text", "Tab": { + "active.background": "hl", "active.foreground": "activeFg", + "selected.background": "hl", + "selected.foreground": "activeFg", "selectedBackground": "hl", "selectedForeground": "activeFg" } @@ -688,12 +1022,20 @@ "Ordinal.File.Foreground": "text", "Repeated.File.Foreground": "fg" }, + "SegmentedButton": { + "focusedSelectedButtonColor": "hl", + "selectedButtonColor": "button", + "selectedStartBorderColor": "border", + "selectedEndBorderColor": "border" + }, "Separator": { "background": "second", "foreground": "second", - "separatorColor": "second" + "separatorColor": "border" + }, + "Settings": { + "Spotlight.borderColor": "accent" }, - "Settings.Spotlight.borderColor": "accent", "SidePanel": { "background": "hc" }, @@ -705,19 +1047,22 @@ "majorTickLength": 6, "thumb": "accent", "tickColor": "second", + "track": "table", "trackColor": "table", + "trackDisabled": "hl", "trackWidth": 7 }, + "Space.Review.diffAnchorBackground": "second", "SpeedSearch": { "background": "hl", "borderColor": "border", "errorForeground": "fg", "foreground": "fg" }, - "Space.Review.diffAnchorBackground": "second", "Spinner": { "background": "bg", "border": "3,3,3,3", + "disabledBackground": "excl", "foreground": "fg", "selectionForeground": "activeFg" }, @@ -728,16 +1073,40 @@ "SplitPaneDivider.draggingColor": "second", "StateWidget.activeBackground": "button", "StatusBar": { - "LightEditBackground": "table", + "background": "bg", + "Breadcrumbs": { + "floatingBackground": "tree", + "floatingForeground": "fg", + "foreground": "fg", + "hoverBackground": "tree", + "hoverForeground": "fg", + "selectionBackground": "selBg", + "selectionForeground": "activeFg", + "selectionInactiveBackground": "button", + "selectionInactiveForeground": "fg" + }, "borderColor": "bg", - "hoverBackground": "hl" + "bottomColor": "bg", + "hoverBackground": "hl", + "top2Color": "bg", + "topColor": "bg", + "LightEditBackground": "table", + "Widget": { + "foreground": "fg", + "hoverBackground": "hl", + "hoverForeground": "selFg", + "pressedBackground": "button", + "pressedForeground": "fg" + } }, "TabbedPane": { "background": "bg", + "borderColor": "hc", "contentAreaColor": "hl", "contentBorderInsets": "3,1,1,1", - "darkShadow": "border", + "darkShadow": "hc", "disabledForeground": "dis", + "disabledText": "dis", "disabledUnderlineColor": "dis", "focus": "table", "focusColor": "table", @@ -746,9 +1115,15 @@ "highlight": "border", "hoverColor": "hl", "labelShift": 0, + "mt.tab.background": "hc", + "selectHighlight": "hl", + "selected": "selBg", + "selectedColor": "accent", + "selectedDisabledColor": "dis", "selectedForeground": "activeFg", "selectedLabelShift": 0, "selectedTabPadInsets": "0,0,0,0", + "shadow": "hc", "tabHeight": 32, "tabInsets": "5,10,5,10", "tabSelectionHeight": 2, @@ -769,8 +1144,9 @@ "foreground": "fg", "gridColor": "bg", "highlightOuter": "table", - "hoverBackground": "tree", + "hoverBackground": "hl", "hoverInactiveBackground": "table", + "lightSelectionBackground": "table", "lightSelectionForeground": "activeFg", "lightSelectionInactiveBackground": "second", "lightSelectionInactiveForeground": "text", @@ -779,22 +1155,31 @@ "selectionInactiveBackground": "table", "selectionInactiveForeground": "selFg", "sortIconColor": "fg", - "stripeColor": "cs" + "stripeColor": "cs", + "stripedBackground": "cs" }, "TableHeader": { - "background": "bg", - "borderColor": "bg", - "bottomSeparatorColor": "second", + "background": "button", + "borderColor": "hl", + "bottomSeparatorColor": "hl", "cellBorder": "4,0,4,0", "disabledForeground": "dis", "focusCellBackground": "table", "focusCellForeground": "activeFg", "foreground": "fg", "height": 25, - "separatorColor": "second" + "hoverBackground": "hl", + "separatorColor": "border" }, - "text": "text", + "Tag": { + "background": "button", + "borderColor": "button", + "foreground": "fg" + }, + "text": "bg", "textInactiveText": "text", + "textHighlight": "selBg", + "textHighlightText": "activeFg", "textText": "text", "TextArea": { "background": "hc", @@ -806,11 +1191,18 @@ }, "TextField": { "background": "hc", + "borderColor": "bg", "caretForeground": "accent", + "disabledBackground": "excl", + "focusedBorderColor": "bg", "foreground": "fg", + "hoverBorderColor": "bg", "inactiveForeground": "dis", - "selectionBackground": "table", - "selectionForeground": "activeFg" + "selectedSeparatorColor": "accent", + "selectionBackground": "selBg", + "selectionForeground": "activeFg", + "separatorColor": "hl", + "separatorColorDisabled": "bg" }, "TextPane": { "background": "hc", @@ -822,46 +1214,89 @@ }, "TitlePane": { "Button.hoverBackground": "hl", - "background": "cs", + "background": "hc", "inactiveBackground": "bg", - "inactiveInfoForeground": "text", + "inactiveInfoForeground": "dis", "infoForeground": "text" }, "TitledBorder.titleColor": "fg", "ToggleButton": { "borderColor": "button", - "buttonColor": "fg", + "buttonColor": "button", "disabledText": "dis", "foreground": "fg", + "off.background": "bg", + "off.foreground": "bg", "offBackground": "bg", "offForeground": "bg", + "on.background": "accent", + "on.foreground": "accent", "onBackground": "accent", "onForeground": "accent" }, + "Toolbar.Floating.background": "button", "ToolBar": { "background": "hc", "borderHandleColor": "text", + "comboBoxButtonBackground": "button", "floatingForeground": "text", "foreground": "fg" }, + "ToolbarComboWidget": { + "background": "button", + "hoverBackground": "hl" + }, + "tooltips": { + "actions.keymap.text.color": "text", + "actions.settings.icon.background.color": "bg", + "description.title.text.color": "fg" + }, "ToolTip": { - "Actions.background": "bg", - "Actions.infoForeground": "text", + "actions": { + "background": "bg" + }, + "Actions": { + "background": "bg", + "grayForeground": "text", + "infoForeground": "text" + }, "background": "notif", "borderColor": "border", "foreground": "fg", "infoForeground": "text", + "Learning": { + "background": "accent", + "borderColor": "accent", + "foreground": "fg", + "spanBackground": "accent50", + "spanForeground": "fg", + "stepNumberForeground": "accent" + }, "separatorColor": "border", "shortcutForeground": "text" }, "ToolWindow": { + "active": { + "Header.background": "second", + "HeaderTab.background": "cs" + }, + "Background": "bg", + "background": "hc", "Button": { "hoverBackground": "table", "selectedBackground": "cs", "selectedForeground": "activeFg" }, - "Header": { + "header": { + "active.background": "second", "background": "bg", + "border.background": "second", + "closeButton.background": "bg", + "tab.selected.active.background": "cs", + "tab.selected.background": "cs" + }, + "Header": { + "background": "second", "borderColor": "second", "inactiveBackground": "bg" }, @@ -869,7 +1304,7 @@ "background": "bg" }, "HeaderTab": { - "borderColor": "hl", + "borderColor": "bg", "hoverBackground": "hl", "hoverInactiveBackground": "hl", "inactiveUnderlineColor": "accent", @@ -878,8 +1313,12 @@ "underlineColor": "accent", "underlinedTabBackground": "table", "underlinedTabForeground": "selFg", - "underlinedTabInactiveBackground": "second", + "underlinedTabInactiveBackground": "hc", "underlinedTabInactiveForeground": "fg" + }, + "inactive": { + "Header.background": "bg", + "HeaderTab.background": "cs" } }, "Tree": { @@ -919,6 +1358,8 @@ "List.selectionBackground": "tree", "highStroke.foreground": "fg", "motion": { + "AddConstraintColor": "accent", + "AddConstraintPlus": "accent", "CSPanel.SelectedBackground": "tree", "CSPanel.SelectedFocusBackground": "selBg", "Component.foreground": "fg", @@ -926,13 +1367,19 @@ "ConstraintSetText.foreground": "text", "CursorTextColor.foreground": "fg", "HoverColor.disabledBackground": "dis", + "Key.selectedForeground": "accent", "Notification.background": "notif", + "PositionMarkColor": "accent", "PrimaryPanel.background": "cs", "SecondaryPanel.background": "bg", "SecondaryPanel.header.background": "cs", "SecondaryPanel.header.foreground": "text", + "TimeCursor.End.selectedForeground": "accent", + "TimeCursor.Start.selectedForeground": "accent", + "TimeCursor.selectedForeground": "accent", "borderColor": "border", "cs_FocusText.infoForeground": "text", + "graphLine.lineSeparatorColor": "accent", "motionGraph.background": "bg", "ourAvg.background": "second", "ourCS.background": "second", @@ -940,6 +1387,7 @@ "ourCS_SelectedBackground.selectionInactiveBackground": "table", "ourCS_SelectedBorder.pressedBorderColor": "hl", "ourCS_SelectedFocusBackground.selectionForeground": "selFg", + "ourCS_SelectedFocusBorder.focusedBorderColor": "accent", "ourCS_TextColor.foreground": "text", "ourML_BarColor.separatorColor": "border", "timeLine.disabledBorderColor": "border" @@ -970,6 +1418,7 @@ }, "VersionControl": { "FileHistory.Commit": { + "otherBranchBackground": "bg", "selectedBranchBackground": "bg" }, "GitCommits": { @@ -991,9 +1440,15 @@ "tipIconColor": "text" }, "Log": { - "Commit.currentBranchBackground": "second", - "Commit.hoveredBackground": "tree", - "Commit.unmatchedForeground": "text" + "Commit": { + "currentBranchBackground": "cs", + "hoveredBackground": "tree", + "unmatchedForeground": "text" + } + }, + "Ref": { + "backgroundBase": "hl", + "foreground": "activeFg" }, "RefLabel": { "backgroundBase": "hl", @@ -1007,7 +1462,11 @@ "WelcomeScreen": { "AssociatedComponent.background": "bg", "Details.background": "bg", - "List.background": "cs", + "List": { + "background": "hc", + "selectionBackground": "selBg", + "selectionInactiveBackground": "hl" + }, "SidePanel.background": "second", "background": "bg", "borderColor": "bg", @@ -1015,6 +1474,7 @@ "captionForeground": "fg", "footerBackground": "cs", "footerForeground": "fg", + "groupIconBorderColor": "button", "headerBackground": "bg", "headerForeground": "fg", "separatorColor": "border", @@ -1023,7 +1483,7 @@ "actions.selectionBackground": "hl", "background": "second", "selectionBackground": "selBg", - "selectionInactiveBackground": "second" + "selectionInactiveBackground": "selBg" } }, "Window.border": "border", diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Oceanic.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Oceanic.theme.json index 65ae8b1f..b1a59482 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Oceanic.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Oceanic.theme.json @@ -8,6 +8,7 @@ "fg": "#B0BEC5", "text": "#607D8B", "selBg": "#546E7A", + "selBg20": "#546E7A20", "selFg": "#FFFFFF", "activeFg": "#FFFFFF", "border": "#2A373E", @@ -25,6 +26,7 @@ "hl": "#425B67", "notif": "#1E272C", "hc": "#263238", + "shadow": "undefined", "white": "#eeffff", "blue": "#82aaff", "red": "#f07178", @@ -48,17 +50,21 @@ "focusColor": "hl", "focusedBorderColor": "accent", "foreground": "fg", + "hoverBorderColor": "hl", "inactiveBackground": "excl", "inactiveForeground": "text", "infoForeground": "text", + "lineSeparatorColor": "hl", + "pressedBorderColor": "hl", "selectionBackground": "selBg", "selectionBackgroundInactive": "second", "selectionForeground": "selFg", "selectionInactiveBackground": "second", - "separatorColor": "border", - "lineSeparatorColor": "hl" + "separatorColor": "border" }, "activeCaption": "bg", + "activeCaptionBorder": "bg", + "activeCaptionText": "fg", "ActionButton": { "focusedBorderColor": "accent50", "hoverBackground": "accent50", @@ -67,13 +73,22 @@ "pressedBackground": "accent50", "pressedBorderColor": "accent50" }, + "ActionToolbar": { + "background": "hc" + }, + "AppInspector.GraphNode": { + "background": "second", + "borderColor": "border", + "focusedBorderColor": "accent" + }, "AssignedMnemonic": { "background": "hl", "borderColor": "selBg", - "foreground": "fg" + "foreground": "activeFg" }, "Autocomplete": { - "selectionBackground": "selBg" + "selectionBackground": "selBg", + "selectionUnfocus": "hl" }, "AvailableMnemonic": { "background": "button", @@ -81,54 +96,148 @@ "foreground": "fg" }, "BigSpinner.background": "bg", + "Bookmark": { + "iconBackground": "accent", + "Mnemonic": { + "iconBackground": "hl", + "iconBorderColor": "hl", + "iconForeground": "fg" + } + }, + "BookmarkMnemonicAssigned": { + "background": "hl", + "borderColor": "selBg", + "foreground": "selFg" + }, + "BookmarkMnemonicAvailable": { + "background": "button", + "borderColor": "button", + "foreground": "fg" + }, + "BookmarkMnemonicCurrent": { + "background": "accent", + "borderColor": "accent", + "foreground": "selFg" + }, + "BookmarkMnemonicIcon": { + "background": "hl", + "borderColor": "hl", + "foreground": "fg" + }, "BookmarkIcon.background": "accent", "Borders.ContrastBorderColor": "bg", "Borders.color": "border", "Button": { "arc": 0, "background": "bg", + "darcula": { + "borderColor": "button", + "defaultBorderColor": "button", + "defaultEndColor": "button", + "defaultFocusedBorderColor": "table", + "defaultOutlineColor": "button", + "defaultStartColor": "button", + "disabledBorderColor": "button", + "disabledOutlineColor": "border", + "disabledText.shadow": "bg", + "endColor": "button", + "focusedBorderColor": "table", + "outlineColor": "button", + "selectedButtonForeground": "selFg", + "selection.color1": "table", + "selection.color2": "table", + "shadowColor": "shadow", + "smallComboButtonBackground": "button", + "startColor": "button" + }, "default": { + "borderColor": "button", "endBackground": "table", "endBorderColor": "table", "focusColor": "accent", "focusedBorderColor": "accent", - "foreground": "activeFg", - "shadowColor": "table", + "foreground": "selFg", + "shadowColor": "shadow", "startBackground": "table", "startBorderColor": "table" }, - "disabledBorderColor": "button", + "disabledBackground": "excl", + "disabledBorderColor": "border", "disabledText": "dis", - "endBackground": "button", + "endBackground": "table", "endBorderColor": "button", "focus": "hl", "focusedBorderColor": "accent", "foreground": "text", "highlight": "selFg", "mt.background": "button", + "mt.color1": "button", + "mt.color2": "button", "mt.foreground": "text", "mt.selectedForeground": "selFg", "mt.selection.color1": "table", "mt.selection.color2": "table", - "shadowColor": "button", + "select": "button", + "shadowColor": "shadow", "shadowWidth": 0, - "startBackground": "button", + "startBackground": "table", "startBorderColor": "button" }, "Canvas": { "Tooltip.background": "notif", "Tooltip.borderColor": "border" }, - "Content": { - "background": "cs", - "selectionBackground": "selBg", - "selectionInactiveBackground": "excl" - }, "CheckBox": { "background": "bg", + "background.selected": "accent", + "borderColor": "bg", + "borderColor.selected": "accent", + "checkSignColor": "bg", + "checkSignColor.selected": "bg", + "checkSignColorDisabled": "bg", + "checkSignColorDisabled.selected": "bg", + "darcula": { + "borderColor1": "fg", + "checkSignColorDisabled": "dis", + "disabledBorderColor1": "dis", + "disabledBorderColor2": "dis", + "inactiveFillColor": "hl" + }, + "disabledBorderColor": "bg", + "disabledBorderColor.selected": "accent", "disabledText": "dis", + "focused.background": "bg", + "focused.background.selected": "accent", + "focusedArmed.background": "bg", + "focusedArmed.background.selected": "accent", "foreground": "fg", - "select": "accent" + "inactiveFillColor": "bg", + "inactiveFillColor.selected": "accent", + "select": "accent", + "shadowColor": "bg", + "shadowColorDisabled": "bg" + }, + "Checkbox": { + "Background.Default": "bg", + "Background.Default.Dark": "bg", + "Background.Disabled": "second", + "Background.Disabled.Dark": "second", + "Background.Selected": "accent", + "Background.Selected.Dark": "accent", + "Border.Default": "hl", + "Border.Default.Dark": "hl", + "Border.Disabled": "second", + "Border.Disabled.Dark": "second", + "Border.Selected": "accent", + "Border.Selected.Dark": "accent", + "Focus.Thin.Default": "bg", + "Focus.Thin.Default.Dark": "bg", + "Focus.Wide.Default": "bg", + "Focus.Wide.Default.Dark": "bg", + "Focus.Thin.Selected": "accent", + "Focus.Thin.Selected.Dark": "accent", + "Focus.Wide.Selected": "accent", + "Focus.Wide.Selected.Dark": "accent" }, "CheckBoxMenuItem": { "acceleratorForeground": "text", @@ -142,10 +251,11 @@ }, "CodeWithMe": { "Avatar.foreground": "fg", + "AccessDisabled.accessDot": "dis", "AccessEnabled": { "accessDot": "accent", "dropdownBorder": "second", - "pillBackground": "$second" + "pillBackground": "second" } }, "ColorChooser": { @@ -159,25 +269,38 @@ "background": "button", "disabledIconColor": "dis", "iconColor": "fg", - "nonEditableBackground": "bg" + "nonEditableBackground": "hc" }, + "PopupBackground": "cs", + "arrowFillColor": "hc", "background": "hc", "buttonBackground": "button", - "darcula.hoveredArrowButtonForeground": "accent", + "darcula": { + "arrowButtonBackground": "hc", + "arrowButtonDisabledForeground": "dis", + "arrowButtonForeground": "fg", + "disabledArrowButtonBackground": "excl", + "editable.arrowButtonBackground": "hc", + "hoveredArrowButtonForeground": "accent", + "nonEditableBackground": "bg" + }, + "disabledBackground": "excl", "disabledForeground": "dis", "foreground": "fg", "modifiedItemForeground": "accent", - "nonEditableBackground": "second", + "nonEditableBackground": "bg", "padding": "5,5,5,5", "selectionBackground": "table", "selectionForeground": "activeFg" }, - "ComboPopup.border": "border", "CompletionPopup": { "background": "second", "foreground": "fg", + "grayForeground": "text", + "grayedForeground": "text", "infoForeground": "text", "matchForeground": "accent", + "matchSelectedForeground": "accent", "matchSelectionForeground": "accent", "nonFocusedState": "false", "selectedForeground": "selFg", @@ -186,21 +309,32 @@ "selectionForeground": "selFg", "selectionGrayForeground": "selFg", "selectionInactiveBackground": "hl", + "selectionInactiveForeground": "text", "selectionInactiveInfoForeground": "text", "selectionInfoForeground": "selFg" }, "Component": { "arc": 4, "borderColor": "hl", - "disabledBorderColor": "button", + "disabledBorderColor": "dis", "focusColor": "accent", "focusedBorderColor": "accent", "hoverIconColor": "accent", - "iconColor": "fg", + "iconColor": "text", + "grayForeground": "text", "infoForeground": "text" }, - "control": "bg", + "Content": { + "background": "cs", + "selectionBackground": "selBg", + "selectionInactiveBackground": "fg" + }, + "control": "button", + "controlLtHighlight": "selFg", "controlText": "text", + "controlHighlight": "hl", + "controlShadow": "excl", + "controlDkShadow": "excl", "Counter": { "background": "accent", "foreground": "selFg" @@ -208,8 +342,14 @@ "CurrentMnemonic": { "background": "accent", "borderColor": "accent", - "foreground": "fg" + "foreground": "selFg" }, + "darcula": { + "background": "bg", + "foreground": "fg", + "primary": "bg" + }, + "desktop": "hc", "Debugger": { "Variables": { "changedValueForeground": "accent", @@ -222,17 +362,18 @@ } }, "DebuggerTabs": { + "active.background": "hl", "selectedBackground": "hl", - "underlinedTabBackground": "hl" + "underlinedTabBackground": "table" }, "DebuggerPopup": { - "borderColor": "hl" + "borderColor": "bg" }, "DefaultTabs": { "background": "bg", "borderColor": "bg", "hoverBackground": "table", - "hoverColor": "hc", + "hoverColor": "hl", "hoverMaskColor": "hl", "inactiveColoredFileBackground": "button", "inactiveColoredTabBackground": "bg", @@ -243,41 +384,28 @@ "underlinedTabForeground": "selFg" }, "Desktop.background": "bg", - "DialogWrapper.southPanelBackground": "bg", - "DialogWrapper.southPanelDivider": "bg", - "DragAndDrop": { - "areaBackground": "bg", - "areaBorderColor": "bg", - "areaForeground": "fg" + "Dialog": { + "titleColor": "bg" }, + "DialogWrapper": { + "southPanelBackground": "bg", + "southPanelDivider": "bg" + }, + "DragAndDrop": { + "areaBackground": "tree", + "areaBorderColor": "bg", + "areaForeground": "fg", + "backgroundBorderColor": "bg", + "backgroundColor": "bg", + "borderColor": "accent", + "foregroundColor": "fg" + }, + "dropArea.base": "accent", "Editor": { "background": "hc", "foreground": "fg", "shortcutForeground": "text" }, - "EditorPane": { - "background": "hc", - "caretForeground": "accent", - "foreground": "fg", - "inactiveBackground": "bg", - "inactiveForeground": "dis", - "selectionBackground": "selBg", - "selectionForeground": "activeFg" - }, - "EditorTabs": { - "borderColor": "second", - "hoverBackground": "hl", - "hoverColor": "hl", - "hoverMaskColor": "hl", - "inactiveColoredFileBackground": "bg", - "inactiveMaskColor": "bg", - "inactiveUnderlineColor": "dis", - "selectedBackground": "table", - "selectedForeground": "fg", - "underlineColor": "accent", - "underlinedTabBackground": "table", - "underlinedTabForeground": "selFg" - }, "EditorGroupsTabs": { "background": "bg", "borderColor": "second", @@ -288,13 +416,44 @@ "underlinedTabBackground": "table", "underlinedTabForeground": "fg" }, + "EditorPane": { + "background": "hc", + "caretForeground": "accent", + "foreground": "fg", + "inactiveBackground": "bg", + "inactiveForeground": "dis", + "selectionBackground": "selBg", + "selectionForeground": "activeFg" + }, + "EditorTabs": { + "active.background": "table", + "active.foreground": "fg", + "active.underlineColor": "accent", + "background": "bg", + "borderColor": "second", + "foreground": "fg", + "hoverBackground": "hl", + "hoverColor": "hl", + "hoverMaskColor": "hl", + "inactive.maskColor": "bg", + "inactiveColoredFileBackground": "bg", + "inactiveMaskColor": "bg", + "inactiveUnderlineColor": "dis", + "selectedBackground": "table", + "selectedForeground": "fg", + "underlineColor": "accent", + "underlinedTabBackground": "table", + "underlinedTabForeground": "selFg" + }, "FileColor": { "Blue": "#004BA0", "Green": "#387002", "Orange": "#B53D00", "Rose": "#A00037", "Violet": "#4D2C91", - "Yellow": "excl" + "Yellow": "excl", + "Gray": "excl", + "excluded": "excl" }, "FlameGraph": { "JVMBackground": "#89DDF7", @@ -306,18 +465,37 @@ "nativeFocusSearchNotMatchedBackground": "#BB80B3", "nativeSearchNotMatchedBackground": "#C792EA" }, - "Focus.color": "border", + "Focus": { + "Color": "accent50", + "borderColor": "accent50", + "color": "accent50", + "defaultButtonBorderColor": "accent" + }, "FormattedTextField": { "background": "hc", "caretForeground": "accent", "foreground": "fg", "inactiveBackground": "button", "inactiveForeground": "dis", - "selectionBackground": "table", + "selectionBackground": "selBg", "selectionForeground": "activeFg" }, + "Git.Log.Ref": { + "LocalBranch": "accent", + "Other": "text", + "RemoteBranch": "fg", + "Tag": "text" + }, + "Github.List.tallRow": { + "foreground": "fg", + "secondary.foreground": "text", + "selectionBackground": "selBg", + "selectionBackground.unfocused": "hl", + "selectionForeground": "selFg", + "selectionForeground.unfocused": "selFg" + }, "GotItTooltip": { - "background": "bg", + "background": "notif", "borderColor": "notif", "endBackground": "button", "endBorderColor": "button", @@ -332,6 +510,7 @@ "separatorColor": "border" }, "GutterTooltip": { + "borderColor": "bg", "infoForeground": "text", "lineSeparatorColor": "bg" }, @@ -341,12 +520,25 @@ }, "HelpTooltip": { "background": "bg", + "backgroundColor": "bg", "borderColor": "border", "foreground": "fg", "infoForeground": "text", - "shortcutForeground": "text" + "shortcutForeground": "text", + "shortcutTextColor": "text", + "textColor": "fg" + }, + "Hg.Log.Ref": { + "Branch": "accent", + "ClosedBranch": "fg", + "LocalTag": "text", + "MqTag": "text", + "Tag": "text" }, "Hyperlink.linkColor": "accent", + "IconBadge": { + "infoBackground": "accent" + }, "IdeStatusBar.border": "4,4,4,4", "InformationHint.borderColor": "border", "inactiveCaption": "second", @@ -359,20 +551,45 @@ "background": "bg", "borderColor": "bg" }, + "intellijlaf": { + "background": "bg", + "foreground": "fg" + }, "InternalFrame": { "activeTitleForeground": "fg", "background": "bg", + "inactiveTitleBackground": "bg", "inactiveTitleForeground": "text" }, "Label": { "background": "bg", "disabledForeground": "dis", - "disabledShadow": "bg", + "disabledForegroundColor": "dis", + "disabledShadow": "dis", "disabledText": "dis", + "errorForeground": "accent", "foreground": "fg", + "grayForeground": "text", "infoForeground": "text", "selectedDisabledForeground": "fg", - "selectedForeground": "activeFg" + "selectedForeground": "activeFg", + "textForeground": "text" + }, + "Lesson": { + "Badge": { + "newLessonBackground": "accent", + "newLessonForeground": "selFg" + }, + "shortcutBackground": "second", + "stepNumberForeground": "text", + "Tooltip": { + "background": "notif", + "borderColor": "notif", + "foreground": "fg", + "spanBackground": "button", + "spanForeground": "fg", + "stepNumberForeground": "text" + } }, "link": "accent", "Link": { @@ -383,16 +600,33 @@ "visitedForeground": "accent" }, "link.foreground": "accent", + "link.hover.foreground": "accent", + "link.pressed.foreground": "accent", + "link.visited.foreground": "accent", "List": { - "background": "second", + "background": "bg", "foreground": "fg", - "hoverBackground": "tree", + "hoverBackground": "hl", "hoverInactiveBackground": "table", - "selectionBackground": "selBg", "selectionForeground": "selFg", - "selectionInactiveBackground": "tree", + "selectionInactiveBackground": "table", "selectionInactiveForeground": "activeFg" }, + "LiveIndicator": { + "color": "accent" + }, + "MainToolbar": { + "Dropdown.background": "bg", + "Dropdown.hoverBackground": "border", + "Dropdown.pressedBackground": "table", + "Icon.background": "bg", + "Icon.hoverBackground": "border", + "Icon.pressedBackground": "table", + "background": "bg", + "hoverBackground": "border", + "inactiveBackground": "bg", + "pressedBackground": "table" + }, "material": { "background": "bg", "branchColor": "fg", @@ -400,6 +634,7 @@ "foreground": "fg", "mergeCommits": "button", "primaryColor": "text", + "selectionBackground": "selBg", "selectionForeground": "selFg", "tab.backgroundColor": "bg", "tab.borderColor": "accent", @@ -407,12 +642,15 @@ }, "MemoryIndicator": { "allocatedBackground": "second", + "unusedColor": "second", "usedBackground": "hl", "usedColor": "hl" }, + "menu": "bg", + "menuText": "fg", "Menu": { "acceleratorForeground": "text", - "acceleratorSelectionForeground": "selFg", + "acceleratorSelectionForeground": "activeFg", "background": "bg", "border": "4,2,4,2", "borderColor": "second", @@ -420,7 +658,7 @@ "disabledForeground": "dis", "foreground": "fg", "selectionBackground": "selBg", - "selectionForeground": "selFg", + "selectionForeground": "activeFg", "separatorColor": "border" }, "MenuBar": { @@ -431,19 +669,19 @@ "foreground": "fg", "highlight": "bg", "selectionBackground": "selBg", - "selectionForeground": "selFg", + "selectionForeground": "activeFg", "shadow": "hc" }, "MenuItem": { "acceleratorForeground": "text", - "acceleratorSelectionForeground": "selFg", + "acceleratorSelectionForeground": "activeFg", "background": "bg", "border": "4,2,4,2", "disabledBackground": "bg", "disabledForeground": "dis", "foreground": "fg", "selectionBackground": "selBg", - "selectionForeground": "selFg" + "selectionForeground": "activeFg" }, "MlModelBinding.Viewer.CodeEditor.background": "bg", "MnemonicIcon": { @@ -453,7 +691,8 @@ }, "NavBar": { "arrowColor": "fg", - "borderColor": "bg" + "borderColor": "bg", + "selectedColor": "accent" }, "NewClass": { "Panel": { @@ -465,25 +704,54 @@ }, "NewPSD.warning": "accent", "Notification": { + "Error.foreground": "accent", + "Link.foreground": "accent", "background": "notif", "borderColor": "notif", "errorBackground": "notif", "errorBorderColor": "notif", + "errorForeground": "accent", "foreground": "fg", + "linkForeground": "accent", "MoreButton": { "background": "button", "foreground": "fg", "innerBorderColor": "button" }, "ToolWindow": { - "errorBackground": "notif", - "errorBorderColor": "notif", - "informativeBackground": "notif", - "informativeBorderColor": "notif", - "warningBackground": "notif", - "warningBorderColor": "notif" + "errorBackground": "notifError", + "errorBorderColor": "notifError", + "errorForeground": "fg", + "infoForeground": "fg", + "informativeBackground": "notifInfo", + "informativeBorderColor": "notifInfo", + "informativeForeground": "fg", + "warningBackground": "notifWarn", + "warningBorderColor": "notifWarn", + "warningForeground": "fg" + }, + "ToolWindowError": { + "foreground": "fg", + "background": "notifError" + }, + "ToolWindowInfo": { + "foreground": "fg", + "background": "notifInfo" + }, + "ToolWindowWarning": { + "foreground": "fg", + "background": "notifWarn" } }, + "Notifications": { + "background": "notif", + "borderColor": "notif" + }, + "NotificationsToolwindow": { + "Notification.hoverBackground": "tree", + "newNotification.background": "notif", + "newNotification.hoverBackground": "tree" + }, "OnePixelDivider.background": "border", "OptionPane": { "background": "bg", @@ -491,8 +759,8 @@ "messageForeground": "fg" }, "OptionButton": { - "default.separatorColor": "border", - "separatorColor": "border" + "default.separatorColor": "table", + "separatorColor": "button" }, "Outline": { "color": "button", @@ -505,12 +773,15 @@ "mouseShortcutBackground": "bg" }, "ParameterInfo": { + "ContextHelp.foreground": "text", "background": "second", "borderColor": "table", "currentOverloadBackground": "hl", "currentParameterForeground": "accent", + "disabledColor": "dis", "disabledForeground": "dis", "foreground": "fg", + "highlightedColor": "accent", "infoForeground": "text", "lineSeparatorColor": "table" }, @@ -527,10 +798,11 @@ "background": "bg", "disabledForeground": "dis", "eapTagBackground": "hl", - "hoverBackground": "tree", + "hoverBackground": "hl", "lightSelectionBackground": "table", "paidTagBackground": "hl", "selectionBackground": "selBg", + "selectionForeground": "selFg", "tagBackground": "hl", "tagForeground": "accent", "trialTagBackground": "hl", @@ -554,6 +826,9 @@ "foreground": "fg" }, "Tab": { + "active.background": "table", + "active.foreground": "activeFg", + "hover.background": "table", "hoverBackground": "table", "selectedBackground": "table", "selectedForeground": "selFg" @@ -565,6 +840,10 @@ "borderColor": "bg", "foreground": "accent" }, + "Border": { + "color": "cs", + "inactiveColor": "bg" + }, "borderColor": "cs", "inactiveBorderColor": "bg", "innerBorderColor": "second", @@ -573,9 +852,19 @@ "inactiveBackground": "cs" }, "paintBorder": true, + "preferences": { + "background": "bg", + "borderColor": "bg", + "foreground": "fg" + }, + "Separator": { + "foreground": "fg", + "color": "border" + }, "separatorColor": "second", "separatorForeground": "fg", "Toolbar": { + "Border.color": "cs", "Floating.background": "cs", "background": "cs", "borderColor": "cs" @@ -585,6 +874,7 @@ "background": "bg", "border": "2,0,2,0", "foreground": "fg", + "selectionBackground": "selBg", "translucentBackground": "bg" }, "PopupMenuSeparator.height": 10, @@ -592,19 +882,35 @@ "ProgressBar": { "background": "bg", "foreground": "accent", + "halfColor": "hl", "indeterminateEndColor": "accent", "indeterminateStartColor": "accent", "progressColor": "accent", "selectionBackground": "hl", "trackColor": "hl" }, + "ProgressIcon": { + "color": "accent" + }, "PsiViewer": { "referenceHighlightColor": "accent" }, "RadioButton": { "background": "bg", + "darcula": { + "borderColor1": "fg", + "selectionDisabledColor": "bg", + "selectionDisabledShadowColor": "accent", + "selectionEnabledColor": "accent", + "selectionEnabledShadowColor": "accent" + }, "disabledText": "dis", - "foreground": "fg" + "focusColor": "accent", + "foreground": "fg", + "selectionDisabledColor": "bg", + "selectionDisabledShadowColor": "accent", + "selectionEnabledColor": "accent", + "selectionEnabledShadowColor": "accent" }, "RadioButtonMenuItem": { "acceleratorForeground": "text", @@ -616,7 +922,15 @@ "selectionBackground": "selBg", "selectionForeground": "selFg" }, + "RunWidget": { + "Running": { + "background": "accent", + "leftHoverBackground": "accent70", + "leftPressedBackground": "accent" + } + }, "ScreenView.borderColor": "border", + "scrollbar": "bg", "ScrollBar": { "background": "bg", "hoverThumbBorderColor": "accent", @@ -641,6 +955,10 @@ "thumb": "hl", "thumbBorderColor": "accent70", "thumbColor": "accent70", + "Thumb": { + "Hovered.background": "accent", + "NonOpaque.Hovered.background": "accent" + }, "trackColor": "bg30", "Transparent": { "hoverThumbBorderColor": "accent", @@ -656,20 +974,36 @@ "background": "cs", "foreground": "text" }, + "background": "bg", + "Dialog": { + "background": "bg", + "borderColor": "bg", + "foreground": "fg" + }, + "foreground": "fg", "Header": { "background": "bg" }, "List": { - "separatorForeground": "text", - "separatorColor": "border" + "Separator.Color": "border", + "Separator.foreground": "text", + "selectionBackground": "selBg", + "separatorColor": "border", + "separatorForeground": "text" }, "SearchField": { - "background": "bg", - "borderColor": "cs", - "infoForeground": "text" + "Border.color": "hl", + "background": "hc", + "borderColor": "hl", + "grayForeground": "dis", + "infoForeground": "dis" }, + "shortcutForeground": "text", "Tab": { + "active.background": "hl", "active.foreground": "activeFg", + "selected.background": "hl", + "selected.foreground": "activeFg", "selectedBackground": "hl", "selectedForeground": "activeFg" } @@ -688,12 +1022,20 @@ "Ordinal.File.Foreground": "text", "Repeated.File.Foreground": "fg" }, + "SegmentedButton": { + "focusedSelectedButtonColor": "hl", + "selectedButtonColor": "button", + "selectedStartBorderColor": "border", + "selectedEndBorderColor": "border" + }, "Separator": { "background": "second", "foreground": "second", - "separatorColor": "second" + "separatorColor": "border" + }, + "Settings": { + "Spotlight.borderColor": "accent" }, - "Settings.Spotlight.borderColor": "accent", "SidePanel": { "background": "hc" }, @@ -705,19 +1047,22 @@ "majorTickLength": 6, "thumb": "accent", "tickColor": "second", + "track": "table", "trackColor": "table", + "trackDisabled": "hl", "trackWidth": 7 }, + "Space.Review.diffAnchorBackground": "second", "SpeedSearch": { "background": "hl", "borderColor": "border", "errorForeground": "fg", "foreground": "fg" }, - "Space.Review.diffAnchorBackground": "second", "Spinner": { "background": "bg", "border": "3,3,3,3", + "disabledBackground": "excl", "foreground": "fg", "selectionForeground": "activeFg" }, @@ -728,16 +1073,40 @@ "SplitPaneDivider.draggingColor": "second", "StateWidget.activeBackground": "button", "StatusBar": { - "LightEditBackground": "table", + "background": "bg", + "Breadcrumbs": { + "floatingBackground": "tree", + "floatingForeground": "fg", + "foreground": "fg", + "hoverBackground": "tree", + "hoverForeground": "fg", + "selectionBackground": "selBg", + "selectionForeground": "activeFg", + "selectionInactiveBackground": "button", + "selectionInactiveForeground": "fg" + }, "borderColor": "bg", - "hoverBackground": "hl" + "bottomColor": "bg", + "hoverBackground": "hl", + "top2Color": "bg", + "topColor": "bg", + "LightEditBackground": "table", + "Widget": { + "foreground": "fg", + "hoverBackground": "hl", + "hoverForeground": "selFg", + "pressedBackground": "button", + "pressedForeground": "fg" + } }, "TabbedPane": { "background": "bg", + "borderColor": "hc", "contentAreaColor": "hl", "contentBorderInsets": "3,1,1,1", - "darkShadow": "border", + "darkShadow": "hc", "disabledForeground": "dis", + "disabledText": "dis", "disabledUnderlineColor": "dis", "focus": "table", "focusColor": "table", @@ -746,9 +1115,15 @@ "highlight": "border", "hoverColor": "hl", "labelShift": 0, + "mt.tab.background": "hc", + "selectHighlight": "hl", + "selected": "selBg", + "selectedColor": "accent", + "selectedDisabledColor": "dis", "selectedForeground": "activeFg", "selectedLabelShift": 0, "selectedTabPadInsets": "0,0,0,0", + "shadow": "hc", "tabHeight": 32, "tabInsets": "5,10,5,10", "tabSelectionHeight": 2, @@ -769,8 +1144,9 @@ "foreground": "fg", "gridColor": "bg", "highlightOuter": "table", - "hoverBackground": "tree", + "hoverBackground": "hl", "hoverInactiveBackground": "table", + "lightSelectionBackground": "table", "lightSelectionForeground": "activeFg", "lightSelectionInactiveBackground": "second", "lightSelectionInactiveForeground": "text", @@ -779,22 +1155,31 @@ "selectionInactiveBackground": "table", "selectionInactiveForeground": "selFg", "sortIconColor": "fg", - "stripeColor": "cs" + "stripeColor": "cs", + "stripedBackground": "cs" }, "TableHeader": { - "background": "bg", - "borderColor": "bg", - "bottomSeparatorColor": "second", + "background": "button", + "borderColor": "hl", + "bottomSeparatorColor": "hl", "cellBorder": "4,0,4,0", "disabledForeground": "dis", "focusCellBackground": "table", "focusCellForeground": "activeFg", "foreground": "fg", "height": 25, - "separatorColor": "second" + "hoverBackground": "hl", + "separatorColor": "border" }, - "text": "text", + "Tag": { + "background": "button", + "borderColor": "button", + "foreground": "fg" + }, + "text": "bg", "textInactiveText": "text", + "textHighlight": "selBg", + "textHighlightText": "activeFg", "textText": "text", "TextArea": { "background": "hc", @@ -806,11 +1191,18 @@ }, "TextField": { "background": "hc", + "borderColor": "bg", "caretForeground": "accent", + "disabledBackground": "excl", + "focusedBorderColor": "bg", "foreground": "fg", + "hoverBorderColor": "bg", "inactiveForeground": "dis", - "selectionBackground": "table", - "selectionForeground": "activeFg" + "selectedSeparatorColor": "accent", + "selectionBackground": "selBg", + "selectionForeground": "activeFg", + "separatorColor": "hl", + "separatorColorDisabled": "bg" }, "TextPane": { "background": "hc", @@ -822,46 +1214,89 @@ }, "TitlePane": { "Button.hoverBackground": "hl", - "background": "cs", + "background": "hc", "inactiveBackground": "bg", - "inactiveInfoForeground": "text", + "inactiveInfoForeground": "dis", "infoForeground": "text" }, "TitledBorder.titleColor": "fg", "ToggleButton": { "borderColor": "button", - "buttonColor": "fg", + "buttonColor": "button", "disabledText": "dis", "foreground": "fg", + "off.background": "bg", + "off.foreground": "bg", "offBackground": "bg", "offForeground": "bg", + "on.background": "accent", + "on.foreground": "accent", "onBackground": "accent", "onForeground": "accent" }, + "Toolbar.Floating.background": "button", "ToolBar": { "background": "hc", "borderHandleColor": "text", + "comboBoxButtonBackground": "button", "floatingForeground": "text", "foreground": "fg" }, + "ToolbarComboWidget": { + "background": "button", + "hoverBackground": "hl" + }, + "tooltips": { + "actions.keymap.text.color": "text", + "actions.settings.icon.background.color": "bg", + "description.title.text.color": "fg" + }, "ToolTip": { - "Actions.background": "bg", - "Actions.infoForeground": "text", + "actions": { + "background": "bg" + }, + "Actions": { + "background": "bg", + "grayForeground": "text", + "infoForeground": "text" + }, "background": "notif", "borderColor": "border", "foreground": "fg", "infoForeground": "text", + "Learning": { + "background": "accent", + "borderColor": "accent", + "foreground": "fg", + "spanBackground": "accent50", + "spanForeground": "fg", + "stepNumberForeground": "accent" + }, "separatorColor": "border", "shortcutForeground": "text" }, "ToolWindow": { + "active": { + "Header.background": "second", + "HeaderTab.background": "cs" + }, + "Background": "bg", + "background": "hc", "Button": { "hoverBackground": "table", "selectedBackground": "cs", "selectedForeground": "activeFg" }, - "Header": { + "header": { + "active.background": "second", "background": "bg", + "border.background": "second", + "closeButton.background": "bg", + "tab.selected.active.background": "cs", + "tab.selected.background": "cs" + }, + "Header": { + "background": "second", "borderColor": "second", "inactiveBackground": "bg" }, @@ -869,7 +1304,7 @@ "background": "bg" }, "HeaderTab": { - "borderColor": "hl", + "borderColor": "bg", "hoverBackground": "hl", "hoverInactiveBackground": "hl", "inactiveUnderlineColor": "accent", @@ -878,8 +1313,12 @@ "underlineColor": "accent", "underlinedTabBackground": "table", "underlinedTabForeground": "selFg", - "underlinedTabInactiveBackground": "second", + "underlinedTabInactiveBackground": "hc", "underlinedTabInactiveForeground": "fg" + }, + "inactive": { + "Header.background": "bg", + "HeaderTab.background": "cs" } }, "Tree": { @@ -919,6 +1358,8 @@ "List.selectionBackground": "tree", "highStroke.foreground": "fg", "motion": { + "AddConstraintColor": "accent", + "AddConstraintPlus": "accent", "CSPanel.SelectedBackground": "tree", "CSPanel.SelectedFocusBackground": "selBg", "Component.foreground": "fg", @@ -926,13 +1367,19 @@ "ConstraintSetText.foreground": "text", "CursorTextColor.foreground": "fg", "HoverColor.disabledBackground": "dis", + "Key.selectedForeground": "accent", "Notification.background": "notif", + "PositionMarkColor": "accent", "PrimaryPanel.background": "cs", "SecondaryPanel.background": "bg", "SecondaryPanel.header.background": "cs", "SecondaryPanel.header.foreground": "text", + "TimeCursor.End.selectedForeground": "accent", + "TimeCursor.Start.selectedForeground": "accent", + "TimeCursor.selectedForeground": "accent", "borderColor": "border", "cs_FocusText.infoForeground": "text", + "graphLine.lineSeparatorColor": "accent", "motionGraph.background": "bg", "ourAvg.background": "second", "ourCS.background": "second", @@ -940,6 +1387,7 @@ "ourCS_SelectedBackground.selectionInactiveBackground": "table", "ourCS_SelectedBorder.pressedBorderColor": "hl", "ourCS_SelectedFocusBackground.selectionForeground": "selFg", + "ourCS_SelectedFocusBorder.focusedBorderColor": "accent", "ourCS_TextColor.foreground": "text", "ourML_BarColor.separatorColor": "border", "timeLine.disabledBorderColor": "border" @@ -970,6 +1418,7 @@ }, "VersionControl": { "FileHistory.Commit": { + "otherBranchBackground": "bg", "selectedBranchBackground": "bg" }, "GitCommits": { @@ -991,9 +1440,15 @@ "tipIconColor": "text" }, "Log": { - "Commit.currentBranchBackground": "second", - "Commit.hoveredBackground": "tree", - "Commit.unmatchedForeground": "text" + "Commit": { + "currentBranchBackground": "cs", + "hoveredBackground": "tree", + "unmatchedForeground": "text" + } + }, + "Ref": { + "backgroundBase": "hl", + "foreground": "activeFg" }, "RefLabel": { "backgroundBase": "hl", @@ -1007,7 +1462,11 @@ "WelcomeScreen": { "AssociatedComponent.background": "bg", "Details.background": "bg", - "List.background": "cs", + "List": { + "background": "hc", + "selectionBackground": "selBg", + "selectionInactiveBackground": "hl" + }, "SidePanel.background": "second", "background": "bg", "borderColor": "bg", @@ -1015,6 +1474,7 @@ "captionForeground": "fg", "footerBackground": "cs", "footerForeground": "fg", + "groupIconBorderColor": "button", "headerBackground": "bg", "headerForeground": "fg", "separatorColor": "border", @@ -1023,7 +1483,7 @@ "actions.selectionBackground": "hl", "background": "second", "selectionBackground": "selBg", - "selectionInactiveBackground": "second" + "selectionInactiveBackground": "selBg" } }, "Window.border": "border", diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Palenight Contrast.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Palenight Contrast.theme.json index 9b38640e..76868a45 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Palenight Contrast.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Palenight Contrast.theme.json @@ -7,7 +7,8 @@ "bg30": "#292D3E30", "fg": "#A6ACCD", "text": "#676E95", - "selBg": "#4C578B", + "selBg": "#444267", + "selBg20": "#44426720", "selFg": "#FFFFFF", "activeFg": "#FFFFFF", "border": "#2b2a3e", @@ -21,10 +22,11 @@ "cs": "#202331", "button": "#303348", "table": "#414863", - "tree": "#676E9550", + "tree": "#676E95", "hl": "#444267", "notif": "#202331", "hc": "#202331", + "shadow": "undefined", "white": "#eeffff", "blue": "#82aaff", "red": "#f07178", @@ -48,17 +50,21 @@ "focusColor": "hl", "focusedBorderColor": "accent", "foreground": "fg", + "hoverBorderColor": "hl", "inactiveBackground": "excl", "inactiveForeground": "text", "infoForeground": "text", + "lineSeparatorColor": "hl", + "pressedBorderColor": "hl", "selectionBackground": "selBg", "selectionBackgroundInactive": "second", "selectionForeground": "selFg", "selectionInactiveBackground": "second", - "separatorColor": "border", - "lineSeparatorColor": "hl" + "separatorColor": "border" }, "activeCaption": "bg", + "activeCaptionBorder": "bg", + "activeCaptionText": "fg", "ActionButton": { "focusedBorderColor": "accent50", "hoverBackground": "accent50", @@ -67,13 +73,22 @@ "pressedBackground": "accent50", "pressedBorderColor": "accent50" }, + "ActionToolbar": { + "background": "hc" + }, + "AppInspector.GraphNode": { + "background": "second", + "borderColor": "border", + "focusedBorderColor": "accent" + }, "AssignedMnemonic": { "background": "hl", "borderColor": "selBg", - "foreground": "fg" + "foreground": "activeFg" }, "Autocomplete": { - "selectionBackground": "selBg" + "selectionBackground": "selBg", + "selectionUnfocus": "hl" }, "AvailableMnemonic": { "background": "button", @@ -81,54 +96,148 @@ "foreground": "fg" }, "BigSpinner.background": "bg", + "Bookmark": { + "iconBackground": "accent", + "Mnemonic": { + "iconBackground": "hl", + "iconBorderColor": "hl", + "iconForeground": "fg" + } + }, + "BookmarkMnemonicAssigned": { + "background": "hl", + "borderColor": "selBg", + "foreground": "selFg" + }, + "BookmarkMnemonicAvailable": { + "background": "button", + "borderColor": "button", + "foreground": "fg" + }, + "BookmarkMnemonicCurrent": { + "background": "accent", + "borderColor": "accent", + "foreground": "selFg" + }, + "BookmarkMnemonicIcon": { + "background": "hl", + "borderColor": "hl", + "foreground": "fg" + }, "BookmarkIcon.background": "accent", "Borders.ContrastBorderColor": "bg", "Borders.color": "border", "Button": { "arc": 0, "background": "bg", + "darcula": { + "borderColor": "button", + "defaultBorderColor": "button", + "defaultEndColor": "button", + "defaultFocusedBorderColor": "table", + "defaultOutlineColor": "button", + "defaultStartColor": "button", + "disabledBorderColor": "button", + "disabledOutlineColor": "border", + "disabledText.shadow": "bg", + "endColor": "button", + "focusedBorderColor": "table", + "outlineColor": "button", + "selectedButtonForeground": "selFg", + "selection.color1": "table", + "selection.color2": "table", + "shadowColor": "shadow", + "smallComboButtonBackground": "button", + "startColor": "button" + }, "default": { + "borderColor": "button", "endBackground": "table", "endBorderColor": "table", "focusColor": "accent", "focusedBorderColor": "accent", - "foreground": "activeFg", - "shadowColor": "table", + "foreground": "selFg", + "shadowColor": "shadow", "startBackground": "table", "startBorderColor": "table" }, - "disabledBorderColor": "button", + "disabledBackground": "excl", + "disabledBorderColor": "border", "disabledText": "dis", - "endBackground": "button", + "endBackground": "table", "endBorderColor": "button", "focus": "hl", "focusedBorderColor": "accent", "foreground": "text", "highlight": "selFg", "mt.background": "button", + "mt.color1": "button", + "mt.color2": "button", "mt.foreground": "text", "mt.selectedForeground": "selFg", "mt.selection.color1": "table", "mt.selection.color2": "table", - "shadowColor": "button", + "select": "button", + "shadowColor": "shadow", "shadowWidth": 0, - "startBackground": "button", + "startBackground": "table", "startBorderColor": "button" }, "Canvas": { "Tooltip.background": "notif", "Tooltip.borderColor": "border" }, - "Content": { - "background": "cs", - "selectionBackground": "selBg", - "selectionInactiveBackground": "excl" - }, "CheckBox": { "background": "bg", + "background.selected": "accent", + "borderColor": "bg", + "borderColor.selected": "accent", + "checkSignColor": "bg", + "checkSignColor.selected": "bg", + "checkSignColorDisabled": "bg", + "checkSignColorDisabled.selected": "bg", + "darcula": { + "borderColor1": "fg", + "checkSignColorDisabled": "dis", + "disabledBorderColor1": "dis", + "disabledBorderColor2": "dis", + "inactiveFillColor": "hl" + }, + "disabledBorderColor": "bg", + "disabledBorderColor.selected": "accent", "disabledText": "dis", + "focused.background": "bg", + "focused.background.selected": "accent", + "focusedArmed.background": "bg", + "focusedArmed.background.selected": "accent", "foreground": "fg", - "select": "accent" + "inactiveFillColor": "bg", + "inactiveFillColor.selected": "accent", + "select": "accent", + "shadowColor": "bg", + "shadowColorDisabled": "bg" + }, + "Checkbox": { + "Background.Default": "bg", + "Background.Default.Dark": "bg", + "Background.Disabled": "second", + "Background.Disabled.Dark": "second", + "Background.Selected": "accent", + "Background.Selected.Dark": "accent", + "Border.Default": "hl", + "Border.Default.Dark": "hl", + "Border.Disabled": "second", + "Border.Disabled.Dark": "second", + "Border.Selected": "accent", + "Border.Selected.Dark": "accent", + "Focus.Thin.Default": "bg", + "Focus.Thin.Default.Dark": "bg", + "Focus.Wide.Default": "bg", + "Focus.Wide.Default.Dark": "bg", + "Focus.Thin.Selected": "accent", + "Focus.Thin.Selected.Dark": "accent", + "Focus.Wide.Selected": "accent", + "Focus.Wide.Selected.Dark": "accent" }, "CheckBoxMenuItem": { "acceleratorForeground": "text", @@ -142,10 +251,11 @@ }, "CodeWithMe": { "Avatar.foreground": "fg", + "AccessDisabled.accessDot": "dis", "AccessEnabled": { "accessDot": "accent", "dropdownBorder": "second", - "pillBackground": "$second" + "pillBackground": "second" } }, "ColorChooser": { @@ -159,25 +269,38 @@ "background": "button", "disabledIconColor": "dis", "iconColor": "fg", - "nonEditableBackground": "bg" + "nonEditableBackground": "hc" }, + "PopupBackground": "cs", + "arrowFillColor": "hc", "background": "hc", "buttonBackground": "button", - "darcula.hoveredArrowButtonForeground": "accent", + "darcula": { + "arrowButtonBackground": "hc", + "arrowButtonDisabledForeground": "dis", + "arrowButtonForeground": "fg", + "disabledArrowButtonBackground": "excl", + "editable.arrowButtonBackground": "hc", + "hoveredArrowButtonForeground": "accent", + "nonEditableBackground": "bg" + }, + "disabledBackground": "excl", "disabledForeground": "dis", "foreground": "fg", "modifiedItemForeground": "accent", - "nonEditableBackground": "second", + "nonEditableBackground": "bg", "padding": "5,5,5,5", "selectionBackground": "table", "selectionForeground": "activeFg" }, - "ComboPopup.border": "border", "CompletionPopup": { "background": "second", "foreground": "fg", + "grayForeground": "text", + "grayedForeground": "text", "infoForeground": "text", "matchForeground": "accent", + "matchSelectedForeground": "accent", "matchSelectionForeground": "accent", "nonFocusedState": "false", "selectedForeground": "selFg", @@ -186,21 +309,32 @@ "selectionForeground": "selFg", "selectionGrayForeground": "selFg", "selectionInactiveBackground": "hl", + "selectionInactiveForeground": "text", "selectionInactiveInfoForeground": "text", "selectionInfoForeground": "selFg" }, "Component": { "arc": 4, "borderColor": "hl", - "disabledBorderColor": "button", + "disabledBorderColor": "dis", "focusColor": "accent", "focusedBorderColor": "accent", "hoverIconColor": "accent", - "iconColor": "fg", + "iconColor": "text", + "grayForeground": "text", "infoForeground": "text" }, - "control": "bg", + "Content": { + "background": "cs", + "selectionBackground": "selBg", + "selectionInactiveBackground": "fg" + }, + "control": "button", + "controlLtHighlight": "selFg", "controlText": "text", + "controlHighlight": "hl", + "controlShadow": "excl", + "controlDkShadow": "excl", "Counter": { "background": "accent", "foreground": "selFg" @@ -208,8 +342,14 @@ "CurrentMnemonic": { "background": "accent", "borderColor": "accent", - "foreground": "fg" + "foreground": "selFg" }, + "darcula": { + "background": "bg", + "foreground": "fg", + "primary": "bg" + }, + "desktop": "hc", "Debugger": { "Variables": { "changedValueForeground": "accent", @@ -222,17 +362,18 @@ } }, "DebuggerTabs": { + "active.background": "hl", "selectedBackground": "hl", - "underlinedTabBackground": "hl" + "underlinedTabBackground": "table" }, "DebuggerPopup": { - "borderColor": "hl" + "borderColor": "bg" }, "DefaultTabs": { "background": "bg", "borderColor": "bg", "hoverBackground": "table", - "hoverColor": "hc", + "hoverColor": "hl", "hoverMaskColor": "hl", "inactiveColoredFileBackground": "button", "inactiveColoredTabBackground": "bg", @@ -243,41 +384,28 @@ "underlinedTabForeground": "selFg" }, "Desktop.background": "bg", - "DialogWrapper.southPanelBackground": "bg", - "DialogWrapper.southPanelDivider": "bg", - "DragAndDrop": { - "areaBackground": "bg", - "areaBorderColor": "bg", - "areaForeground": "fg" + "Dialog": { + "titleColor": "bg" }, + "DialogWrapper": { + "southPanelBackground": "bg", + "southPanelDivider": "bg" + }, + "DragAndDrop": { + "areaBackground": "tree", + "areaBorderColor": "bg", + "areaForeground": "fg", + "backgroundBorderColor": "bg", + "backgroundColor": "bg", + "borderColor": "accent", + "foregroundColor": "fg" + }, + "dropArea.base": "accent", "Editor": { "background": "hc", "foreground": "fg", "shortcutForeground": "text" }, - "EditorPane": { - "background": "hc", - "caretForeground": "accent", - "foreground": "fg", - "inactiveBackground": "bg", - "inactiveForeground": "dis", - "selectionBackground": "selBg", - "selectionForeground": "activeFg" - }, - "EditorTabs": { - "borderColor": "second", - "hoverBackground": "hl", - "hoverColor": "hl", - "hoverMaskColor": "hl", - "inactiveColoredFileBackground": "bg", - "inactiveMaskColor": "bg", - "inactiveUnderlineColor": "dis", - "selectedBackground": "table", - "selectedForeground": "fg", - "underlineColor": "accent", - "underlinedTabBackground": "table", - "underlinedTabForeground": "selFg" - }, "EditorGroupsTabs": { "background": "bg", "borderColor": "second", @@ -288,13 +416,44 @@ "underlinedTabBackground": "table", "underlinedTabForeground": "fg" }, + "EditorPane": { + "background": "hc", + "caretForeground": "accent", + "foreground": "fg", + "inactiveBackground": "bg", + "inactiveForeground": "dis", + "selectionBackground": "selBg", + "selectionForeground": "activeFg" + }, + "EditorTabs": { + "active.background": "table", + "active.foreground": "fg", + "active.underlineColor": "accent", + "background": "bg", + "borderColor": "second", + "foreground": "fg", + "hoverBackground": "hl", + "hoverColor": "hl", + "hoverMaskColor": "hl", + "inactive.maskColor": "bg", + "inactiveColoredFileBackground": "bg", + "inactiveMaskColor": "bg", + "inactiveUnderlineColor": "dis", + "selectedBackground": "table", + "selectedForeground": "fg", + "underlineColor": "accent", + "underlinedTabBackground": "table", + "underlinedTabForeground": "selFg" + }, "FileColor": { "Blue": "#004BA0", "Green": "#387002", "Orange": "#B53D00", "Rose": "#A00037", "Violet": "#4D2C91", - "Yellow": "excl" + "Yellow": "excl", + "Gray": "excl", + "excluded": "excl" }, "FlameGraph": { "JVMBackground": "#89DDF7", @@ -306,18 +465,37 @@ "nativeFocusSearchNotMatchedBackground": "#BB80B3", "nativeSearchNotMatchedBackground": "#C792EA" }, - "Focus.color": "border", + "Focus": { + "Color": "accent50", + "borderColor": "accent50", + "color": "accent50", + "defaultButtonBorderColor": "accent" + }, "FormattedTextField": { "background": "hc", "caretForeground": "accent", "foreground": "fg", "inactiveBackground": "button", "inactiveForeground": "dis", - "selectionBackground": "table", + "selectionBackground": "selBg", "selectionForeground": "activeFg" }, + "Git.Log.Ref": { + "LocalBranch": "accent", + "Other": "text", + "RemoteBranch": "fg", + "Tag": "text" + }, + "Github.List.tallRow": { + "foreground": "fg", + "secondary.foreground": "text", + "selectionBackground": "selBg", + "selectionBackground.unfocused": "hl", + "selectionForeground": "selFg", + "selectionForeground.unfocused": "selFg" + }, "GotItTooltip": { - "background": "bg", + "background": "notif", "borderColor": "notif", "endBackground": "button", "endBorderColor": "button", @@ -332,6 +510,7 @@ "separatorColor": "border" }, "GutterTooltip": { + "borderColor": "bg", "infoForeground": "text", "lineSeparatorColor": "bg" }, @@ -341,12 +520,25 @@ }, "HelpTooltip": { "background": "bg", + "backgroundColor": "bg", "borderColor": "border", "foreground": "fg", "infoForeground": "text", - "shortcutForeground": "text" + "shortcutForeground": "text", + "shortcutTextColor": "text", + "textColor": "fg" + }, + "Hg.Log.Ref": { + "Branch": "accent", + "ClosedBranch": "fg", + "LocalTag": "text", + "MqTag": "text", + "Tag": "text" }, "Hyperlink.linkColor": "accent", + "IconBadge": { + "infoBackground": "accent" + }, "IdeStatusBar.border": "4,4,4,4", "InformationHint.borderColor": "border", "inactiveCaption": "second", @@ -359,20 +551,45 @@ "background": "bg", "borderColor": "bg" }, + "intellijlaf": { + "background": "bg", + "foreground": "fg" + }, "InternalFrame": { "activeTitleForeground": "fg", "background": "bg", + "inactiveTitleBackground": "bg", "inactiveTitleForeground": "text" }, "Label": { "background": "bg", "disabledForeground": "dis", - "disabledShadow": "bg", + "disabledForegroundColor": "dis", + "disabledShadow": "dis", "disabledText": "dis", + "errorForeground": "accent", "foreground": "fg", + "grayForeground": "text", "infoForeground": "text", "selectedDisabledForeground": "fg", - "selectedForeground": "activeFg" + "selectedForeground": "activeFg", + "textForeground": "text" + }, + "Lesson": { + "Badge": { + "newLessonBackground": "accent", + "newLessonForeground": "selFg" + }, + "shortcutBackground": "second", + "stepNumberForeground": "text", + "Tooltip": { + "background": "notif", + "borderColor": "notif", + "foreground": "fg", + "spanBackground": "button", + "spanForeground": "fg", + "stepNumberForeground": "text" + } }, "link": "accent", "Link": { @@ -383,16 +600,33 @@ "visitedForeground": "accent" }, "link.foreground": "accent", + "link.hover.foreground": "accent", + "link.pressed.foreground": "accent", + "link.visited.foreground": "accent", "List": { - "background": "second", + "background": "bg", "foreground": "fg", - "hoverBackground": "tree", + "hoverBackground": "hl", "hoverInactiveBackground": "table", - "selectionBackground": "selBg", "selectionForeground": "selFg", - "selectionInactiveBackground": "tree", + "selectionInactiveBackground": "table", "selectionInactiveForeground": "activeFg" }, + "LiveIndicator": { + "color": "accent" + }, + "MainToolbar": { + "Dropdown.background": "bg", + "Dropdown.hoverBackground": "border", + "Dropdown.pressedBackground": "table", + "Icon.background": "bg", + "Icon.hoverBackground": "border", + "Icon.pressedBackground": "table", + "background": "bg", + "hoverBackground": "border", + "inactiveBackground": "bg", + "pressedBackground": "table" + }, "material": { "background": "bg", "branchColor": "fg", @@ -400,6 +634,7 @@ "foreground": "fg", "mergeCommits": "button", "primaryColor": "text", + "selectionBackground": "selBg", "selectionForeground": "selFg", "tab.backgroundColor": "bg", "tab.borderColor": "accent", @@ -407,12 +642,15 @@ }, "MemoryIndicator": { "allocatedBackground": "second", + "unusedColor": "second", "usedBackground": "hl", "usedColor": "hl" }, + "menu": "bg", + "menuText": "fg", "Menu": { "acceleratorForeground": "text", - "acceleratorSelectionForeground": "selFg", + "acceleratorSelectionForeground": "activeFg", "background": "bg", "border": "4,2,4,2", "borderColor": "second", @@ -420,7 +658,7 @@ "disabledForeground": "dis", "foreground": "fg", "selectionBackground": "selBg", - "selectionForeground": "selFg", + "selectionForeground": "activeFg", "separatorColor": "border" }, "MenuBar": { @@ -431,19 +669,19 @@ "foreground": "fg", "highlight": "bg", "selectionBackground": "selBg", - "selectionForeground": "selFg", + "selectionForeground": "activeFg", "shadow": "hc" }, "MenuItem": { "acceleratorForeground": "text", - "acceleratorSelectionForeground": "selFg", + "acceleratorSelectionForeground": "activeFg", "background": "bg", "border": "4,2,4,2", "disabledBackground": "bg", "disabledForeground": "dis", "foreground": "fg", "selectionBackground": "selBg", - "selectionForeground": "selFg" + "selectionForeground": "activeFg" }, "MlModelBinding.Viewer.CodeEditor.background": "bg", "MnemonicIcon": { @@ -453,7 +691,8 @@ }, "NavBar": { "arrowColor": "fg", - "borderColor": "bg" + "borderColor": "bg", + "selectedColor": "accent" }, "NewClass": { "Panel": { @@ -465,25 +704,54 @@ }, "NewPSD.warning": "accent", "Notification": { + "Error.foreground": "accent", + "Link.foreground": "accent", "background": "notif", "borderColor": "notif", "errorBackground": "notif", "errorBorderColor": "notif", + "errorForeground": "accent", "foreground": "fg", + "linkForeground": "accent", "MoreButton": { "background": "button", "foreground": "fg", "innerBorderColor": "button" }, "ToolWindow": { - "errorBackground": "notif", - "errorBorderColor": "notif", - "informativeBackground": "notif", - "informativeBorderColor": "notif", - "warningBackground": "notif", - "warningBorderColor": "notif" + "errorBackground": "notifError", + "errorBorderColor": "notifError", + "errorForeground": "fg", + "infoForeground": "fg", + "informativeBackground": "notifInfo", + "informativeBorderColor": "notifInfo", + "informativeForeground": "fg", + "warningBackground": "notifWarn", + "warningBorderColor": "notifWarn", + "warningForeground": "fg" + }, + "ToolWindowError": { + "foreground": "fg", + "background": "notifError" + }, + "ToolWindowInfo": { + "foreground": "fg", + "background": "notifInfo" + }, + "ToolWindowWarning": { + "foreground": "fg", + "background": "notifWarn" } }, + "Notifications": { + "background": "notif", + "borderColor": "notif" + }, + "NotificationsToolwindow": { + "Notification.hoverBackground": "tree", + "newNotification.background": "notif", + "newNotification.hoverBackground": "tree" + }, "OnePixelDivider.background": "border", "OptionPane": { "background": "bg", @@ -491,8 +759,8 @@ "messageForeground": "fg" }, "OptionButton": { - "default.separatorColor": "border", - "separatorColor": "border" + "default.separatorColor": "table", + "separatorColor": "button" }, "Outline": { "color": "button", @@ -505,12 +773,15 @@ "mouseShortcutBackground": "bg" }, "ParameterInfo": { + "ContextHelp.foreground": "text", "background": "second", "borderColor": "table", "currentOverloadBackground": "hl", "currentParameterForeground": "accent", + "disabledColor": "dis", "disabledForeground": "dis", "foreground": "fg", + "highlightedColor": "accent", "infoForeground": "text", "lineSeparatorColor": "table" }, @@ -527,10 +798,11 @@ "background": "bg", "disabledForeground": "dis", "eapTagBackground": "hl", - "hoverBackground": "tree", + "hoverBackground": "hl", "lightSelectionBackground": "table", "paidTagBackground": "hl", "selectionBackground": "selBg", + "selectionForeground": "selFg", "tagBackground": "hl", "tagForeground": "accent", "trialTagBackground": "hl", @@ -554,6 +826,9 @@ "foreground": "fg" }, "Tab": { + "active.background": "table", + "active.foreground": "activeFg", + "hover.background": "table", "hoverBackground": "table", "selectedBackground": "table", "selectedForeground": "selFg" @@ -565,6 +840,10 @@ "borderColor": "bg", "foreground": "accent" }, + "Border": { + "color": "cs", + "inactiveColor": "bg" + }, "borderColor": "cs", "inactiveBorderColor": "bg", "innerBorderColor": "second", @@ -573,9 +852,19 @@ "inactiveBackground": "cs" }, "paintBorder": true, + "preferences": { + "background": "bg", + "borderColor": "bg", + "foreground": "fg" + }, + "Separator": { + "foreground": "fg", + "color": "border" + }, "separatorColor": "second", "separatorForeground": "fg", "Toolbar": { + "Border.color": "cs", "Floating.background": "cs", "background": "cs", "borderColor": "cs" @@ -585,6 +874,7 @@ "background": "bg", "border": "2,0,2,0", "foreground": "fg", + "selectionBackground": "selBg", "translucentBackground": "bg" }, "PopupMenuSeparator.height": 10, @@ -592,19 +882,35 @@ "ProgressBar": { "background": "bg", "foreground": "accent", + "halfColor": "hl", "indeterminateEndColor": "accent", "indeterminateStartColor": "accent", "progressColor": "accent", "selectionBackground": "hl", "trackColor": "hl" }, + "ProgressIcon": { + "color": "accent" + }, "PsiViewer": { "referenceHighlightColor": "accent" }, "RadioButton": { "background": "bg", + "darcula": { + "borderColor1": "fg", + "selectionDisabledColor": "bg", + "selectionDisabledShadowColor": "accent", + "selectionEnabledColor": "accent", + "selectionEnabledShadowColor": "accent" + }, "disabledText": "dis", - "foreground": "fg" + "focusColor": "accent", + "foreground": "fg", + "selectionDisabledColor": "bg", + "selectionDisabledShadowColor": "accent", + "selectionEnabledColor": "accent", + "selectionEnabledShadowColor": "accent" }, "RadioButtonMenuItem": { "acceleratorForeground": "text", @@ -616,7 +922,15 @@ "selectionBackground": "selBg", "selectionForeground": "selFg" }, + "RunWidget": { + "Running": { + "background": "accent", + "leftHoverBackground": "accent70", + "leftPressedBackground": "accent" + } + }, "ScreenView.borderColor": "border", + "scrollbar": "bg", "ScrollBar": { "background": "bg", "hoverThumbBorderColor": "accent", @@ -641,6 +955,10 @@ "thumb": "hl", "thumbBorderColor": "accent70", "thumbColor": "accent70", + "Thumb": { + "Hovered.background": "accent", + "NonOpaque.Hovered.background": "accent" + }, "trackColor": "bg30", "Transparent": { "hoverThumbBorderColor": "accent", @@ -656,20 +974,36 @@ "background": "cs", "foreground": "text" }, + "background": "bg", + "Dialog": { + "background": "bg", + "borderColor": "bg", + "foreground": "fg" + }, + "foreground": "fg", "Header": { "background": "bg" }, "List": { - "separatorForeground": "text", - "separatorColor": "border" + "Separator.Color": "border", + "Separator.foreground": "text", + "selectionBackground": "selBg", + "separatorColor": "border", + "separatorForeground": "text" }, "SearchField": { - "background": "bg", - "borderColor": "cs", - "infoForeground": "text" + "Border.color": "hl", + "background": "hc", + "borderColor": "hl", + "grayForeground": "dis", + "infoForeground": "dis" }, + "shortcutForeground": "text", "Tab": { + "active.background": "hl", "active.foreground": "activeFg", + "selected.background": "hl", + "selected.foreground": "activeFg", "selectedBackground": "hl", "selectedForeground": "activeFg" } @@ -688,12 +1022,20 @@ "Ordinal.File.Foreground": "text", "Repeated.File.Foreground": "fg" }, + "SegmentedButton": { + "focusedSelectedButtonColor": "hl", + "selectedButtonColor": "button", + "selectedStartBorderColor": "border", + "selectedEndBorderColor": "border" + }, "Separator": { "background": "second", "foreground": "second", - "separatorColor": "second" + "separatorColor": "border" + }, + "Settings": { + "Spotlight.borderColor": "accent" }, - "Settings.Spotlight.borderColor": "accent", "SidePanel": { "background": "hc" }, @@ -705,19 +1047,22 @@ "majorTickLength": 6, "thumb": "accent", "tickColor": "second", + "track": "table", "trackColor": "table", + "trackDisabled": "hl", "trackWidth": 7 }, + "Space.Review.diffAnchorBackground": "second", "SpeedSearch": { "background": "hl", "borderColor": "border", "errorForeground": "fg", "foreground": "fg" }, - "Space.Review.diffAnchorBackground": "second", "Spinner": { "background": "bg", "border": "3,3,3,3", + "disabledBackground": "excl", "foreground": "fg", "selectionForeground": "activeFg" }, @@ -728,16 +1073,40 @@ "SplitPaneDivider.draggingColor": "second", "StateWidget.activeBackground": "button", "StatusBar": { - "LightEditBackground": "table", + "background": "bg", + "Breadcrumbs": { + "floatingBackground": "tree", + "floatingForeground": "fg", + "foreground": "fg", + "hoverBackground": "tree", + "hoverForeground": "fg", + "selectionBackground": "selBg", + "selectionForeground": "activeFg", + "selectionInactiveBackground": "button", + "selectionInactiveForeground": "fg" + }, "borderColor": "bg", - "hoverBackground": "hl" + "bottomColor": "bg", + "hoverBackground": "hl", + "top2Color": "bg", + "topColor": "bg", + "LightEditBackground": "table", + "Widget": { + "foreground": "fg", + "hoverBackground": "hl", + "hoverForeground": "selFg", + "pressedBackground": "button", + "pressedForeground": "fg" + } }, "TabbedPane": { "background": "bg", + "borderColor": "hc", "contentAreaColor": "hl", "contentBorderInsets": "3,1,1,1", - "darkShadow": "border", + "darkShadow": "hc", "disabledForeground": "dis", + "disabledText": "dis", "disabledUnderlineColor": "dis", "focus": "table", "focusColor": "table", @@ -746,9 +1115,15 @@ "highlight": "border", "hoverColor": "hl", "labelShift": 0, + "mt.tab.background": "hc", + "selectHighlight": "hl", + "selected": "selBg", + "selectedColor": "accent", + "selectedDisabledColor": "dis", "selectedForeground": "activeFg", "selectedLabelShift": 0, "selectedTabPadInsets": "0,0,0,0", + "shadow": "hc", "tabHeight": 32, "tabInsets": "5,10,5,10", "tabSelectionHeight": 2, @@ -769,8 +1144,9 @@ "foreground": "fg", "gridColor": "bg", "highlightOuter": "table", - "hoverBackground": "tree", + "hoverBackground": "hl", "hoverInactiveBackground": "table", + "lightSelectionBackground": "table", "lightSelectionForeground": "activeFg", "lightSelectionInactiveBackground": "second", "lightSelectionInactiveForeground": "text", @@ -779,22 +1155,31 @@ "selectionInactiveBackground": "table", "selectionInactiveForeground": "selFg", "sortIconColor": "fg", - "stripeColor": "cs" + "stripeColor": "cs", + "stripedBackground": "cs" }, "TableHeader": { - "background": "bg", - "borderColor": "bg", - "bottomSeparatorColor": "second", + "background": "button", + "borderColor": "hl", + "bottomSeparatorColor": "hl", "cellBorder": "4,0,4,0", "disabledForeground": "dis", "focusCellBackground": "table", "focusCellForeground": "activeFg", "foreground": "fg", "height": 25, - "separatorColor": "second" + "hoverBackground": "hl", + "separatorColor": "border" }, - "text": "text", + "Tag": { + "background": "button", + "borderColor": "button", + "foreground": "fg" + }, + "text": "bg", "textInactiveText": "text", + "textHighlight": "selBg", + "textHighlightText": "activeFg", "textText": "text", "TextArea": { "background": "hc", @@ -806,11 +1191,18 @@ }, "TextField": { "background": "hc", + "borderColor": "bg", "caretForeground": "accent", + "disabledBackground": "excl", + "focusedBorderColor": "bg", "foreground": "fg", + "hoverBorderColor": "bg", "inactiveForeground": "dis", - "selectionBackground": "table", - "selectionForeground": "activeFg" + "selectedSeparatorColor": "accent", + "selectionBackground": "selBg", + "selectionForeground": "activeFg", + "separatorColor": "hl", + "separatorColorDisabled": "bg" }, "TextPane": { "background": "hc", @@ -822,46 +1214,89 @@ }, "TitlePane": { "Button.hoverBackground": "hl", - "background": "cs", + "background": "hc", "inactiveBackground": "bg", - "inactiveInfoForeground": "text", + "inactiveInfoForeground": "dis", "infoForeground": "text" }, "TitledBorder.titleColor": "fg", "ToggleButton": { "borderColor": "button", - "buttonColor": "fg", + "buttonColor": "button", "disabledText": "dis", "foreground": "fg", + "off.background": "bg", + "off.foreground": "bg", "offBackground": "bg", "offForeground": "bg", + "on.background": "accent", + "on.foreground": "accent", "onBackground": "accent", "onForeground": "accent" }, + "Toolbar.Floating.background": "button", "ToolBar": { "background": "hc", "borderHandleColor": "text", + "comboBoxButtonBackground": "button", "floatingForeground": "text", "foreground": "fg" }, + "ToolbarComboWidget": { + "background": "button", + "hoverBackground": "hl" + }, + "tooltips": { + "actions.keymap.text.color": "text", + "actions.settings.icon.background.color": "bg", + "description.title.text.color": "fg" + }, "ToolTip": { - "Actions.background": "bg", - "Actions.infoForeground": "text", + "actions": { + "background": "bg" + }, + "Actions": { + "background": "bg", + "grayForeground": "text", + "infoForeground": "text" + }, "background": "notif", "borderColor": "border", "foreground": "fg", "infoForeground": "text", + "Learning": { + "background": "accent", + "borderColor": "accent", + "foreground": "fg", + "spanBackground": "accent50", + "spanForeground": "fg", + "stepNumberForeground": "accent" + }, "separatorColor": "border", "shortcutForeground": "text" }, "ToolWindow": { + "active": { + "Header.background": "second", + "HeaderTab.background": "cs" + }, + "Background": "bg", + "background": "hc", "Button": { "hoverBackground": "table", "selectedBackground": "cs", "selectedForeground": "activeFg" }, - "Header": { + "header": { + "active.background": "second", "background": "bg", + "border.background": "second", + "closeButton.background": "bg", + "tab.selected.active.background": "cs", + "tab.selected.background": "cs" + }, + "Header": { + "background": "second", "borderColor": "second", "inactiveBackground": "bg" }, @@ -869,7 +1304,7 @@ "background": "bg" }, "HeaderTab": { - "borderColor": "hl", + "borderColor": "bg", "hoverBackground": "hl", "hoverInactiveBackground": "hl", "inactiveUnderlineColor": "accent", @@ -878,8 +1313,12 @@ "underlineColor": "accent", "underlinedTabBackground": "table", "underlinedTabForeground": "selFg", - "underlinedTabInactiveBackground": "second", + "underlinedTabInactiveBackground": "hc", "underlinedTabInactiveForeground": "fg" + }, + "inactive": { + "Header.background": "bg", + "HeaderTab.background": "cs" } }, "Tree": { @@ -919,6 +1358,8 @@ "List.selectionBackground": "tree", "highStroke.foreground": "fg", "motion": { + "AddConstraintColor": "accent", + "AddConstraintPlus": "accent", "CSPanel.SelectedBackground": "tree", "CSPanel.SelectedFocusBackground": "selBg", "Component.foreground": "fg", @@ -926,13 +1367,19 @@ "ConstraintSetText.foreground": "text", "CursorTextColor.foreground": "fg", "HoverColor.disabledBackground": "dis", + "Key.selectedForeground": "accent", "Notification.background": "notif", + "PositionMarkColor": "accent", "PrimaryPanel.background": "cs", "SecondaryPanel.background": "bg", "SecondaryPanel.header.background": "cs", "SecondaryPanel.header.foreground": "text", + "TimeCursor.End.selectedForeground": "accent", + "TimeCursor.Start.selectedForeground": "accent", + "TimeCursor.selectedForeground": "accent", "borderColor": "border", "cs_FocusText.infoForeground": "text", + "graphLine.lineSeparatorColor": "accent", "motionGraph.background": "bg", "ourAvg.background": "second", "ourCS.background": "second", @@ -940,6 +1387,7 @@ "ourCS_SelectedBackground.selectionInactiveBackground": "table", "ourCS_SelectedBorder.pressedBorderColor": "hl", "ourCS_SelectedFocusBackground.selectionForeground": "selFg", + "ourCS_SelectedFocusBorder.focusedBorderColor": "accent", "ourCS_TextColor.foreground": "text", "ourML_BarColor.separatorColor": "border", "timeLine.disabledBorderColor": "border" @@ -970,6 +1418,7 @@ }, "VersionControl": { "FileHistory.Commit": { + "otherBranchBackground": "bg", "selectedBranchBackground": "bg" }, "GitCommits": { @@ -991,9 +1440,15 @@ "tipIconColor": "text" }, "Log": { - "Commit.currentBranchBackground": "second", - "Commit.hoveredBackground": "tree", - "Commit.unmatchedForeground": "text" + "Commit": { + "currentBranchBackground": "cs", + "hoveredBackground": "tree", + "unmatchedForeground": "text" + } + }, + "Ref": { + "backgroundBase": "hl", + "foreground": "activeFg" }, "RefLabel": { "backgroundBase": "hl", @@ -1007,7 +1462,11 @@ "WelcomeScreen": { "AssociatedComponent.background": "bg", "Details.background": "bg", - "List.background": "cs", + "List": { + "background": "hc", + "selectionBackground": "selBg", + "selectionInactiveBackground": "hl" + }, "SidePanel.background": "second", "background": "bg", "borderColor": "bg", @@ -1015,6 +1474,7 @@ "captionForeground": "fg", "footerBackground": "cs", "footerForeground": "fg", + "groupIconBorderColor": "button", "headerBackground": "bg", "headerForeground": "fg", "separatorColor": "border", @@ -1023,7 +1483,7 @@ "actions.selectionBackground": "hl", "background": "second", "selectionBackground": "selBg", - "selectionInactiveBackground": "second" + "selectionInactiveBackground": "selBg" } }, "Window.border": "border", diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Palenight.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Palenight.theme.json index 76588674..e0a75463 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Palenight.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Palenight.theme.json @@ -7,7 +7,8 @@ "bg30": "#292D3E30", "fg": "#A6ACCD", "text": "#676E95", - "selBg": "#4C578B", + "selBg": "#444267", + "selBg20": "#44426720", "selFg": "#FFFFFF", "activeFg": "#FFFFFF", "border": "#2b2a3e", @@ -21,10 +22,11 @@ "cs": "#202331", "button": "#303348", "table": "#414863", - "tree": "#676E9550", + "tree": "#676E95", "hl": "#444267", "notif": "#202331", "hc": "#292D3E", + "shadow": "undefined", "white": "#eeffff", "blue": "#82aaff", "red": "#f07178", @@ -48,17 +50,21 @@ "focusColor": "hl", "focusedBorderColor": "accent", "foreground": "fg", + "hoverBorderColor": "hl", "inactiveBackground": "excl", "inactiveForeground": "text", "infoForeground": "text", + "lineSeparatorColor": "hl", + "pressedBorderColor": "hl", "selectionBackground": "selBg", "selectionBackgroundInactive": "second", "selectionForeground": "selFg", "selectionInactiveBackground": "second", - "separatorColor": "border", - "lineSeparatorColor": "hl" + "separatorColor": "border" }, "activeCaption": "bg", + "activeCaptionBorder": "bg", + "activeCaptionText": "fg", "ActionButton": { "focusedBorderColor": "accent50", "hoverBackground": "accent50", @@ -67,13 +73,22 @@ "pressedBackground": "accent50", "pressedBorderColor": "accent50" }, + "ActionToolbar": { + "background": "hc" + }, + "AppInspector.GraphNode": { + "background": "second", + "borderColor": "border", + "focusedBorderColor": "accent" + }, "AssignedMnemonic": { "background": "hl", "borderColor": "selBg", - "foreground": "fg" + "foreground": "activeFg" }, "Autocomplete": { - "selectionBackground": "selBg" + "selectionBackground": "selBg", + "selectionUnfocus": "hl" }, "AvailableMnemonic": { "background": "button", @@ -81,54 +96,148 @@ "foreground": "fg" }, "BigSpinner.background": "bg", + "Bookmark": { + "iconBackground": "accent", + "Mnemonic": { + "iconBackground": "hl", + "iconBorderColor": "hl", + "iconForeground": "fg" + } + }, + "BookmarkMnemonicAssigned": { + "background": "hl", + "borderColor": "selBg", + "foreground": "selFg" + }, + "BookmarkMnemonicAvailable": { + "background": "button", + "borderColor": "button", + "foreground": "fg" + }, + "BookmarkMnemonicCurrent": { + "background": "accent", + "borderColor": "accent", + "foreground": "selFg" + }, + "BookmarkMnemonicIcon": { + "background": "hl", + "borderColor": "hl", + "foreground": "fg" + }, "BookmarkIcon.background": "accent", "Borders.ContrastBorderColor": "bg", "Borders.color": "border", "Button": { "arc": 0, "background": "bg", + "darcula": { + "borderColor": "button", + "defaultBorderColor": "button", + "defaultEndColor": "button", + "defaultFocusedBorderColor": "table", + "defaultOutlineColor": "button", + "defaultStartColor": "button", + "disabledBorderColor": "button", + "disabledOutlineColor": "border", + "disabledText.shadow": "bg", + "endColor": "button", + "focusedBorderColor": "table", + "outlineColor": "button", + "selectedButtonForeground": "selFg", + "selection.color1": "table", + "selection.color2": "table", + "shadowColor": "shadow", + "smallComboButtonBackground": "button", + "startColor": "button" + }, "default": { + "borderColor": "button", "endBackground": "table", "endBorderColor": "table", "focusColor": "accent", "focusedBorderColor": "accent", - "foreground": "activeFg", - "shadowColor": "table", + "foreground": "selFg", + "shadowColor": "shadow", "startBackground": "table", "startBorderColor": "table" }, - "disabledBorderColor": "button", + "disabledBackground": "excl", + "disabledBorderColor": "border", "disabledText": "dis", - "endBackground": "button", + "endBackground": "table", "endBorderColor": "button", "focus": "hl", "focusedBorderColor": "accent", "foreground": "text", "highlight": "selFg", "mt.background": "button", + "mt.color1": "button", + "mt.color2": "button", "mt.foreground": "text", "mt.selectedForeground": "selFg", "mt.selection.color1": "table", "mt.selection.color2": "table", - "shadowColor": "button", + "select": "button", + "shadowColor": "shadow", "shadowWidth": 0, - "startBackground": "button", + "startBackground": "table", "startBorderColor": "button" }, "Canvas": { "Tooltip.background": "notif", "Tooltip.borderColor": "border" }, - "Content": { - "background": "cs", - "selectionBackground": "selBg", - "selectionInactiveBackground": "excl" - }, "CheckBox": { "background": "bg", + "background.selected": "accent", + "borderColor": "bg", + "borderColor.selected": "accent", + "checkSignColor": "bg", + "checkSignColor.selected": "bg", + "checkSignColorDisabled": "bg", + "checkSignColorDisabled.selected": "bg", + "darcula": { + "borderColor1": "fg", + "checkSignColorDisabled": "dis", + "disabledBorderColor1": "dis", + "disabledBorderColor2": "dis", + "inactiveFillColor": "hl" + }, + "disabledBorderColor": "bg", + "disabledBorderColor.selected": "accent", "disabledText": "dis", + "focused.background": "bg", + "focused.background.selected": "accent", + "focusedArmed.background": "bg", + "focusedArmed.background.selected": "accent", "foreground": "fg", - "select": "accent" + "inactiveFillColor": "bg", + "inactiveFillColor.selected": "accent", + "select": "accent", + "shadowColor": "bg", + "shadowColorDisabled": "bg" + }, + "Checkbox": { + "Background.Default": "bg", + "Background.Default.Dark": "bg", + "Background.Disabled": "second", + "Background.Disabled.Dark": "second", + "Background.Selected": "accent", + "Background.Selected.Dark": "accent", + "Border.Default": "hl", + "Border.Default.Dark": "hl", + "Border.Disabled": "second", + "Border.Disabled.Dark": "second", + "Border.Selected": "accent", + "Border.Selected.Dark": "accent", + "Focus.Thin.Default": "bg", + "Focus.Thin.Default.Dark": "bg", + "Focus.Wide.Default": "bg", + "Focus.Wide.Default.Dark": "bg", + "Focus.Thin.Selected": "accent", + "Focus.Thin.Selected.Dark": "accent", + "Focus.Wide.Selected": "accent", + "Focus.Wide.Selected.Dark": "accent" }, "CheckBoxMenuItem": { "acceleratorForeground": "text", @@ -142,10 +251,11 @@ }, "CodeWithMe": { "Avatar.foreground": "fg", + "AccessDisabled.accessDot": "dis", "AccessEnabled": { "accessDot": "accent", "dropdownBorder": "second", - "pillBackground": "$second" + "pillBackground": "second" } }, "ColorChooser": { @@ -159,25 +269,38 @@ "background": "button", "disabledIconColor": "dis", "iconColor": "fg", - "nonEditableBackground": "bg" + "nonEditableBackground": "hc" }, + "PopupBackground": "cs", + "arrowFillColor": "hc", "background": "hc", "buttonBackground": "button", - "darcula.hoveredArrowButtonForeground": "accent", + "darcula": { + "arrowButtonBackground": "hc", + "arrowButtonDisabledForeground": "dis", + "arrowButtonForeground": "fg", + "disabledArrowButtonBackground": "excl", + "editable.arrowButtonBackground": "hc", + "hoveredArrowButtonForeground": "accent", + "nonEditableBackground": "bg" + }, + "disabledBackground": "excl", "disabledForeground": "dis", "foreground": "fg", "modifiedItemForeground": "accent", - "nonEditableBackground": "second", + "nonEditableBackground": "bg", "padding": "5,5,5,5", "selectionBackground": "table", "selectionForeground": "activeFg" }, - "ComboPopup.border": "border", "CompletionPopup": { "background": "second", "foreground": "fg", + "grayForeground": "text", + "grayedForeground": "text", "infoForeground": "text", "matchForeground": "accent", + "matchSelectedForeground": "accent", "matchSelectionForeground": "accent", "nonFocusedState": "false", "selectedForeground": "selFg", @@ -186,21 +309,32 @@ "selectionForeground": "selFg", "selectionGrayForeground": "selFg", "selectionInactiveBackground": "hl", + "selectionInactiveForeground": "text", "selectionInactiveInfoForeground": "text", "selectionInfoForeground": "selFg" }, "Component": { "arc": 4, "borderColor": "hl", - "disabledBorderColor": "button", + "disabledBorderColor": "dis", "focusColor": "accent", "focusedBorderColor": "accent", "hoverIconColor": "accent", - "iconColor": "fg", + "iconColor": "text", + "grayForeground": "text", "infoForeground": "text" }, - "control": "bg", + "Content": { + "background": "cs", + "selectionBackground": "selBg", + "selectionInactiveBackground": "fg" + }, + "control": "button", + "controlLtHighlight": "selFg", "controlText": "text", + "controlHighlight": "hl", + "controlShadow": "excl", + "controlDkShadow": "excl", "Counter": { "background": "accent", "foreground": "selFg" @@ -208,8 +342,14 @@ "CurrentMnemonic": { "background": "accent", "borderColor": "accent", - "foreground": "fg" + "foreground": "selFg" }, + "darcula": { + "background": "bg", + "foreground": "fg", + "primary": "bg" + }, + "desktop": "hc", "Debugger": { "Variables": { "changedValueForeground": "accent", @@ -222,17 +362,18 @@ } }, "DebuggerTabs": { + "active.background": "hl", "selectedBackground": "hl", - "underlinedTabBackground": "hl" + "underlinedTabBackground": "table" }, "DebuggerPopup": { - "borderColor": "hl" + "borderColor": "bg" }, "DefaultTabs": { "background": "bg", "borderColor": "bg", "hoverBackground": "table", - "hoverColor": "hc", + "hoverColor": "hl", "hoverMaskColor": "hl", "inactiveColoredFileBackground": "button", "inactiveColoredTabBackground": "bg", @@ -243,41 +384,28 @@ "underlinedTabForeground": "selFg" }, "Desktop.background": "bg", - "DialogWrapper.southPanelBackground": "bg", - "DialogWrapper.southPanelDivider": "bg", - "DragAndDrop": { - "areaBackground": "bg", - "areaBorderColor": "bg", - "areaForeground": "fg" + "Dialog": { + "titleColor": "bg" }, + "DialogWrapper": { + "southPanelBackground": "bg", + "southPanelDivider": "bg" + }, + "DragAndDrop": { + "areaBackground": "tree", + "areaBorderColor": "bg", + "areaForeground": "fg", + "backgroundBorderColor": "bg", + "backgroundColor": "bg", + "borderColor": "accent", + "foregroundColor": "fg" + }, + "dropArea.base": "accent", "Editor": { "background": "hc", "foreground": "fg", "shortcutForeground": "text" }, - "EditorPane": { - "background": "hc", - "caretForeground": "accent", - "foreground": "fg", - "inactiveBackground": "bg", - "inactiveForeground": "dis", - "selectionBackground": "selBg", - "selectionForeground": "activeFg" - }, - "EditorTabs": { - "borderColor": "second", - "hoverBackground": "hl", - "hoverColor": "hl", - "hoverMaskColor": "hl", - "inactiveColoredFileBackground": "bg", - "inactiveMaskColor": "bg", - "inactiveUnderlineColor": "dis", - "selectedBackground": "table", - "selectedForeground": "fg", - "underlineColor": "accent", - "underlinedTabBackground": "table", - "underlinedTabForeground": "selFg" - }, "EditorGroupsTabs": { "background": "bg", "borderColor": "second", @@ -288,13 +416,44 @@ "underlinedTabBackground": "table", "underlinedTabForeground": "fg" }, + "EditorPane": { + "background": "hc", + "caretForeground": "accent", + "foreground": "fg", + "inactiveBackground": "bg", + "inactiveForeground": "dis", + "selectionBackground": "selBg", + "selectionForeground": "activeFg" + }, + "EditorTabs": { + "active.background": "table", + "active.foreground": "fg", + "active.underlineColor": "accent", + "background": "bg", + "borderColor": "second", + "foreground": "fg", + "hoverBackground": "hl", + "hoverColor": "hl", + "hoverMaskColor": "hl", + "inactive.maskColor": "bg", + "inactiveColoredFileBackground": "bg", + "inactiveMaskColor": "bg", + "inactiveUnderlineColor": "dis", + "selectedBackground": "table", + "selectedForeground": "fg", + "underlineColor": "accent", + "underlinedTabBackground": "table", + "underlinedTabForeground": "selFg" + }, "FileColor": { "Blue": "#004BA0", "Green": "#387002", "Orange": "#B53D00", "Rose": "#A00037", "Violet": "#4D2C91", - "Yellow": "excl" + "Yellow": "excl", + "Gray": "excl", + "excluded": "excl" }, "FlameGraph": { "JVMBackground": "#89DDF7", @@ -306,18 +465,37 @@ "nativeFocusSearchNotMatchedBackground": "#BB80B3", "nativeSearchNotMatchedBackground": "#C792EA" }, - "Focus.color": "border", + "Focus": { + "Color": "accent50", + "borderColor": "accent50", + "color": "accent50", + "defaultButtonBorderColor": "accent" + }, "FormattedTextField": { "background": "hc", "caretForeground": "accent", "foreground": "fg", "inactiveBackground": "button", "inactiveForeground": "dis", - "selectionBackground": "table", + "selectionBackground": "selBg", "selectionForeground": "activeFg" }, + "Git.Log.Ref": { + "LocalBranch": "accent", + "Other": "text", + "RemoteBranch": "fg", + "Tag": "text" + }, + "Github.List.tallRow": { + "foreground": "fg", + "secondary.foreground": "text", + "selectionBackground": "selBg", + "selectionBackground.unfocused": "hl", + "selectionForeground": "selFg", + "selectionForeground.unfocused": "selFg" + }, "GotItTooltip": { - "background": "bg", + "background": "notif", "borderColor": "notif", "endBackground": "button", "endBorderColor": "button", @@ -332,6 +510,7 @@ "separatorColor": "border" }, "GutterTooltip": { + "borderColor": "bg", "infoForeground": "text", "lineSeparatorColor": "bg" }, @@ -341,12 +520,25 @@ }, "HelpTooltip": { "background": "bg", + "backgroundColor": "bg", "borderColor": "border", "foreground": "fg", "infoForeground": "text", - "shortcutForeground": "text" + "shortcutForeground": "text", + "shortcutTextColor": "text", + "textColor": "fg" + }, + "Hg.Log.Ref": { + "Branch": "accent", + "ClosedBranch": "fg", + "LocalTag": "text", + "MqTag": "text", + "Tag": "text" }, "Hyperlink.linkColor": "accent", + "IconBadge": { + "infoBackground": "accent" + }, "IdeStatusBar.border": "4,4,4,4", "InformationHint.borderColor": "border", "inactiveCaption": "second", @@ -359,20 +551,45 @@ "background": "bg", "borderColor": "bg" }, + "intellijlaf": { + "background": "bg", + "foreground": "fg" + }, "InternalFrame": { "activeTitleForeground": "fg", "background": "bg", + "inactiveTitleBackground": "bg", "inactiveTitleForeground": "text" }, "Label": { "background": "bg", "disabledForeground": "dis", - "disabledShadow": "bg", + "disabledForegroundColor": "dis", + "disabledShadow": "dis", "disabledText": "dis", + "errorForeground": "accent", "foreground": "fg", + "grayForeground": "text", "infoForeground": "text", "selectedDisabledForeground": "fg", - "selectedForeground": "activeFg" + "selectedForeground": "activeFg", + "textForeground": "text" + }, + "Lesson": { + "Badge": { + "newLessonBackground": "accent", + "newLessonForeground": "selFg" + }, + "shortcutBackground": "second", + "stepNumberForeground": "text", + "Tooltip": { + "background": "notif", + "borderColor": "notif", + "foreground": "fg", + "spanBackground": "button", + "spanForeground": "fg", + "stepNumberForeground": "text" + } }, "link": "accent", "Link": { @@ -383,16 +600,33 @@ "visitedForeground": "accent" }, "link.foreground": "accent", + "link.hover.foreground": "accent", + "link.pressed.foreground": "accent", + "link.visited.foreground": "accent", "List": { - "background": "second", + "background": "bg", "foreground": "fg", - "hoverBackground": "tree", + "hoverBackground": "hl", "hoverInactiveBackground": "table", - "selectionBackground": "selBg", "selectionForeground": "selFg", - "selectionInactiveBackground": "tree", + "selectionInactiveBackground": "table", "selectionInactiveForeground": "activeFg" }, + "LiveIndicator": { + "color": "accent" + }, + "MainToolbar": { + "Dropdown.background": "bg", + "Dropdown.hoverBackground": "border", + "Dropdown.pressedBackground": "table", + "Icon.background": "bg", + "Icon.hoverBackground": "border", + "Icon.pressedBackground": "table", + "background": "bg", + "hoverBackground": "border", + "inactiveBackground": "bg", + "pressedBackground": "table" + }, "material": { "background": "bg", "branchColor": "fg", @@ -400,6 +634,7 @@ "foreground": "fg", "mergeCommits": "button", "primaryColor": "text", + "selectionBackground": "selBg", "selectionForeground": "selFg", "tab.backgroundColor": "bg", "tab.borderColor": "accent", @@ -407,12 +642,15 @@ }, "MemoryIndicator": { "allocatedBackground": "second", + "unusedColor": "second", "usedBackground": "hl", "usedColor": "hl" }, + "menu": "bg", + "menuText": "fg", "Menu": { "acceleratorForeground": "text", - "acceleratorSelectionForeground": "selFg", + "acceleratorSelectionForeground": "activeFg", "background": "bg", "border": "4,2,4,2", "borderColor": "second", @@ -420,7 +658,7 @@ "disabledForeground": "dis", "foreground": "fg", "selectionBackground": "selBg", - "selectionForeground": "selFg", + "selectionForeground": "activeFg", "separatorColor": "border" }, "MenuBar": { @@ -431,19 +669,19 @@ "foreground": "fg", "highlight": "bg", "selectionBackground": "selBg", - "selectionForeground": "selFg", + "selectionForeground": "activeFg", "shadow": "hc" }, "MenuItem": { "acceleratorForeground": "text", - "acceleratorSelectionForeground": "selFg", + "acceleratorSelectionForeground": "activeFg", "background": "bg", "border": "4,2,4,2", "disabledBackground": "bg", "disabledForeground": "dis", "foreground": "fg", "selectionBackground": "selBg", - "selectionForeground": "selFg" + "selectionForeground": "activeFg" }, "MlModelBinding.Viewer.CodeEditor.background": "bg", "MnemonicIcon": { @@ -453,7 +691,8 @@ }, "NavBar": { "arrowColor": "fg", - "borderColor": "bg" + "borderColor": "bg", + "selectedColor": "accent" }, "NewClass": { "Panel": { @@ -465,25 +704,54 @@ }, "NewPSD.warning": "accent", "Notification": { + "Error.foreground": "accent", + "Link.foreground": "accent", "background": "notif", "borderColor": "notif", "errorBackground": "notif", "errorBorderColor": "notif", + "errorForeground": "accent", "foreground": "fg", + "linkForeground": "accent", "MoreButton": { "background": "button", "foreground": "fg", "innerBorderColor": "button" }, "ToolWindow": { - "errorBackground": "notif", - "errorBorderColor": "notif", - "informativeBackground": "notif", - "informativeBorderColor": "notif", - "warningBackground": "notif", - "warningBorderColor": "notif" + "errorBackground": "notifError", + "errorBorderColor": "notifError", + "errorForeground": "fg", + "infoForeground": "fg", + "informativeBackground": "notifInfo", + "informativeBorderColor": "notifInfo", + "informativeForeground": "fg", + "warningBackground": "notifWarn", + "warningBorderColor": "notifWarn", + "warningForeground": "fg" + }, + "ToolWindowError": { + "foreground": "fg", + "background": "notifError" + }, + "ToolWindowInfo": { + "foreground": "fg", + "background": "notifInfo" + }, + "ToolWindowWarning": { + "foreground": "fg", + "background": "notifWarn" } }, + "Notifications": { + "background": "notif", + "borderColor": "notif" + }, + "NotificationsToolwindow": { + "Notification.hoverBackground": "tree", + "newNotification.background": "notif", + "newNotification.hoverBackground": "tree" + }, "OnePixelDivider.background": "border", "OptionPane": { "background": "bg", @@ -491,8 +759,8 @@ "messageForeground": "fg" }, "OptionButton": { - "default.separatorColor": "border", - "separatorColor": "border" + "default.separatorColor": "table", + "separatorColor": "button" }, "Outline": { "color": "button", @@ -505,12 +773,15 @@ "mouseShortcutBackground": "bg" }, "ParameterInfo": { + "ContextHelp.foreground": "text", "background": "second", "borderColor": "table", "currentOverloadBackground": "hl", "currentParameterForeground": "accent", + "disabledColor": "dis", "disabledForeground": "dis", "foreground": "fg", + "highlightedColor": "accent", "infoForeground": "text", "lineSeparatorColor": "table" }, @@ -527,10 +798,11 @@ "background": "bg", "disabledForeground": "dis", "eapTagBackground": "hl", - "hoverBackground": "tree", + "hoverBackground": "hl", "lightSelectionBackground": "table", "paidTagBackground": "hl", "selectionBackground": "selBg", + "selectionForeground": "selFg", "tagBackground": "hl", "tagForeground": "accent", "trialTagBackground": "hl", @@ -554,6 +826,9 @@ "foreground": "fg" }, "Tab": { + "active.background": "table", + "active.foreground": "activeFg", + "hover.background": "table", "hoverBackground": "table", "selectedBackground": "table", "selectedForeground": "selFg" @@ -565,6 +840,10 @@ "borderColor": "bg", "foreground": "accent" }, + "Border": { + "color": "cs", + "inactiveColor": "bg" + }, "borderColor": "cs", "inactiveBorderColor": "bg", "innerBorderColor": "second", @@ -573,9 +852,19 @@ "inactiveBackground": "cs" }, "paintBorder": true, + "preferences": { + "background": "bg", + "borderColor": "bg", + "foreground": "fg" + }, + "Separator": { + "foreground": "fg", + "color": "border" + }, "separatorColor": "second", "separatorForeground": "fg", "Toolbar": { + "Border.color": "cs", "Floating.background": "cs", "background": "cs", "borderColor": "cs" @@ -585,6 +874,7 @@ "background": "bg", "border": "2,0,2,0", "foreground": "fg", + "selectionBackground": "selBg", "translucentBackground": "bg" }, "PopupMenuSeparator.height": 10, @@ -592,19 +882,35 @@ "ProgressBar": { "background": "bg", "foreground": "accent", + "halfColor": "hl", "indeterminateEndColor": "accent", "indeterminateStartColor": "accent", "progressColor": "accent", "selectionBackground": "hl", "trackColor": "hl" }, + "ProgressIcon": { + "color": "accent" + }, "PsiViewer": { "referenceHighlightColor": "accent" }, "RadioButton": { "background": "bg", + "darcula": { + "borderColor1": "fg", + "selectionDisabledColor": "bg", + "selectionDisabledShadowColor": "accent", + "selectionEnabledColor": "accent", + "selectionEnabledShadowColor": "accent" + }, "disabledText": "dis", - "foreground": "fg" + "focusColor": "accent", + "foreground": "fg", + "selectionDisabledColor": "bg", + "selectionDisabledShadowColor": "accent", + "selectionEnabledColor": "accent", + "selectionEnabledShadowColor": "accent" }, "RadioButtonMenuItem": { "acceleratorForeground": "text", @@ -616,7 +922,15 @@ "selectionBackground": "selBg", "selectionForeground": "selFg" }, + "RunWidget": { + "Running": { + "background": "accent", + "leftHoverBackground": "accent70", + "leftPressedBackground": "accent" + } + }, "ScreenView.borderColor": "border", + "scrollbar": "bg", "ScrollBar": { "background": "bg", "hoverThumbBorderColor": "accent", @@ -641,6 +955,10 @@ "thumb": "hl", "thumbBorderColor": "accent70", "thumbColor": "accent70", + "Thumb": { + "Hovered.background": "accent", + "NonOpaque.Hovered.background": "accent" + }, "trackColor": "bg30", "Transparent": { "hoverThumbBorderColor": "accent", @@ -656,20 +974,36 @@ "background": "cs", "foreground": "text" }, + "background": "bg", + "Dialog": { + "background": "bg", + "borderColor": "bg", + "foreground": "fg" + }, + "foreground": "fg", "Header": { "background": "bg" }, "List": { - "separatorForeground": "text", - "separatorColor": "border" + "Separator.Color": "border", + "Separator.foreground": "text", + "selectionBackground": "selBg", + "separatorColor": "border", + "separatorForeground": "text" }, "SearchField": { - "background": "bg", - "borderColor": "cs", - "infoForeground": "text" + "Border.color": "hl", + "background": "hc", + "borderColor": "hl", + "grayForeground": "dis", + "infoForeground": "dis" }, + "shortcutForeground": "text", "Tab": { + "active.background": "hl", "active.foreground": "activeFg", + "selected.background": "hl", + "selected.foreground": "activeFg", "selectedBackground": "hl", "selectedForeground": "activeFg" } @@ -688,12 +1022,20 @@ "Ordinal.File.Foreground": "text", "Repeated.File.Foreground": "fg" }, + "SegmentedButton": { + "focusedSelectedButtonColor": "hl", + "selectedButtonColor": "button", + "selectedStartBorderColor": "border", + "selectedEndBorderColor": "border" + }, "Separator": { "background": "second", "foreground": "second", - "separatorColor": "second" + "separatorColor": "border" + }, + "Settings": { + "Spotlight.borderColor": "accent" }, - "Settings.Spotlight.borderColor": "accent", "SidePanel": { "background": "hc" }, @@ -705,19 +1047,22 @@ "majorTickLength": 6, "thumb": "accent", "tickColor": "second", + "track": "table", "trackColor": "table", + "trackDisabled": "hl", "trackWidth": 7 }, + "Space.Review.diffAnchorBackground": "second", "SpeedSearch": { "background": "hl", "borderColor": "border", "errorForeground": "fg", "foreground": "fg" }, - "Space.Review.diffAnchorBackground": "second", "Spinner": { "background": "bg", "border": "3,3,3,3", + "disabledBackground": "excl", "foreground": "fg", "selectionForeground": "activeFg" }, @@ -728,16 +1073,40 @@ "SplitPaneDivider.draggingColor": "second", "StateWidget.activeBackground": "button", "StatusBar": { - "LightEditBackground": "table", + "background": "bg", + "Breadcrumbs": { + "floatingBackground": "tree", + "floatingForeground": "fg", + "foreground": "fg", + "hoverBackground": "tree", + "hoverForeground": "fg", + "selectionBackground": "selBg", + "selectionForeground": "activeFg", + "selectionInactiveBackground": "button", + "selectionInactiveForeground": "fg" + }, "borderColor": "bg", - "hoverBackground": "hl" + "bottomColor": "bg", + "hoverBackground": "hl", + "top2Color": "bg", + "topColor": "bg", + "LightEditBackground": "table", + "Widget": { + "foreground": "fg", + "hoverBackground": "hl", + "hoverForeground": "selFg", + "pressedBackground": "button", + "pressedForeground": "fg" + } }, "TabbedPane": { "background": "bg", + "borderColor": "hc", "contentAreaColor": "hl", "contentBorderInsets": "3,1,1,1", - "darkShadow": "border", + "darkShadow": "hc", "disabledForeground": "dis", + "disabledText": "dis", "disabledUnderlineColor": "dis", "focus": "table", "focusColor": "table", @@ -746,9 +1115,15 @@ "highlight": "border", "hoverColor": "hl", "labelShift": 0, + "mt.tab.background": "hc", + "selectHighlight": "hl", + "selected": "selBg", + "selectedColor": "accent", + "selectedDisabledColor": "dis", "selectedForeground": "activeFg", "selectedLabelShift": 0, "selectedTabPadInsets": "0,0,0,0", + "shadow": "hc", "tabHeight": 32, "tabInsets": "5,10,5,10", "tabSelectionHeight": 2, @@ -769,8 +1144,9 @@ "foreground": "fg", "gridColor": "bg", "highlightOuter": "table", - "hoverBackground": "tree", + "hoverBackground": "hl", "hoverInactiveBackground": "table", + "lightSelectionBackground": "table", "lightSelectionForeground": "activeFg", "lightSelectionInactiveBackground": "second", "lightSelectionInactiveForeground": "text", @@ -779,22 +1155,31 @@ "selectionInactiveBackground": "table", "selectionInactiveForeground": "selFg", "sortIconColor": "fg", - "stripeColor": "cs" + "stripeColor": "cs", + "stripedBackground": "cs" }, "TableHeader": { - "background": "bg", - "borderColor": "bg", - "bottomSeparatorColor": "second", + "background": "button", + "borderColor": "hl", + "bottomSeparatorColor": "hl", "cellBorder": "4,0,4,0", "disabledForeground": "dis", "focusCellBackground": "table", "focusCellForeground": "activeFg", "foreground": "fg", "height": 25, - "separatorColor": "second" + "hoverBackground": "hl", + "separatorColor": "border" }, - "text": "text", + "Tag": { + "background": "button", + "borderColor": "button", + "foreground": "fg" + }, + "text": "bg", "textInactiveText": "text", + "textHighlight": "selBg", + "textHighlightText": "activeFg", "textText": "text", "TextArea": { "background": "hc", @@ -806,11 +1191,18 @@ }, "TextField": { "background": "hc", + "borderColor": "bg", "caretForeground": "accent", + "disabledBackground": "excl", + "focusedBorderColor": "bg", "foreground": "fg", + "hoverBorderColor": "bg", "inactiveForeground": "dis", - "selectionBackground": "table", - "selectionForeground": "activeFg" + "selectedSeparatorColor": "accent", + "selectionBackground": "selBg", + "selectionForeground": "activeFg", + "separatorColor": "hl", + "separatorColorDisabled": "bg" }, "TextPane": { "background": "hc", @@ -822,46 +1214,89 @@ }, "TitlePane": { "Button.hoverBackground": "hl", - "background": "cs", + "background": "hc", "inactiveBackground": "bg", - "inactiveInfoForeground": "text", + "inactiveInfoForeground": "dis", "infoForeground": "text" }, "TitledBorder.titleColor": "fg", "ToggleButton": { "borderColor": "button", - "buttonColor": "fg", + "buttonColor": "button", "disabledText": "dis", "foreground": "fg", + "off.background": "bg", + "off.foreground": "bg", "offBackground": "bg", "offForeground": "bg", + "on.background": "accent", + "on.foreground": "accent", "onBackground": "accent", "onForeground": "accent" }, + "Toolbar.Floating.background": "button", "ToolBar": { "background": "hc", "borderHandleColor": "text", + "comboBoxButtonBackground": "button", "floatingForeground": "text", "foreground": "fg" }, + "ToolbarComboWidget": { + "background": "button", + "hoverBackground": "hl" + }, + "tooltips": { + "actions.keymap.text.color": "text", + "actions.settings.icon.background.color": "bg", + "description.title.text.color": "fg" + }, "ToolTip": { - "Actions.background": "bg", - "Actions.infoForeground": "text", + "actions": { + "background": "bg" + }, + "Actions": { + "background": "bg", + "grayForeground": "text", + "infoForeground": "text" + }, "background": "notif", "borderColor": "border", "foreground": "fg", "infoForeground": "text", + "Learning": { + "background": "accent", + "borderColor": "accent", + "foreground": "fg", + "spanBackground": "accent50", + "spanForeground": "fg", + "stepNumberForeground": "accent" + }, "separatorColor": "border", "shortcutForeground": "text" }, "ToolWindow": { + "active": { + "Header.background": "second", + "HeaderTab.background": "cs" + }, + "Background": "bg", + "background": "hc", "Button": { "hoverBackground": "table", "selectedBackground": "cs", "selectedForeground": "activeFg" }, - "Header": { + "header": { + "active.background": "second", "background": "bg", + "border.background": "second", + "closeButton.background": "bg", + "tab.selected.active.background": "cs", + "tab.selected.background": "cs" + }, + "Header": { + "background": "second", "borderColor": "second", "inactiveBackground": "bg" }, @@ -869,7 +1304,7 @@ "background": "bg" }, "HeaderTab": { - "borderColor": "hl", + "borderColor": "bg", "hoverBackground": "hl", "hoverInactiveBackground": "hl", "inactiveUnderlineColor": "accent", @@ -878,8 +1313,12 @@ "underlineColor": "accent", "underlinedTabBackground": "table", "underlinedTabForeground": "selFg", - "underlinedTabInactiveBackground": "second", + "underlinedTabInactiveBackground": "hc", "underlinedTabInactiveForeground": "fg" + }, + "inactive": { + "Header.background": "bg", + "HeaderTab.background": "cs" } }, "Tree": { @@ -919,6 +1358,8 @@ "List.selectionBackground": "tree", "highStroke.foreground": "fg", "motion": { + "AddConstraintColor": "accent", + "AddConstraintPlus": "accent", "CSPanel.SelectedBackground": "tree", "CSPanel.SelectedFocusBackground": "selBg", "Component.foreground": "fg", @@ -926,13 +1367,19 @@ "ConstraintSetText.foreground": "text", "CursorTextColor.foreground": "fg", "HoverColor.disabledBackground": "dis", + "Key.selectedForeground": "accent", "Notification.background": "notif", + "PositionMarkColor": "accent", "PrimaryPanel.background": "cs", "SecondaryPanel.background": "bg", "SecondaryPanel.header.background": "cs", "SecondaryPanel.header.foreground": "text", + "TimeCursor.End.selectedForeground": "accent", + "TimeCursor.Start.selectedForeground": "accent", + "TimeCursor.selectedForeground": "accent", "borderColor": "border", "cs_FocusText.infoForeground": "text", + "graphLine.lineSeparatorColor": "accent", "motionGraph.background": "bg", "ourAvg.background": "second", "ourCS.background": "second", @@ -940,6 +1387,7 @@ "ourCS_SelectedBackground.selectionInactiveBackground": "table", "ourCS_SelectedBorder.pressedBorderColor": "hl", "ourCS_SelectedFocusBackground.selectionForeground": "selFg", + "ourCS_SelectedFocusBorder.focusedBorderColor": "accent", "ourCS_TextColor.foreground": "text", "ourML_BarColor.separatorColor": "border", "timeLine.disabledBorderColor": "border" @@ -970,6 +1418,7 @@ }, "VersionControl": { "FileHistory.Commit": { + "otherBranchBackground": "bg", "selectedBranchBackground": "bg" }, "GitCommits": { @@ -991,9 +1440,15 @@ "tipIconColor": "text" }, "Log": { - "Commit.currentBranchBackground": "second", - "Commit.hoveredBackground": "tree", - "Commit.unmatchedForeground": "text" + "Commit": { + "currentBranchBackground": "cs", + "hoveredBackground": "tree", + "unmatchedForeground": "text" + } + }, + "Ref": { + "backgroundBase": "hl", + "foreground": "activeFg" }, "RefLabel": { "backgroundBase": "hl", @@ -1007,7 +1462,11 @@ "WelcomeScreen": { "AssociatedComponent.background": "bg", "Details.background": "bg", - "List.background": "cs", + "List": { + "background": "hc", + "selectionBackground": "selBg", + "selectionInactiveBackground": "hl" + }, "SidePanel.background": "second", "background": "bg", "borderColor": "bg", @@ -1015,6 +1474,7 @@ "captionForeground": "fg", "footerBackground": "cs", "footerForeground": "fg", + "groupIconBorderColor": "button", "headerBackground": "bg", "headerForeground": "fg", "separatorColor": "border", @@ -1023,7 +1483,7 @@ "actions.selectionBackground": "hl", "background": "second", "selectionBackground": "selBg", - "selectionInactiveBackground": "second" + "selectionInactiveBackground": "selBg" } }, "Window.border": "border", diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Monokai Pro Contrast.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Monokai Pro Contrast.theme.json index f23ffda9..0451fd21 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Monokai Pro Contrast.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Monokai Pro Contrast.theme.json @@ -76,6 +76,11 @@ "ActionToolbar": { "background": "hc" }, + "AppInspector.GraphNode": { + "background": "second", + "borderColor": "border", + "focusedBorderColor": "accent" + }, "AssignedMnemonic": { "background": "hl", "borderColor": "selBg", @@ -599,7 +604,7 @@ "link.pressed.foreground": "accent", "link.visited.foreground": "accent", "List": { - "background": "second", + "background": "bg", "foreground": "fg", "hoverBackground": "hl", "hoverInactiveBackground": "table", @@ -884,6 +889,9 @@ "selectionBackground": "hl", "trackColor": "hl" }, + "ProgressIcon": { + "color": "accent" + }, "PsiViewer": { "referenceHighlightColor": "accent" }, @@ -914,6 +922,13 @@ "selectionBackground": "selBg", "selectionForeground": "selFg" }, + "RunWidget": { + "Running": { + "background": "accent", + "leftHoverBackground": "accent70", + "leftPressedBackground": "accent" + } + }, "ScreenView.borderColor": "border", "scrollbar": "bg", "ScrollBar": { @@ -1008,6 +1023,8 @@ "Repeated.File.Foreground": "fg" }, "SegmentedButton": { + "focusedSelectedButtonColor": "hl", + "selectedButtonColor": "button", "selectedStartBorderColor": "border", "selectedEndBorderColor": "border" }, diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Monokai Pro.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Monokai Pro.theme.json index c0bcbfef..f65f73a8 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Monokai Pro.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Monokai Pro.theme.json @@ -76,6 +76,11 @@ "ActionToolbar": { "background": "hc" }, + "AppInspector.GraphNode": { + "background": "second", + "borderColor": "border", + "focusedBorderColor": "accent" + }, "AssignedMnemonic": { "background": "hl", "borderColor": "selBg", @@ -599,7 +604,7 @@ "link.pressed.foreground": "accent", "link.visited.foreground": "accent", "List": { - "background": "second", + "background": "bg", "foreground": "fg", "hoverBackground": "hl", "hoverInactiveBackground": "table", @@ -884,6 +889,9 @@ "selectionBackground": "hl", "trackColor": "hl" }, + "ProgressIcon": { + "color": "accent" + }, "PsiViewer": { "referenceHighlightColor": "accent" }, @@ -914,6 +922,13 @@ "selectionBackground": "selBg", "selectionForeground": "selFg" }, + "RunWidget": { + "Running": { + "background": "accent", + "leftHoverBackground": "accent70", + "leftPressedBackground": "accent" + } + }, "ScreenView.borderColor": "border", "scrollbar": "bg", "ScrollBar": { @@ -1008,6 +1023,8 @@ "Repeated.File.Foreground": "fg" }, "SegmentedButton": { + "focusedSelectedButtonColor": "hl", + "selectedButtonColor": "button", "selectedStartBorderColor": "border", "selectedEndBorderColor": "border" }, diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Moonlight Contrast.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Moonlight Contrast.theme.json index 1202dbeb..916274f8 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Moonlight Contrast.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Moonlight Contrast.theme.json @@ -76,6 +76,11 @@ "ActionToolbar": { "background": "hc" }, + "AppInspector.GraphNode": { + "background": "second", + "borderColor": "border", + "focusedBorderColor": "accent" + }, "AssignedMnemonic": { "background": "hl", "borderColor": "selBg", @@ -599,7 +604,7 @@ "link.pressed.foreground": "accent", "link.visited.foreground": "accent", "List": { - "background": "second", + "background": "bg", "foreground": "fg", "hoverBackground": "hl", "hoverInactiveBackground": "table", @@ -884,6 +889,9 @@ "selectionBackground": "hl", "trackColor": "hl" }, + "ProgressIcon": { + "color": "accent" + }, "PsiViewer": { "referenceHighlightColor": "accent" }, @@ -914,6 +922,13 @@ "selectionBackground": "selBg", "selectionForeground": "selFg" }, + "RunWidget": { + "Running": { + "background": "accent", + "leftHoverBackground": "accent70", + "leftPressedBackground": "accent" + } + }, "ScreenView.borderColor": "border", "scrollbar": "bg", "ScrollBar": { @@ -1008,6 +1023,8 @@ "Repeated.File.Foreground": "fg" }, "SegmentedButton": { + "focusedSelectedButtonColor": "hl", + "selectedButtonColor": "button", "selectedStartBorderColor": "border", "selectedEndBorderColor": "border" }, diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Moonlight.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Moonlight.theme.json index a6dace57..de86d687 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Moonlight.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Moonlight.theme.json @@ -76,6 +76,11 @@ "ActionToolbar": { "background": "hc" }, + "AppInspector.GraphNode": { + "background": "second", + "borderColor": "border", + "focusedBorderColor": "accent" + }, "AssignedMnemonic": { "background": "hl", "borderColor": "selBg", @@ -599,7 +604,7 @@ "link.pressed.foreground": "accent", "link.visited.foreground": "accent", "List": { - "background": "second", + "background": "bg", "foreground": "fg", "hoverBackground": "hl", "hoverInactiveBackground": "table", @@ -884,6 +889,9 @@ "selectionBackground": "hl", "trackColor": "hl" }, + "ProgressIcon": { + "color": "accent" + }, "PsiViewer": { "referenceHighlightColor": "accent" }, @@ -914,6 +922,13 @@ "selectionBackground": "selBg", "selectionForeground": "selFg" }, + "RunWidget": { + "Running": { + "background": "accent", + "leftHoverBackground": "accent70", + "leftPressedBackground": "accent" + } + }, "ScreenView.borderColor": "border", "scrollbar": "bg", "ScrollBar": { @@ -1008,6 +1023,8 @@ "Repeated.File.Foreground": "fg" }, "SegmentedButton": { + "focusedSelectedButtonColor": "hl", + "selectedButtonColor": "button", "selectedStartBorderColor": "border", "selectedEndBorderColor": "border" }, diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Night Owl Contrast.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Night Owl Contrast.theme.json index cc376ab5..933d62ea 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Night Owl Contrast.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Night Owl Contrast.theme.json @@ -7,8 +7,8 @@ "bg30": "#01162730", "fg": "#d6deeb", "text": "#5f7e97", - "selBg": "#5f7e97", - "selBg20": "#5f7e9720", + "selBg": "#084d81", + "selBg20": "#084d8120", "selFg": "#FFFFFF", "activeFg": "#FFFFFF", "border": "#122d42", @@ -76,6 +76,11 @@ "ActionToolbar": { "background": "hc" }, + "AppInspector.GraphNode": { + "background": "second", + "borderColor": "border", + "focusedBorderColor": "accent" + }, "AssignedMnemonic": { "background": "hl", "borderColor": "selBg", @@ -599,7 +604,7 @@ "link.pressed.foreground": "accent", "link.visited.foreground": "accent", "List": { - "background": "second", + "background": "bg", "foreground": "fg", "hoverBackground": "hl", "hoverInactiveBackground": "table", @@ -884,6 +889,9 @@ "selectionBackground": "hl", "trackColor": "hl" }, + "ProgressIcon": { + "color": "accent" + }, "PsiViewer": { "referenceHighlightColor": "accent" }, @@ -914,6 +922,13 @@ "selectionBackground": "selBg", "selectionForeground": "selFg" }, + "RunWidget": { + "Running": { + "background": "accent", + "leftHoverBackground": "accent70", + "leftPressedBackground": "accent" + } + }, "ScreenView.borderColor": "border", "scrollbar": "bg", "ScrollBar": { @@ -1008,6 +1023,8 @@ "Repeated.File.Foreground": "fg" }, "SegmentedButton": { + "focusedSelectedButtonColor": "hl", + "selectedButtonColor": "button", "selectedStartBorderColor": "border", "selectedEndBorderColor": "border" }, diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Night Owl.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Night Owl.theme.json index ea577cc2..80252676 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Night Owl.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Night Owl.theme.json @@ -7,8 +7,8 @@ "bg30": "#01162730", "fg": "#d6deeb", "text": "#5f7e97", - "selBg": "#5f7e97", - "selBg20": "#5f7e9720", + "selBg": "#084d81", + "selBg20": "#084d8120", "selFg": "#FFFFFF", "activeFg": "#FFFFFF", "border": "#122d42", @@ -76,6 +76,11 @@ "ActionToolbar": { "background": "hc" }, + "AppInspector.GraphNode": { + "background": "second", + "borderColor": "border", + "focusedBorderColor": "accent" + }, "AssignedMnemonic": { "background": "hl", "borderColor": "selBg", @@ -599,7 +604,7 @@ "link.pressed.foreground": "accent", "link.visited.foreground": "accent", "List": { - "background": "second", + "background": "bg", "foreground": "fg", "hoverBackground": "hl", "hoverInactiveBackground": "table", @@ -884,6 +889,9 @@ "selectionBackground": "hl", "trackColor": "hl" }, + "ProgressIcon": { + "color": "accent" + }, "PsiViewer": { "referenceHighlightColor": "accent" }, @@ -914,6 +922,13 @@ "selectionBackground": "selBg", "selectionForeground": "selFg" }, + "RunWidget": { + "Running": { + "background": "accent", + "leftHoverBackground": "accent70", + "leftPressedBackground": "accent" + } + }, "ScreenView.borderColor": "border", "scrollbar": "bg", "ScrollBar": { @@ -1008,6 +1023,8 @@ "Repeated.File.Foreground": "fg" }, "SegmentedButton": { + "focusedSelectedButtonColor": "hl", + "selectedButtonColor": "button", "selectedStartBorderColor": "border", "selectedEndBorderColor": "border" }, diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Solarized Dark Contrast.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Solarized Dark Contrast.theme.json index 6320164f..6826fbe0 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Solarized Dark Contrast.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Solarized Dark Contrast.theme.json @@ -76,6 +76,11 @@ "ActionToolbar": { "background": "hc" }, + "AppInspector.GraphNode": { + "background": "second", + "borderColor": "border", + "focusedBorderColor": "accent" + }, "AssignedMnemonic": { "background": "hl", "borderColor": "selBg", @@ -599,7 +604,7 @@ "link.pressed.foreground": "accent", "link.visited.foreground": "accent", "List": { - "background": "second", + "background": "bg", "foreground": "fg", "hoverBackground": "hl", "hoverInactiveBackground": "table", @@ -884,6 +889,9 @@ "selectionBackground": "hl", "trackColor": "hl" }, + "ProgressIcon": { + "color": "accent" + }, "PsiViewer": { "referenceHighlightColor": "accent" }, @@ -914,6 +922,13 @@ "selectionBackground": "selBg", "selectionForeground": "selFg" }, + "RunWidget": { + "Running": { + "background": "accent", + "leftHoverBackground": "accent70", + "leftPressedBackground": "accent" + } + }, "ScreenView.borderColor": "border", "scrollbar": "bg", "ScrollBar": { @@ -1008,6 +1023,8 @@ "Repeated.File.Foreground": "fg" }, "SegmentedButton": { + "focusedSelectedButtonColor": "hl", + "selectedButtonColor": "button", "selectedStartBorderColor": "border", "selectedEndBorderColor": "border" }, diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Solarized Dark.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Solarized Dark.theme.json index fbab003b..58eec1ab 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Solarized Dark.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Solarized Dark.theme.json @@ -76,6 +76,11 @@ "ActionToolbar": { "background": "hc" }, + "AppInspector.GraphNode": { + "background": "second", + "borderColor": "border", + "focusedBorderColor": "accent" + }, "AssignedMnemonic": { "background": "hl", "borderColor": "selBg", @@ -599,7 +604,7 @@ "link.pressed.foreground": "accent", "link.visited.foreground": "accent", "List": { - "background": "second", + "background": "bg", "foreground": "fg", "hoverBackground": "hl", "hoverInactiveBackground": "table", @@ -884,6 +889,9 @@ "selectionBackground": "hl", "trackColor": "hl" }, + "ProgressIcon": { + "color": "accent" + }, "PsiViewer": { "referenceHighlightColor": "accent" }, @@ -914,6 +922,13 @@ "selectionBackground": "selBg", "selectionForeground": "selFg" }, + "RunWidget": { + "Running": { + "background": "accent", + "leftHoverBackground": "accent70", + "leftPressedBackground": "accent" + } + }, "ScreenView.borderColor": "border", "scrollbar": "bg", "ScrollBar": { @@ -1008,6 +1023,8 @@ "Repeated.File.Foreground": "fg" }, "SegmentedButton": { + "focusedSelectedButtonColor": "hl", + "selectedButtonColor": "button", "selectedStartBorderColor": "border", "selectedEndBorderColor": "border" }, diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Solarized Light Contrast.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Solarized Light Contrast.theme.json index 77c76046..efa15762 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Solarized Light Contrast.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Solarized Light Contrast.theme.json @@ -76,6 +76,11 @@ "ActionToolbar": { "background": "hc" }, + "AppInspector.GraphNode": { + "background": "second", + "borderColor": "border", + "focusedBorderColor": "accent" + }, "AssignedMnemonic": { "background": "hl", "borderColor": "selBg", @@ -599,7 +604,7 @@ "link.pressed.foreground": "accent", "link.visited.foreground": "accent", "List": { - "background": "second", + "background": "bg", "foreground": "fg", "hoverBackground": "hl", "hoverInactiveBackground": "table", @@ -884,6 +889,9 @@ "selectionBackground": "hl", "trackColor": "hl" }, + "ProgressIcon": { + "color": "accent" + }, "PsiViewer": { "referenceHighlightColor": "accent" }, @@ -914,6 +922,13 @@ "selectionBackground": "selBg", "selectionForeground": "selFg" }, + "RunWidget": { + "Running": { + "background": "accent", + "leftHoverBackground": "accent70", + "leftPressedBackground": "accent" + } + }, "ScreenView.borderColor": "border", "scrollbar": "bg", "ScrollBar": { @@ -1008,6 +1023,8 @@ "Repeated.File.Foreground": "fg" }, "SegmentedButton": { + "focusedSelectedButtonColor": "hl", + "selectedButtonColor": "button", "selectedStartBorderColor": "border", "selectedEndBorderColor": "border" }, diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Solarized Light.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Solarized Light.theme.json index 3d2e9157..21ed9eeb 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Solarized Light.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Solarized Light.theme.json @@ -76,6 +76,11 @@ "ActionToolbar": { "background": "hc" }, + "AppInspector.GraphNode": { + "background": "second", + "borderColor": "border", + "focusedBorderColor": "accent" + }, "AssignedMnemonic": { "background": "hl", "borderColor": "selBg", @@ -599,7 +604,7 @@ "link.pressed.foreground": "accent", "link.visited.foreground": "accent", "List": { - "background": "second", + "background": "bg", "foreground": "fg", "hoverBackground": "hl", "hoverInactiveBackground": "table", @@ -884,6 +889,9 @@ "selectionBackground": "hl", "trackColor": "hl" }, + "ProgressIcon": { + "color": "accent" + }, "PsiViewer": { "referenceHighlightColor": "accent" }, @@ -914,6 +922,13 @@ "selectionBackground": "selBg", "selectionForeground": "selFg" }, + "RunWidget": { + "Running": { + "background": "accent", + "leftHoverBackground": "accent70", + "leftPressedBackground": "accent" + } + }, "ScreenView.borderColor": "border", "scrollbar": "bg", "ScrollBar": { @@ -1008,6 +1023,8 @@ "Repeated.File.Foreground": "fg" }, "SegmentedButton": { + "focusedSelectedButtonColor": "hl", + "selectedButtonColor": "button", "selectedStartBorderColor": "border", "selectedEndBorderColor": "border" },