From fefea0d7ec7e4eed4769471f466ea9fa9e35d0f3 Mon Sep 17 00:00:00 2001 From: Karl Tauber Date: Tue, 2 Feb 2021 12:52:55 +0100 Subject: [PATCH] IntelliJ Themes: updated themes to newest versions (used IJThemesUpdater) --- .../intellijthemes/themes/Dracula.theme.json | 112 +- .../Arc Dark Contrast.theme.json | 206 +-- .../Arc Dark.theme.json | 206 +-- .../Atom One Dark Contrast.theme.json | 58 +- .../Atom One Dark.theme.json | 58 +- .../Atom One Light Contrast.theme.json | 606 ++++---- .../Atom One Light.theme.json | 606 ++++---- .../Dracula Contrast.theme.json | 430 +++--- .../material-theme-ui-lite/Dracula.theme.json | 430 +++--- .../GitHub Contrast.theme.json | 394 ++--- .../material-theme-ui-lite/GitHub.theme.json | 350 ++--- .../Light Owl Contrast.theme.json | 1286 ++++++++--------- .../Light Owl.theme.json | 1286 ++++++++--------- .../Material Darker Contrast.theme.json | 50 +- .../Material Darker.theme.json | 50 +- .../Material Deep Ocean Contrast.theme.json | 50 +- .../Material Deep Ocean.theme.json | 50 +- .../Material Lighter Contrast.theme.json | 268 ++-- .../Material Lighter.theme.json | 224 +-- .../Material Oceanic Contrast.theme.json | 6 +- .../Material Oceanic.theme.json | 6 +- .../Material Palenight Contrast.theme.json | 50 +- .../Material Palenight.theme.json | 50 +- .../Monokai Pro Contrast.theme.json | 176 +-- .../Monokai Pro.theme.json | 176 +-- .../Moonlight Contrast.theme.json | 226 +-- .../Moonlight.theme.json | 226 +-- .../Night Owl Contrast.theme.json | 988 ++++++------- .../Night Owl.theme.json | 944 ++++++------ .../Solarized Dark Contrast.theme.json | 180 +-- .../Solarized Dark.theme.json | 180 +-- .../Solarized Light Contrast.theme.json | 250 ++-- .../Solarized Light.theme.json | 250 ++-- .../intellijthemes/themes/one_dark.theme.json | 10 +- 34 files changed, 5231 insertions(+), 5207 deletions(-) diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/Dracula.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/Dracula.theme.json index 95d57fb9..4f738a5e 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/Dracula.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/Dracula.theme.json @@ -4,22 +4,27 @@ "author": "Zihan Ma", "editorScheme": "/themes/Dracula.xml", "colors": { + "accentColor": "#ff79c6", + "secondaryAccentColor": "#bd93f9", "primaryForeground": "#f8f8f2", "primaryBackground": "#414450", - "secondaryBackground": "#44475a", + "secondaryBackground": "#3a3d4c", "hoverBackground": "#282a36", "selectionBackground": "#6272a4", "selectionInactiveBackground": "#4e5a82", "borderColor": "#282a36", - "separatorColor": "#282a36" + "separatorColor": "#5d5e66" }, "ui": { "*": { "arc": "7", "background": "primaryBackground", + "selectionForeground": "primaryForeground", + "selectionInactiveForeground": "primaryForeground", "selectionBackground": "selectionBackground", "selectionInactiveBackground": "selectionInactiveBackground", "inactiveBackground": "primaryBackground", + "disabledBackground": "primaryBackground", "borderColor": "borderColor", "separatorColor": "separatorColor" }, @@ -37,17 +42,18 @@ "foreground": "primaryForeground", "startBorderColor": "selectionBackground", "endBorderColor": "selectionBackground", - "startBackground": "selectionBackground", - "endBackground": "selectionBackground", - "focusedBorderColor": "#bd93f9", + "startBackground": "#4f566d", + "endBackground": "#4f566d", + "focusedBorderColor": "secondaryAccentColor", + "disabledBorderColor": "#4f566d", "default": { "foreground": "primaryForeground", "startBackground": "selectionBackground", "endBackground": "selectionBackground", - "startBorderColor": "#bd93f9", - "endBorderColor": "#bd93f9", - "focusColor": "#bd93f9", - "focusedBorderColor": "#bd93f9" + "startBorderColor": "secondaryAccentColor", + "endBorderColor": "secondaryAccentColor", + "focusColor": "secondaryAccentColor", + "focusedBorderColor": "secondaryAccentColor" } }, "Counter": { @@ -55,27 +61,29 @@ "background": "#2fc864" }, "CheckBoxMenuItem": { - "acceleratorSelectionForeground": "#ff79c6" + "acceleratorSelectionForeground": "accentColor" }, "ComboBox": { - "modifiedItemForeground": "#ff79c6", + "modifiedItemForeground": "accentColor", "ArrowButton": { "background": "secondaryBackground", "nonEditableBackground": "secondaryBackground", - "iconColor": "#bd93f9" + "disabledIconColor": "#576285", + "iconColor": "secondaryAccentColor" }, - "selectionBackground": "#bd93f9", + "selectionBackground": "secondaryAccentColor", "nonEditableBackground": "secondaryBackground" }, "CompletionPopup": { "selectionBackground": "selectionBackground", "selectionInactiveBackground": "selectionInactiveBackground", - "matchForeground": "#ff79c6" + "matchForeground": "accentColor" }, "Component": { - "focusColor": "#bd93f9", + "focusColor": "secondaryAccentColor", "borderColor": "selectionBackground", "focusedBorderColor": "selectionBackground", + "disabledBorderColor": "selectionBackground", "errorFocusColor": "#ff5554", "inactiveErrorFocusColor": "#ff5554", "warningFocusColor": "#f1fa8c", @@ -86,31 +94,30 @@ }, "Editor": { "background": "secondaryBackground", - "shortcutForeground": "#ff79c6" + "shortcutForeground": "accentColor" }, "EditorTabs": { "background": "secondaryBackground", - "underlinedTabBackground": "#313341", - "underlineColor": "#bd93f9", + "underlinedTabBackground": "#292b38", + "underlineColor": "secondaryAccentColor", "underlineHeight": 2 }, "FileColor": { - "Blue": "#8be9fd", - "Green": "#63667E", - "Orange": "#ffb86c", - "Yellow": "secondaryBackground", - "Rose": "#ff79c6", - "Violet": "#bd93f9" + "Blue": "#344f54", + "Green": "#344535", + "Orange": "#533f30", + "Yellow": "#4f4b41", + "Rose": "#4c273c", + "Violet": "#382b4a" }, "Label": { - "foreground": "primaryForeground", "errorForeground": "#ff5554" }, "Link": { - "activeForeground": "#ff79c6", - "hoverForeground": "#ff79c6", - "visitedForeground": "#bd93f9", - "pressedForeground": "#bd93f9" + "activeForeground": "accentColor", + "hoverForeground": "accentColor", + "visitedForeground": "secondaryAccentColor", + "pressedForeground": "secondaryAccentColor" }, "Notification": { "borderColor": "selectionBackground", @@ -129,6 +136,9 @@ "informativeBorderColor": "#50fa7b" } }, + "PasswordField": { + "background": "secondaryBackground" + }, "Plugins": { "SearchField": { "background": "secondaryBackground" @@ -139,11 +149,11 @@ "hoverBackground": "hoverBackground", "lightSelectionBackground": "hoverBackground", "Button": { - "installBorderColor": "#bd93f9", - "installForeground": "#bd93f9", + "installBorderColor": "secondaryAccentColor", + "installForeground": "secondaryAccentColor", "installBackground": "primaryBackground", "installFillForeground": "primaryBackground", - "installFillBackground": "#bd93f9", + "installFillBackground": "secondaryAccentColor", "installFocusedBackground": "primaryBackground", "updateBorderColor": "#5da3f4", "updateForeground": "primaryForeground", @@ -159,9 +169,9 @@ "failedColor": "#ff5554", "failedEndColor": "#ff5554", "trackColor": "selectionBackground", - "progressColor": "#ff79c6", + "progressColor": "accentColor", "indeterminateStartColor": "#93b8f9", - "indeterminateEndColor": "#bd93f9", + "indeterminateEndColor": "secondaryAccentColor", "passedColor": "#50fa7b", "passedEndColor": "#50fa7b" }, @@ -173,9 +183,9 @@ }, "ScrollBar": { "Mac": { - "hoverThumbColor": "#bd93f9", + "hoverThumbColor": "secondaryAccentColor", "Transparent": { - "hoverThumbColor": "#bd93f9" + "hoverThumbColor": "secondaryAccentColor" } } }, @@ -189,8 +199,8 @@ } }, "SearchMatch": { - "startBackground": "#ff79c6", - "endBackground": "#ff79c6" + "startBackground": "accentColor", + "endBackground": "accentColor" }, "Separator": { "separatorColor": "separatorColor" @@ -205,7 +215,7 @@ "tabSelectionHeight": 1, "focusColor": "hoverBackground", "hoverColor": "hoverBackground", - "underlineColor": "#bd93f9", + "underlineColor": "secondaryAccentColor", "contentAreaColor": "hoverBackground" }, "Table": { @@ -215,6 +225,9 @@ "TableHeader": { "bottomSeparatorColor": "separatorColor" }, + "TextField": { + "background": "secondaryBackground" + }, "ToggleButton": { "onBackground": "#50fa7b", "onForeground": "hoverBackground", @@ -227,18 +240,18 @@ "hoverBackground": "hoverBackground" }, "Header": { - "background": "secondaryBackground", + "background": "#484c60", "inactiveBackground": "secondaryBackground" }, "HeaderTab": { - "underlineColor": "#bd93f9", - "underlineHeight": 1, - "underlinedTabBackground": "#313341", + "underlineColor": "secondaryAccentColor", + "underlineHeight": 2, + "underlinedTabBackground": "#292b38", "underlinedTabInactiveBackground": "#313341" } }, "Tree": { - "modifiedItemForeground": "#ff79c6", + "modifiedItemForeground": "accentColor", "selectionBackground": "selectionBackground", "selectionInactiveBackground": "selectionInactiveBackground" }, @@ -257,8 +270,8 @@ "GitLog": { "headIconColor": "#f1fa8c", "localBranchIconColor": "#50fa7b", - "remoteBranchIconColor": "#bd93f9", - "tagIconColor": "#ff79c6", + "remoteBranchIconColor": "secondaryAccentColor", + "tagIconColor": "accentColor", "otherIconColor": "#8be9fd" }, "Log": { @@ -266,6 +279,9 @@ "hoveredBackground": "selectionBackground", "currentBranchBackground": "secondaryBackground" } + }, + "RefLabel": { + "foreground": "primaryForeground" } }, "WelcomeScreen": { @@ -303,10 +319,12 @@ "Objects.Yellow": "#f1fa8c", "Objects.YellowDark": "#f1fa8c", "Objects.BlackText": "#282a35", + "Checkbox.Foreground.Selected.Dark": "#f8f8f2", "Checkbox.Border.Default.Dark": "#bd93f9", "Checkbox.Border.Selected.Dark": "#bd93f9", + "Checkbox.Border.Disabled.Dark": "#6272a4", "Checkbox.Background.Default.Dark": "#6272a4", - "Checkbox.Foreground.Selected.Dark": "#f8f8f2", + "Checkbox.Background.Disabled.Dark": "#414450", "Checkbox.Focus.Wide.Dark": "#bd93f9", "Checkbox.Focus.Thin.Selected.Dark": "#bd93f9", "Checkbox.Focus.Thin.Default.Dark": "#bd93f9" 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 5809bd42..872a9726 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 @@ -14,19 +14,19 @@ "acceleratorSelectionForeground": "#8b9eb5", "background": "#2f343f", "borderColor": "#404552", - "disabledBackground": "#474B57", + "disabledBackground": "#37373d", "disabledForeground": "#D3DAE3", "disabledText": "#D3DAE3", - "focusColor": "#3F3F46", + "focusColor": "#393f4c", "focusedBorderColor": "#42A5F5", "foreground": "#D3DAE3", - "inactiveBackground": "#474B57", + "inactiveBackground": "#37373d", "inactiveForeground": "#8b9eb5", "infoForeground": "#8b9eb5", - "selectionBackground": "#8888FF", - "selectionBackgroundInactive": "#393f4c", + "selectionBackground": "#8888FF55", + "selectionBackgroundInactive": "#393f4c45", "selectionForeground": "#FFFFFF", - "selectionInactiveBackground": "#393f4c", + "selectionInactiveBackground": "#393f4c45", "separatorColor": "#404552" }, "activeCaption": "#2f343f", @@ -39,7 +39,7 @@ "pressedBorderColor": "#42A5F550" }, "Autocomplete": { - "selectionBackground": "#8888FF" + "selectionBackground": "#8888FF55" }, "Borders.ContrastBorderColor": "#2f343f", "Borders.color": "#404552", @@ -60,7 +60,7 @@ "disabledText": "#D3DAE3", "endBackground": "#383C4A", "endBorderColor": "#383C4A", - "focus": "#3F3F46", + "focus": "#393f4c", "focusedBorderColor": "#42A5F5", "foreground": "#8b9eb5", "highlight": "#FFFFFF", @@ -80,7 +80,7 @@ }, "Content": { "background": "#262b33", - "selectionBackground": "#8888FF" + "selectionBackground": "#8888FF55" }, "CheckBox": { "background": "#2f343f", @@ -95,14 +95,14 @@ "disabledBackground": "#2f343f", "disabledForeground": "#D3DAE3", "foreground": "#D3DAE3", - "selectionBackground": "#8888FF", + "selectionBackground": "#8888FF55", "selectionForeground": "#FFFFFF" }, "CodeWithMe": { "Avatar.foreground": "#D3DAE3", "AccessEnabled": { "accessDot": "#42A5F5", - "dropdownBorder": "#393f4c", + "dropdownBorder": "#393f4c45", "pillBackground": "$second" } }, @@ -125,14 +125,14 @@ "disabledForeground": "#D3DAE3", "foreground": "#D3DAE3", "modifiedItemForeground": "#42A5F5", - "nonEditableBackground": "#393f4c", + "nonEditableBackground": "#393f4c45", "padding": "5,5,5,5", "selectionBackground": "#41416A", "selectionForeground": "#FFFFFF" }, "ComboPopup.border": "#404552", "CompletionPopup": { - "background": "#393f4c", + "background": "#393f4c45", "foreground": "#D3DAE3", "infoForeground": "#8b9eb5", "matchForeground": "#42A5F5", @@ -141,14 +141,14 @@ "selectedGrayedForeground": "#FFFFFF", "selectionGrayForeground": "#FFFFFF", "selectionInactiveInfoForeground": "#8b9eb5", - "selectionInactiveBackground": "#8888FF50", - "selectionBackground": "#8888FF80", + "selectionInactiveBackground": "#8888FF55", + "selectionBackground": "#8888FF55", "selectionForeground": "#FFFFFF", "selectionInfoForeground": "#FFFFFF" }, "Component": { "arc": 4, - "borderColor": "#3F3F46", + "borderColor": "#393f4c", "disabledBorderColor": "#383C4A", "focusColor": "#42A5F5", "focusedBorderColor": "#42A5F5", @@ -174,18 +174,18 @@ } }, "DebuggerTabs": { - "selectedBackground": "#3F3F46", - "underlinedTabBackground": "#3F3F46" + "selectedBackground": "#393f4c", + "underlinedTabBackground": "#393f4c" }, "DebuggerPopup": { - "borderColor": "#3F3F46" + "borderColor": "#393f4c" }, "DefaultTabs": { "background": "#2f343f", "borderColor": "#2f343f", "hoverBackground": "#41416A", "hoverColor": "#262b33", - "hoverMaskColor": "#3F3F46", + "hoverMaskColor": "#393f4c", "inactiveColoredTabBackground": "#2f343f", "inactiveColoredFileBackground": "#383C4A", "inactiveUnderlineColor": "#42A5F5", @@ -213,14 +213,14 @@ "foreground": "#D3DAE3", "inactiveBackground": "#2f343f", "inactiveForeground": "#D3DAE3", - "selectionBackground": "#8888FF", + "selectionBackground": "#8888FF55", "selectionForeground": "#FFFFFF" }, "EditorTabs": { - "borderColor": "#393f4c", - "hoverBackground": "#3F3F46", - "hoverColor": "#3F3F46", - "hoverMaskColor": "#3F3F46", + "borderColor": "#393f4c45", + "hoverBackground": "#393f4c", + "hoverColor": "#393f4c", + "hoverMaskColor": "#393f4c", "inactiveMaskColor": "#2f343f", "inactiveColoredFileBackground": "#2f343f", "inactiveUnderlineColor": "#D3DAE3", @@ -232,9 +232,9 @@ }, "EditorGroupsTabs": { "background": "#2f343f", - "borderColor": "#393f4c", - "hoverBackground": "#3F3F46", - "hoverColor": "#3F3F46", + "borderColor": "#393f4c45", + "hoverBackground": "#393f4c", + "hoverColor": "#393f4c", "inactiveUnderlineColor": "#42A5F5", "underlineColor": "#42A5F5", "underlinedTabBackground": "#41416A", @@ -243,7 +243,7 @@ "FileColor": { "Green": "#387002", "Blue": "#004BA0", - "Yellow": "#474B57", + "Yellow": "#37373d", "Orange": "#B53D00", "Violet": "#4D2C91", "Rose": "#A00037" @@ -289,7 +289,7 @@ "shortcutForeground": "#8b9eb5" }, "Hyperlink.linkColor": "#42A5F5", - "inactiveCaption": "#393f4c", + "inactiveCaption": "#393f4c45", "inactiveCaptionBorder": "#2f343f", "inactiveCaptionText": "#8b9eb5", "info": "#8b9eb5", @@ -323,14 +323,14 @@ }, "link.foreground": "#42A5F5", "List": { - "background": "#393f4c", + "background": "#393f4c45", "foreground": "#D3DAE3", - "hoverBackground": "#08507C70", + "hoverBackground": "#09477170", "hoverInactiveBackground": "#41416A", - "selectionBackground": "#8888FF50", + "selectionBackground": "#8888FF55", "selectionForeground": "#FFFFFF", "selectionInactiveForeground": "#FFFFFF", - "selectionInactiveBackground": "#08507C70" + "selectionInactiveBackground": "#09477170" }, "material": { "background": "#2f343f", @@ -345,20 +345,20 @@ "tagColor": "#8b9eb5" }, "MemoryIndicator": { - "allocatedBackground": "#393f4c", - "usedColor": "#3F3F46", - "usedBackground": "#3F3F46" + "allocatedBackground": "#393f4c45", + "usedColor": "#393f4c", + "usedBackground": "#393f4c" }, "Menu": { "acceleratorForeground": "#8b9eb5", "acceleratorSelectionForeground": "#FFFFFF", "background": "#2f343f", "border": "4,2,4,2", - "borderColor": "#393f4c", - "disabledBackground": "#393f4c", + "borderColor": "#393f4c45", + "disabledBackground": "#393f4c45", "disabledForeground": "#D3DAE3", "foreground": "#D3DAE3", - "selectionBackground": "#8888FF", + "selectionBackground": "#8888FF55", "selectionForeground": "#FFFFFF", "separatorColor": "#404552" }, @@ -369,7 +369,7 @@ "disabledForeground": "#D3DAE3", "foreground": "#D3DAE3", "highlight": "#2f343f", - "selectionBackground": "#8888FF", + "selectionBackground": "#8888FF55", "selectionForeground": "#FFFFFF", "shadow": "#262b33" }, @@ -381,7 +381,7 @@ "disabledBackground": "#2f343f", "disabledForeground": "#D3DAE3", "foreground": "#D3DAE3", - "selectionBackground": "#8888FF", + "selectionBackground": "#8888FF55", "selectionForeground": "#FFFFFF" }, "NavBar": { @@ -433,9 +433,9 @@ "foreground": "#D3DAE3" }, "ParameterInfo": { - "background": "#393f4c", + "background": "#393f4c45", "borderColor": "#41416A", - "currentOverloadBackground": "#3F3F46", + "currentOverloadBackground": "#393f4c", "currentParameterForeground": "#42A5F5", "disabledForeground": "#D3DAE3", "foreground": "#D3DAE3", @@ -454,19 +454,19 @@ "Plugins": { "background": "#2f343f", "disabledForeground": "#D3DAE3", - "eapTagBackground": "#3F3F46", - "hoverBackground": "#08507C70", + "eapTagBackground": "#393f4c", + "hoverBackground": "#09477170", "lightSelectionBackground": "#41416A", - "paidTagBackground": "#3F3F46", - "selectionBackground": "#8888FF", + "paidTagBackground": "#393f4c", + "selectionBackground": "#8888FF55", "tagForeground": "#42A5F5", - "tagBackground": "#3F3F46", - "trialTagBackground": "#3F3F46", + "tagBackground": "#393f4c", + "trialTagBackground": "#393f4c", "Button": { "installBackground": "#383C4A", "installBorderColor": "#383C4A", "installForeground": "#D3DAE3", - "installFocusedBackground": "#3F3F46", + "installFocusedBackground": "#393f4c", "installFillForeground": "#D3DAE3", "installFillBackground": "#383C4A", "updateBackground": "#42A5F5", @@ -478,7 +478,7 @@ "borderColor": "#404552" }, "SectionHeader": { - "background": "#393f4c", + "background": "#393f4c45", "foreground": "#D3DAE3" }, "Tab": { @@ -495,14 +495,14 @@ }, "borderColor": "#262b33", "inactiveBorderColor": "#2f343f", - "innerBorderColor": "#393f4c", + "innerBorderColor": "#393f4c45", "Header": { "activeBackground": "#2f343f", "inactiveBackground": "#262b33" }, "paintBorder": true, "separatorForeground": "#D3DAE3", - "separatorColor": "#393f4c", + "separatorColor": "#393f4c45", "Toolbar": { "Floating.background": "#262b33", "background": "#262b33", @@ -523,8 +523,8 @@ "indeterminateEndColor": "#42A5F5", "indeterminateStartColor": "#42A5F5", "progressColor": "#42A5F5", - "selectionBackground": "#3F3F46", - "trackColor": "#3F3F46" + "selectionBackground": "#393f4c", + "trackColor": "#393f4c" }, "PsiViewer": { "referenceHighlightColor": "#42A5F5" @@ -541,7 +541,7 @@ "disabledBackground": "#2f343f", "disabledForeground": "#D3DAE3", "foreground": "#D3DAE3", - "selectionBackground": "#8888FF", + "selectionBackground": "#8888FF55", "selectionForeground": "#FFFFFF" }, "ScreenView.borderColor": "#404552", @@ -566,7 +566,7 @@ "trackColor": "#2f343f30" } }, - "thumb": "#3F3F46", + "thumb": "#393f4c", "thumbBorderColor": "#42A5F570", "thumbColor": "#42A5F570", "trackColor": "#2f343f30", @@ -599,7 +599,7 @@ "Tab": { "active.foreground": "#FFFFFF", "selectedForeground": "#FFFFFF", - "selectedBackground": "#3F3F46" + "selectedBackground": "#393f4c" } }, "SearchMatch": { @@ -617,9 +617,9 @@ "Repeated.File.Foreground": "#D3DAE3" }, "Separator": { - "background": "#393f4c", - "foreground": "#393f4c", - "separatorColor": "#393f4c" + "background": "#393f4c45", + "foreground": "#393f4c45", + "separatorColor": "#393f4c45" }, "SidePanel": { "background": "#262b33" @@ -630,13 +630,13 @@ "buttonColor": "#42A5F5", "foreground": "#D3DAE3", "majorTickLength": 6, - "tickColor": "#393f4c", + "tickColor": "#393f4c45", "trackColor": "#41416A", "trackWidth": 7, "thumb": "#42A5F5" }, "SpeedSearch": { - "background": "#3F3F46", + "background": "#393f4c", "borderColor": "#404552", "foreground": "#D3DAE3", "errorForeground": "#D3DAE3" @@ -651,15 +651,15 @@ "background": "#2f343f", "highlight": "#262b33" }, - "SplitPaneDivider.draggingColor": "#393f4c", + "SplitPaneDivider.draggingColor": "#393f4c45", "StatusBar": { "borderColor": "#2f343f", - "hoverBackground": "#3F3F46", + "hoverBackground": "#393f4c", "LightEditBackground": "#41416A" }, "TabbedPane": { "background": "#2f343f", - "contentAreaColor": "#3F3F46", + "contentAreaColor": "#393f4c", "contentBorderInsets": "3,1,1,1", "darkShadow": "#404552", "disabledForeground": "#D3DAE3", @@ -669,7 +669,7 @@ "fontSizeOffset": 0, "foreground": "#D3DAE3", "highlight": "#404552", - "hoverColor": "#3F3F46", + "hoverColor": "#393f4c", "labelShift": 0, "selectedForeground": "#FFFFFF", "selectedLabelShift": 0, @@ -694,11 +694,11 @@ "foreground": "#D3DAE3", "gridColor": "#2f343f", "highlightOuter": "#41416A", - "hoverBackground": "#08507C70", + "hoverBackground": "#09477170", "hoverInactiveBackground": "#41416A", "lightSelectionForeground": "#FFFFFF", "lightSelectionInactiveForeground": "#8b9eb5", - "lightSelectionInactiveBackground": "#393f4c", + "lightSelectionInactiveBackground": "#393f4c45", "selectionBackground": "#41416A", "selectionForeground": "#FFFFFF", "selectionInactiveBackground": "#41416A", @@ -709,14 +709,14 @@ "TableHeader": { "background": "#2f343f", "borderColor": "#2f343f", - "bottomSeparatorColor": "#393f4c", + "bottomSeparatorColor": "#393f4c45", "cellBorder": "4,0,4,0", "disabledForeground": "#D3DAE3", "foreground": "#D3DAE3", "focusCellBackground": "#41416A", "focusCellForeground": "#FFFFFF", "height": 25, - "separatorColor": "#393f4c" + "separatorColor": "#393f4c45" }, "text": "#8b9eb5", "textInactiveText": "#8b9eb5", @@ -747,7 +747,7 @@ }, "TitlePane": { "background": "#262b33", - "Button.hoverBackground": "#3F3F46", + "Button.hoverBackground": "#393f4c", "inactiveBackground": "#2f343f", "infoForeground": "#8b9eb5", "inactiveInfoForeground": "#8b9eb5" @@ -787,22 +787,22 @@ }, "Header": { "background": "#2f343f", - "borderColor": "#393f4c", + "borderColor": "#393f4c45", "inactiveBackground": "#2f343f" }, "HeaderCloseButton": { "background": "#2f343f" }, "HeaderTab": { - "borderColor": "#3F3F46", - "hoverBackground": "#3F3F46", - "hoverInactiveBackground": "#3F3F46", + "borderColor": "#393f4c", + "hoverBackground": "#393f4c", + "hoverInactiveBackground": "#393f4c", "inactiveUnderlineColor": "#42A5F5", "selectedBackground": "#262b33", "selectedInactiveBackground": "#262b33", "underlineColor": "#42A5F5", "underlinedTabBackground": "#41416A", - "underlinedTabInactiveBackground": "#393f4c", + "underlinedTabInactiveBackground": "#393f4c45", "underlinedTabForeground": "#FFFFFF", "underlinedTabInactiveForeground": "#D3DAE3" } @@ -811,14 +811,14 @@ "background": "#262b33", "foreground": "#8b9eb5", "hash": "#404552", - "hoverBackground": "#08507C70", + "hoverBackground": "#09477170", "hoverInactiveBackground": "#41416A", "modifiedItemForeground": "#42A5F5", "rowHeight": 28, - "selectionBackground": "#08507C70", + "selectionBackground": "#09477170", "selectionForeground": "#FFFFFF", "selectionInactiveForeground": "#FFFFFF", - "selectionInactiveBackground": "#08507C70", + "selectionInactiveBackground": "#09477170", "textBackground": "#262b33" }, "Tree.leftChildIndent": 10, @@ -834,35 +834,35 @@ "borderColor": "#404552", "background": "#2f343f", "foreground": "#D3DAE3", - "hoverBorderColor": "#3F3F46" + "hoverBorderColor": "#393f4c" }, "Connector": { "borderColor": "#404552", - "hoverBorderColor": "#3F3F46" + "hoverBorderColor": "#393f4c" }, "Canvas.background": "#262b33", "highStroke.foreground": "#D3DAE3", "Label.foreground": "#8b9eb5", - "List.selectionBackground": "#08507C70", + "List.selectionBackground": "#09477170", "motion": { "borderColor": "#404552", "Component.foreground": "#D3DAE3", "ConstraintSetText.foreground": "#8b9eb5", - "ConstraintSet.background": "#393f4c", - "CSPanel.SelectedFocusBackground": "#8888FF", - "CSPanel.SelectedBackground": "#08507C70", + "ConstraintSet.background": "#393f4c45", + "CSPanel.SelectedFocusBackground": "#8888FF55", + "CSPanel.SelectedBackground": "#09477170", "cs_FocusText.infoForeground": "#8b9eb5", "CursorTextColor.foreground": "#D3DAE3", "HoverColor.disabledBackground": "#D3DAE3", "motionGraph.background": "#2f343f", "Notification.background": "#262a33", - "ourAvg.background": "#393f4c", - "ourCS.background": "#393f4c", + "ourAvg.background": "#393f4c45", + "ourCS.background": "#393f4c45", "ourCS_Border.borderColor": "#404552", "ourCS_TextColor.foreground": "#8b9eb5", "ourCS_SelectedFocusBackground.selectionForeground": "#FFFFFF", "ourCS_SelectedBackground.selectionInactiveBackground": "#41416A", - "ourCS_SelectedBorder.pressedBorderColor": "#3F3F46", + "ourCS_SelectedBorder.pressedBorderColor": "#393f4c", "ourML_BarColor.separatorColor": "#404552", "PrimaryPanel.background": "#262b33", "SecondaryPanel.background": "#2f343f", @@ -895,7 +895,7 @@ "selectedBranchBackground": "#2f343f" }, "GitCommits": { - "graphColor": "#3F3F46" + "graphColor": "#393f4c" }, "GitLog": { "localBranchIconColor": "#42A5F5", @@ -914,12 +914,12 @@ }, "Log": { "Commit.unmatchedForeground": "#8b9eb5", - "Commit.currentBranchBackground": "#393f4c", - "Commit.hoveredBackground": "#08507C70" + "Commit.currentBranchBackground": "#393f4c45", + "Commit.hoveredBackground": "#09477170" }, "RefLabel": { "foreground": "#FFFFFF", - "backgroundBase": "#3F3F46" + "backgroundBase": "#393f4c" } }, "Viewport": { @@ -939,13 +939,13 @@ "headerForeground": "#D3DAE3", "List.background": "#262b33", "separatorColor": "#404552", - "SidePanel.background": "#393f4c", + "SidePanel.background": "#393f4c45", "Projects": { "actions.background": "#262b33", - "actions.selectionBackground": "#3F3F46", - "background": "#393f4c", - "selectionBackground": "#8888FF", - "selectionInactiveBackground": "#393f4c" + "actions.selectionBackground": "#393f4c", + "background": "#393f4c45", + "selectionBackground": "#8888FF55", + "selectionInactiveBackground": "#393f4c45" } }, "window": "#262b33", @@ -968,14 +968,14 @@ "Actions.Blue": "#7587A6", "Actions.Green": "#8F9D6A", "Actions.Grey": "#8b9eb5", - "Actions.GreyInline": "#747C84", + "Actions.GreyInline": "#747c84", "Actions.GreyInline.Dark": "#D3DAE3", "Actions.Red": "#CF6A4C", "Actions.Yellow": "#F9EE98", "Checkbox.Background.Default": "#262b33", "Checkbox.Background.Default.Dark": "#262b33", - "Checkbox.Background.Disabled": "#474B57", - "Checkbox.Background.Disabled.Dark": "#474B57", + "Checkbox.Background.Disabled": "#37373d", + "Checkbox.Background.Disabled.Dark": "#37373d", "Checkbox.Border.Default": "#404552", "Checkbox.Border.Default.Dark": "#404552", "Checkbox.Border.Disabled": "#D3DAE3", @@ -994,7 +994,7 @@ "Checkbox.Foreground.Selected.Dark": "#42A5F5", "Checkbox.Focus.Thin.Selected": "#D3DAE3", "Checkbox.Focus.Thin.Selected.Dark": "#D3DAE3", - "Objects.Grey": "#747C84", + "Objects.Grey": "#747c84", "Objects.Blue": "#7587A6", "Objects.RedStatus": "#CF6A4C", "Objects.Red": "#CF6A4C", 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 21780d61..770bceac 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 @@ -14,19 +14,19 @@ "acceleratorSelectionForeground": "#8b9eb5", "background": "#2f343f", "borderColor": "#404552", - "disabledBackground": "#474B57", + "disabledBackground": "#37373d", "disabledForeground": "#D3DAE3", "disabledText": "#D3DAE3", - "focusColor": "#3F3F46", + "focusColor": "#393f4c", "focusedBorderColor": "#42A5F5", "foreground": "#D3DAE3", - "inactiveBackground": "#474B57", + "inactiveBackground": "#37373d", "inactiveForeground": "#8b9eb5", "infoForeground": "#8b9eb5", - "selectionBackground": "#8888FF", - "selectionBackgroundInactive": "#393f4c", + "selectionBackground": "#8888FF55", + "selectionBackgroundInactive": "#393f4c45", "selectionForeground": "#FFFFFF", - "selectionInactiveBackground": "#393f4c", + "selectionInactiveBackground": "#393f4c45", "separatorColor": "#404552" }, "activeCaption": "#2f343f", @@ -39,7 +39,7 @@ "pressedBorderColor": "#42A5F550" }, "Autocomplete": { - "selectionBackground": "#8888FF" + "selectionBackground": "#8888FF55" }, "Borders.ContrastBorderColor": "#2f343f", "Borders.color": "#404552", @@ -60,7 +60,7 @@ "disabledText": "#D3DAE3", "endBackground": "#383C4A", "endBorderColor": "#383C4A", - "focus": "#3F3F46", + "focus": "#393f4c", "focusedBorderColor": "#42A5F5", "foreground": "#8b9eb5", "highlight": "#FFFFFF", @@ -80,7 +80,7 @@ }, "Content": { "background": "#262b33", - "selectionBackground": "#8888FF" + "selectionBackground": "#8888FF55" }, "CheckBox": { "background": "#2f343f", @@ -95,14 +95,14 @@ "disabledBackground": "#2f343f", "disabledForeground": "#D3DAE3", "foreground": "#D3DAE3", - "selectionBackground": "#8888FF", + "selectionBackground": "#8888FF55", "selectionForeground": "#FFFFFF" }, "CodeWithMe": { "Avatar.foreground": "#D3DAE3", "AccessEnabled": { "accessDot": "#42A5F5", - "dropdownBorder": "#393f4c", + "dropdownBorder": "#393f4c45", "pillBackground": "$second" } }, @@ -125,14 +125,14 @@ "disabledForeground": "#D3DAE3", "foreground": "#D3DAE3", "modifiedItemForeground": "#42A5F5", - "nonEditableBackground": "#393f4c", + "nonEditableBackground": "#393f4c45", "padding": "5,5,5,5", "selectionBackground": "#41416A", "selectionForeground": "#FFFFFF" }, "ComboPopup.border": "#404552", "CompletionPopup": { - "background": "#393f4c", + "background": "#393f4c45", "foreground": "#D3DAE3", "infoForeground": "#8b9eb5", "matchForeground": "#42A5F5", @@ -141,14 +141,14 @@ "selectedGrayedForeground": "#FFFFFF", "selectionGrayForeground": "#FFFFFF", "selectionInactiveInfoForeground": "#8b9eb5", - "selectionInactiveBackground": "#8888FF50", - "selectionBackground": "#8888FF80", + "selectionInactiveBackground": "#8888FF55", + "selectionBackground": "#8888FF55", "selectionForeground": "#FFFFFF", "selectionInfoForeground": "#FFFFFF" }, "Component": { "arc": 4, - "borderColor": "#3F3F46", + "borderColor": "#393f4c", "disabledBorderColor": "#383C4A", "focusColor": "#42A5F5", "focusedBorderColor": "#42A5F5", @@ -174,18 +174,18 @@ } }, "DebuggerTabs": { - "selectedBackground": "#3F3F46", - "underlinedTabBackground": "#3F3F46" + "selectedBackground": "#393f4c", + "underlinedTabBackground": "#393f4c" }, "DebuggerPopup": { - "borderColor": "#3F3F46" + "borderColor": "#393f4c" }, "DefaultTabs": { "background": "#2f343f", "borderColor": "#2f343f", "hoverBackground": "#41416A", "hoverColor": "#2f343f", - "hoverMaskColor": "#3F3F46", + "hoverMaskColor": "#393f4c", "inactiveColoredTabBackground": "#2f343f", "inactiveColoredFileBackground": "#383C4A", "inactiveUnderlineColor": "#42A5F5", @@ -213,14 +213,14 @@ "foreground": "#D3DAE3", "inactiveBackground": "#2f343f", "inactiveForeground": "#D3DAE3", - "selectionBackground": "#8888FF", + "selectionBackground": "#8888FF55", "selectionForeground": "#FFFFFF" }, "EditorTabs": { - "borderColor": "#393f4c", - "hoverBackground": "#3F3F46", - "hoverColor": "#3F3F46", - "hoverMaskColor": "#3F3F46", + "borderColor": "#393f4c45", + "hoverBackground": "#393f4c", + "hoverColor": "#393f4c", + "hoverMaskColor": "#393f4c", "inactiveMaskColor": "#2f343f", "inactiveColoredFileBackground": "#2f343f", "inactiveUnderlineColor": "#D3DAE3", @@ -232,9 +232,9 @@ }, "EditorGroupsTabs": { "background": "#2f343f", - "borderColor": "#393f4c", - "hoverBackground": "#3F3F46", - "hoverColor": "#3F3F46", + "borderColor": "#393f4c45", + "hoverBackground": "#393f4c", + "hoverColor": "#393f4c", "inactiveUnderlineColor": "#42A5F5", "underlineColor": "#42A5F5", "underlinedTabBackground": "#41416A", @@ -243,7 +243,7 @@ "FileColor": { "Green": "#387002", "Blue": "#004BA0", - "Yellow": "#474B57", + "Yellow": "#37373d", "Orange": "#B53D00", "Violet": "#4D2C91", "Rose": "#A00037" @@ -289,7 +289,7 @@ "shortcutForeground": "#8b9eb5" }, "Hyperlink.linkColor": "#42A5F5", - "inactiveCaption": "#393f4c", + "inactiveCaption": "#393f4c45", "inactiveCaptionBorder": "#2f343f", "inactiveCaptionText": "#8b9eb5", "info": "#8b9eb5", @@ -323,14 +323,14 @@ }, "link.foreground": "#42A5F5", "List": { - "background": "#393f4c", + "background": "#393f4c45", "foreground": "#D3DAE3", - "hoverBackground": "#08507C70", + "hoverBackground": "#09477170", "hoverInactiveBackground": "#41416A", - "selectionBackground": "#8888FF50", + "selectionBackground": "#8888FF55", "selectionForeground": "#FFFFFF", "selectionInactiveForeground": "#FFFFFF", - "selectionInactiveBackground": "#08507C70" + "selectionInactiveBackground": "#09477170" }, "material": { "background": "#2f343f", @@ -345,20 +345,20 @@ "tagColor": "#8b9eb5" }, "MemoryIndicator": { - "allocatedBackground": "#393f4c", - "usedColor": "#3F3F46", - "usedBackground": "#3F3F46" + "allocatedBackground": "#393f4c45", + "usedColor": "#393f4c", + "usedBackground": "#393f4c" }, "Menu": { "acceleratorForeground": "#8b9eb5", "acceleratorSelectionForeground": "#FFFFFF", "background": "#2f343f", "border": "4,2,4,2", - "borderColor": "#393f4c", - "disabledBackground": "#393f4c", + "borderColor": "#393f4c45", + "disabledBackground": "#393f4c45", "disabledForeground": "#D3DAE3", "foreground": "#D3DAE3", - "selectionBackground": "#8888FF", + "selectionBackground": "#8888FF55", "selectionForeground": "#FFFFFF", "separatorColor": "#404552" }, @@ -369,7 +369,7 @@ "disabledForeground": "#D3DAE3", "foreground": "#D3DAE3", "highlight": "#2f343f", - "selectionBackground": "#8888FF", + "selectionBackground": "#8888FF55", "selectionForeground": "#FFFFFF", "shadow": "#2f343f" }, @@ -381,7 +381,7 @@ "disabledBackground": "#2f343f", "disabledForeground": "#D3DAE3", "foreground": "#D3DAE3", - "selectionBackground": "#8888FF", + "selectionBackground": "#8888FF55", "selectionForeground": "#FFFFFF" }, "NavBar": { @@ -433,9 +433,9 @@ "foreground": "#D3DAE3" }, "ParameterInfo": { - "background": "#393f4c", + "background": "#393f4c45", "borderColor": "#41416A", - "currentOverloadBackground": "#3F3F46", + "currentOverloadBackground": "#393f4c", "currentParameterForeground": "#42A5F5", "disabledForeground": "#D3DAE3", "foreground": "#D3DAE3", @@ -454,19 +454,19 @@ "Plugins": { "background": "#2f343f", "disabledForeground": "#D3DAE3", - "eapTagBackground": "#3F3F46", - "hoverBackground": "#08507C70", + "eapTagBackground": "#393f4c", + "hoverBackground": "#09477170", "lightSelectionBackground": "#41416A", - "paidTagBackground": "#3F3F46", - "selectionBackground": "#8888FF", + "paidTagBackground": "#393f4c", + "selectionBackground": "#8888FF55", "tagForeground": "#42A5F5", - "tagBackground": "#3F3F46", - "trialTagBackground": "#3F3F46", + "tagBackground": "#393f4c", + "trialTagBackground": "#393f4c", "Button": { "installBackground": "#383C4A", "installBorderColor": "#383C4A", "installForeground": "#D3DAE3", - "installFocusedBackground": "#3F3F46", + "installFocusedBackground": "#393f4c", "installFillForeground": "#D3DAE3", "installFillBackground": "#383C4A", "updateBackground": "#42A5F5", @@ -478,7 +478,7 @@ "borderColor": "#404552" }, "SectionHeader": { - "background": "#393f4c", + "background": "#393f4c45", "foreground": "#D3DAE3" }, "Tab": { @@ -495,14 +495,14 @@ }, "borderColor": "#262b33", "inactiveBorderColor": "#2f343f", - "innerBorderColor": "#393f4c", + "innerBorderColor": "#393f4c45", "Header": { "activeBackground": "#2f343f", "inactiveBackground": "#262b33" }, "paintBorder": true, "separatorForeground": "#D3DAE3", - "separatorColor": "#393f4c", + "separatorColor": "#393f4c45", "Toolbar": { "Floating.background": "#262b33", "background": "#262b33", @@ -523,8 +523,8 @@ "indeterminateEndColor": "#42A5F5", "indeterminateStartColor": "#42A5F5", "progressColor": "#42A5F5", - "selectionBackground": "#3F3F46", - "trackColor": "#3F3F46" + "selectionBackground": "#393f4c", + "trackColor": "#393f4c" }, "PsiViewer": { "referenceHighlightColor": "#42A5F5" @@ -541,7 +541,7 @@ "disabledBackground": "#2f343f", "disabledForeground": "#D3DAE3", "foreground": "#D3DAE3", - "selectionBackground": "#8888FF", + "selectionBackground": "#8888FF55", "selectionForeground": "#FFFFFF" }, "ScreenView.borderColor": "#404552", @@ -566,7 +566,7 @@ "trackColor": "#2f343f30" } }, - "thumb": "#3F3F46", + "thumb": "#393f4c", "thumbBorderColor": "#42A5F570", "thumbColor": "#42A5F570", "trackColor": "#2f343f30", @@ -599,7 +599,7 @@ "Tab": { "active.foreground": "#FFFFFF", "selectedForeground": "#FFFFFF", - "selectedBackground": "#3F3F46" + "selectedBackground": "#393f4c" } }, "SearchMatch": { @@ -617,9 +617,9 @@ "Repeated.File.Foreground": "#D3DAE3" }, "Separator": { - "background": "#393f4c", - "foreground": "#393f4c", - "separatorColor": "#393f4c" + "background": "#393f4c45", + "foreground": "#393f4c45", + "separatorColor": "#393f4c45" }, "SidePanel": { "background": "#2f343f" @@ -630,13 +630,13 @@ "buttonColor": "#42A5F5", "foreground": "#D3DAE3", "majorTickLength": 6, - "tickColor": "#393f4c", + "tickColor": "#393f4c45", "trackColor": "#41416A", "trackWidth": 7, "thumb": "#42A5F5" }, "SpeedSearch": { - "background": "#3F3F46", + "background": "#393f4c", "borderColor": "#404552", "foreground": "#D3DAE3", "errorForeground": "#D3DAE3" @@ -651,15 +651,15 @@ "background": "#2f343f", "highlight": "#2f343f" }, - "SplitPaneDivider.draggingColor": "#393f4c", + "SplitPaneDivider.draggingColor": "#393f4c45", "StatusBar": { "borderColor": "#2f343f", - "hoverBackground": "#3F3F46", + "hoverBackground": "#393f4c", "LightEditBackground": "#41416A" }, "TabbedPane": { "background": "#2f343f", - "contentAreaColor": "#3F3F46", + "contentAreaColor": "#393f4c", "contentBorderInsets": "3,1,1,1", "darkShadow": "#404552", "disabledForeground": "#D3DAE3", @@ -669,7 +669,7 @@ "fontSizeOffset": 0, "foreground": "#D3DAE3", "highlight": "#404552", - "hoverColor": "#3F3F46", + "hoverColor": "#393f4c", "labelShift": 0, "selectedForeground": "#FFFFFF", "selectedLabelShift": 0, @@ -694,11 +694,11 @@ "foreground": "#D3DAE3", "gridColor": "#2f343f", "highlightOuter": "#41416A", - "hoverBackground": "#08507C70", + "hoverBackground": "#09477170", "hoverInactiveBackground": "#41416A", "lightSelectionForeground": "#FFFFFF", "lightSelectionInactiveForeground": "#8b9eb5", - "lightSelectionInactiveBackground": "#393f4c", + "lightSelectionInactiveBackground": "#393f4c45", "selectionBackground": "#41416A", "selectionForeground": "#FFFFFF", "selectionInactiveBackground": "#41416A", @@ -709,14 +709,14 @@ "TableHeader": { "background": "#2f343f", "borderColor": "#2f343f", - "bottomSeparatorColor": "#393f4c", + "bottomSeparatorColor": "#393f4c45", "cellBorder": "4,0,4,0", "disabledForeground": "#D3DAE3", "foreground": "#D3DAE3", "focusCellBackground": "#41416A", "focusCellForeground": "#FFFFFF", "height": 25, - "separatorColor": "#393f4c" + "separatorColor": "#393f4c45" }, "text": "#8b9eb5", "textInactiveText": "#8b9eb5", @@ -747,7 +747,7 @@ }, "TitlePane": { "background": "#262b33", - "Button.hoverBackground": "#3F3F46", + "Button.hoverBackground": "#393f4c", "inactiveBackground": "#2f343f", "infoForeground": "#8b9eb5", "inactiveInfoForeground": "#8b9eb5" @@ -787,22 +787,22 @@ }, "Header": { "background": "#2f343f", - "borderColor": "#393f4c", + "borderColor": "#393f4c45", "inactiveBackground": "#2f343f" }, "HeaderCloseButton": { "background": "#2f343f" }, "HeaderTab": { - "borderColor": "#3F3F46", - "hoverBackground": "#3F3F46", - "hoverInactiveBackground": "#3F3F46", + "borderColor": "#393f4c", + "hoverBackground": "#393f4c", + "hoverInactiveBackground": "#393f4c", "inactiveUnderlineColor": "#42A5F5", "selectedBackground": "#262b33", "selectedInactiveBackground": "#262b33", "underlineColor": "#42A5F5", "underlinedTabBackground": "#41416A", - "underlinedTabInactiveBackground": "#393f4c", + "underlinedTabInactiveBackground": "#393f4c45", "underlinedTabForeground": "#FFFFFF", "underlinedTabInactiveForeground": "#D3DAE3" } @@ -811,14 +811,14 @@ "background": "#2f343f", "foreground": "#8b9eb5", "hash": "#404552", - "hoverBackground": "#08507C70", + "hoverBackground": "#09477170", "hoverInactiveBackground": "#41416A", "modifiedItemForeground": "#42A5F5", "rowHeight": 28, - "selectionBackground": "#08507C70", + "selectionBackground": "#09477170", "selectionForeground": "#FFFFFF", "selectionInactiveForeground": "#FFFFFF", - "selectionInactiveBackground": "#08507C70", + "selectionInactiveBackground": "#09477170", "textBackground": "#2f343f" }, "Tree.leftChildIndent": 10, @@ -834,35 +834,35 @@ "borderColor": "#404552", "background": "#2f343f", "foreground": "#D3DAE3", - "hoverBorderColor": "#3F3F46" + "hoverBorderColor": "#393f4c" }, "Connector": { "borderColor": "#404552", - "hoverBorderColor": "#3F3F46" + "hoverBorderColor": "#393f4c" }, "Canvas.background": "#262b33", "highStroke.foreground": "#D3DAE3", "Label.foreground": "#8b9eb5", - "List.selectionBackground": "#08507C70", + "List.selectionBackground": "#09477170", "motion": { "borderColor": "#404552", "Component.foreground": "#D3DAE3", "ConstraintSetText.foreground": "#8b9eb5", - "ConstraintSet.background": "#393f4c", - "CSPanel.SelectedFocusBackground": "#8888FF", - "CSPanel.SelectedBackground": "#08507C70", + "ConstraintSet.background": "#393f4c45", + "CSPanel.SelectedFocusBackground": "#8888FF55", + "CSPanel.SelectedBackground": "#09477170", "cs_FocusText.infoForeground": "#8b9eb5", "CursorTextColor.foreground": "#D3DAE3", "HoverColor.disabledBackground": "#D3DAE3", "motionGraph.background": "#2f343f", "Notification.background": "#262a33", - "ourAvg.background": "#393f4c", - "ourCS.background": "#393f4c", + "ourAvg.background": "#393f4c45", + "ourCS.background": "#393f4c45", "ourCS_Border.borderColor": "#404552", "ourCS_TextColor.foreground": "#8b9eb5", "ourCS_SelectedFocusBackground.selectionForeground": "#FFFFFF", "ourCS_SelectedBackground.selectionInactiveBackground": "#41416A", - "ourCS_SelectedBorder.pressedBorderColor": "#3F3F46", + "ourCS_SelectedBorder.pressedBorderColor": "#393f4c", "ourML_BarColor.separatorColor": "#404552", "PrimaryPanel.background": "#262b33", "SecondaryPanel.background": "#2f343f", @@ -895,7 +895,7 @@ "selectedBranchBackground": "#2f343f" }, "GitCommits": { - "graphColor": "#3F3F46" + "graphColor": "#393f4c" }, "GitLog": { "localBranchIconColor": "#42A5F5", @@ -914,12 +914,12 @@ }, "Log": { "Commit.unmatchedForeground": "#8b9eb5", - "Commit.currentBranchBackground": "#393f4c", - "Commit.hoveredBackground": "#08507C70" + "Commit.currentBranchBackground": "#393f4c45", + "Commit.hoveredBackground": "#09477170" }, "RefLabel": { "foreground": "#FFFFFF", - "backgroundBase": "#3F3F46" + "backgroundBase": "#393f4c" } }, "Viewport": { @@ -939,13 +939,13 @@ "headerForeground": "#D3DAE3", "List.background": "#262b33", "separatorColor": "#404552", - "SidePanel.background": "#393f4c", + "SidePanel.background": "#393f4c45", "Projects": { "actions.background": "#262b33", - "actions.selectionBackground": "#3F3F46", - "background": "#393f4c", - "selectionBackground": "#8888FF", - "selectionInactiveBackground": "#393f4c" + "actions.selectionBackground": "#393f4c", + "background": "#393f4c45", + "selectionBackground": "#8888FF55", + "selectionInactiveBackground": "#393f4c45" } }, "window": "#2f343f", @@ -968,14 +968,14 @@ "Actions.Blue": "#7587A6", "Actions.Green": "#8F9D6A", "Actions.Grey": "#8b9eb5", - "Actions.GreyInline": "#747C84", + "Actions.GreyInline": "#747c84", "Actions.GreyInline.Dark": "#D3DAE3", "Actions.Red": "#CF6A4C", "Actions.Yellow": "#F9EE98", "Checkbox.Background.Default": "#262b33", "Checkbox.Background.Default.Dark": "#262b33", - "Checkbox.Background.Disabled": "#474B57", - "Checkbox.Background.Disabled.Dark": "#474B57", + "Checkbox.Background.Disabled": "#37373d", + "Checkbox.Background.Disabled.Dark": "#37373d", "Checkbox.Border.Default": "#404552", "Checkbox.Border.Default.Dark": "#404552", "Checkbox.Border.Disabled": "#D3DAE3", @@ -994,7 +994,7 @@ "Checkbox.Foreground.Selected.Dark": "#42A5F5", "Checkbox.Focus.Thin.Selected": "#D3DAE3", "Checkbox.Focus.Thin.Selected.Dark": "#D3DAE3", - "Objects.Grey": "#747C84", + "Objects.Grey": "#747c84", "Objects.Blue": "#7587A6", "Objects.RedStatus": "#CF6A4C", "Objects.Red": "#CF6A4C", 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 957ed9e9..467ce029 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 @@ -23,7 +23,7 @@ "inactiveBackground": "#3c4150", "inactiveForeground": "#979FAD", "infoForeground": "#979FAD", - "selectionBackground": "#3A3F4B", + "selectionBackground": "#4D515D", "selectionBackgroundInactive": "#2F333D", "selectionForeground": "#FFFFFF", "selectionInactiveBackground": "#2F333D", @@ -39,7 +39,7 @@ "pressedBorderColor": "#2979ff50" }, "Autocomplete": { - "selectionBackground": "#3A3F4B" + "selectionBackground": "#4D515D" }, "Borders.ContrastBorderColor": "#282C34", "Borders.color": "#282C34", @@ -80,7 +80,7 @@ }, "Content": { "background": "#21252B", - "selectionBackground": "#3A3F4B" + "selectionBackground": "#4D515D" }, "CheckBox": { "background": "#282C34", @@ -95,7 +95,7 @@ "disabledBackground": "#282C34", "disabledForeground": "#6B727D", "foreground": "#979FAD", - "selectionBackground": "#3A3F4B", + "selectionBackground": "#4D515D", "selectionForeground": "#FFFFFF" }, "CodeWithMe": { @@ -141,8 +141,8 @@ "selectedGrayedForeground": "#FFFFFF", "selectionGrayForeground": "#FFFFFF", "selectionInactiveInfoForeground": "#979FAD", - "selectionInactiveBackground": "#3A3F4B50", - "selectionBackground": "#3A3F4B80", + "selectionInactiveBackground": "#4D515D", + "selectionBackground": "#4D515D", "selectionForeground": "#FFFFFF", "selectionInfoForeground": "#FFFFFF" }, @@ -166,7 +166,7 @@ "Variables": { "collectingDataForeground": "#979FAD", "changedValueForeground": "#2979ff", - "errorMessageForeground": "#F07178", + "errorMessageForeground": "#e06c75", "evaluatingExpressionForeground": "#979FAD", "exceptionForeground": "#E5C17C", "modifyingValueForeground": "#2979ff", @@ -213,7 +213,7 @@ "foreground": "#979FAD", "inactiveBackground": "#282C34", "inactiveForeground": "#6B727D", - "selectionBackground": "#3A3F4B", + "selectionBackground": "#4D515D", "selectionForeground": "#FFFFFF" }, "EditorTabs": { @@ -325,12 +325,12 @@ "List": { "background": "#2F333D", "foreground": "#979FAD", - "hoverBackground": "#3A3F4B70", + "hoverBackground": "#3A3F4B80", "hoverInactiveBackground": "#383E49", - "selectionBackground": "#3A3F4B50", + "selectionBackground": "#4D515D", "selectionForeground": "#FFFFFF", "selectionInactiveForeground": "#FFFFFF", - "selectionInactiveBackground": "#3A3F4B70" + "selectionInactiveBackground": "#3A3F4B80" }, "material": { "background": "#282C34", @@ -358,7 +358,7 @@ "disabledBackground": "#2F333D", "disabledForeground": "#6B727D", "foreground": "#979FAD", - "selectionBackground": "#3A3F4B", + "selectionBackground": "#4D515D", "selectionForeground": "#FFFFFF", "separatorColor": "#282C34" }, @@ -369,7 +369,7 @@ "disabledForeground": "#6B727D", "foreground": "#979FAD", "highlight": "#282C34", - "selectionBackground": "#3A3F4B", + "selectionBackground": "#4D515D", "selectionForeground": "#FFFFFF", "shadow": "#21252B" }, @@ -381,7 +381,7 @@ "disabledBackground": "#282C34", "disabledForeground": "#6B727D", "foreground": "#979FAD", - "selectionBackground": "#3A3F4B", + "selectionBackground": "#4D515D", "selectionForeground": "#FFFFFF" }, "NavBar": { @@ -455,10 +455,10 @@ "background": "#282C34", "disabledForeground": "#6B727D", "eapTagBackground": "#383D48", - "hoverBackground": "#3A3F4B70", + "hoverBackground": "#3A3F4B80", "lightSelectionBackground": "#383E49", "paidTagBackground": "#383D48", - "selectionBackground": "#3A3F4B", + "selectionBackground": "#4D515D", "tagForeground": "#2979ff", "tagBackground": "#383D48", "trialTagBackground": "#383D48", @@ -541,7 +541,7 @@ "disabledBackground": "#282C34", "disabledForeground": "#6B727D", "foreground": "#979FAD", - "selectionBackground": "#3A3F4B", + "selectionBackground": "#4D515D", "selectionForeground": "#FFFFFF" }, "ScreenView.borderColor": "#282C34", @@ -694,7 +694,7 @@ "foreground": "#979FAD", "gridColor": "#282C34", "highlightOuter": "#383E49", - "hoverBackground": "#3A3F4B70", + "hoverBackground": "#3A3F4B80", "hoverInactiveBackground": "#383E49", "lightSelectionForeground": "#FFFFFF", "lightSelectionInactiveForeground": "#979FAD", @@ -811,14 +811,14 @@ "background": "#21252B", "foreground": "#979FAD", "hash": "#282C34", - "hoverBackground": "#3A3F4B70", + "hoverBackground": "#3A3F4B80", "hoverInactiveBackground": "#383E49", "modifiedItemForeground": "#2979ff", "rowHeight": 28, - "selectionBackground": "#3A3F4B70", + "selectionBackground": "#3A3F4B80", "selectionForeground": "#FFFFFF", "selectionInactiveForeground": "#FFFFFF", - "selectionInactiveBackground": "#3A3F4B70", + "selectionInactiveBackground": "#3A3F4B80", "textBackground": "#21252B" }, "Tree.leftChildIndent": 10, @@ -843,14 +843,14 @@ "Canvas.background": "#21252B", "highStroke.foreground": "#979FAD", "Label.foreground": "#979FAD", - "List.selectionBackground": "#3A3F4B70", + "List.selectionBackground": "#3A3F4B80", "motion": { "borderColor": "#282C34", "Component.foreground": "#979FAD", "ConstraintSetText.foreground": "#979FAD", "ConstraintSet.background": "#2F333D", - "CSPanel.SelectedFocusBackground": "#3A3F4B", - "CSPanel.SelectedBackground": "#3A3F4B70", + "CSPanel.SelectedFocusBackground": "#4D515D", + "CSPanel.SelectedBackground": "#3A3F4B80", "cs_FocusText.infoForeground": "#979FAD", "CursorTextColor.foreground": "#979FAD", "HoverColor.disabledBackground": "#6B727D", @@ -915,7 +915,7 @@ "Log": { "Commit.unmatchedForeground": "#979FAD", "Commit.currentBranchBackground": "#2F333D", - "Commit.hoveredBackground": "#3A3F4B70" + "Commit.hoveredBackground": "#3A3F4B80" }, "RefLabel": { "foreground": "#FFFFFF", @@ -944,7 +944,7 @@ "actions.background": "#21252B", "actions.selectionBackground": "#383D48", "background": "#2F333D", - "selectionBackground": "#3A3F4B", + "selectionBackground": "#4D515D", "selectionInactiveBackground": "#2F333D" } }, @@ -970,7 +970,7 @@ "Actions.Grey": "#979FAD", "Actions.GreyInline": "#59626F", "Actions.GreyInline.Dark": "#979FAD", - "Actions.Red": "#F07178", + "Actions.Red": "#e06c75", "Actions.Yellow": "#E5C17C", "Checkbox.Background.Default": "#21252B", "Checkbox.Background.Default.Dark": "#21252B", @@ -996,8 +996,8 @@ "Checkbox.Focus.Thin.Selected.Dark": "#979FAD", "Objects.Grey": "#59626F", "Objects.Blue": "#61AEEF", - "Objects.RedStatus": "#F07178", - "Objects.Red": "#F07178", + "Objects.RedStatus": "#e06c75", + "Objects.Red": "#e06c75", "Objects.Pink": "#C679DD", "Objects.Yellow": "#E5C17C", "Objects.Green": "#98C379", 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 be20805f..fced7f96 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 @@ -23,7 +23,7 @@ "inactiveBackground": "#3c4150", "inactiveForeground": "#979FAD", "infoForeground": "#979FAD", - "selectionBackground": "#3A3F4B", + "selectionBackground": "#4D515D", "selectionBackgroundInactive": "#2F333D", "selectionForeground": "#FFFFFF", "selectionInactiveBackground": "#2F333D", @@ -39,7 +39,7 @@ "pressedBorderColor": "#2979ff50" }, "Autocomplete": { - "selectionBackground": "#3A3F4B" + "selectionBackground": "#4D515D" }, "Borders.ContrastBorderColor": "#282C34", "Borders.color": "#282C34", @@ -80,7 +80,7 @@ }, "Content": { "background": "#21252B", - "selectionBackground": "#3A3F4B" + "selectionBackground": "#4D515D" }, "CheckBox": { "background": "#282C34", @@ -95,7 +95,7 @@ "disabledBackground": "#282C34", "disabledForeground": "#6B727D", "foreground": "#979FAD", - "selectionBackground": "#3A3F4B", + "selectionBackground": "#4D515D", "selectionForeground": "#FFFFFF" }, "CodeWithMe": { @@ -141,8 +141,8 @@ "selectedGrayedForeground": "#FFFFFF", "selectionGrayForeground": "#FFFFFF", "selectionInactiveInfoForeground": "#979FAD", - "selectionInactiveBackground": "#3A3F4B50", - "selectionBackground": "#3A3F4B80", + "selectionInactiveBackground": "#4D515D", + "selectionBackground": "#4D515D", "selectionForeground": "#FFFFFF", "selectionInfoForeground": "#FFFFFF" }, @@ -166,7 +166,7 @@ "Variables": { "collectingDataForeground": "#979FAD", "changedValueForeground": "#2979ff", - "errorMessageForeground": "#F07178", + "errorMessageForeground": "#e06c75", "evaluatingExpressionForeground": "#979FAD", "exceptionForeground": "#E5C17C", "modifyingValueForeground": "#2979ff", @@ -213,7 +213,7 @@ "foreground": "#979FAD", "inactiveBackground": "#282C34", "inactiveForeground": "#6B727D", - "selectionBackground": "#3A3F4B", + "selectionBackground": "#4D515D", "selectionForeground": "#FFFFFF" }, "EditorTabs": { @@ -325,12 +325,12 @@ "List": { "background": "#2F333D", "foreground": "#979FAD", - "hoverBackground": "#3A3F4B70", + "hoverBackground": "#3A3F4B80", "hoverInactiveBackground": "#383E49", - "selectionBackground": "#3A3F4B50", + "selectionBackground": "#4D515D", "selectionForeground": "#FFFFFF", "selectionInactiveForeground": "#FFFFFF", - "selectionInactiveBackground": "#3A3F4B70" + "selectionInactiveBackground": "#3A3F4B80" }, "material": { "background": "#282C34", @@ -358,7 +358,7 @@ "disabledBackground": "#2F333D", "disabledForeground": "#6B727D", "foreground": "#979FAD", - "selectionBackground": "#3A3F4B", + "selectionBackground": "#4D515D", "selectionForeground": "#FFFFFF", "separatorColor": "#282C34" }, @@ -369,7 +369,7 @@ "disabledForeground": "#6B727D", "foreground": "#979FAD", "highlight": "#282C34", - "selectionBackground": "#3A3F4B", + "selectionBackground": "#4D515D", "selectionForeground": "#FFFFFF", "shadow": "#282C34" }, @@ -381,7 +381,7 @@ "disabledBackground": "#282C34", "disabledForeground": "#6B727D", "foreground": "#979FAD", - "selectionBackground": "#3A3F4B", + "selectionBackground": "#4D515D", "selectionForeground": "#FFFFFF" }, "NavBar": { @@ -455,10 +455,10 @@ "background": "#282C34", "disabledForeground": "#6B727D", "eapTagBackground": "#383D48", - "hoverBackground": "#3A3F4B70", + "hoverBackground": "#3A3F4B80", "lightSelectionBackground": "#383E49", "paidTagBackground": "#383D48", - "selectionBackground": "#3A3F4B", + "selectionBackground": "#4D515D", "tagForeground": "#2979ff", "tagBackground": "#383D48", "trialTagBackground": "#383D48", @@ -541,7 +541,7 @@ "disabledBackground": "#282C34", "disabledForeground": "#6B727D", "foreground": "#979FAD", - "selectionBackground": "#3A3F4B", + "selectionBackground": "#4D515D", "selectionForeground": "#FFFFFF" }, "ScreenView.borderColor": "#282C34", @@ -694,7 +694,7 @@ "foreground": "#979FAD", "gridColor": "#282C34", "highlightOuter": "#383E49", - "hoverBackground": "#3A3F4B70", + "hoverBackground": "#3A3F4B80", "hoverInactiveBackground": "#383E49", "lightSelectionForeground": "#FFFFFF", "lightSelectionInactiveForeground": "#979FAD", @@ -811,14 +811,14 @@ "background": "#282C34", "foreground": "#979FAD", "hash": "#282C34", - "hoverBackground": "#3A3F4B70", + "hoverBackground": "#3A3F4B80", "hoverInactiveBackground": "#383E49", "modifiedItemForeground": "#2979ff", "rowHeight": 28, - "selectionBackground": "#3A3F4B70", + "selectionBackground": "#3A3F4B80", "selectionForeground": "#FFFFFF", "selectionInactiveForeground": "#FFFFFF", - "selectionInactiveBackground": "#3A3F4B70", + "selectionInactiveBackground": "#3A3F4B80", "textBackground": "#282C34" }, "Tree.leftChildIndent": 10, @@ -843,14 +843,14 @@ "Canvas.background": "#21252B", "highStroke.foreground": "#979FAD", "Label.foreground": "#979FAD", - "List.selectionBackground": "#3A3F4B70", + "List.selectionBackground": "#3A3F4B80", "motion": { "borderColor": "#282C34", "Component.foreground": "#979FAD", "ConstraintSetText.foreground": "#979FAD", "ConstraintSet.background": "#2F333D", - "CSPanel.SelectedFocusBackground": "#3A3F4B", - "CSPanel.SelectedBackground": "#3A3F4B70", + "CSPanel.SelectedFocusBackground": "#4D515D", + "CSPanel.SelectedBackground": "#3A3F4B80", "cs_FocusText.infoForeground": "#979FAD", "CursorTextColor.foreground": "#979FAD", "HoverColor.disabledBackground": "#6B727D", @@ -915,7 +915,7 @@ "Log": { "Commit.unmatchedForeground": "#979FAD", "Commit.currentBranchBackground": "#2F333D", - "Commit.hoveredBackground": "#3A3F4B70" + "Commit.hoveredBackground": "#3A3F4B80" }, "RefLabel": { "foreground": "#FFFFFF", @@ -944,7 +944,7 @@ "actions.background": "#21252B", "actions.selectionBackground": "#383D48", "background": "#2F333D", - "selectionBackground": "#3A3F4B", + "selectionBackground": "#4D515D", "selectionInactiveBackground": "#2F333D" } }, @@ -970,7 +970,7 @@ "Actions.Grey": "#979FAD", "Actions.GreyInline": "#59626F", "Actions.GreyInline.Dark": "#979FAD", - "Actions.Red": "#F07178", + "Actions.Red": "#e06c75", "Actions.Yellow": "#E5C17C", "Checkbox.Background.Default": "#21252B", "Checkbox.Background.Default.Dark": "#21252B", @@ -996,8 +996,8 @@ "Checkbox.Focus.Thin.Selected.Dark": "#979FAD", "Objects.Grey": "#59626F", "Objects.Blue": "#61AEEF", - "Objects.RedStatus": "#F07178", - "Objects.Red": "#F07178", + "Objects.RedStatus": "#e06c75", + "Objects.Red": "#e06c75", "Objects.Pink": "#C679DD", "Objects.Yellow": "#E5C17C", "Objects.Green": "#98C379", 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 264a0a0b..601f2d24 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 @@ -11,25 +11,25 @@ }, "ui": { "*": { - "acceleratorSelectionForeground": "#9D9D9F", - "background": "#FAFAFA", + "acceleratorSelectionForeground": "#7f7f7f", + "background": "#F4F4F4", "borderColor": "#DBDBDC", - "disabledBackground": "#DBDBDC", - "disabledForeground": "#424243", - "disabledText": "#424243", - "focusColor": "#EAEAEB", + "disabledBackground": "#CACACB", + "disabledForeground": "#b8b8b9", + "disabledText": "#b8b8b9", + "focusColor": "#FFFFFF", "focusedBorderColor": "#2979ff", "foreground": "#232324", - "inactiveBackground": "#DBDBDC", - "inactiveForeground": "#9D9D9F", - "infoForeground": "#9D9D9F", - "selectionBackground": "#DBDBDC", + "inactiveBackground": "#CACACB", + "inactiveForeground": "#7f7f7f", + "infoForeground": "#7f7f7f", + "selectionBackground": "#FFFFFF", "selectionBackgroundInactive": "#EAEAEB", "selectionForeground": "#232324", "selectionInactiveBackground": "#EAEAEB", "separatorColor": "#DBDBDC" }, - "activeCaption": "#FAFAFA", + "activeCaption": "#F4F4F4", "ActionButton": { "hoverBackground": "#2979ff50", "hoverBorderColor": "#2979ff50", @@ -39,13 +39,13 @@ "pressedBorderColor": "#2979ff50" }, "Autocomplete": { - "selectionBackground": "#DBDBDC" + "selectionBackground": "#FFFFFF" }, - "Borders.ContrastBorderColor": "#FAFAFA", + "Borders.ContrastBorderColor": "#F4F4F4", "Borders.color": "#DBDBDC", "Button": { "arc": 0, - "background": "#FAFAFA", + "background": "#F4F4F4", "default": { "endBackground": "#DBDBDC", "endBorderColor": "#DBDBDC", @@ -57,15 +57,15 @@ "startBorderColor": "#DBDBDC" }, "disabledBorderColor": "#DBDBDC", - "disabledText": "#424243", + "disabledText": "#b8b8b9", "endBackground": "#DBDBDC", "endBorderColor": "#DBDBDC", - "focus": "#EAEAEB", + "focus": "#FFFFFF", "focusedBorderColor": "#2979ff", - "foreground": "#9D9D9F", + "foreground": "#7f7f7f", "highlight": "#232324", "mt.background": "#DBDBDC", - "mt.foreground": "#9D9D9F", + "mt.foreground": "#7f7f7f", "mt.selectedForeground": "#232324", "mt.selection.color1": "#DBDBDC", "mt.selection.color2": "#DBDBDC", @@ -79,23 +79,23 @@ "Tooltip.background": "#F2F2F2" }, "Content": { - "background": "#FFFFFF", - "selectionBackground": "#DBDBDC" + "background": "#eaeae", + "selectionBackground": "#FFFFFF" }, "CheckBox": { - "background": "#FAFAFA", - "disabledText": "#424243", + "background": "#F4F4F4", + "disabledText": "#b8b8b9", "foreground": "#232324", "select": "#2979ff" }, "CheckBoxMenuItem": { - "acceleratorForeground": "#9D9D9F", - "acceleratorSelectionForeground": "#9D9D9F", - "background": "#FAFAFA", - "disabledBackground": "#FAFAFA", - "disabledForeground": "#424243", + "acceleratorForeground": "#7f7f7f", + "acceleratorSelectionForeground": "#7f7f7f", + "background": "#F4F4F4", + "disabledBackground": "#F4F4F4", + "disabledForeground": "#b8b8b9", "foreground": "#232324", - "selectionBackground": "#DBDBDC", + "selectionBackground": "#FFFFFF", "selectionForeground": "#232324" }, "CodeWithMe": { @@ -107,7 +107,7 @@ } }, "ColorChooser": { - "background": "#FAFAFA", + "background": "#F4F4F4", "foreground": "#232324", "swatchesDefaultRecentColor": "#232324" }, @@ -115,14 +115,14 @@ "ComboBox": { "ArrowButton": { "background": "#DBDBDC", - "disabledIconColor": "#424243", + "disabledIconColor": "#b8b8b9", "iconColor": "#232324", - "nonEditableBackground": "#FAFAFA" + "nonEditableBackground": "#F4F4F4" }, - "background": "#FFFFFF", + "background": "#eaeae", "buttonBackground": "#DBDBDC", "darcula.hoveredArrowButtonForeground": "#2979ff", - "disabledForeground": "#424243", + "disabledForeground": "#b8b8b9", "foreground": "#232324", "modifiedItemForeground": "#2979ff", "nonEditableBackground": "#EAEAEB", @@ -134,96 +134,96 @@ "CompletionPopup": { "background": "#EAEAEB", "foreground": "#232324", - "infoForeground": "#9D9D9F", + "infoForeground": "#7f7f7f", "matchForeground": "#2979ff", "matchSelectionForeground": "#2979ff", "nonFocusedState": "false", "selectedGrayedForeground": "#232324", "selectionGrayForeground": "#232324", - "selectionInactiveInfoForeground": "#9D9D9F", - "selectionInactiveBackground": "#DBDBDC50", - "selectionBackground": "#DBDBDC80", + "selectionInactiveInfoForeground": "#7f7f7f", + "selectionInactiveBackground": "#FFFFFF", + "selectionBackground": "#FFFFFF", "selectionForeground": "#232324", "selectionInfoForeground": "#232324" }, "Component": { "arc": 4, - "borderColor": "#EAEAEB", + "borderColor": "#FFFFFF", "disabledBorderColor": "#DBDBDC", "focusColor": "#2979ff", "focusedBorderColor": "#2979ff", "hoverIconColor": "#2979ff", - "infoForeground": "#9D9D9F", + "infoForeground": "#7f7f7f", "iconColor": "#232324" }, - "control": "#FAFAFA", - "controlText": "#9D9D9F", + "control": "#F4F4F4", + "controlText": "#7f7f7f", "Counter": { "background": "#2979ff", "foreground": "#232324" }, "Debugger": { "Variables": { - "collectingDataForeground": "#9D9D9F", + "collectingDataForeground": "#7f7f7f", "changedValueForeground": "#2979ff", "errorMessageForeground": "#E4564A", - "evaluatingExpressionForeground": "#9D9D9F", + "evaluatingExpressionForeground": "#7f7f7f", "exceptionForeground": "#C18401", "modifyingValueForeground": "#2979ff", "valueForeground": "#2979ff" } }, "DebuggerTabs": { - "selectedBackground": "#EAEAEB", - "underlinedTabBackground": "#EAEAEB" + "selectedBackground": "#FFFFFF", + "underlinedTabBackground": "#FFFFFF" }, "DebuggerPopup": { - "borderColor": "#EAEAEB" + "borderColor": "#FFFFFF" }, "DefaultTabs": { - "background": "#FAFAFA", - "borderColor": "#FAFAFA", + "background": "#F4F4F4", + "borderColor": "#F4F4F4", "hoverBackground": "#DBDBDC", - "hoverColor": "#FFFFFF", - "hoverMaskColor": "#EAEAEB", - "inactiveColoredTabBackground": "#FAFAFA", + "hoverColor": "#eaeae", + "hoverMaskColor": "#FFFFFF", + "inactiveColoredTabBackground": "#F4F4F4", "inactiveColoredFileBackground": "#DBDBDC", "inactiveUnderlineColor": "#2979ff", - "inactiveMaskColor": "#FFFFFF", + "inactiveMaskColor": "#eaeae", "underlineColor": "#2979ff", "underlinedTabBackground": "#DBDBDC", "underlinedTabForeground": "#232324" }, - "Desktop.background": "#FAFAFA", - "DialogWrapper.southPanelBackground": "#FAFAFA", - "DialogWrapper.southPanelDivider": "#FAFAFA", + "Desktop.background": "#F4F4F4", + "DialogWrapper.southPanelBackground": "#F4F4F4", + "DialogWrapper.southPanelDivider": "#F4F4F4", "DragAndDrop": { - "areaBackground": "#FAFAFA", - "areaBorderColor": "#FAFAFA", + "areaBackground": "#F4F4F4", + "areaBorderColor": "#F4F4F4", "areaForeground": "#232324" }, "Editor": { - "background": "#FFFFFF", + "background": "#eaeae", "foreground": "#232324", - "shortcutForeground": "#9D9D9F" + "shortcutForeground": "#7f7f7f" }, "EditorPane": { - "background": "#FFFFFF", + "background": "#eaeae", "caretForeground": "#2979ff", "foreground": "#232324", - "inactiveBackground": "#FAFAFA", - "inactiveForeground": "#424243", - "selectionBackground": "#DBDBDC", + "inactiveBackground": "#F4F4F4", + "inactiveForeground": "#b8b8b9", + "selectionBackground": "#FFFFFF", "selectionForeground": "#232324" }, "EditorTabs": { "borderColor": "#EAEAEB", - "hoverBackground": "#EAEAEB", - "hoverColor": "#EAEAEB", - "hoverMaskColor": "#EAEAEB", - "inactiveMaskColor": "#FAFAFA", - "inactiveColoredFileBackground": "#FAFAFA", - "inactiveUnderlineColor": "#424243", + "hoverBackground": "#FFFFFF", + "hoverColor": "#FFFFFF", + "hoverMaskColor": "#FFFFFF", + "inactiveMaskColor": "#F4F4F4", + "inactiveColoredFileBackground": "#F4F4F4", + "inactiveUnderlineColor": "#b8b8b9", "selectedForeground": "#232324", "selectedBackground": "#DBDBDC", "underlineColor": "#2979ff", @@ -231,10 +231,10 @@ "underlinedTabForeground": "#232324" }, "EditorGroupsTabs": { - "background": "#FAFAFA", + "background": "#F4F4F4", "borderColor": "#EAEAEB", - "hoverBackground": "#EAEAEB", - "hoverColor": "#EAEAEB", + "hoverBackground": "#FFFFFF", + "hoverColor": "#FFFFFF", "inactiveUnderlineColor": "#2979ff", "underlineColor": "#2979ff", "underlinedTabBackground": "#DBDBDC", @@ -243,7 +243,7 @@ "FileColor": { "Green": "#387002", "Blue": "#004BA0", - "Yellow": "#DBDBDC", + "Yellow": "#CACACB", "Orange": "#B53D00", "Violet": "#4D2C91", "Rose": "#A00037" @@ -260,11 +260,11 @@ }, "Focus.color": "#DBDBDC", "FormattedTextField": { - "background": "#FFFFFF", + "background": "#eaeae", "caretForeground": "#2979ff", "foreground": "#232324", "inactiveBackground": "#DBDBDC", - "inactiveForeground": "#424243", + "inactiveForeground": "#b8b8b9", "selectionForeground": "#232324", "selectionBackground": "#DBDBDC" }, @@ -274,43 +274,43 @@ "separatorColor": "#DBDBDC" }, "GutterTooltip": { - "infoForeground": "#9D9D9F", - "lineSeparatorColor": "#FAFAFA" + "infoForeground": "#7f7f7f", + "lineSeparatorColor": "#F4F4F4" }, "HeaderColor": { - "active": "#FAFAFA", - "inactive": "#FFFFFF" + "active": "#F4F4F4", + "inactive": "#eaeae" }, "HelpTooltip": { - "background": "#FAFAFA", + "background": "#F4F4F4", "borderColor": "#DBDBDC", "foreground": "#232324", - "infoForeground": "#9D9D9F", - "shortcutForeground": "#9D9D9F" + "infoForeground": "#7f7f7f", + "shortcutForeground": "#7f7f7f" }, "Hyperlink.linkColor": "#2979ff", "inactiveCaption": "#EAEAEB", - "inactiveCaptionBorder": "#FAFAFA", - "inactiveCaptionText": "#9D9D9F", - "info": "#9D9D9F", - "infoText": "#9D9D9F", + "inactiveCaptionBorder": "#F4F4F4", + "inactiveCaptionText": "#7f7f7f", + "info": "#7f7f7f", + "infoText": "#7f7f7f", "IdeStatusBar.border": "4,4,4,4", "InformationHint.borderColor": "#DBDBDC", "InplaceRefactoringPopup": { - "borderColor": "#FAFAFA" + "borderColor": "#F4F4F4" }, "InternalFrame": { "activeTitleForeground": "#232324", - "background": "#FAFAFA", - "inactiveTitleForeground": "#9D9D9F" + "background": "#F4F4F4", + "inactiveTitleForeground": "#7f7f7f" }, "Label": { - "background": "#FAFAFA", - "disabledForeground": "#424243", - "disabledShadow": "#FAFAFA", - "disabledText": "#424243", + "background": "#F4F4F4", + "disabledForeground": "#b8b8b9", + "disabledShadow": "#F4F4F4", + "disabledText": "#b8b8b9", "foreground": "#232324", - "infoForeground": "#9D9D9F", + "infoForeground": "#7f7f7f", "selectedForeground": "#232324", "selectedDisabledForeground": "#232324" }, @@ -318,7 +318,7 @@ "activeForeground": "#2979ff", "hoverForeground": "#2979ff", "pressedForeground": "#2979ff", - "secondaryForeground": "#9D9D9F", + "secondaryForeground": "#7f7f7f", "visitedForeground": "#2979ff" }, "link.foreground": "#2979ff", @@ -327,73 +327,73 @@ "foreground": "#232324", "hoverBackground": "#DBDBDC80", "hoverInactiveBackground": "#DBDBDC", - "selectionBackground": "#DBDBDC50", + "selectionBackground": "#FFFFFF", "selectionForeground": "#232324", "selectionInactiveForeground": "#232324", "selectionInactiveBackground": "#DBDBDC80" }, "material": { - "background": "#FAFAFA", + "background": "#F4F4F4", "branchColor": "#232324", - "contrast": "#FFFFFF", + "contrast": "#eaeae", "foreground": "#232324", "mergeCommits": "#DBDBDC", - "primaryColor": "#9D9D9F", + "primaryColor": "#7f7f7f", "selectionForeground": "#232324", - "tab.backgroundColor": "#FAFAFA", + "tab.backgroundColor": "#F4F4F4", "tab.borderColor": "#2979ff", - "tagColor": "#9D9D9F" + "tagColor": "#7f7f7f" }, "MemoryIndicator": { "allocatedBackground": "#EAEAEB", - "usedColor": "#EAEAEB", - "usedBackground": "#EAEAEB" + "usedColor": "#FFFFFF", + "usedBackground": "#FFFFFF" }, "Menu": { - "acceleratorForeground": "#9D9D9F", + "acceleratorForeground": "#7f7f7f", "acceleratorSelectionForeground": "#232324", - "background": "#FAFAFA", + "background": "#F4F4F4", "border": "4,2,4,2", "borderColor": "#EAEAEB", "disabledBackground": "#EAEAEB", - "disabledForeground": "#424243", + "disabledForeground": "#b8b8b9", "foreground": "#232324", - "selectionBackground": "#DBDBDC", + "selectionBackground": "#FFFFFF", "selectionForeground": "#232324", "separatorColor": "#DBDBDC" }, "MenuBar": { - "background": "#FFFFFF", - "borderColor": "#FAFAFA", - "disabledBackground": "#FAFAFA", - "disabledForeground": "#424243", + "background": "#eaeae", + "borderColor": "#F4F4F4", + "disabledBackground": "#F4F4F4", + "disabledForeground": "#b8b8b9", "foreground": "#232324", - "highlight": "#FAFAFA", - "selectionBackground": "#DBDBDC", + "highlight": "#F4F4F4", + "selectionBackground": "#FFFFFF", "selectionForeground": "#232324", - "shadow": "#FFFFFF" + "shadow": "#eaeae" }, "MenuItem": { - "acceleratorForeground": "#9D9D9F", + "acceleratorForeground": "#7f7f7f", "acceleratorSelectionForeground": "#232324", "border": "4,2,4,2", - "background": "#FAFAFA", - "disabledBackground": "#FAFAFA", - "disabledForeground": "#424243", + "background": "#F4F4F4", + "disabledBackground": "#F4F4F4", + "disabledForeground": "#b8b8b9", "foreground": "#232324", - "selectionBackground": "#DBDBDC", + "selectionBackground": "#FFFFFF", "selectionForeground": "#232324" }, "NavBar": { "arrowColor": "#232324", - "borderColor": "#FAFAFA" + "borderColor": "#F4F4F4" }, "NewClass": { "Panel": { - "background": "#FAFAFA" + "background": "#F4F4F4" }, "SearchField": { - "background": "#FFFFFF" + "background": "#eaeae" } }, "NewPSD.warning": "#2979ff", @@ -419,62 +419,62 @@ }, "OnePixelDivider.background": "#DBDBDC", "OptionPane": { - "background": "#FAFAFA", + "background": "#F4F4F4", "foreground": "#232324", "messageForeground": "#232324" }, "Outline": { "color": "#DBDBDC", "focusedColor": "#2979ff", - "disabledColor": "#424243" + "disabledColor": "#b8b8b9" }, "Panel": { - "background": "#FAFAFA", + "background": "#F4F4F4", "foreground": "#232324" }, "ParameterInfo": { "background": "#EAEAEB", "borderColor": "#DBDBDC", - "currentOverloadBackground": "#EAEAEB", + "currentOverloadBackground": "#FFFFFF", "currentParameterForeground": "#2979ff", - "disabledForeground": "#424243", + "disabledForeground": "#b8b8b9", "foreground": "#232324", - "infoForeground": "#9D9D9F", + "infoForeground": "#7f7f7f", "lineSeparatorColor": "#DBDBDC" }, "PasswordField": { - "background": "#FFFFFF", + "background": "#eaeae", "capsLockIconColor": "#2979ff", "caretForeground": "#2979ff", "foreground": "#232324", - "inactiveForeground": "#424243", + "inactiveForeground": "#b8b8b9", "selectionBackground": "#DBDBDC", "selectionForeground": "#232324" }, "Plugins": { - "background": "#FAFAFA", - "disabledForeground": "#424243", - "eapTagBackground": "#EAEAEB", + "background": "#F4F4F4", + "disabledForeground": "#b8b8b9", + "eapTagBackground": "#FFFFFF", "hoverBackground": "#DBDBDC80", "lightSelectionBackground": "#DBDBDC", - "paidTagBackground": "#EAEAEB", - "selectionBackground": "#DBDBDC", + "paidTagBackground": "#FFFFFF", + "selectionBackground": "#FFFFFF", "tagForeground": "#2979ff", - "tagBackground": "#EAEAEB", - "trialTagBackground": "#EAEAEB", + "tagBackground": "#FFFFFF", + "trialTagBackground": "#FFFFFF", "Button": { "installBackground": "#DBDBDC", "installBorderColor": "#DBDBDC", "installForeground": "#232324", - "installFocusedBackground": "#EAEAEB", - "installFillForeground": "#424243", + "installFocusedBackground": "#FFFFFF", + "installFillForeground": "#b8b8b9", "installFillBackground": "#DBDBDC", "updateBackground": "#2979ff", "updateBorderColor": "#DBDBDC", "updateForeground": "#232324" }, "SearchField": { - "background": "#FFFFFF", + "background": "#eaeae", "borderColor": "#DBDBDC" }, "SectionHeader": { @@ -489,117 +489,117 @@ }, "Popup": { "Advertiser": { - "background": "#FAFAFA", - "borderColor": "#FAFAFA", + "background": "#F4F4F4", + "borderColor": "#F4F4F4", "foreground": "#2979ff" }, - "borderColor": "#FFFFFF", - "inactiveBorderColor": "#FAFAFA", + "borderColor": "#eaeae", + "inactiveBorderColor": "#F4F4F4", "innerBorderColor": "#EAEAEB", "Header": { - "activeBackground": "#FAFAFA", - "inactiveBackground": "#FFFFFF" + "activeBackground": "#F4F4F4", + "inactiveBackground": "#eaeae" }, "paintBorder": true, "separatorForeground": "#232324", "separatorColor": "#EAEAEB", "Toolbar": { - "Floating.background": "#FFFFFF", - "background": "#FFFFFF", - "borderColor": "#FFFFFF" + "Floating.background": "#eaeae", + "background": "#eaeae", + "borderColor": "#eaeae" } }, "PopupMenu": { - "background": "#FAFAFA", + "background": "#F4F4F4", "border": "2,0,2,0", "foreground": "#232324", - "translucentBackground": "#FAFAFA" + "translucentBackground": "#F4F4F4" }, "PopupMenuSeparator.height": 10, "PopupMenuSeparator.stripeIndent": 5, "ProgressBar": { - "background": "#FAFAFA", + "background": "#F4F4F4", "foreground": "#2979ff", "indeterminateEndColor": "#2979ff", "indeterminateStartColor": "#2979ff", "progressColor": "#2979ff", - "selectionBackground": "#EAEAEB", - "trackColor": "#EAEAEB" + "selectionBackground": "#FFFFFF", + "trackColor": "#FFFFFF" }, "PsiViewer": { "referenceHighlightColor": "#2979ff" }, "RadioButton": { - "background": "#FAFAFA", - "disabledText": "#424243", + "background": "#F4F4F4", + "disabledText": "#b8b8b9", "foreground": "#232324" }, "RadioButtonMenuItem": { - "acceleratorForeground": "#9D9D9F", - "acceleratorSelectionForeground": "#9D9D9F", - "background": "#FAFAFA", - "disabledBackground": "#FAFAFA", - "disabledForeground": "#424243", + "acceleratorForeground": "#7f7f7f", + "acceleratorSelectionForeground": "#7f7f7f", + "background": "#F4F4F4", + "disabledBackground": "#F4F4F4", + "disabledForeground": "#b8b8b9", "foreground": "#232324", - "selectionBackground": "#DBDBDC", + "selectionBackground": "#FFFFFF", "selectionForeground": "#232324" }, "ScreenView.borderColor": "#DBDBDC", "ScrollBar": { - "background": "#FAFAFA", + "background": "#F4F4F4", "hoverThumbBorderColor": "#2979ff", "hoverThumbColor": "#2979ff", - "hoverTrackColor": "#FAFAFA30", + "hoverTrackColor": "#F4F4F430", "Mac": { "hoverThumbBorderColor": "#2979ff", "hoverThumbColor": "#2979ff", - "hoverTrackColor": "#FAFAFA30", + "hoverTrackColor": "#F4F4F430", "thumbBorderColor": "#2979ff70", "thumbColor": "#2979ff70", - "trackColor": "#FAFAFA30", + "trackColor": "#F4F4F430", "Transparent": { "hoverThumbBorderColor": "#2979ff", "hoverThumbColor": "#2979ff", - "hoverTrackColor": "#FAFAFA30", + "hoverTrackColor": "#F4F4F430", "thumbBorderColor": "#2979ff70", "thumbColor": "#2979ff70", - "trackColor": "#FAFAFA30" + "trackColor": "#F4F4F430" } }, - "thumb": "#EAEAEB", + "thumb": "#FFFFFF", "thumbBorderColor": "#2979ff70", "thumbColor": "#2979ff70", - "trackColor": "#FAFAFA30", + "trackColor": "#F4F4F430", "Transparent": { "hoverThumbBorderColor": "#2979ff", "hoverThumbColor": "#2979ff", - "hoverTrackColor": "#FAFAFA30", + "hoverTrackColor": "#F4F4F430", "thumbBorderColor": "#2979ff70", "thumbColor": "#2979ff70", - "trackColor": "#FAFAFA30" + "trackColor": "#F4F4F430" } }, "SearchEverywhere": { "Advertiser": { - "background": "#FFFFFF", - "foreground": "#9D9D9F" + "background": "#eaeae", + "foreground": "#7f7f7f" }, "Header": { - "background": "#FAFAFA" + "background": "#F4F4F4" }, "List": { - "separatorForeground": "#9D9D9F", + "separatorForeground": "#7f7f7f", "separatorColor": "#DBDBDC" }, "SearchField": { - "background": "#FAFAFA", - "borderColor": "#FFFFFF", - "infoForeground": "#9D9D9F" + "background": "#F4F4F4", + "borderColor": "#eaeae", + "infoForeground": "#7f7f7f" }, "Tab": { "active.foreground": "#232324", "selectedForeground": "#232324", - "selectedBackground": "#EAEAEB" + "selectedBackground": "#FFFFFF" } }, "SearchMatch": { @@ -613,7 +613,7 @@ "selectedBackground": "#DBDBDC" }, "SearchResults": { - "Ordinal.File.Foreground": "#9D9D9F", + "Ordinal.File.Foreground": "#7f7f7f", "Repeated.File.Foreground": "#232324" }, "Separator": { @@ -622,10 +622,10 @@ "separatorColor": "#EAEAEB" }, "SidePanel": { - "background": "#FFFFFF" + "background": "#eaeae" }, "Slider": { - "background": "#FAFAFA", + "background": "#F4F4F4", "buttonBorderColor": "#2979ff", "buttonColor": "#2979ff", "foreground": "#232324", @@ -636,40 +636,40 @@ "thumb": "#2979ff" }, "SpeedSearch": { - "background": "#EAEAEB", + "background": "#FFFFFF", "borderColor": "#DBDBDC", "foreground": "#232324", "errorForeground": "#232324" }, "Spinner": { - "background": "#FAFAFA", + "background": "#F4F4F4", "border": "3,3,3,3", "foreground": "#232324", "selectionForeground": "#232324" }, "SplitPane": { - "background": "#FAFAFA", - "highlight": "#FFFFFF" + "background": "#F4F4F4", + "highlight": "#eaeae" }, "SplitPaneDivider.draggingColor": "#EAEAEB", "StatusBar": { - "borderColor": "#FAFAFA", - "hoverBackground": "#EAEAEB", + "borderColor": "#F4F4F4", + "hoverBackground": "#FFFFFF", "LightEditBackground": "#DBDBDC" }, "TabbedPane": { - "background": "#FAFAFA", - "contentAreaColor": "#EAEAEB", + "background": "#F4F4F4", + "contentAreaColor": "#FFFFFF", "contentBorderInsets": "3,1,1,1", "darkShadow": "#DBDBDC", - "disabledForeground": "#424243", - "disabledUnderlineColor": "#424243", + "disabledForeground": "#b8b8b9", + "disabledUnderlineColor": "#b8b8b9", "focus": "#DBDBDC", "focusColor": "#DBDBDC", "fontSizeOffset": 0, "foreground": "#232324", "highlight": "#DBDBDC", - "hoverColor": "#EAEAEB", + "hoverColor": "#FFFFFF", "labelShift": 0, "selectedForeground": "#232324", "selectedLabelShift": 0, @@ -680,126 +680,126 @@ "tabSelectionHeight": 2, "underlineColor": "#2979ff" }, - "TabbedPane.mt.tab.background": "#FFFFFF", + "TabbedPane.mt.tab.background": "#eaeae", "Table": { - "alternativeRowBackground": "#FFFFFF", - "background": "#FAFAFA", + "alternativeRowBackground": "#eaeae", + "background": "#F4F4F4", "cellNoFocusBorder": "10,5,10,5", "focusCellHighlightBorder": "10,5,10,5", - "disabledForeground": "#424243", + "disabledForeground": "#b8b8b9", "dropLineColor": "#2979ff", "dropLineShortColor": "#2979ff", "focusCellBackground": "#DBDBDC", "focusCellForeground": "#232324", "foreground": "#232324", - "gridColor": "#FAFAFA", + "gridColor": "#F4F4F4", "highlightOuter": "#DBDBDC", "hoverBackground": "#DBDBDC80", "hoverInactiveBackground": "#DBDBDC", "lightSelectionForeground": "#232324", - "lightSelectionInactiveForeground": "#9D9D9F", + "lightSelectionInactiveForeground": "#7f7f7f", "lightSelectionInactiveBackground": "#EAEAEB", "selectionBackground": "#DBDBDC", "selectionForeground": "#232324", "selectionInactiveBackground": "#DBDBDC", "selectionInactiveForeground": "#232324", "sortIconColor": "#232324", - "stripeColor": "#FFFFFF" + "stripeColor": "#eaeae" }, "TableHeader": { - "background": "#FAFAFA", - "borderColor": "#FAFAFA", + "background": "#F4F4F4", + "borderColor": "#F4F4F4", "bottomSeparatorColor": "#EAEAEB", "cellBorder": "4,0,4,0", - "disabledForeground": "#424243", + "disabledForeground": "#b8b8b9", "foreground": "#232324", "focusCellBackground": "#DBDBDC", "focusCellForeground": "#232324", "height": 25, "separatorColor": "#EAEAEB" }, - "text": "#9D9D9F", - "textInactiveText": "#9D9D9F", - "textText": "#9D9D9F", + "text": "#7f7f7f", + "textInactiveText": "#7f7f7f", + "textText": "#7f7f7f", "TextArea": { - "background": "#FFFFFF", + "background": "#eaeae", "caretForeground": "#2979ff", "foreground": "#232324", - "inactiveForeground": "#424243", + "inactiveForeground": "#b8b8b9", "selectionBackground": "#DBDBDC", "selectionForeground": "#232324" }, "TextField": { - "background": "#FFFFFF", + "background": "#eaeae", "caretForeground": "#2979ff", "foreground": "#232324", - "inactiveForeground": "#424243", + "inactiveForeground": "#b8b8b9", "selectionBackground": "#DBDBDC", "selectionForeground": "#232324" }, "TextPane": { - "background": "#FFFFFF", + "background": "#eaeae", "caretForeground": "#2979ff", "foreground": "#232324", - "inactiveForeground": "#424243", + "inactiveForeground": "#b8b8b9", "selectionBackground": "#DBDBDC", "selectionForeground": "#232324" }, "TitlePane": { - "background": "#FFFFFF", - "Button.hoverBackground": "#EAEAEB", - "inactiveBackground": "#FAFAFA", - "infoForeground": "#9D9D9F", - "inactiveInfoForeground": "#9D9D9F" + "background": "#eaeae", + "Button.hoverBackground": "#FFFFFF", + "inactiveBackground": "#F4F4F4", + "infoForeground": "#7f7f7f", + "inactiveInfoForeground": "#7f7f7f" }, "TitledBorder.titleColor": "#232324", "ToggleButton": { "borderColor": "#DBDBDC", "buttonColor": "#232324", - "disabledText": "#424243", + "disabledText": "#b8b8b9", "foreground": "#232324", - "offForeground": "#FAFAFA", - "offBackground": "#FAFAFA", + "offForeground": "#F4F4F4", + "offBackground": "#F4F4F4", "onBackground": "#2979ff", "onForeground": "#2979ff" }, "ToolBar": { - "background": "#FFFFFF", - "borderHandleColor": "#9D9D9F", - "floatingForeground": "#9D9D9F", + "background": "#eaeae", + "borderHandleColor": "#7f7f7f", + "floatingForeground": "#7f7f7f", "foreground": "#232324" }, "ToolTip": { - "Actions.background": "#FAFAFA", - "Actions.infoForeground": "#9D9D9F", + "Actions.background": "#F4F4F4", + "Actions.infoForeground": "#7f7f7f", "background": "#F2F2F2", "borderColor": "#DBDBDC", "foreground": "#232324", - "infoForeground": "#9D9D9F", + "infoForeground": "#7f7f7f", "separatorColor": "#DBDBDC", - "shortcutForeground": "#9D9D9F" + "shortcutForeground": "#7f7f7f" }, "ToolWindow": { "Button": { "hoverBackground": "#DBDBDC", "selectedForeground": "#232324", - "selectedBackground": "#FFFFFF" + "selectedBackground": "#eaeae" }, "Header": { - "background": "#FAFAFA", + "background": "#F4F4F4", "borderColor": "#EAEAEB", - "inactiveBackground": "#FAFAFA" + "inactiveBackground": "#F4F4F4" }, "HeaderCloseButton": { - "background": "#FAFAFA" + "background": "#F4F4F4" }, "HeaderTab": { - "borderColor": "#EAEAEB", - "hoverBackground": "#EAEAEB", - "hoverInactiveBackground": "#EAEAEB", + "borderColor": "#FFFFFF", + "hoverBackground": "#FFFFFF", + "hoverInactiveBackground": "#FFFFFF", "inactiveUnderlineColor": "#2979ff", - "selectedBackground": "#FFFFFF", - "selectedInactiveBackground": "#FFFFFF", + "selectedBackground": "#eaeae", + "selectedInactiveBackground": "#eaeae", "underlineColor": "#2979ff", "underlinedTabBackground": "#DBDBDC", "underlinedTabInactiveBackground": "#EAEAEB", @@ -808,8 +808,8 @@ } }, "Tree": { - "background": "#FFFFFF", - "foreground": "#9D9D9F", + "background": "#eaeae", + "foreground": "#7f7f7f", "hash": "#DBDBDC", "hoverBackground": "#DBDBDC80", "hoverInactiveBackground": "#DBDBDC", @@ -819,70 +819,70 @@ "selectionForeground": "#232324", "selectionInactiveForeground": "#232324", "selectionInactiveBackground": "#DBDBDC80", - "textBackground": "#FFFFFF" + "textBackground": "#eaeae" }, "Tree.leftChildIndent": 10, "Tree.rightChildIndent": 5, "UIDesigner": { "Activity.borderColor": "#DBDBDC", - "Canvas.background": "#FFFFFF", + "Canvas.background": "#eaeae", "ColorPicker": { - "background": "#FAFAFA", + "background": "#F4F4F4", "foreground": "#232324" }, "Component": { "borderColor": "#DBDBDC", - "background": "#FAFAFA", + "background": "#F4F4F4", "foreground": "#232324", - "hoverBorderColor": "#EAEAEB" + "hoverBorderColor": "#FFFFFF" }, "Connector": { "borderColor": "#DBDBDC", - "hoverBorderColor": "#EAEAEB" + "hoverBorderColor": "#FFFFFF" }, - "Canvas.background": "#FFFFFF", + "Canvas.background": "#eaeae", "highStroke.foreground": "#232324", - "Label.foreground": "#9D9D9F", + "Label.foreground": "#7f7f7f", "List.selectionBackground": "#DBDBDC80", "motion": { "borderColor": "#DBDBDC", "Component.foreground": "#232324", - "ConstraintSetText.foreground": "#9D9D9F", + "ConstraintSetText.foreground": "#7f7f7f", "ConstraintSet.background": "#EAEAEB", - "CSPanel.SelectedFocusBackground": "#DBDBDC", + "CSPanel.SelectedFocusBackground": "#FFFFFF", "CSPanel.SelectedBackground": "#DBDBDC80", - "cs_FocusText.infoForeground": "#9D9D9F", + "cs_FocusText.infoForeground": "#7f7f7f", "CursorTextColor.foreground": "#232324", - "HoverColor.disabledBackground": "#424243", - "motionGraph.background": "#FAFAFA", + "HoverColor.disabledBackground": "#b8b8b9", + "motionGraph.background": "#F4F4F4", "Notification.background": "#F2F2F2", "ourAvg.background": "#EAEAEB", "ourCS.background": "#EAEAEB", "ourCS_Border.borderColor": "#DBDBDC", - "ourCS_TextColor.foreground": "#9D9D9F", + "ourCS_TextColor.foreground": "#7f7f7f", "ourCS_SelectedFocusBackground.selectionForeground": "#232324", "ourCS_SelectedBackground.selectionInactiveBackground": "#DBDBDC", - "ourCS_SelectedBorder.pressedBorderColor": "#EAEAEB", + "ourCS_SelectedBorder.pressedBorderColor": "#FFFFFF", "ourML_BarColor.separatorColor": "#DBDBDC", - "PrimaryPanel.background": "#FFFFFF", - "SecondaryPanel.background": "#FAFAFA", - "SecondaryPanel.header.foreground": "#9D9D9F", - "SecondaryPanel.header.background": "#FFFFFF", + "PrimaryPanel.background": "#eaeae", + "SecondaryPanel.background": "#F4F4F4", + "SecondaryPanel.header.foreground": "#7f7f7f", + "SecondaryPanel.header.background": "#eaeae", "timeLine.disabledBorderColor": "#DBDBDC" }, "Panel": { "borderColor": "#DBDBDC", - "background": "#FAFAFA" + "background": "#F4F4F4" }, "percent.foreground": "#232324", "Placeholder": { - "background": "#FAFAFA", + "background": "#F4F4F4", "borderColor": "#DBDBDC", "foreground": "#232324", "selectedForeground": "#232324" }, - "Preview.background": "#FAFAFA", - "stroke.acceleratorForeground": "#9D9D9F" + "Preview.background": "#F4F4F4", + "stroke.acceleratorForeground": "#7f7f7f" }, "ValidationTooltip": { "errorBackground": "#F2F2F2", @@ -892,102 +892,102 @@ }, "VersionControl": { "FileHistory.Commit": { - "selectedBranchBackground": "#FAFAFA" + "selectedBranchBackground": "#F4F4F4" }, "GitCommits": { - "graphColor": "#EAEAEB" + "graphColor": "#FFFFFF" }, "GitLog": { "localBranchIconColor": "#2979ff", - "otherIconColor": "#9D9D9F", + "otherIconColor": "#7f7f7f", "remoteBranchIconColor": "#232324", - "tagIconColor": "#9D9D9F" + "tagIconColor": "#7f7f7f" }, "HgLog": { "branchIconColor": "#2979ff", "bookmarkIconColor": "#232324", - "closedBranchIconColor": "#424243", - "localTagIconColor": "#9D9D9F", - "mqTagIconColor": "#9D9D9F", - "tagIconColor": "#9D9D9F", - "tipIconColor": "#9D9D9F" + "closedBranchIconColor": "#b8b8b9", + "localTagIconColor": "#7f7f7f", + "mqTagIconColor": "#7f7f7f", + "tagIconColor": "#7f7f7f", + "tipIconColor": "#7f7f7f" }, "Log": { - "Commit.unmatchedForeground": "#9D9D9F", + "Commit.unmatchedForeground": "#7f7f7f", "Commit.currentBranchBackground": "#EAEAEB", "Commit.hoveredBackground": "#DBDBDC80" }, "RefLabel": { "foreground": "#232324", - "backgroundBase": "#EAEAEB" + "backgroundBase": "#FFFFFF" } }, "Viewport": { - "background": "#FFFFFF", + "background": "#eaeae", "foreground": "#232324" }, "WelcomeScreen": { - "AssociatedComponent.background": "#FAFAFA", - "background": "#FAFAFA", - "borderColor": "#FAFAFA", - "captionBackground": "#FFFFFF", + "AssociatedComponent.background": "#F4F4F4", + "background": "#F4F4F4", + "borderColor": "#F4F4F4", + "captionBackground": "#eaeae", "captionForeground": "#232324", - "Details.background": "#FAFAFA", - "footerBackground": "#FFFFFF", + "Details.background": "#F4F4F4", + "footerBackground": "#eaeae", "footerForeground": "#232324", - "headerBackground": "#FAFAFA", + "headerBackground": "#F4F4F4", "headerForeground": "#232324", - "List.background": "#FFFFFF", + "List.background": "#eaeae", "separatorColor": "#DBDBDC", "SidePanel.background": "#EAEAEB", "Projects": { - "actions.background": "#FFFFFF", - "actions.selectionBackground": "#EAEAEB", + "actions.background": "#eaeae", + "actions.selectionBackground": "#FFFFFF", "background": "#EAEAEB", - "selectionBackground": "#DBDBDC", + "selectionBackground": "#FFFFFF", "selectionInactiveBackground": "#EAEAEB" } }, - "window": "#FFFFFF", + "window": "#eaeae", "windowBorder": "#DBDBDC", - "windowText": "#9D9D9F", + "windowText": "#7f7f7f", "Window.border": "#DBDBDC" }, "icons": { "ColorPalette": { - "#43494A": "#FFFFFF", - "#6B6B6B": "#9D9D9F", - "#A7A7A7": "#FAFAFA", + "#43494A": "#eaeae", + "#6B6B6B": "#7f7f7f", + "#A7A7A7": "#F4F4F4", "#3D6185": "#2979ff", "#466D94": "#2979ff", - "#3C3F41": "#FAFAFA", - "#545556": "#424243", - "#606060": "#424243", + "#3C3F41": "#F4F4F4", + "#545556": "#b8b8b9", + "#606060": "#b8b8b9", "#9AA7B0": "#232324", "#675133": "#2979ff", "Actions.Blue": "#4078F2", "Actions.Green": "#50A14E", - "Actions.Grey": "#9D9D9F", + "Actions.Grey": "#7f7f7f", "Actions.GreyInline": "#A0A1A7", "Actions.GreyInline.Dark": "#232324", "Actions.Red": "#E4564A", "Actions.Yellow": "#C18401", - "Checkbox.Background.Default": "#FFFFFF", - "Checkbox.Background.Default.Dark": "#FFFFFF", - "Checkbox.Background.Disabled": "#DBDBDC", - "Checkbox.Background.Disabled.Dark": "#DBDBDC", + "Checkbox.Background.Default": "#eaeae", + "Checkbox.Background.Default.Dark": "#eaeae", + "Checkbox.Background.Disabled": "#CACACB", + "Checkbox.Background.Disabled.Dark": "#CACACB", "Checkbox.Border.Default": "#DBDBDC", "Checkbox.Border.Default.Dark": "#DBDBDC", - "Checkbox.Border.Disabled": "#424243", - "Checkbox.Border.Disabled.Dark": "#424243", + "Checkbox.Border.Disabled": "#b8b8b9", + "Checkbox.Border.Disabled.Dark": "#b8b8b9", "Checkbox.Focus.Thin.Default": "#2979ff", "Checkbox.Focus.Thin.Default.Dark": "#2979ff", "Checkbox.Focus.Wide": "#2979ff", "Checkbox.Focus.Wide.Dark": "#2979ff", - "Checkbox.Foreground.Disabled": "#424243", - "Checkbox.Foreground.Disabled.Dark": "#424243", + "Checkbox.Foreground.Disabled": "#b8b8b9", + "Checkbox.Foreground.Disabled.Dark": "#b8b8b9", "Checkbox.Background.Selected": "#2979ff", - "Checkbox.Background.Selected.Dark": "#FAFAFA", + "Checkbox.Background.Selected.Dark": "#F4F4F4", "Checkbox.Border.Selected": "#2979ff", "Checkbox.Border.Selected.Dark": "#2979ff", "Checkbox.Foreground.Selected": "#2979ff", 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 ada213dc..c715d1d9 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 @@ -11,25 +11,25 @@ }, "ui": { "*": { - "acceleratorSelectionForeground": "#9D9D9F", - "background": "#FAFAFA", + "acceleratorSelectionForeground": "#7f7f7f", + "background": "#F4F4F4", "borderColor": "#DBDBDC", - "disabledBackground": "#DBDBDC", - "disabledForeground": "#424243", - "disabledText": "#424243", - "focusColor": "#EAEAEB", + "disabledBackground": "#CACACB", + "disabledForeground": "#b8b8b9", + "disabledText": "#b8b8b9", + "focusColor": "#FFFFFF", "focusedBorderColor": "#2979ff", "foreground": "#232324", - "inactiveBackground": "#DBDBDC", - "inactiveForeground": "#9D9D9F", - "infoForeground": "#9D9D9F", - "selectionBackground": "#DBDBDC", + "inactiveBackground": "#CACACB", + "inactiveForeground": "#7f7f7f", + "infoForeground": "#7f7f7f", + "selectionBackground": "#FFFFFF", "selectionBackgroundInactive": "#EAEAEB", "selectionForeground": "#232324", "selectionInactiveBackground": "#EAEAEB", "separatorColor": "#DBDBDC" }, - "activeCaption": "#FAFAFA", + "activeCaption": "#F4F4F4", "ActionButton": { "hoverBackground": "#2979ff50", "hoverBorderColor": "#2979ff50", @@ -39,13 +39,13 @@ "pressedBorderColor": "#2979ff50" }, "Autocomplete": { - "selectionBackground": "#DBDBDC" + "selectionBackground": "#FFFFFF" }, - "Borders.ContrastBorderColor": "#FAFAFA", + "Borders.ContrastBorderColor": "#F4F4F4", "Borders.color": "#DBDBDC", "Button": { "arc": 0, - "background": "#FAFAFA", + "background": "#F4F4F4", "default": { "endBackground": "#DBDBDC", "endBorderColor": "#DBDBDC", @@ -57,15 +57,15 @@ "startBorderColor": "#DBDBDC" }, "disabledBorderColor": "#DBDBDC", - "disabledText": "#424243", + "disabledText": "#b8b8b9", "endBackground": "#DBDBDC", "endBorderColor": "#DBDBDC", - "focus": "#EAEAEB", + "focus": "#FFFFFF", "focusedBorderColor": "#2979ff", - "foreground": "#9D9D9F", + "foreground": "#7f7f7f", "highlight": "#232324", "mt.background": "#DBDBDC", - "mt.foreground": "#9D9D9F", + "mt.foreground": "#7f7f7f", "mt.selectedForeground": "#232324", "mt.selection.color1": "#DBDBDC", "mt.selection.color2": "#DBDBDC", @@ -79,23 +79,23 @@ "Tooltip.background": "#F2F2F2" }, "Content": { - "background": "#FFFFFF", - "selectionBackground": "#DBDBDC" + "background": "#eaeae", + "selectionBackground": "#FFFFFF" }, "CheckBox": { - "background": "#FAFAFA", - "disabledText": "#424243", + "background": "#F4F4F4", + "disabledText": "#b8b8b9", "foreground": "#232324", "select": "#2979ff" }, "CheckBoxMenuItem": { - "acceleratorForeground": "#9D9D9F", - "acceleratorSelectionForeground": "#9D9D9F", - "background": "#FAFAFA", - "disabledBackground": "#FAFAFA", - "disabledForeground": "#424243", + "acceleratorForeground": "#7f7f7f", + "acceleratorSelectionForeground": "#7f7f7f", + "background": "#F4F4F4", + "disabledBackground": "#F4F4F4", + "disabledForeground": "#b8b8b9", "foreground": "#232324", - "selectionBackground": "#DBDBDC", + "selectionBackground": "#FFFFFF", "selectionForeground": "#232324" }, "CodeWithMe": { @@ -107,7 +107,7 @@ } }, "ColorChooser": { - "background": "#FAFAFA", + "background": "#F4F4F4", "foreground": "#232324", "swatchesDefaultRecentColor": "#232324" }, @@ -115,14 +115,14 @@ "ComboBox": { "ArrowButton": { "background": "#DBDBDC", - "disabledIconColor": "#424243", + "disabledIconColor": "#b8b8b9", "iconColor": "#232324", - "nonEditableBackground": "#FAFAFA" + "nonEditableBackground": "#F4F4F4" }, - "background": "#FAFAFA", + "background": "#F4F4F4", "buttonBackground": "#DBDBDC", "darcula.hoveredArrowButtonForeground": "#2979ff", - "disabledForeground": "#424243", + "disabledForeground": "#b8b8b9", "foreground": "#232324", "modifiedItemForeground": "#2979ff", "nonEditableBackground": "#EAEAEB", @@ -134,96 +134,96 @@ "CompletionPopup": { "background": "#EAEAEB", "foreground": "#232324", - "infoForeground": "#9D9D9F", + "infoForeground": "#7f7f7f", "matchForeground": "#2979ff", "matchSelectionForeground": "#2979ff", "nonFocusedState": "false", "selectedGrayedForeground": "#232324", "selectionGrayForeground": "#232324", - "selectionInactiveInfoForeground": "#9D9D9F", - "selectionInactiveBackground": "#DBDBDC50", - "selectionBackground": "#DBDBDC80", + "selectionInactiveInfoForeground": "#7f7f7f", + "selectionInactiveBackground": "#FFFFFF", + "selectionBackground": "#FFFFFF", "selectionForeground": "#232324", "selectionInfoForeground": "#232324" }, "Component": { "arc": 4, - "borderColor": "#EAEAEB", + "borderColor": "#FFFFFF", "disabledBorderColor": "#DBDBDC", "focusColor": "#2979ff", "focusedBorderColor": "#2979ff", "hoverIconColor": "#2979ff", - "infoForeground": "#9D9D9F", + "infoForeground": "#7f7f7f", "iconColor": "#232324" }, - "control": "#FAFAFA", - "controlText": "#9D9D9F", + "control": "#F4F4F4", + "controlText": "#7f7f7f", "Counter": { "background": "#2979ff", "foreground": "#232324" }, "Debugger": { "Variables": { - "collectingDataForeground": "#9D9D9F", + "collectingDataForeground": "#7f7f7f", "changedValueForeground": "#2979ff", "errorMessageForeground": "#E4564A", - "evaluatingExpressionForeground": "#9D9D9F", + "evaluatingExpressionForeground": "#7f7f7f", "exceptionForeground": "#C18401", "modifyingValueForeground": "#2979ff", "valueForeground": "#2979ff" } }, "DebuggerTabs": { - "selectedBackground": "#EAEAEB", - "underlinedTabBackground": "#EAEAEB" + "selectedBackground": "#FFFFFF", + "underlinedTabBackground": "#FFFFFF" }, "DebuggerPopup": { - "borderColor": "#EAEAEB" + "borderColor": "#FFFFFF" }, "DefaultTabs": { - "background": "#FAFAFA", - "borderColor": "#FAFAFA", + "background": "#F4F4F4", + "borderColor": "#F4F4F4", "hoverBackground": "#DBDBDC", - "hoverColor": "#FAFAFA", - "hoverMaskColor": "#EAEAEB", - "inactiveColoredTabBackground": "#FAFAFA", + "hoverColor": "#F4F4F4", + "hoverMaskColor": "#FFFFFF", + "inactiveColoredTabBackground": "#F4F4F4", "inactiveColoredFileBackground": "#DBDBDC", "inactiveUnderlineColor": "#2979ff", - "inactiveMaskColor": "#FAFAFA", + "inactiveMaskColor": "#F4F4F4", "underlineColor": "#2979ff", "underlinedTabBackground": "#DBDBDC", "underlinedTabForeground": "#232324" }, - "Desktop.background": "#FAFAFA", - "DialogWrapper.southPanelBackground": "#FAFAFA", - "DialogWrapper.southPanelDivider": "#FAFAFA", + "Desktop.background": "#F4F4F4", + "DialogWrapper.southPanelBackground": "#F4F4F4", + "DialogWrapper.southPanelDivider": "#F4F4F4", "DragAndDrop": { - "areaBackground": "#FAFAFA", - "areaBorderColor": "#FAFAFA", + "areaBackground": "#F4F4F4", + "areaBorderColor": "#F4F4F4", "areaForeground": "#232324" }, "Editor": { - "background": "#FAFAFA", + "background": "#F4F4F4", "foreground": "#232324", - "shortcutForeground": "#9D9D9F" + "shortcutForeground": "#7f7f7f" }, "EditorPane": { - "background": "#FAFAFA", + "background": "#F4F4F4", "caretForeground": "#2979ff", "foreground": "#232324", - "inactiveBackground": "#FAFAFA", - "inactiveForeground": "#424243", - "selectionBackground": "#DBDBDC", + "inactiveBackground": "#F4F4F4", + "inactiveForeground": "#b8b8b9", + "selectionBackground": "#FFFFFF", "selectionForeground": "#232324" }, "EditorTabs": { "borderColor": "#EAEAEB", - "hoverBackground": "#EAEAEB", - "hoverColor": "#EAEAEB", - "hoverMaskColor": "#EAEAEB", - "inactiveMaskColor": "#FAFAFA", - "inactiveColoredFileBackground": "#FAFAFA", - "inactiveUnderlineColor": "#424243", + "hoverBackground": "#FFFFFF", + "hoverColor": "#FFFFFF", + "hoverMaskColor": "#FFFFFF", + "inactiveMaskColor": "#F4F4F4", + "inactiveColoredFileBackground": "#F4F4F4", + "inactiveUnderlineColor": "#b8b8b9", "selectedForeground": "#232324", "selectedBackground": "#DBDBDC", "underlineColor": "#2979ff", @@ -231,10 +231,10 @@ "underlinedTabForeground": "#232324" }, "EditorGroupsTabs": { - "background": "#FAFAFA", + "background": "#F4F4F4", "borderColor": "#EAEAEB", - "hoverBackground": "#EAEAEB", - "hoverColor": "#EAEAEB", + "hoverBackground": "#FFFFFF", + "hoverColor": "#FFFFFF", "inactiveUnderlineColor": "#2979ff", "underlineColor": "#2979ff", "underlinedTabBackground": "#DBDBDC", @@ -243,7 +243,7 @@ "FileColor": { "Green": "#387002", "Blue": "#004BA0", - "Yellow": "#DBDBDC", + "Yellow": "#CACACB", "Orange": "#B53D00", "Violet": "#4D2C91", "Rose": "#A00037" @@ -260,11 +260,11 @@ }, "Focus.color": "#DBDBDC", "FormattedTextField": { - "background": "#FAFAFA", + "background": "#F4F4F4", "caretForeground": "#2979ff", "foreground": "#232324", "inactiveBackground": "#DBDBDC", - "inactiveForeground": "#424243", + "inactiveForeground": "#b8b8b9", "selectionForeground": "#232324", "selectionBackground": "#DBDBDC" }, @@ -274,43 +274,43 @@ "separatorColor": "#DBDBDC" }, "GutterTooltip": { - "infoForeground": "#9D9D9F", - "lineSeparatorColor": "#FAFAFA" + "infoForeground": "#7f7f7f", + "lineSeparatorColor": "#F4F4F4" }, "HeaderColor": { - "active": "#FAFAFA", - "inactive": "#FFFFFF" + "active": "#F4F4F4", + "inactive": "#eaeae" }, "HelpTooltip": { - "background": "#FAFAFA", + "background": "#F4F4F4", "borderColor": "#DBDBDC", "foreground": "#232324", - "infoForeground": "#9D9D9F", - "shortcutForeground": "#9D9D9F" + "infoForeground": "#7f7f7f", + "shortcutForeground": "#7f7f7f" }, "Hyperlink.linkColor": "#2979ff", "inactiveCaption": "#EAEAEB", - "inactiveCaptionBorder": "#FAFAFA", - "inactiveCaptionText": "#9D9D9F", - "info": "#9D9D9F", - "infoText": "#9D9D9F", + "inactiveCaptionBorder": "#F4F4F4", + "inactiveCaptionText": "#7f7f7f", + "info": "#7f7f7f", + "infoText": "#7f7f7f", "IdeStatusBar.border": "4,4,4,4", "InformationHint.borderColor": "#DBDBDC", "InplaceRefactoringPopup": { - "borderColor": "#FAFAFA" + "borderColor": "#F4F4F4" }, "InternalFrame": { "activeTitleForeground": "#232324", - "background": "#FAFAFA", - "inactiveTitleForeground": "#9D9D9F" + "background": "#F4F4F4", + "inactiveTitleForeground": "#7f7f7f" }, "Label": { - "background": "#FAFAFA", - "disabledForeground": "#424243", - "disabledShadow": "#FAFAFA", - "disabledText": "#424243", + "background": "#F4F4F4", + "disabledForeground": "#b8b8b9", + "disabledShadow": "#F4F4F4", + "disabledText": "#b8b8b9", "foreground": "#232324", - "infoForeground": "#9D9D9F", + "infoForeground": "#7f7f7f", "selectedForeground": "#232324", "selectedDisabledForeground": "#232324" }, @@ -318,7 +318,7 @@ "activeForeground": "#2979ff", "hoverForeground": "#2979ff", "pressedForeground": "#2979ff", - "secondaryForeground": "#9D9D9F", + "secondaryForeground": "#7f7f7f", "visitedForeground": "#2979ff" }, "link.foreground": "#2979ff", @@ -327,73 +327,73 @@ "foreground": "#232324", "hoverBackground": "#DBDBDC80", "hoverInactiveBackground": "#DBDBDC", - "selectionBackground": "#DBDBDC50", + "selectionBackground": "#FFFFFF", "selectionForeground": "#232324", "selectionInactiveForeground": "#232324", "selectionInactiveBackground": "#DBDBDC80" }, "material": { - "background": "#FAFAFA", + "background": "#F4F4F4", "branchColor": "#232324", - "contrast": "#FFFFFF", + "contrast": "#eaeae", "foreground": "#232324", "mergeCommits": "#DBDBDC", - "primaryColor": "#9D9D9F", + "primaryColor": "#7f7f7f", "selectionForeground": "#232324", - "tab.backgroundColor": "#FAFAFA", + "tab.backgroundColor": "#F4F4F4", "tab.borderColor": "#2979ff", - "tagColor": "#9D9D9F" + "tagColor": "#7f7f7f" }, "MemoryIndicator": { "allocatedBackground": "#EAEAEB", - "usedColor": "#EAEAEB", - "usedBackground": "#EAEAEB" + "usedColor": "#FFFFFF", + "usedBackground": "#FFFFFF" }, "Menu": { - "acceleratorForeground": "#9D9D9F", + "acceleratorForeground": "#7f7f7f", "acceleratorSelectionForeground": "#232324", - "background": "#FAFAFA", + "background": "#F4F4F4", "border": "4,2,4,2", "borderColor": "#EAEAEB", "disabledBackground": "#EAEAEB", - "disabledForeground": "#424243", + "disabledForeground": "#b8b8b9", "foreground": "#232324", - "selectionBackground": "#DBDBDC", + "selectionBackground": "#FFFFFF", "selectionForeground": "#232324", "separatorColor": "#DBDBDC" }, "MenuBar": { - "background": "#FAFAFA", - "borderColor": "#FAFAFA", - "disabledBackground": "#FAFAFA", - "disabledForeground": "#424243", + "background": "#F4F4F4", + "borderColor": "#F4F4F4", + "disabledBackground": "#F4F4F4", + "disabledForeground": "#b8b8b9", "foreground": "#232324", - "highlight": "#FAFAFA", - "selectionBackground": "#DBDBDC", + "highlight": "#F4F4F4", + "selectionBackground": "#FFFFFF", "selectionForeground": "#232324", - "shadow": "#FAFAFA" + "shadow": "#F4F4F4" }, "MenuItem": { - "acceleratorForeground": "#9D9D9F", + "acceleratorForeground": "#7f7f7f", "acceleratorSelectionForeground": "#232324", "border": "4,2,4,2", - "background": "#FAFAFA", - "disabledBackground": "#FAFAFA", - "disabledForeground": "#424243", + "background": "#F4F4F4", + "disabledBackground": "#F4F4F4", + "disabledForeground": "#b8b8b9", "foreground": "#232324", - "selectionBackground": "#DBDBDC", + "selectionBackground": "#FFFFFF", "selectionForeground": "#232324" }, "NavBar": { "arrowColor": "#232324", - "borderColor": "#FAFAFA" + "borderColor": "#F4F4F4" }, "NewClass": { "Panel": { - "background": "#FAFAFA" + "background": "#F4F4F4" }, "SearchField": { - "background": "#FAFAFA" + "background": "#F4F4F4" } }, "NewPSD.warning": "#2979ff", @@ -419,62 +419,62 @@ }, "OnePixelDivider.background": "#DBDBDC", "OptionPane": { - "background": "#FAFAFA", + "background": "#F4F4F4", "foreground": "#232324", "messageForeground": "#232324" }, "Outline": { "color": "#DBDBDC", "focusedColor": "#2979ff", - "disabledColor": "#424243" + "disabledColor": "#b8b8b9" }, "Panel": { - "background": "#FAFAFA", + "background": "#F4F4F4", "foreground": "#232324" }, "ParameterInfo": { "background": "#EAEAEB", "borderColor": "#DBDBDC", - "currentOverloadBackground": "#EAEAEB", + "currentOverloadBackground": "#FFFFFF", "currentParameterForeground": "#2979ff", - "disabledForeground": "#424243", + "disabledForeground": "#b8b8b9", "foreground": "#232324", - "infoForeground": "#9D9D9F", + "infoForeground": "#7f7f7f", "lineSeparatorColor": "#DBDBDC" }, "PasswordField": { - "background": "#FAFAFA", + "background": "#F4F4F4", "capsLockIconColor": "#2979ff", "caretForeground": "#2979ff", "foreground": "#232324", - "inactiveForeground": "#424243", + "inactiveForeground": "#b8b8b9", "selectionBackground": "#DBDBDC", "selectionForeground": "#232324" }, "Plugins": { - "background": "#FAFAFA", - "disabledForeground": "#424243", - "eapTagBackground": "#EAEAEB", + "background": "#F4F4F4", + "disabledForeground": "#b8b8b9", + "eapTagBackground": "#FFFFFF", "hoverBackground": "#DBDBDC80", "lightSelectionBackground": "#DBDBDC", - "paidTagBackground": "#EAEAEB", - "selectionBackground": "#DBDBDC", + "paidTagBackground": "#FFFFFF", + "selectionBackground": "#FFFFFF", "tagForeground": "#2979ff", - "tagBackground": "#EAEAEB", - "trialTagBackground": "#EAEAEB", + "tagBackground": "#FFFFFF", + "trialTagBackground": "#FFFFFF", "Button": { "installBackground": "#DBDBDC", "installBorderColor": "#DBDBDC", "installForeground": "#232324", - "installFocusedBackground": "#EAEAEB", - "installFillForeground": "#424243", + "installFocusedBackground": "#FFFFFF", + "installFillForeground": "#b8b8b9", "installFillBackground": "#DBDBDC", "updateBackground": "#2979ff", "updateBorderColor": "#DBDBDC", "updateForeground": "#232324" }, "SearchField": { - "background": "#FAFAFA", + "background": "#F4F4F4", "borderColor": "#DBDBDC" }, "SectionHeader": { @@ -489,117 +489,117 @@ }, "Popup": { "Advertiser": { - "background": "#FAFAFA", - "borderColor": "#FAFAFA", + "background": "#F4F4F4", + "borderColor": "#F4F4F4", "foreground": "#2979ff" }, - "borderColor": "#FFFFFF", - "inactiveBorderColor": "#FAFAFA", + "borderColor": "#eaeae", + "inactiveBorderColor": "#F4F4F4", "innerBorderColor": "#EAEAEB", "Header": { - "activeBackground": "#FAFAFA", - "inactiveBackground": "#FFFFFF" + "activeBackground": "#F4F4F4", + "inactiveBackground": "#eaeae" }, "paintBorder": true, "separatorForeground": "#232324", "separatorColor": "#EAEAEB", "Toolbar": { - "Floating.background": "#FFFFFF", - "background": "#FFFFFF", - "borderColor": "#FFFFFF" + "Floating.background": "#eaeae", + "background": "#eaeae", + "borderColor": "#eaeae" } }, "PopupMenu": { - "background": "#FAFAFA", + "background": "#F4F4F4", "border": "2,0,2,0", "foreground": "#232324", - "translucentBackground": "#FAFAFA" + "translucentBackground": "#F4F4F4" }, "PopupMenuSeparator.height": 10, "PopupMenuSeparator.stripeIndent": 5, "ProgressBar": { - "background": "#FAFAFA", + "background": "#F4F4F4", "foreground": "#2979ff", "indeterminateEndColor": "#2979ff", "indeterminateStartColor": "#2979ff", "progressColor": "#2979ff", - "selectionBackground": "#EAEAEB", - "trackColor": "#EAEAEB" + "selectionBackground": "#FFFFFF", + "trackColor": "#FFFFFF" }, "PsiViewer": { "referenceHighlightColor": "#2979ff" }, "RadioButton": { - "background": "#FAFAFA", - "disabledText": "#424243", + "background": "#F4F4F4", + "disabledText": "#b8b8b9", "foreground": "#232324" }, "RadioButtonMenuItem": { - "acceleratorForeground": "#9D9D9F", - "acceleratorSelectionForeground": "#9D9D9F", - "background": "#FAFAFA", - "disabledBackground": "#FAFAFA", - "disabledForeground": "#424243", + "acceleratorForeground": "#7f7f7f", + "acceleratorSelectionForeground": "#7f7f7f", + "background": "#F4F4F4", + "disabledBackground": "#F4F4F4", + "disabledForeground": "#b8b8b9", "foreground": "#232324", - "selectionBackground": "#DBDBDC", + "selectionBackground": "#FFFFFF", "selectionForeground": "#232324" }, "ScreenView.borderColor": "#DBDBDC", "ScrollBar": { - "background": "#FAFAFA", + "background": "#F4F4F4", "hoverThumbBorderColor": "#2979ff", "hoverThumbColor": "#2979ff", - "hoverTrackColor": "#FAFAFA30", + "hoverTrackColor": "#F4F4F430", "Mac": { "hoverThumbBorderColor": "#2979ff", "hoverThumbColor": "#2979ff", - "hoverTrackColor": "#FAFAFA30", + "hoverTrackColor": "#F4F4F430", "thumbBorderColor": "#2979ff70", "thumbColor": "#2979ff70", - "trackColor": "#FAFAFA30", + "trackColor": "#F4F4F430", "Transparent": { "hoverThumbBorderColor": "#2979ff", "hoverThumbColor": "#2979ff", - "hoverTrackColor": "#FAFAFA30", + "hoverTrackColor": "#F4F4F430", "thumbBorderColor": "#2979ff70", "thumbColor": "#2979ff70", - "trackColor": "#FAFAFA30" + "trackColor": "#F4F4F430" } }, - "thumb": "#EAEAEB", + "thumb": "#FFFFFF", "thumbBorderColor": "#2979ff70", "thumbColor": "#2979ff70", - "trackColor": "#FAFAFA30", + "trackColor": "#F4F4F430", "Transparent": { "hoverThumbBorderColor": "#2979ff", "hoverThumbColor": "#2979ff", - "hoverTrackColor": "#FAFAFA30", + "hoverTrackColor": "#F4F4F430", "thumbBorderColor": "#2979ff70", "thumbColor": "#2979ff70", - "trackColor": "#FAFAFA30" + "trackColor": "#F4F4F430" } }, "SearchEverywhere": { "Advertiser": { - "background": "#FFFFFF", - "foreground": "#9D9D9F" + "background": "#eaeae", + "foreground": "#7f7f7f" }, "Header": { - "background": "#FAFAFA" + "background": "#F4F4F4" }, "List": { - "separatorForeground": "#9D9D9F", + "separatorForeground": "#7f7f7f", "separatorColor": "#DBDBDC" }, "SearchField": { - "background": "#FAFAFA", - "borderColor": "#FFFFFF", - "infoForeground": "#9D9D9F" + "background": "#F4F4F4", + "borderColor": "#eaeae", + "infoForeground": "#7f7f7f" }, "Tab": { "active.foreground": "#232324", "selectedForeground": "#232324", - "selectedBackground": "#EAEAEB" + "selectedBackground": "#FFFFFF" } }, "SearchMatch": { @@ -613,7 +613,7 @@ "selectedBackground": "#DBDBDC" }, "SearchResults": { - "Ordinal.File.Foreground": "#9D9D9F", + "Ordinal.File.Foreground": "#7f7f7f", "Repeated.File.Foreground": "#232324" }, "Separator": { @@ -622,10 +622,10 @@ "separatorColor": "#EAEAEB" }, "SidePanel": { - "background": "#FAFAFA" + "background": "#F4F4F4" }, "Slider": { - "background": "#FAFAFA", + "background": "#F4F4F4", "buttonBorderColor": "#2979ff", "buttonColor": "#2979ff", "foreground": "#232324", @@ -636,40 +636,40 @@ "thumb": "#2979ff" }, "SpeedSearch": { - "background": "#EAEAEB", + "background": "#FFFFFF", "borderColor": "#DBDBDC", "foreground": "#232324", "errorForeground": "#232324" }, "Spinner": { - "background": "#FAFAFA", + "background": "#F4F4F4", "border": "3,3,3,3", "foreground": "#232324", "selectionForeground": "#232324" }, "SplitPane": { - "background": "#FAFAFA", - "highlight": "#FAFAFA" + "background": "#F4F4F4", + "highlight": "#F4F4F4" }, "SplitPaneDivider.draggingColor": "#EAEAEB", "StatusBar": { - "borderColor": "#FAFAFA", - "hoverBackground": "#EAEAEB", + "borderColor": "#F4F4F4", + "hoverBackground": "#FFFFFF", "LightEditBackground": "#DBDBDC" }, "TabbedPane": { - "background": "#FAFAFA", - "contentAreaColor": "#EAEAEB", + "background": "#F4F4F4", + "contentAreaColor": "#FFFFFF", "contentBorderInsets": "3,1,1,1", "darkShadow": "#DBDBDC", - "disabledForeground": "#424243", - "disabledUnderlineColor": "#424243", + "disabledForeground": "#b8b8b9", + "disabledUnderlineColor": "#b8b8b9", "focus": "#DBDBDC", "focusColor": "#DBDBDC", "fontSizeOffset": 0, "foreground": "#232324", "highlight": "#DBDBDC", - "hoverColor": "#EAEAEB", + "hoverColor": "#FFFFFF", "labelShift": 0, "selectedForeground": "#232324", "selectedLabelShift": 0, @@ -680,126 +680,126 @@ "tabSelectionHeight": 2, "underlineColor": "#2979ff" }, - "TabbedPane.mt.tab.background": "#FAFAFA", + "TabbedPane.mt.tab.background": "#F4F4F4", "Table": { - "alternativeRowBackground": "#FFFFFF", - "background": "#FAFAFA", + "alternativeRowBackground": "#eaeae", + "background": "#F4F4F4", "cellNoFocusBorder": "10,5,10,5", "focusCellHighlightBorder": "10,5,10,5", - "disabledForeground": "#424243", + "disabledForeground": "#b8b8b9", "dropLineColor": "#2979ff", "dropLineShortColor": "#2979ff", "focusCellBackground": "#DBDBDC", "focusCellForeground": "#232324", "foreground": "#232324", - "gridColor": "#FAFAFA", + "gridColor": "#F4F4F4", "highlightOuter": "#DBDBDC", "hoverBackground": "#DBDBDC80", "hoverInactiveBackground": "#DBDBDC", "lightSelectionForeground": "#232324", - "lightSelectionInactiveForeground": "#9D9D9F", + "lightSelectionInactiveForeground": "#7f7f7f", "lightSelectionInactiveBackground": "#EAEAEB", "selectionBackground": "#DBDBDC", "selectionForeground": "#232324", "selectionInactiveBackground": "#DBDBDC", "selectionInactiveForeground": "#232324", "sortIconColor": "#232324", - "stripeColor": "#FFFFFF" + "stripeColor": "#eaeae" }, "TableHeader": { - "background": "#FAFAFA", - "borderColor": "#FAFAFA", + "background": "#F4F4F4", + "borderColor": "#F4F4F4", "bottomSeparatorColor": "#EAEAEB", "cellBorder": "4,0,4,0", - "disabledForeground": "#424243", + "disabledForeground": "#b8b8b9", "foreground": "#232324", "focusCellBackground": "#DBDBDC", "focusCellForeground": "#232324", "height": 25, "separatorColor": "#EAEAEB" }, - "text": "#9D9D9F", - "textInactiveText": "#9D9D9F", - "textText": "#9D9D9F", + "text": "#7f7f7f", + "textInactiveText": "#7f7f7f", + "textText": "#7f7f7f", "TextArea": { - "background": "#FAFAFA", + "background": "#F4F4F4", "caretForeground": "#2979ff", "foreground": "#232324", - "inactiveForeground": "#424243", + "inactiveForeground": "#b8b8b9", "selectionBackground": "#DBDBDC", "selectionForeground": "#232324" }, "TextField": { - "background": "#FAFAFA", + "background": "#F4F4F4", "caretForeground": "#2979ff", "foreground": "#232324", - "inactiveForeground": "#424243", + "inactiveForeground": "#b8b8b9", "selectionBackground": "#DBDBDC", "selectionForeground": "#232324" }, "TextPane": { - "background": "#FAFAFA", + "background": "#F4F4F4", "caretForeground": "#2979ff", "foreground": "#232324", - "inactiveForeground": "#424243", + "inactiveForeground": "#b8b8b9", "selectionBackground": "#DBDBDC", "selectionForeground": "#232324" }, "TitlePane": { - "background": "#FFFFFF", - "Button.hoverBackground": "#EAEAEB", - "inactiveBackground": "#FAFAFA", - "infoForeground": "#9D9D9F", - "inactiveInfoForeground": "#9D9D9F" + "background": "#eaeae", + "Button.hoverBackground": "#FFFFFF", + "inactiveBackground": "#F4F4F4", + "infoForeground": "#7f7f7f", + "inactiveInfoForeground": "#7f7f7f" }, "TitledBorder.titleColor": "#232324", "ToggleButton": { "borderColor": "#DBDBDC", "buttonColor": "#232324", - "disabledText": "#424243", + "disabledText": "#b8b8b9", "foreground": "#232324", - "offForeground": "#FAFAFA", - "offBackground": "#FAFAFA", + "offForeground": "#F4F4F4", + "offBackground": "#F4F4F4", "onBackground": "#2979ff", "onForeground": "#2979ff" }, "ToolBar": { - "background": "#FAFAFA", - "borderHandleColor": "#9D9D9F", - "floatingForeground": "#9D9D9F", + "background": "#F4F4F4", + "borderHandleColor": "#7f7f7f", + "floatingForeground": "#7f7f7f", "foreground": "#232324" }, "ToolTip": { - "Actions.background": "#FAFAFA", - "Actions.infoForeground": "#9D9D9F", + "Actions.background": "#F4F4F4", + "Actions.infoForeground": "#7f7f7f", "background": "#F2F2F2", "borderColor": "#DBDBDC", "foreground": "#232324", - "infoForeground": "#9D9D9F", + "infoForeground": "#7f7f7f", "separatorColor": "#DBDBDC", - "shortcutForeground": "#9D9D9F" + "shortcutForeground": "#7f7f7f" }, "ToolWindow": { "Button": { "hoverBackground": "#DBDBDC", "selectedForeground": "#232324", - "selectedBackground": "#FFFFFF" + "selectedBackground": "#eaeae" }, "Header": { - "background": "#FAFAFA", + "background": "#F4F4F4", "borderColor": "#EAEAEB", - "inactiveBackground": "#FAFAFA" + "inactiveBackground": "#F4F4F4" }, "HeaderCloseButton": { - "background": "#FAFAFA" + "background": "#F4F4F4" }, "HeaderTab": { - "borderColor": "#EAEAEB", - "hoverBackground": "#EAEAEB", - "hoverInactiveBackground": "#EAEAEB", + "borderColor": "#FFFFFF", + "hoverBackground": "#FFFFFF", + "hoverInactiveBackground": "#FFFFFF", "inactiveUnderlineColor": "#2979ff", - "selectedBackground": "#FFFFFF", - "selectedInactiveBackground": "#FFFFFF", + "selectedBackground": "#eaeae", + "selectedInactiveBackground": "#eaeae", "underlineColor": "#2979ff", "underlinedTabBackground": "#DBDBDC", "underlinedTabInactiveBackground": "#EAEAEB", @@ -808,8 +808,8 @@ } }, "Tree": { - "background": "#FAFAFA", - "foreground": "#9D9D9F", + "background": "#F4F4F4", + "foreground": "#7f7f7f", "hash": "#DBDBDC", "hoverBackground": "#DBDBDC80", "hoverInactiveBackground": "#DBDBDC", @@ -819,70 +819,70 @@ "selectionForeground": "#232324", "selectionInactiveForeground": "#232324", "selectionInactiveBackground": "#DBDBDC80", - "textBackground": "#FAFAFA" + "textBackground": "#F4F4F4" }, "Tree.leftChildIndent": 10, "Tree.rightChildIndent": 5, "UIDesigner": { "Activity.borderColor": "#DBDBDC", - "Canvas.background": "#FFFFFF", + "Canvas.background": "#eaeae", "ColorPicker": { - "background": "#FAFAFA", + "background": "#F4F4F4", "foreground": "#232324" }, "Component": { "borderColor": "#DBDBDC", - "background": "#FAFAFA", + "background": "#F4F4F4", "foreground": "#232324", - "hoverBorderColor": "#EAEAEB" + "hoverBorderColor": "#FFFFFF" }, "Connector": { "borderColor": "#DBDBDC", - "hoverBorderColor": "#EAEAEB" + "hoverBorderColor": "#FFFFFF" }, - "Canvas.background": "#FFFFFF", + "Canvas.background": "#eaeae", "highStroke.foreground": "#232324", - "Label.foreground": "#9D9D9F", + "Label.foreground": "#7f7f7f", "List.selectionBackground": "#DBDBDC80", "motion": { "borderColor": "#DBDBDC", "Component.foreground": "#232324", - "ConstraintSetText.foreground": "#9D9D9F", + "ConstraintSetText.foreground": "#7f7f7f", "ConstraintSet.background": "#EAEAEB", - "CSPanel.SelectedFocusBackground": "#DBDBDC", + "CSPanel.SelectedFocusBackground": "#FFFFFF", "CSPanel.SelectedBackground": "#DBDBDC80", - "cs_FocusText.infoForeground": "#9D9D9F", + "cs_FocusText.infoForeground": "#7f7f7f", "CursorTextColor.foreground": "#232324", - "HoverColor.disabledBackground": "#424243", - "motionGraph.background": "#FAFAFA", + "HoverColor.disabledBackground": "#b8b8b9", + "motionGraph.background": "#F4F4F4", "Notification.background": "#F2F2F2", "ourAvg.background": "#EAEAEB", "ourCS.background": "#EAEAEB", "ourCS_Border.borderColor": "#DBDBDC", - "ourCS_TextColor.foreground": "#9D9D9F", + "ourCS_TextColor.foreground": "#7f7f7f", "ourCS_SelectedFocusBackground.selectionForeground": "#232324", "ourCS_SelectedBackground.selectionInactiveBackground": "#DBDBDC", - "ourCS_SelectedBorder.pressedBorderColor": "#EAEAEB", + "ourCS_SelectedBorder.pressedBorderColor": "#FFFFFF", "ourML_BarColor.separatorColor": "#DBDBDC", - "PrimaryPanel.background": "#FFFFFF", - "SecondaryPanel.background": "#FAFAFA", - "SecondaryPanel.header.foreground": "#9D9D9F", - "SecondaryPanel.header.background": "#FFFFFF", + "PrimaryPanel.background": "#eaeae", + "SecondaryPanel.background": "#F4F4F4", + "SecondaryPanel.header.foreground": "#7f7f7f", + "SecondaryPanel.header.background": "#eaeae", "timeLine.disabledBorderColor": "#DBDBDC" }, "Panel": { "borderColor": "#DBDBDC", - "background": "#FAFAFA" + "background": "#F4F4F4" }, "percent.foreground": "#232324", "Placeholder": { - "background": "#FAFAFA", + "background": "#F4F4F4", "borderColor": "#DBDBDC", "foreground": "#232324", "selectedForeground": "#232324" }, - "Preview.background": "#FAFAFA", - "stroke.acceleratorForeground": "#9D9D9F" + "Preview.background": "#F4F4F4", + "stroke.acceleratorForeground": "#7f7f7f" }, "ValidationTooltip": { "errorBackground": "#F2F2F2", @@ -892,102 +892,102 @@ }, "VersionControl": { "FileHistory.Commit": { - "selectedBranchBackground": "#FAFAFA" + "selectedBranchBackground": "#F4F4F4" }, "GitCommits": { - "graphColor": "#EAEAEB" + "graphColor": "#FFFFFF" }, "GitLog": { "localBranchIconColor": "#2979ff", - "otherIconColor": "#9D9D9F", + "otherIconColor": "#7f7f7f", "remoteBranchIconColor": "#232324", - "tagIconColor": "#9D9D9F" + "tagIconColor": "#7f7f7f" }, "HgLog": { "branchIconColor": "#2979ff", "bookmarkIconColor": "#232324", - "closedBranchIconColor": "#424243", - "localTagIconColor": "#9D9D9F", - "mqTagIconColor": "#9D9D9F", - "tagIconColor": "#9D9D9F", - "tipIconColor": "#9D9D9F" + "closedBranchIconColor": "#b8b8b9", + "localTagIconColor": "#7f7f7f", + "mqTagIconColor": "#7f7f7f", + "tagIconColor": "#7f7f7f", + "tipIconColor": "#7f7f7f" }, "Log": { - "Commit.unmatchedForeground": "#9D9D9F", + "Commit.unmatchedForeground": "#7f7f7f", "Commit.currentBranchBackground": "#EAEAEB", "Commit.hoveredBackground": "#DBDBDC80" }, "RefLabel": { "foreground": "#232324", - "backgroundBase": "#EAEAEB" + "backgroundBase": "#FFFFFF" } }, "Viewport": { - "background": "#FAFAFA", + "background": "#F4F4F4", "foreground": "#232324" }, "WelcomeScreen": { - "AssociatedComponent.background": "#FAFAFA", - "background": "#FAFAFA", - "borderColor": "#FAFAFA", - "captionBackground": "#FFFFFF", + "AssociatedComponent.background": "#F4F4F4", + "background": "#F4F4F4", + "borderColor": "#F4F4F4", + "captionBackground": "#eaeae", "captionForeground": "#232324", - "Details.background": "#FAFAFA", - "footerBackground": "#FFFFFF", + "Details.background": "#F4F4F4", + "footerBackground": "#eaeae", "footerForeground": "#232324", - "headerBackground": "#FAFAFA", + "headerBackground": "#F4F4F4", "headerForeground": "#232324", - "List.background": "#FFFFFF", + "List.background": "#eaeae", "separatorColor": "#DBDBDC", "SidePanel.background": "#EAEAEB", "Projects": { - "actions.background": "#FFFFFF", - "actions.selectionBackground": "#EAEAEB", + "actions.background": "#eaeae", + "actions.selectionBackground": "#FFFFFF", "background": "#EAEAEB", - "selectionBackground": "#DBDBDC", + "selectionBackground": "#FFFFFF", "selectionInactiveBackground": "#EAEAEB" } }, - "window": "#FAFAFA", + "window": "#F4F4F4", "windowBorder": "#DBDBDC", - "windowText": "#9D9D9F", + "windowText": "#7f7f7f", "Window.border": "#DBDBDC" }, "icons": { "ColorPalette": { - "#43494A": "#FFFFFF", - "#6B6B6B": "#9D9D9F", - "#A7A7A7": "#FAFAFA", + "#43494A": "#eaeae", + "#6B6B6B": "#7f7f7f", + "#A7A7A7": "#F4F4F4", "#3D6185": "#2979ff", "#466D94": "#2979ff", - "#3C3F41": "#FAFAFA", - "#545556": "#424243", - "#606060": "#424243", + "#3C3F41": "#F4F4F4", + "#545556": "#b8b8b9", + "#606060": "#b8b8b9", "#9AA7B0": "#232324", "#675133": "#2979ff", "Actions.Blue": "#4078F2", "Actions.Green": "#50A14E", - "Actions.Grey": "#9D9D9F", + "Actions.Grey": "#7f7f7f", "Actions.GreyInline": "#A0A1A7", "Actions.GreyInline.Dark": "#232324", "Actions.Red": "#E4564A", "Actions.Yellow": "#C18401", - "Checkbox.Background.Default": "#FFFFFF", - "Checkbox.Background.Default.Dark": "#FFFFFF", - "Checkbox.Background.Disabled": "#DBDBDC", - "Checkbox.Background.Disabled.Dark": "#DBDBDC", + "Checkbox.Background.Default": "#eaeae", + "Checkbox.Background.Default.Dark": "#eaeae", + "Checkbox.Background.Disabled": "#CACACB", + "Checkbox.Background.Disabled.Dark": "#CACACB", "Checkbox.Border.Default": "#DBDBDC", "Checkbox.Border.Default.Dark": "#DBDBDC", - "Checkbox.Border.Disabled": "#424243", - "Checkbox.Border.Disabled.Dark": "#424243", + "Checkbox.Border.Disabled": "#b8b8b9", + "Checkbox.Border.Disabled.Dark": "#b8b8b9", "Checkbox.Focus.Thin.Default": "#2979ff", "Checkbox.Focus.Thin.Default.Dark": "#2979ff", "Checkbox.Focus.Wide": "#2979ff", "Checkbox.Focus.Wide.Dark": "#2979ff", - "Checkbox.Foreground.Disabled": "#424243", - "Checkbox.Foreground.Disabled.Dark": "#424243", + "Checkbox.Foreground.Disabled": "#b8b8b9", + "Checkbox.Foreground.Disabled.Dark": "#b8b8b9", "Checkbox.Background.Selected": "#2979ff", - "Checkbox.Background.Selected.Dark": "#FAFAFA", + "Checkbox.Background.Selected.Dark": "#F4F4F4", "Checkbox.Border.Selected": "#2979ff", "Checkbox.Border.Selected.Dark": "#2979ff", "Checkbox.Foreground.Selected": "#2979ff", 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 557e007c..49687803 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 @@ -14,29 +14,29 @@ "acceleratorSelectionForeground": "#6272A4", "background": "#282A36", "borderColor": "#21222C", - "disabledBackground": "#34353D", + "disabledBackground": "#313341", "disabledForeground": "#6272A4", "disabledText": "#6272A4", - "focusColor": "#44475a", - "focusedBorderColor": "#9580ff", + "focusColor": "#6272A4", + "focusedBorderColor": "#FF79C5", "foreground": "#F8F8F2", - "inactiveBackground": "#34353D", + "inactiveBackground": "#313341", "inactiveForeground": "#6272A4", "infoForeground": "#6272A4", "selectionBackground": "#44475A", "selectionBackgroundInactive": "#282A36", - "selectionForeground": "#FFFFFF", + "selectionForeground": "#8BE9FD", "selectionInactiveBackground": "#282A36", "separatorColor": "#21222C" }, "activeCaption": "#282A36", "ActionButton": { - "hoverBackground": "#9580ff50", - "hoverBorderColor": "#9580ff50", + "hoverBackground": "#FF79C550", + "hoverBorderColor": "#FF79C550", "hoverSeparatorColor": "#393C4B", - "focusedBorderColor": "#9580ff50", - "pressedBackground": "#9580ff50", - "pressedBorderColor": "#9580ff50" + "focusedBorderColor": "#FF79C550", + "pressedBackground": "#FF79C550", + "pressedBorderColor": "#FF79C550" }, "Autocomplete": { "selectionBackground": "#44475A" @@ -49,9 +49,9 @@ "default": { "endBackground": "#44475A", "endBorderColor": "#44475A", - "foreground": "#8BE9FD", - "focusColor": "#9580ff", - "focusedBorderColor": "#9580ff", + "foreground": "#FFFFFF", + "focusColor": "#FF79C5", + "focusedBorderColor": "#FF79C5", "shadowColor": "#44475A", "startBackground": "#44475A", "startBorderColor": "#44475A" @@ -60,13 +60,13 @@ "disabledText": "#6272A4", "endBackground": "#393C4B", "endBorderColor": "#393C4B", - "focus": "#44475a", - "focusedBorderColor": "#9580ff", + "focus": "#6272A4", + "focusedBorderColor": "#FF79C5", "foreground": "#6272A4", - "highlight": "#FFFFFF", + "highlight": "#8BE9FD", "mt.background": "#393C4B", "mt.foreground": "#6272A4", - "mt.selectedForeground": "#FFFFFF", + "mt.selectedForeground": "#8BE9FD", "mt.selection.color1": "#44475A", "mt.selection.color2": "#44475A", "startBackground": "#393C4B", @@ -86,7 +86,7 @@ "background": "#282A36", "disabledText": "#6272A4", "foreground": "#F8F8F2", - "select": "#9580ff" + "select": "#FF79C5" }, "CheckBoxMenuItem": { "acceleratorForeground": "#6272A4", @@ -96,12 +96,12 @@ "disabledForeground": "#6272A4", "foreground": "#F8F8F2", "selectionBackground": "#44475A", - "selectionForeground": "#8BE9FD" + "selectionForeground": "#FFFFFF" }, "CodeWithMe": { "Avatar.foreground": "#F8F8F2", "AccessEnabled": { - "accessDot": "#9580ff", + "accessDot": "#FF79C5", "dropdownBorder": "#282A36", "pillBackground": "$second" } @@ -121,78 +121,78 @@ }, "background": "#191A21", "buttonBackground": "#393C4B", - "darcula.hoveredArrowButtonForeground": "#9580ff", + "darcula.hoveredArrowButtonForeground": "#FF79C5", "disabledForeground": "#6272A4", "foreground": "#F8F8F2", - "modifiedItemForeground": "#9580ff", + "modifiedItemForeground": "#FF79C5", "nonEditableBackground": "#282A36", "padding": "5,5,5,5", "selectionBackground": "#44475A", - "selectionForeground": "#8BE9FD" + "selectionForeground": "#FFFFFF" }, "ComboPopup.border": "#21222C", "CompletionPopup": { "background": "#282A36", "foreground": "#F8F8F2", "infoForeground": "#6272A4", - "matchForeground": "#9580ff", - "matchSelectionForeground": "#9580ff", + "matchForeground": "#FF79C5", + "matchSelectionForeground": "#FF79C5", "nonFocusedState": "false", - "selectedGrayedForeground": "#FFFFFF", - "selectionGrayForeground": "#FFFFFF", + "selectedGrayedForeground": "#8BE9FD", + "selectionGrayForeground": "#8BE9FD", "selectionInactiveInfoForeground": "#6272A4", - "selectionInactiveBackground": "#44475A50", - "selectionBackground": "#44475A80", - "selectionForeground": "#FFFFFF", - "selectionInfoForeground": "#FFFFFF" + "selectionInactiveBackground": "#44475A", + "selectionBackground": "#44475A", + "selectionForeground": "#8BE9FD", + "selectionInfoForeground": "#8BE9FD" }, "Component": { "arc": 4, - "borderColor": "#44475a", + "borderColor": "#6272A4", "disabledBorderColor": "#393C4B", - "focusColor": "#9580ff", - "focusedBorderColor": "#9580ff", - "hoverIconColor": "#9580ff", + "focusColor": "#FF79C5", + "focusedBorderColor": "#FF79C5", + "hoverIconColor": "#FF79C5", "infoForeground": "#6272A4", "iconColor": "#F8F8F2" }, "control": "#282A36", "controlText": "#6272A4", "Counter": { - "background": "#9580ff", - "foreground": "#FFFFFF" + "background": "#FF79C5", + "foreground": "#8BE9FD" }, "Debugger": { "Variables": { "collectingDataForeground": "#6272A4", - "changedValueForeground": "#9580ff", - "errorMessageForeground": "#8BE9FD", + "changedValueForeground": "#FF79C5", + "errorMessageForeground": "#f780bf", "evaluatingExpressionForeground": "#6272A4", - "exceptionForeground": "#50FA7B", - "modifyingValueForeground": "#9580ff", - "valueForeground": "#9580ff" + "exceptionForeground": "#8aff80", + "modifyingValueForeground": "#FF79C5", + "valueForeground": "#FF79C5" } }, "DebuggerTabs": { - "selectedBackground": "#44475a", - "underlinedTabBackground": "#44475a" + "selectedBackground": "#6272A4", + "underlinedTabBackground": "#6272A4" }, "DebuggerPopup": { - "borderColor": "#44475a" + "borderColor": "#6272A4" }, "DefaultTabs": { "background": "#282A36", "borderColor": "#282A36", "hoverBackground": "#44475A", "hoverColor": "#191A21", - "hoverMaskColor": "#44475a", + "hoverMaskColor": "#6272A4", "inactiveColoredTabBackground": "#282A36", "inactiveColoredFileBackground": "#393C4B", - "inactiveUnderlineColor": "#9580ff", + "inactiveUnderlineColor": "#FF79C5", "inactiveMaskColor": "#191A21", - "underlineColor": "#9580ff", + "underlineColor": "#FF79C5", "underlinedTabBackground": "#44475A", - "underlinedTabForeground": "#FFFFFF" + "underlinedTabForeground": "#8BE9FD" }, "Desktop.background": "#282A36", "DialogWrapper.southPanelBackground": "#282A36", @@ -209,41 +209,41 @@ }, "EditorPane": { "background": "#191A21", - "caretForeground": "#9580ff", + "caretForeground": "#FF79C5", "foreground": "#F8F8F2", "inactiveBackground": "#282A36", "inactiveForeground": "#6272A4", "selectionBackground": "#44475A", - "selectionForeground": "#8BE9FD" + "selectionForeground": "#FFFFFF" }, "EditorTabs": { "borderColor": "#282A36", - "hoverBackground": "#44475a", - "hoverColor": "#44475a", - "hoverMaskColor": "#44475a", + "hoverBackground": "#6272A4", + "hoverColor": "#6272A4", + "hoverMaskColor": "#6272A4", "inactiveMaskColor": "#282A36", "inactiveColoredFileBackground": "#282A36", "inactiveUnderlineColor": "#6272A4", "selectedForeground": "#F8F8F2", "selectedBackground": "#44475A", - "underlineColor": "#9580ff", + "underlineColor": "#FF79C5", "underlinedTabBackground": "#44475A", - "underlinedTabForeground": "#FFFFFF" + "underlinedTabForeground": "#8BE9FD" }, "EditorGroupsTabs": { "background": "#282A36", "borderColor": "#282A36", - "hoverBackground": "#44475a", - "hoverColor": "#44475a", - "inactiveUnderlineColor": "#9580ff", - "underlineColor": "#9580ff", + "hoverBackground": "#6272A4", + "hoverColor": "#6272A4", + "inactiveUnderlineColor": "#FF79C5", + "underlineColor": "#FF79C5", "underlinedTabBackground": "#44475A", "underlinedTabForeground": "#F8F8F2" }, "FileColor": { "Green": "#387002", "Blue": "#004BA0", - "Yellow": "#34353D", + "Yellow": "#313341", "Orange": "#B53D00", "Violet": "#4D2C91", "Rose": "#A00037" @@ -261,11 +261,11 @@ "Focus.color": "#21222C", "FormattedTextField": { "background": "#191A21", - "caretForeground": "#9580ff", + "caretForeground": "#FF79C5", "foreground": "#F8F8F2", "inactiveBackground": "#393C4B", "inactiveForeground": "#6272A4", - "selectionForeground": "#8BE9FD", + "selectionForeground": "#FFFFFF", "selectionBackground": "#44475A" }, "GotItTooltip.borderColor": "#1D2228", @@ -288,7 +288,7 @@ "infoForeground": "#6272A4", "shortcutForeground": "#6272A4" }, - "Hyperlink.linkColor": "#9580ff", + "Hyperlink.linkColor": "#FF79C5", "inactiveCaption": "#282A36", "inactiveCaptionBorder": "#282A36", "inactiveCaptionText": "#6272A4", @@ -311,26 +311,26 @@ "disabledText": "#6272A4", "foreground": "#F8F8F2", "infoForeground": "#6272A4", - "selectedForeground": "#8BE9FD", + "selectedForeground": "#FFFFFF", "selectedDisabledForeground": "#F8F8F2" }, "Link": { - "activeForeground": "#9580ff", - "hoverForeground": "#9580ff", - "pressedForeground": "#9580ff", + "activeForeground": "#FF79C5", + "hoverForeground": "#FF79C5", + "pressedForeground": "#FF79C5", "secondaryForeground": "#6272A4", - "visitedForeground": "#9580ff" + "visitedForeground": "#FF79C5" }, - "link.foreground": "#9580ff", + "link.foreground": "#FF79C5", "List": { "background": "#282A36", "foreground": "#F8F8F2", - "hoverBackground": "#44475A70", + "hoverBackground": "#44475A50", "hoverInactiveBackground": "#44475A", - "selectionBackground": "#44475A50", - "selectionForeground": "#FFFFFF", - "selectionInactiveForeground": "#8BE9FD", - "selectionInactiveBackground": "#44475A70" + "selectionBackground": "#44475A", + "selectionForeground": "#8BE9FD", + "selectionInactiveForeground": "#FFFFFF", + "selectionInactiveBackground": "#44475A50" }, "material": { "background": "#282A36", @@ -339,19 +339,19 @@ "foreground": "#F8F8F2", "mergeCommits": "#393C4B", "primaryColor": "#6272A4", - "selectionForeground": "#FFFFFF", + "selectionForeground": "#8BE9FD", "tab.backgroundColor": "#282A36", - "tab.borderColor": "#9580ff", + "tab.borderColor": "#FF79C5", "tagColor": "#6272A4" }, "MemoryIndicator": { "allocatedBackground": "#282A36", - "usedColor": "#44475a", - "usedBackground": "#44475a" + "usedColor": "#6272A4", + "usedBackground": "#6272A4" }, "Menu": { "acceleratorForeground": "#6272A4", - "acceleratorSelectionForeground": "#FFFFFF", + "acceleratorSelectionForeground": "#8BE9FD", "background": "#282A36", "border": "4,2,4,2", "borderColor": "#282A36", @@ -359,7 +359,7 @@ "disabledForeground": "#6272A4", "foreground": "#F8F8F2", "selectionBackground": "#44475A", - "selectionForeground": "#FFFFFF", + "selectionForeground": "#8BE9FD", "separatorColor": "#21222C" }, "MenuBar": { @@ -370,19 +370,19 @@ "foreground": "#F8F8F2", "highlight": "#282A36", "selectionBackground": "#44475A", - "selectionForeground": "#FFFFFF", + "selectionForeground": "#8BE9FD", "shadow": "#191A21" }, "MenuItem": { "acceleratorForeground": "#6272A4", - "acceleratorSelectionForeground": "#FFFFFF", + "acceleratorSelectionForeground": "#8BE9FD", "border": "4,2,4,2", "background": "#282A36", "disabledBackground": "#282A36", "disabledForeground": "#6272A4", "foreground": "#F8F8F2", "selectionBackground": "#44475A", - "selectionForeground": "#FFFFFF" + "selectionForeground": "#8BE9FD" }, "NavBar": { "arrowColor": "#F8F8F2", @@ -396,7 +396,7 @@ "background": "#191A21" } }, - "NewPSD.warning": "#9580ff", + "NewPSD.warning": "#FF79C5", "Notification": { "background": "#1D2228", "borderColor": "#1D2228", @@ -425,7 +425,7 @@ }, "Outline": { "color": "#393C4B", - "focusedColor": "#9580ff", + "focusedColor": "#FF79C5", "disabledColor": "#6272A4" }, "Panel": { @@ -435,8 +435,8 @@ "ParameterInfo": { "background": "#282A36", "borderColor": "#44475A", - "currentOverloadBackground": "#44475a", - "currentParameterForeground": "#9580ff", + "currentOverloadBackground": "#6272A4", + "currentParameterForeground": "#FF79C5", "disabledForeground": "#6272A4", "foreground": "#F8F8F2", "infoForeground": "#6272A4", @@ -444,32 +444,32 @@ }, "PasswordField": { "background": "#191A21", - "capsLockIconColor": "#9580ff", - "caretForeground": "#9580ff", + "capsLockIconColor": "#FF79C5", + "caretForeground": "#FF79C5", "foreground": "#F8F8F2", "inactiveForeground": "#6272A4", "selectionBackground": "#44475A", - "selectionForeground": "#8BE9FD" + "selectionForeground": "#FFFFFF" }, "Plugins": { "background": "#282A36", "disabledForeground": "#6272A4", - "eapTagBackground": "#44475a", - "hoverBackground": "#44475A70", + "eapTagBackground": "#6272A4", + "hoverBackground": "#44475A50", "lightSelectionBackground": "#44475A", - "paidTagBackground": "#44475a", + "paidTagBackground": "#6272A4", "selectionBackground": "#44475A", - "tagForeground": "#9580ff", - "tagBackground": "#44475a", - "trialTagBackground": "#44475a", + "tagForeground": "#FF79C5", + "tagBackground": "#6272A4", + "trialTagBackground": "#6272A4", "Button": { "installBackground": "#393C4B", "installBorderColor": "#393C4B", "installForeground": "#F8F8F2", - "installFocusedBackground": "#44475a", + "installFocusedBackground": "#6272A4", "installFillForeground": "#6272A4", "installFillBackground": "#393C4B", - "updateBackground": "#9580ff", + "updateBackground": "#FF79C5", "updateBorderColor": "#393C4B", "updateForeground": "#F8F8F2" }, @@ -483,7 +483,7 @@ }, "Tab": { "hoverBackground": "#44475A", - "selectedForeground": "#FFFFFF", + "selectedForeground": "#8BE9FD", "selectedBackground": "#44475A" } }, @@ -491,7 +491,7 @@ "Advertiser": { "background": "#282A36", "borderColor": "#282A36", - "foreground": "#9580ff" + "foreground": "#FF79C5" }, "borderColor": "#191A21", "inactiveBorderColor": "#282A36", @@ -519,15 +519,15 @@ "PopupMenuSeparator.stripeIndent": 5, "ProgressBar": { "background": "#282A36", - "foreground": "#9580ff", - "indeterminateEndColor": "#9580ff", - "indeterminateStartColor": "#9580ff", - "progressColor": "#9580ff", - "selectionBackground": "#44475a", - "trackColor": "#44475a" + "foreground": "#FF79C5", + "indeterminateEndColor": "#FF79C5", + "indeterminateStartColor": "#FF79C5", + "progressColor": "#FF79C5", + "selectionBackground": "#6272A4", + "trackColor": "#6272A4" }, "PsiViewer": { - "referenceHighlightColor": "#9580ff" + "referenceHighlightColor": "#FF79C5" }, "RadioButton": { "background": "#282A36", @@ -542,40 +542,40 @@ "disabledForeground": "#6272A4", "foreground": "#F8F8F2", "selectionBackground": "#44475A", - "selectionForeground": "#FFFFFF" + "selectionForeground": "#8BE9FD" }, "ScreenView.borderColor": "#21222C", "ScrollBar": { "background": "#282A36", - "hoverThumbBorderColor": "#9580ff", - "hoverThumbColor": "#9580ff", + "hoverThumbBorderColor": "#FF79C5", + "hoverThumbColor": "#FF79C5", "hoverTrackColor": "#282A3630", "Mac": { - "hoverThumbBorderColor": "#9580ff", - "hoverThumbColor": "#9580ff", + "hoverThumbBorderColor": "#FF79C5", + "hoverThumbColor": "#FF79C5", "hoverTrackColor": "#282A3630", - "thumbBorderColor": "#9580ff70", - "thumbColor": "#9580ff70", + "thumbBorderColor": "#FF79C570", + "thumbColor": "#FF79C570", "trackColor": "#282A3630", "Transparent": { - "hoverThumbBorderColor": "#9580ff", - "hoverThumbColor": "#9580ff", + "hoverThumbBorderColor": "#FF79C5", + "hoverThumbColor": "#FF79C5", "hoverTrackColor": "#282A3630", - "thumbBorderColor": "#9580ff70", - "thumbColor": "#9580ff70", + "thumbBorderColor": "#FF79C570", + "thumbColor": "#FF79C570", "trackColor": "#282A3630" } }, - "thumb": "#44475a", - "thumbBorderColor": "#9580ff70", - "thumbColor": "#9580ff70", + "thumb": "#6272A4", + "thumbBorderColor": "#FF79C570", + "thumbColor": "#FF79C570", "trackColor": "#282A3630", "Transparent": { - "hoverThumbBorderColor": "#9580ff", - "hoverThumbColor": "#9580ff", + "hoverThumbBorderColor": "#FF79C5", + "hoverThumbColor": "#FF79C5", "hoverTrackColor": "#282A3630", - "thumbBorderColor": "#9580ff70", - "thumbColor": "#9580ff70", + "thumbBorderColor": "#FF79C570", + "thumbColor": "#FF79C570", "trackColor": "#282A3630" } }, @@ -597,16 +597,16 @@ "infoForeground": "#6272A4" }, "Tab": { - "active.foreground": "#8BE9FD", - "selectedForeground": "#8BE9FD", - "selectedBackground": "#44475a" + "active.foreground": "#FFFFFF", + "selectedForeground": "#FFFFFF", + "selectedBackground": "#6272A4" } }, "SearchMatch": { - "endBackground": "#9580ff", - "startBackground": "#9580ff", - "endColor": "#9580ff", - "startColor": "#9580ff" + "endBackground": "#FF79C5", + "startBackground": "#FF79C5", + "endColor": "#FF79C5", + "startColor": "#FF79C5" }, "SearchField.errorBackground": "#1D2228", "SearchOption": { @@ -626,17 +626,17 @@ }, "Slider": { "background": "#282A36", - "buttonBorderColor": "#9580ff", - "buttonColor": "#9580ff", + "buttonBorderColor": "#FF79C5", + "buttonColor": "#FF79C5", "foreground": "#F8F8F2", "majorTickLength": 6, "tickColor": "#282A36", "trackColor": "#44475A", "trackWidth": 7, - "thumb": "#9580ff" + "thumb": "#FF79C5" }, "SpeedSearch": { - "background": "#44475a", + "background": "#6272A4", "borderColor": "#21222C", "foreground": "#F8F8F2", "errorForeground": "#F8F8F2" @@ -645,7 +645,7 @@ "background": "#282A36", "border": "3,3,3,3", "foreground": "#F8F8F2", - "selectionForeground": "#8BE9FD" + "selectionForeground": "#FFFFFF" }, "SplitPane": { "background": "#282A36", @@ -654,12 +654,12 @@ "SplitPaneDivider.draggingColor": "#282A36", "StatusBar": { "borderColor": "#282A36", - "hoverBackground": "#44475a", + "hoverBackground": "#6272A4", "LightEditBackground": "#44475A" }, "TabbedPane": { "background": "#282A36", - "contentAreaColor": "#44475a", + "contentAreaColor": "#6272A4", "contentBorderInsets": "3,1,1,1", "darkShadow": "#21222C", "disabledForeground": "#6272A4", @@ -669,16 +669,16 @@ "fontSizeOffset": 0, "foreground": "#F8F8F2", "highlight": "#21222C", - "hoverColor": "#44475a", + "hoverColor": "#6272A4", "labelShift": 0, - "selectedForeground": "#8BE9FD", + "selectedForeground": "#FFFFFF", "selectedLabelShift": 0, "selectedTabPadInsets": "0,0,0,0", "tabsOverlapBorder": true, "tabHeight": 32, "tabInsets": "5,10,5,10", "tabSelectionHeight": 2, - "underlineColor": "#9580ff" + "underlineColor": "#FF79C5" }, "TabbedPane.mt.tab.background": "#191A21", "Table": { @@ -687,22 +687,22 @@ "cellNoFocusBorder": "10,5,10,5", "focusCellHighlightBorder": "10,5,10,5", "disabledForeground": "#6272A4", - "dropLineColor": "#9580ff", - "dropLineShortColor": "#9580ff", + "dropLineColor": "#FF79C5", + "dropLineShortColor": "#FF79C5", "focusCellBackground": "#44475A", - "focusCellForeground": "#8BE9FD", + "focusCellForeground": "#FFFFFF", "foreground": "#F8F8F2", "gridColor": "#282A36", "highlightOuter": "#44475A", - "hoverBackground": "#44475A70", + "hoverBackground": "#44475A50", "hoverInactiveBackground": "#44475A", - "lightSelectionForeground": "#8BE9FD", + "lightSelectionForeground": "#FFFFFF", "lightSelectionInactiveForeground": "#6272A4", "lightSelectionInactiveBackground": "#282A36", "selectionBackground": "#44475A", - "selectionForeground": "#8BE9FD", + "selectionForeground": "#FFFFFF", "selectionInactiveBackground": "#44475A", - "selectionInactiveForeground": "#FFFFFF", + "selectionInactiveForeground": "#8BE9FD", "sortIconColor": "#F8F8F2", "stripeColor": "#191A21" }, @@ -714,7 +714,7 @@ "disabledForeground": "#6272A4", "foreground": "#F8F8F2", "focusCellBackground": "#44475A", - "focusCellForeground": "#8BE9FD", + "focusCellForeground": "#FFFFFF", "height": 25, "separatorColor": "#282A36" }, @@ -723,31 +723,31 @@ "textText": "#6272A4", "TextArea": { "background": "#191A21", - "caretForeground": "#9580ff", + "caretForeground": "#FF79C5", "foreground": "#F8F8F2", "inactiveForeground": "#6272A4", "selectionBackground": "#44475A", - "selectionForeground": "#8BE9FD" + "selectionForeground": "#FFFFFF" }, "TextField": { "background": "#191A21", - "caretForeground": "#9580ff", + "caretForeground": "#FF79C5", "foreground": "#F8F8F2", "inactiveForeground": "#6272A4", "selectionBackground": "#44475A", - "selectionForeground": "#8BE9FD" + "selectionForeground": "#FFFFFF" }, "TextPane": { "background": "#191A21", - "caretForeground": "#9580ff", + "caretForeground": "#FF79C5", "foreground": "#F8F8F2", "inactiveForeground": "#6272A4", "selectionBackground": "#44475A", - "selectionForeground": "#8BE9FD" + "selectionForeground": "#FFFFFF" }, "TitlePane": { "background": "#191A21", - "Button.hoverBackground": "#44475a", + "Button.hoverBackground": "#6272A4", "inactiveBackground": "#282A36", "infoForeground": "#6272A4", "inactiveInfoForeground": "#6272A4" @@ -760,8 +760,8 @@ "foreground": "#F8F8F2", "offForeground": "#282A36", "offBackground": "#282A36", - "onBackground": "#9580ff", - "onForeground": "#9580ff" + "onBackground": "#FF79C5", + "onForeground": "#FF79C5" }, "ToolBar": { "background": "#191A21", @@ -782,7 +782,7 @@ "ToolWindow": { "Button": { "hoverBackground": "#44475A", - "selectedForeground": "#8BE9FD", + "selectedForeground": "#FFFFFF", "selectedBackground": "#191A21" }, "Header": { @@ -794,16 +794,16 @@ "background": "#282A36" }, "HeaderTab": { - "borderColor": "#44475a", - "hoverBackground": "#44475a", - "hoverInactiveBackground": "#44475a", - "inactiveUnderlineColor": "#9580ff", + "borderColor": "#6272A4", + "hoverBackground": "#6272A4", + "hoverInactiveBackground": "#6272A4", + "inactiveUnderlineColor": "#FF79C5", "selectedBackground": "#191A21", "selectedInactiveBackground": "#191A21", - "underlineColor": "#9580ff", + "underlineColor": "#FF79C5", "underlinedTabBackground": "#44475A", "underlinedTabInactiveBackground": "#282A36", - "underlinedTabForeground": "#FFFFFF", + "underlinedTabForeground": "#8BE9FD", "underlinedTabInactiveForeground": "#F8F8F2" } }, @@ -811,14 +811,14 @@ "background": "#191A21", "foreground": "#6272A4", "hash": "#21222C", - "hoverBackground": "#44475A70", + "hoverBackground": "#44475A50", "hoverInactiveBackground": "#44475A", - "modifiedItemForeground": "#9580ff", + "modifiedItemForeground": "#FF79C5", "rowHeight": 28, - "selectionBackground": "#44475A70", - "selectionForeground": "#FFFFFF", - "selectionInactiveForeground": "#FFFFFF", - "selectionInactiveBackground": "#44475A70", + "selectionBackground": "#44475A50", + "selectionForeground": "#8BE9FD", + "selectionInactiveForeground": "#8BE9FD", + "selectionInactiveBackground": "#44475A50", "textBackground": "#191A21" }, "Tree.leftChildIndent": 10, @@ -834,23 +834,23 @@ "borderColor": "#21222C", "background": "#282A36", "foreground": "#F8F8F2", - "hoverBorderColor": "#44475a" + "hoverBorderColor": "#6272A4" }, "Connector": { "borderColor": "#21222C", - "hoverBorderColor": "#44475a" + "hoverBorderColor": "#6272A4" }, "Canvas.background": "#191A21", "highStroke.foreground": "#F8F8F2", "Label.foreground": "#6272A4", - "List.selectionBackground": "#44475A70", + "List.selectionBackground": "#44475A50", "motion": { "borderColor": "#21222C", "Component.foreground": "#F8F8F2", "ConstraintSetText.foreground": "#6272A4", "ConstraintSet.background": "#282A36", "CSPanel.SelectedFocusBackground": "#44475A", - "CSPanel.SelectedBackground": "#44475A70", + "CSPanel.SelectedBackground": "#44475A50", "cs_FocusText.infoForeground": "#6272A4", "CursorTextColor.foreground": "#F8F8F2", "HoverColor.disabledBackground": "#6272A4", @@ -860,9 +860,9 @@ "ourCS.background": "#282A36", "ourCS_Border.borderColor": "#21222C", "ourCS_TextColor.foreground": "#6272A4", - "ourCS_SelectedFocusBackground.selectionForeground": "#FFFFFF", + "ourCS_SelectedFocusBackground.selectionForeground": "#8BE9FD", "ourCS_SelectedBackground.selectionInactiveBackground": "#44475A", - "ourCS_SelectedBorder.pressedBorderColor": "#44475a", + "ourCS_SelectedBorder.pressedBorderColor": "#6272A4", "ourML_BarColor.separatorColor": "#21222C", "PrimaryPanel.background": "#191A21", "SecondaryPanel.background": "#282A36", @@ -879,7 +879,7 @@ "background": "#282A36", "borderColor": "#21222C", "foreground": "#F8F8F2", - "selectedForeground": "#FFFFFF" + "selectedForeground": "#8BE9FD" }, "Preview.background": "#282A36", "stroke.acceleratorForeground": "#6272A4" @@ -895,17 +895,17 @@ "selectedBranchBackground": "#282A36" }, "GitCommits": { - "graphColor": "#44475a" + "graphColor": "#6272A4" }, "GitLog": { - "localBranchIconColor": "#9580ff", + "localBranchIconColor": "#FF79C5", "otherIconColor": "#6272A4", "remoteBranchIconColor": "#F8F8F2", "tagIconColor": "#6272A4" }, "HgLog": { - "branchIconColor": "#9580ff", - "bookmarkIconColor": "#8BE9FD", + "branchIconColor": "#FF79C5", + "bookmarkIconColor": "#FFFFFF", "closedBranchIconColor": "#6272A4", "localTagIconColor": "#6272A4", "mqTagIconColor": "#6272A4", @@ -915,11 +915,11 @@ "Log": { "Commit.unmatchedForeground": "#6272A4", "Commit.currentBranchBackground": "#282A36", - "Commit.hoveredBackground": "#44475A70" + "Commit.hoveredBackground": "#44475A50" }, "RefLabel": { - "foreground": "#8BE9FD", - "backgroundBase": "#44475a" + "foreground": "#FFFFFF", + "backgroundBase": "#6272A4" } }, "Viewport": { @@ -942,7 +942,7 @@ "SidePanel.background": "#282A36", "Projects": { "actions.background": "#191A21", - "actions.selectionBackground": "#44475a", + "actions.selectionBackground": "#6272A4", "background": "#282A36", "selectionBackground": "#44475A", "selectionInactiveBackground": "#282A36" @@ -958,53 +958,53 @@ "#43494A": "#191A21", "#6B6B6B": "#6272A4", "#A7A7A7": "#282A36", - "#3D6185": "#9580ff", - "#466D94": "#9580ff", + "#3D6185": "#FF79C5", + "#466D94": "#FF79C5", "#3C3F41": "#282A36", "#545556": "#6272A4", "#606060": "#6272A4", "#9AA7B0": "#F8F8F2", - "#675133": "#9580ff", - "Actions.Blue": "#50FA78", - "Actions.Green": "#F1FA8C", + "#675133": "#FF79C5", + "Actions.Blue": "#8aff80", + "Actions.Green": "#feff80", "Actions.Grey": "#6272A4", "Actions.GreyInline": "#6272A4", "Actions.GreyInline.Dark": "#F8F8F2", - "Actions.Red": "#8BE9FD", - "Actions.Yellow": "#50FA7B", + "Actions.Red": "#f780bf", + "Actions.Yellow": "#8aff80", "Checkbox.Background.Default": "#191A21", "Checkbox.Background.Default.Dark": "#191A21", - "Checkbox.Background.Disabled": "#34353D", - "Checkbox.Background.Disabled.Dark": "#34353D", + "Checkbox.Background.Disabled": "#313341", + "Checkbox.Background.Disabled.Dark": "#313341", "Checkbox.Border.Default": "#21222C", "Checkbox.Border.Default.Dark": "#21222C", "Checkbox.Border.Disabled": "#6272A4", "Checkbox.Border.Disabled.Dark": "#6272A4", - "Checkbox.Focus.Thin.Default": "#9580ff", - "Checkbox.Focus.Thin.Default.Dark": "#9580ff", - "Checkbox.Focus.Wide": "#9580ff", - "Checkbox.Focus.Wide.Dark": "#9580ff", + "Checkbox.Focus.Thin.Default": "#FF79C5", + "Checkbox.Focus.Thin.Default.Dark": "#FF79C5", + "Checkbox.Focus.Wide": "#FF79C5", + "Checkbox.Focus.Wide.Dark": "#FF79C5", "Checkbox.Foreground.Disabled": "#6272A4", "Checkbox.Foreground.Disabled.Dark": "#6272A4", - "Checkbox.Background.Selected": "#9580ff", + "Checkbox.Background.Selected": "#FF79C5", "Checkbox.Background.Selected.Dark": "#282A36", - "Checkbox.Border.Selected": "#9580ff", - "Checkbox.Border.Selected.Dark": "#9580ff", - "Checkbox.Foreground.Selected": "#9580ff", - "Checkbox.Foreground.Selected.Dark": "#9580ff", + "Checkbox.Border.Selected": "#FF79C5", + "Checkbox.Border.Selected.Dark": "#FF79C5", + "Checkbox.Foreground.Selected": "#FF79C5", + "Checkbox.Foreground.Selected.Dark": "#FF79C5", "Checkbox.Focus.Thin.Selected": "#F8F8F2", "Checkbox.Focus.Thin.Selected.Dark": "#F8F8F2", "Objects.Grey": "#6272A4", - "Objects.Blue": "#50FA78", - "Objects.RedStatus": "#8BE9FD", - "Objects.Red": "#8BE9FD", - "Objects.Pink": "#FF79C6", - "Objects.Yellow": "#50FA7B", - "Objects.Green": "#F1FA8C", - "Objects.Purple": "#FF79C6", + "Objects.Blue": "#8aff80", + "Objects.RedStatus": "#f780bf", + "Objects.Red": "#f780bf", + "Objects.Pink": "#f780bf", + "Objects.Yellow": "#8aff80", + "Objects.Green": "#feff80", + "Objects.Purple": "#f780bf", "Objects.BlackText": "#F8F8F2", - "Objects.YellowDark": "#BD93F9", - "Objects.GreenAndroid": "#F1FA8C" + "Objects.YellowDark": "#9580ff", + "Objects.GreenAndroid": "#feff80" } } } 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 ad3cca1e..1ad788a6 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 @@ -14,29 +14,29 @@ "acceleratorSelectionForeground": "#6272A4", "background": "#282A36", "borderColor": "#21222C", - "disabledBackground": "#34353D", + "disabledBackground": "#313341", "disabledForeground": "#6272A4", "disabledText": "#6272A4", - "focusColor": "#44475a", - "focusedBorderColor": "#9580ff", + "focusColor": "#6272A4", + "focusedBorderColor": "#FF79C5", "foreground": "#F8F8F2", - "inactiveBackground": "#34353D", + "inactiveBackground": "#313341", "inactiveForeground": "#6272A4", "infoForeground": "#6272A4", "selectionBackground": "#44475A", "selectionBackgroundInactive": "#282A36", - "selectionForeground": "#FFFFFF", + "selectionForeground": "#8BE9FD", "selectionInactiveBackground": "#282A36", "separatorColor": "#21222C" }, "activeCaption": "#282A36", "ActionButton": { - "hoverBackground": "#9580ff50", - "hoverBorderColor": "#9580ff50", + "hoverBackground": "#FF79C550", + "hoverBorderColor": "#FF79C550", "hoverSeparatorColor": "#393C4B", - "focusedBorderColor": "#9580ff50", - "pressedBackground": "#9580ff50", - "pressedBorderColor": "#9580ff50" + "focusedBorderColor": "#FF79C550", + "pressedBackground": "#FF79C550", + "pressedBorderColor": "#FF79C550" }, "Autocomplete": { "selectionBackground": "#44475A" @@ -49,9 +49,9 @@ "default": { "endBackground": "#44475A", "endBorderColor": "#44475A", - "foreground": "#8BE9FD", - "focusColor": "#9580ff", - "focusedBorderColor": "#9580ff", + "foreground": "#FFFFFF", + "focusColor": "#FF79C5", + "focusedBorderColor": "#FF79C5", "shadowColor": "#44475A", "startBackground": "#44475A", "startBorderColor": "#44475A" @@ -60,13 +60,13 @@ "disabledText": "#6272A4", "endBackground": "#393C4B", "endBorderColor": "#393C4B", - "focus": "#44475a", - "focusedBorderColor": "#9580ff", + "focus": "#6272A4", + "focusedBorderColor": "#FF79C5", "foreground": "#6272A4", - "highlight": "#FFFFFF", + "highlight": "#8BE9FD", "mt.background": "#393C4B", "mt.foreground": "#6272A4", - "mt.selectedForeground": "#FFFFFF", + "mt.selectedForeground": "#8BE9FD", "mt.selection.color1": "#44475A", "mt.selection.color2": "#44475A", "startBackground": "#393C4B", @@ -86,7 +86,7 @@ "background": "#282A36", "disabledText": "#6272A4", "foreground": "#F8F8F2", - "select": "#9580ff" + "select": "#FF79C5" }, "CheckBoxMenuItem": { "acceleratorForeground": "#6272A4", @@ -96,12 +96,12 @@ "disabledForeground": "#6272A4", "foreground": "#F8F8F2", "selectionBackground": "#44475A", - "selectionForeground": "#8BE9FD" + "selectionForeground": "#FFFFFF" }, "CodeWithMe": { "Avatar.foreground": "#F8F8F2", "AccessEnabled": { - "accessDot": "#9580ff", + "accessDot": "#FF79C5", "dropdownBorder": "#282A36", "pillBackground": "$second" } @@ -121,78 +121,78 @@ }, "background": "#282A36", "buttonBackground": "#393C4B", - "darcula.hoveredArrowButtonForeground": "#9580ff", + "darcula.hoveredArrowButtonForeground": "#FF79C5", "disabledForeground": "#6272A4", "foreground": "#F8F8F2", - "modifiedItemForeground": "#9580ff", + "modifiedItemForeground": "#FF79C5", "nonEditableBackground": "#282A36", "padding": "5,5,5,5", "selectionBackground": "#44475A", - "selectionForeground": "#8BE9FD" + "selectionForeground": "#FFFFFF" }, "ComboPopup.border": "#21222C", "CompletionPopup": { "background": "#282A36", "foreground": "#F8F8F2", "infoForeground": "#6272A4", - "matchForeground": "#9580ff", - "matchSelectionForeground": "#9580ff", + "matchForeground": "#FF79C5", + "matchSelectionForeground": "#FF79C5", "nonFocusedState": "false", - "selectedGrayedForeground": "#FFFFFF", - "selectionGrayForeground": "#FFFFFF", + "selectedGrayedForeground": "#8BE9FD", + "selectionGrayForeground": "#8BE9FD", "selectionInactiveInfoForeground": "#6272A4", - "selectionInactiveBackground": "#44475A50", - "selectionBackground": "#44475A80", - "selectionForeground": "#FFFFFF", - "selectionInfoForeground": "#FFFFFF" + "selectionInactiveBackground": "#44475A", + "selectionBackground": "#44475A", + "selectionForeground": "#8BE9FD", + "selectionInfoForeground": "#8BE9FD" }, "Component": { "arc": 4, - "borderColor": "#44475a", + "borderColor": "#6272A4", "disabledBorderColor": "#393C4B", - "focusColor": "#9580ff", - "focusedBorderColor": "#9580ff", - "hoverIconColor": "#9580ff", + "focusColor": "#FF79C5", + "focusedBorderColor": "#FF79C5", + "hoverIconColor": "#FF79C5", "infoForeground": "#6272A4", "iconColor": "#F8F8F2" }, "control": "#282A36", "controlText": "#6272A4", "Counter": { - "background": "#9580ff", - "foreground": "#FFFFFF" + "background": "#FF79C5", + "foreground": "#8BE9FD" }, "Debugger": { "Variables": { "collectingDataForeground": "#6272A4", - "changedValueForeground": "#9580ff", - "errorMessageForeground": "#8BE9FD", + "changedValueForeground": "#FF79C5", + "errorMessageForeground": "#f780bf", "evaluatingExpressionForeground": "#6272A4", - "exceptionForeground": "#50FA7B", - "modifyingValueForeground": "#9580ff", - "valueForeground": "#9580ff" + "exceptionForeground": "#8aff80", + "modifyingValueForeground": "#FF79C5", + "valueForeground": "#FF79C5" } }, "DebuggerTabs": { - "selectedBackground": "#44475a", - "underlinedTabBackground": "#44475a" + "selectedBackground": "#6272A4", + "underlinedTabBackground": "#6272A4" }, "DebuggerPopup": { - "borderColor": "#44475a" + "borderColor": "#6272A4" }, "DefaultTabs": { "background": "#282A36", "borderColor": "#282A36", "hoverBackground": "#44475A", "hoverColor": "#282A36", - "hoverMaskColor": "#44475a", + "hoverMaskColor": "#6272A4", "inactiveColoredTabBackground": "#282A36", "inactiveColoredFileBackground": "#393C4B", - "inactiveUnderlineColor": "#9580ff", + "inactiveUnderlineColor": "#FF79C5", "inactiveMaskColor": "#282A36", - "underlineColor": "#9580ff", + "underlineColor": "#FF79C5", "underlinedTabBackground": "#44475A", - "underlinedTabForeground": "#FFFFFF" + "underlinedTabForeground": "#8BE9FD" }, "Desktop.background": "#282A36", "DialogWrapper.southPanelBackground": "#282A36", @@ -209,41 +209,41 @@ }, "EditorPane": { "background": "#282A36", - "caretForeground": "#9580ff", + "caretForeground": "#FF79C5", "foreground": "#F8F8F2", "inactiveBackground": "#282A36", "inactiveForeground": "#6272A4", "selectionBackground": "#44475A", - "selectionForeground": "#8BE9FD" + "selectionForeground": "#FFFFFF" }, "EditorTabs": { "borderColor": "#282A36", - "hoverBackground": "#44475a", - "hoverColor": "#44475a", - "hoverMaskColor": "#44475a", + "hoverBackground": "#6272A4", + "hoverColor": "#6272A4", + "hoverMaskColor": "#6272A4", "inactiveMaskColor": "#282A36", "inactiveColoredFileBackground": "#282A36", "inactiveUnderlineColor": "#6272A4", "selectedForeground": "#F8F8F2", "selectedBackground": "#44475A", - "underlineColor": "#9580ff", + "underlineColor": "#FF79C5", "underlinedTabBackground": "#44475A", - "underlinedTabForeground": "#FFFFFF" + "underlinedTabForeground": "#8BE9FD" }, "EditorGroupsTabs": { "background": "#282A36", "borderColor": "#282A36", - "hoverBackground": "#44475a", - "hoverColor": "#44475a", - "inactiveUnderlineColor": "#9580ff", - "underlineColor": "#9580ff", + "hoverBackground": "#6272A4", + "hoverColor": "#6272A4", + "inactiveUnderlineColor": "#FF79C5", + "underlineColor": "#FF79C5", "underlinedTabBackground": "#44475A", "underlinedTabForeground": "#F8F8F2" }, "FileColor": { "Green": "#387002", "Blue": "#004BA0", - "Yellow": "#34353D", + "Yellow": "#313341", "Orange": "#B53D00", "Violet": "#4D2C91", "Rose": "#A00037" @@ -261,11 +261,11 @@ "Focus.color": "#21222C", "FormattedTextField": { "background": "#282A36", - "caretForeground": "#9580ff", + "caretForeground": "#FF79C5", "foreground": "#F8F8F2", "inactiveBackground": "#393C4B", "inactiveForeground": "#6272A4", - "selectionForeground": "#8BE9FD", + "selectionForeground": "#FFFFFF", "selectionBackground": "#44475A" }, "GotItTooltip.borderColor": "#1D2228", @@ -288,7 +288,7 @@ "infoForeground": "#6272A4", "shortcutForeground": "#6272A4" }, - "Hyperlink.linkColor": "#9580ff", + "Hyperlink.linkColor": "#FF79C5", "inactiveCaption": "#282A36", "inactiveCaptionBorder": "#282A36", "inactiveCaptionText": "#6272A4", @@ -311,26 +311,26 @@ "disabledText": "#6272A4", "foreground": "#F8F8F2", "infoForeground": "#6272A4", - "selectedForeground": "#8BE9FD", + "selectedForeground": "#FFFFFF", "selectedDisabledForeground": "#F8F8F2" }, "Link": { - "activeForeground": "#9580ff", - "hoverForeground": "#9580ff", - "pressedForeground": "#9580ff", + "activeForeground": "#FF79C5", + "hoverForeground": "#FF79C5", + "pressedForeground": "#FF79C5", "secondaryForeground": "#6272A4", - "visitedForeground": "#9580ff" + "visitedForeground": "#FF79C5" }, - "link.foreground": "#9580ff", + "link.foreground": "#FF79C5", "List": { "background": "#282A36", "foreground": "#F8F8F2", - "hoverBackground": "#44475A70", + "hoverBackground": "#44475A50", "hoverInactiveBackground": "#44475A", - "selectionBackground": "#44475A50", - "selectionForeground": "#FFFFFF", - "selectionInactiveForeground": "#8BE9FD", - "selectionInactiveBackground": "#44475A70" + "selectionBackground": "#44475A", + "selectionForeground": "#8BE9FD", + "selectionInactiveForeground": "#FFFFFF", + "selectionInactiveBackground": "#44475A50" }, "material": { "background": "#282A36", @@ -339,19 +339,19 @@ "foreground": "#F8F8F2", "mergeCommits": "#393C4B", "primaryColor": "#6272A4", - "selectionForeground": "#FFFFFF", + "selectionForeground": "#8BE9FD", "tab.backgroundColor": "#282A36", - "tab.borderColor": "#9580ff", + "tab.borderColor": "#FF79C5", "tagColor": "#6272A4" }, "MemoryIndicator": { "allocatedBackground": "#282A36", - "usedColor": "#44475a", - "usedBackground": "#44475a" + "usedColor": "#6272A4", + "usedBackground": "#6272A4" }, "Menu": { "acceleratorForeground": "#6272A4", - "acceleratorSelectionForeground": "#FFFFFF", + "acceleratorSelectionForeground": "#8BE9FD", "background": "#282A36", "border": "4,2,4,2", "borderColor": "#282A36", @@ -359,7 +359,7 @@ "disabledForeground": "#6272A4", "foreground": "#F8F8F2", "selectionBackground": "#44475A", - "selectionForeground": "#FFFFFF", + "selectionForeground": "#8BE9FD", "separatorColor": "#21222C" }, "MenuBar": { @@ -370,19 +370,19 @@ "foreground": "#F8F8F2", "highlight": "#282A36", "selectionBackground": "#44475A", - "selectionForeground": "#FFFFFF", + "selectionForeground": "#8BE9FD", "shadow": "#282A36" }, "MenuItem": { "acceleratorForeground": "#6272A4", - "acceleratorSelectionForeground": "#FFFFFF", + "acceleratorSelectionForeground": "#8BE9FD", "border": "4,2,4,2", "background": "#282A36", "disabledBackground": "#282A36", "disabledForeground": "#6272A4", "foreground": "#F8F8F2", "selectionBackground": "#44475A", - "selectionForeground": "#FFFFFF" + "selectionForeground": "#8BE9FD" }, "NavBar": { "arrowColor": "#F8F8F2", @@ -396,7 +396,7 @@ "background": "#282A36" } }, - "NewPSD.warning": "#9580ff", + "NewPSD.warning": "#FF79C5", "Notification": { "background": "#1D2228", "borderColor": "#1D2228", @@ -425,7 +425,7 @@ }, "Outline": { "color": "#393C4B", - "focusedColor": "#9580ff", + "focusedColor": "#FF79C5", "disabledColor": "#6272A4" }, "Panel": { @@ -435,8 +435,8 @@ "ParameterInfo": { "background": "#282A36", "borderColor": "#44475A", - "currentOverloadBackground": "#44475a", - "currentParameterForeground": "#9580ff", + "currentOverloadBackground": "#6272A4", + "currentParameterForeground": "#FF79C5", "disabledForeground": "#6272A4", "foreground": "#F8F8F2", "infoForeground": "#6272A4", @@ -444,32 +444,32 @@ }, "PasswordField": { "background": "#282A36", - "capsLockIconColor": "#9580ff", - "caretForeground": "#9580ff", + "capsLockIconColor": "#FF79C5", + "caretForeground": "#FF79C5", "foreground": "#F8F8F2", "inactiveForeground": "#6272A4", "selectionBackground": "#44475A", - "selectionForeground": "#8BE9FD" + "selectionForeground": "#FFFFFF" }, "Plugins": { "background": "#282A36", "disabledForeground": "#6272A4", - "eapTagBackground": "#44475a", - "hoverBackground": "#44475A70", + "eapTagBackground": "#6272A4", + "hoverBackground": "#44475A50", "lightSelectionBackground": "#44475A", - "paidTagBackground": "#44475a", + "paidTagBackground": "#6272A4", "selectionBackground": "#44475A", - "tagForeground": "#9580ff", - "tagBackground": "#44475a", - "trialTagBackground": "#44475a", + "tagForeground": "#FF79C5", + "tagBackground": "#6272A4", + "trialTagBackground": "#6272A4", "Button": { "installBackground": "#393C4B", "installBorderColor": "#393C4B", "installForeground": "#F8F8F2", - "installFocusedBackground": "#44475a", + "installFocusedBackground": "#6272A4", "installFillForeground": "#6272A4", "installFillBackground": "#393C4B", - "updateBackground": "#9580ff", + "updateBackground": "#FF79C5", "updateBorderColor": "#393C4B", "updateForeground": "#F8F8F2" }, @@ -483,7 +483,7 @@ }, "Tab": { "hoverBackground": "#44475A", - "selectedForeground": "#FFFFFF", + "selectedForeground": "#8BE9FD", "selectedBackground": "#44475A" } }, @@ -491,7 +491,7 @@ "Advertiser": { "background": "#282A36", "borderColor": "#282A36", - "foreground": "#9580ff" + "foreground": "#FF79C5" }, "borderColor": "#191A21", "inactiveBorderColor": "#282A36", @@ -519,15 +519,15 @@ "PopupMenuSeparator.stripeIndent": 5, "ProgressBar": { "background": "#282A36", - "foreground": "#9580ff", - "indeterminateEndColor": "#9580ff", - "indeterminateStartColor": "#9580ff", - "progressColor": "#9580ff", - "selectionBackground": "#44475a", - "trackColor": "#44475a" + "foreground": "#FF79C5", + "indeterminateEndColor": "#FF79C5", + "indeterminateStartColor": "#FF79C5", + "progressColor": "#FF79C5", + "selectionBackground": "#6272A4", + "trackColor": "#6272A4" }, "PsiViewer": { - "referenceHighlightColor": "#9580ff" + "referenceHighlightColor": "#FF79C5" }, "RadioButton": { "background": "#282A36", @@ -542,40 +542,40 @@ "disabledForeground": "#6272A4", "foreground": "#F8F8F2", "selectionBackground": "#44475A", - "selectionForeground": "#FFFFFF" + "selectionForeground": "#8BE9FD" }, "ScreenView.borderColor": "#21222C", "ScrollBar": { "background": "#282A36", - "hoverThumbBorderColor": "#9580ff", - "hoverThumbColor": "#9580ff", + "hoverThumbBorderColor": "#FF79C5", + "hoverThumbColor": "#FF79C5", "hoverTrackColor": "#282A3630", "Mac": { - "hoverThumbBorderColor": "#9580ff", - "hoverThumbColor": "#9580ff", + "hoverThumbBorderColor": "#FF79C5", + "hoverThumbColor": "#FF79C5", "hoverTrackColor": "#282A3630", - "thumbBorderColor": "#9580ff70", - "thumbColor": "#9580ff70", + "thumbBorderColor": "#FF79C570", + "thumbColor": "#FF79C570", "trackColor": "#282A3630", "Transparent": { - "hoverThumbBorderColor": "#9580ff", - "hoverThumbColor": "#9580ff", + "hoverThumbBorderColor": "#FF79C5", + "hoverThumbColor": "#FF79C5", "hoverTrackColor": "#282A3630", - "thumbBorderColor": "#9580ff70", - "thumbColor": "#9580ff70", + "thumbBorderColor": "#FF79C570", + "thumbColor": "#FF79C570", "trackColor": "#282A3630" } }, - "thumb": "#44475a", - "thumbBorderColor": "#9580ff70", - "thumbColor": "#9580ff70", + "thumb": "#6272A4", + "thumbBorderColor": "#FF79C570", + "thumbColor": "#FF79C570", "trackColor": "#282A3630", "Transparent": { - "hoverThumbBorderColor": "#9580ff", - "hoverThumbColor": "#9580ff", + "hoverThumbBorderColor": "#FF79C5", + "hoverThumbColor": "#FF79C5", "hoverTrackColor": "#282A3630", - "thumbBorderColor": "#9580ff70", - "thumbColor": "#9580ff70", + "thumbBorderColor": "#FF79C570", + "thumbColor": "#FF79C570", "trackColor": "#282A3630" } }, @@ -597,16 +597,16 @@ "infoForeground": "#6272A4" }, "Tab": { - "active.foreground": "#8BE9FD", - "selectedForeground": "#8BE9FD", - "selectedBackground": "#44475a" + "active.foreground": "#FFFFFF", + "selectedForeground": "#FFFFFF", + "selectedBackground": "#6272A4" } }, "SearchMatch": { - "endBackground": "#9580ff", - "startBackground": "#9580ff", - "endColor": "#9580ff", - "startColor": "#9580ff" + "endBackground": "#FF79C5", + "startBackground": "#FF79C5", + "endColor": "#FF79C5", + "startColor": "#FF79C5" }, "SearchField.errorBackground": "#1D2228", "SearchOption": { @@ -626,17 +626,17 @@ }, "Slider": { "background": "#282A36", - "buttonBorderColor": "#9580ff", - "buttonColor": "#9580ff", + "buttonBorderColor": "#FF79C5", + "buttonColor": "#FF79C5", "foreground": "#F8F8F2", "majorTickLength": 6, "tickColor": "#282A36", "trackColor": "#44475A", "trackWidth": 7, - "thumb": "#9580ff" + "thumb": "#FF79C5" }, "SpeedSearch": { - "background": "#44475a", + "background": "#6272A4", "borderColor": "#21222C", "foreground": "#F8F8F2", "errorForeground": "#F8F8F2" @@ -645,7 +645,7 @@ "background": "#282A36", "border": "3,3,3,3", "foreground": "#F8F8F2", - "selectionForeground": "#8BE9FD" + "selectionForeground": "#FFFFFF" }, "SplitPane": { "background": "#282A36", @@ -654,12 +654,12 @@ "SplitPaneDivider.draggingColor": "#282A36", "StatusBar": { "borderColor": "#282A36", - "hoverBackground": "#44475a", + "hoverBackground": "#6272A4", "LightEditBackground": "#44475A" }, "TabbedPane": { "background": "#282A36", - "contentAreaColor": "#44475a", + "contentAreaColor": "#6272A4", "contentBorderInsets": "3,1,1,1", "darkShadow": "#21222C", "disabledForeground": "#6272A4", @@ -669,16 +669,16 @@ "fontSizeOffset": 0, "foreground": "#F8F8F2", "highlight": "#21222C", - "hoverColor": "#44475a", + "hoverColor": "#6272A4", "labelShift": 0, - "selectedForeground": "#8BE9FD", + "selectedForeground": "#FFFFFF", "selectedLabelShift": 0, "selectedTabPadInsets": "0,0,0,0", "tabsOverlapBorder": true, "tabHeight": 32, "tabInsets": "5,10,5,10", "tabSelectionHeight": 2, - "underlineColor": "#9580ff" + "underlineColor": "#FF79C5" }, "TabbedPane.mt.tab.background": "#282A36", "Table": { @@ -687,22 +687,22 @@ "cellNoFocusBorder": "10,5,10,5", "focusCellHighlightBorder": "10,5,10,5", "disabledForeground": "#6272A4", - "dropLineColor": "#9580ff", - "dropLineShortColor": "#9580ff", + "dropLineColor": "#FF79C5", + "dropLineShortColor": "#FF79C5", "focusCellBackground": "#44475A", - "focusCellForeground": "#8BE9FD", + "focusCellForeground": "#FFFFFF", "foreground": "#F8F8F2", "gridColor": "#282A36", "highlightOuter": "#44475A", - "hoverBackground": "#44475A70", + "hoverBackground": "#44475A50", "hoverInactiveBackground": "#44475A", - "lightSelectionForeground": "#8BE9FD", + "lightSelectionForeground": "#FFFFFF", "lightSelectionInactiveForeground": "#6272A4", "lightSelectionInactiveBackground": "#282A36", "selectionBackground": "#44475A", - "selectionForeground": "#8BE9FD", + "selectionForeground": "#FFFFFF", "selectionInactiveBackground": "#44475A", - "selectionInactiveForeground": "#FFFFFF", + "selectionInactiveForeground": "#8BE9FD", "sortIconColor": "#F8F8F2", "stripeColor": "#191A21" }, @@ -714,7 +714,7 @@ "disabledForeground": "#6272A4", "foreground": "#F8F8F2", "focusCellBackground": "#44475A", - "focusCellForeground": "#8BE9FD", + "focusCellForeground": "#FFFFFF", "height": 25, "separatorColor": "#282A36" }, @@ -723,31 +723,31 @@ "textText": "#6272A4", "TextArea": { "background": "#282A36", - "caretForeground": "#9580ff", + "caretForeground": "#FF79C5", "foreground": "#F8F8F2", "inactiveForeground": "#6272A4", "selectionBackground": "#44475A", - "selectionForeground": "#8BE9FD" + "selectionForeground": "#FFFFFF" }, "TextField": { "background": "#282A36", - "caretForeground": "#9580ff", + "caretForeground": "#FF79C5", "foreground": "#F8F8F2", "inactiveForeground": "#6272A4", "selectionBackground": "#44475A", - "selectionForeground": "#8BE9FD" + "selectionForeground": "#FFFFFF" }, "TextPane": { "background": "#282A36", - "caretForeground": "#9580ff", + "caretForeground": "#FF79C5", "foreground": "#F8F8F2", "inactiveForeground": "#6272A4", "selectionBackground": "#44475A", - "selectionForeground": "#8BE9FD" + "selectionForeground": "#FFFFFF" }, "TitlePane": { "background": "#191A21", - "Button.hoverBackground": "#44475a", + "Button.hoverBackground": "#6272A4", "inactiveBackground": "#282A36", "infoForeground": "#6272A4", "inactiveInfoForeground": "#6272A4" @@ -760,8 +760,8 @@ "foreground": "#F8F8F2", "offForeground": "#282A36", "offBackground": "#282A36", - "onBackground": "#9580ff", - "onForeground": "#9580ff" + "onBackground": "#FF79C5", + "onForeground": "#FF79C5" }, "ToolBar": { "background": "#282A36", @@ -782,7 +782,7 @@ "ToolWindow": { "Button": { "hoverBackground": "#44475A", - "selectedForeground": "#8BE9FD", + "selectedForeground": "#FFFFFF", "selectedBackground": "#191A21" }, "Header": { @@ -794,16 +794,16 @@ "background": "#282A36" }, "HeaderTab": { - "borderColor": "#44475a", - "hoverBackground": "#44475a", - "hoverInactiveBackground": "#44475a", - "inactiveUnderlineColor": "#9580ff", + "borderColor": "#6272A4", + "hoverBackground": "#6272A4", + "hoverInactiveBackground": "#6272A4", + "inactiveUnderlineColor": "#FF79C5", "selectedBackground": "#191A21", "selectedInactiveBackground": "#191A21", - "underlineColor": "#9580ff", + "underlineColor": "#FF79C5", "underlinedTabBackground": "#44475A", "underlinedTabInactiveBackground": "#282A36", - "underlinedTabForeground": "#FFFFFF", + "underlinedTabForeground": "#8BE9FD", "underlinedTabInactiveForeground": "#F8F8F2" } }, @@ -811,14 +811,14 @@ "background": "#282A36", "foreground": "#6272A4", "hash": "#21222C", - "hoverBackground": "#44475A70", + "hoverBackground": "#44475A50", "hoverInactiveBackground": "#44475A", - "modifiedItemForeground": "#9580ff", + "modifiedItemForeground": "#FF79C5", "rowHeight": 28, - "selectionBackground": "#44475A70", - "selectionForeground": "#FFFFFF", - "selectionInactiveForeground": "#FFFFFF", - "selectionInactiveBackground": "#44475A70", + "selectionBackground": "#44475A50", + "selectionForeground": "#8BE9FD", + "selectionInactiveForeground": "#8BE9FD", + "selectionInactiveBackground": "#44475A50", "textBackground": "#282A36" }, "Tree.leftChildIndent": 10, @@ -834,23 +834,23 @@ "borderColor": "#21222C", "background": "#282A36", "foreground": "#F8F8F2", - "hoverBorderColor": "#44475a" + "hoverBorderColor": "#6272A4" }, "Connector": { "borderColor": "#21222C", - "hoverBorderColor": "#44475a" + "hoverBorderColor": "#6272A4" }, "Canvas.background": "#191A21", "highStroke.foreground": "#F8F8F2", "Label.foreground": "#6272A4", - "List.selectionBackground": "#44475A70", + "List.selectionBackground": "#44475A50", "motion": { "borderColor": "#21222C", "Component.foreground": "#F8F8F2", "ConstraintSetText.foreground": "#6272A4", "ConstraintSet.background": "#282A36", "CSPanel.SelectedFocusBackground": "#44475A", - "CSPanel.SelectedBackground": "#44475A70", + "CSPanel.SelectedBackground": "#44475A50", "cs_FocusText.infoForeground": "#6272A4", "CursorTextColor.foreground": "#F8F8F2", "HoverColor.disabledBackground": "#6272A4", @@ -860,9 +860,9 @@ "ourCS.background": "#282A36", "ourCS_Border.borderColor": "#21222C", "ourCS_TextColor.foreground": "#6272A4", - "ourCS_SelectedFocusBackground.selectionForeground": "#FFFFFF", + "ourCS_SelectedFocusBackground.selectionForeground": "#8BE9FD", "ourCS_SelectedBackground.selectionInactiveBackground": "#44475A", - "ourCS_SelectedBorder.pressedBorderColor": "#44475a", + "ourCS_SelectedBorder.pressedBorderColor": "#6272A4", "ourML_BarColor.separatorColor": "#21222C", "PrimaryPanel.background": "#191A21", "SecondaryPanel.background": "#282A36", @@ -879,7 +879,7 @@ "background": "#282A36", "borderColor": "#21222C", "foreground": "#F8F8F2", - "selectedForeground": "#FFFFFF" + "selectedForeground": "#8BE9FD" }, "Preview.background": "#282A36", "stroke.acceleratorForeground": "#6272A4" @@ -895,17 +895,17 @@ "selectedBranchBackground": "#282A36" }, "GitCommits": { - "graphColor": "#44475a" + "graphColor": "#6272A4" }, "GitLog": { - "localBranchIconColor": "#9580ff", + "localBranchIconColor": "#FF79C5", "otherIconColor": "#6272A4", "remoteBranchIconColor": "#F8F8F2", "tagIconColor": "#6272A4" }, "HgLog": { - "branchIconColor": "#9580ff", - "bookmarkIconColor": "#8BE9FD", + "branchIconColor": "#FF79C5", + "bookmarkIconColor": "#FFFFFF", "closedBranchIconColor": "#6272A4", "localTagIconColor": "#6272A4", "mqTagIconColor": "#6272A4", @@ -915,11 +915,11 @@ "Log": { "Commit.unmatchedForeground": "#6272A4", "Commit.currentBranchBackground": "#282A36", - "Commit.hoveredBackground": "#44475A70" + "Commit.hoveredBackground": "#44475A50" }, "RefLabel": { - "foreground": "#8BE9FD", - "backgroundBase": "#44475a" + "foreground": "#FFFFFF", + "backgroundBase": "#6272A4" } }, "Viewport": { @@ -942,7 +942,7 @@ "SidePanel.background": "#282A36", "Projects": { "actions.background": "#191A21", - "actions.selectionBackground": "#44475a", + "actions.selectionBackground": "#6272A4", "background": "#282A36", "selectionBackground": "#44475A", "selectionInactiveBackground": "#282A36" @@ -958,53 +958,53 @@ "#43494A": "#191A21", "#6B6B6B": "#6272A4", "#A7A7A7": "#282A36", - "#3D6185": "#9580ff", - "#466D94": "#9580ff", + "#3D6185": "#FF79C5", + "#466D94": "#FF79C5", "#3C3F41": "#282A36", "#545556": "#6272A4", "#606060": "#6272A4", "#9AA7B0": "#F8F8F2", - "#675133": "#9580ff", - "Actions.Blue": "#50FA78", - "Actions.Green": "#F1FA8C", + "#675133": "#FF79C5", + "Actions.Blue": "#8aff80", + "Actions.Green": "#feff80", "Actions.Grey": "#6272A4", "Actions.GreyInline": "#6272A4", "Actions.GreyInline.Dark": "#F8F8F2", - "Actions.Red": "#8BE9FD", - "Actions.Yellow": "#50FA7B", + "Actions.Red": "#f780bf", + "Actions.Yellow": "#8aff80", "Checkbox.Background.Default": "#191A21", "Checkbox.Background.Default.Dark": "#191A21", - "Checkbox.Background.Disabled": "#34353D", - "Checkbox.Background.Disabled.Dark": "#34353D", + "Checkbox.Background.Disabled": "#313341", + "Checkbox.Background.Disabled.Dark": "#313341", "Checkbox.Border.Default": "#21222C", "Checkbox.Border.Default.Dark": "#21222C", "Checkbox.Border.Disabled": "#6272A4", "Checkbox.Border.Disabled.Dark": "#6272A4", - "Checkbox.Focus.Thin.Default": "#9580ff", - "Checkbox.Focus.Thin.Default.Dark": "#9580ff", - "Checkbox.Focus.Wide": "#9580ff", - "Checkbox.Focus.Wide.Dark": "#9580ff", + "Checkbox.Focus.Thin.Default": "#FF79C5", + "Checkbox.Focus.Thin.Default.Dark": "#FF79C5", + "Checkbox.Focus.Wide": "#FF79C5", + "Checkbox.Focus.Wide.Dark": "#FF79C5", "Checkbox.Foreground.Disabled": "#6272A4", "Checkbox.Foreground.Disabled.Dark": "#6272A4", - "Checkbox.Background.Selected": "#9580ff", + "Checkbox.Background.Selected": "#FF79C5", "Checkbox.Background.Selected.Dark": "#282A36", - "Checkbox.Border.Selected": "#9580ff", - "Checkbox.Border.Selected.Dark": "#9580ff", - "Checkbox.Foreground.Selected": "#9580ff", - "Checkbox.Foreground.Selected.Dark": "#9580ff", + "Checkbox.Border.Selected": "#FF79C5", + "Checkbox.Border.Selected.Dark": "#FF79C5", + "Checkbox.Foreground.Selected": "#FF79C5", + "Checkbox.Foreground.Selected.Dark": "#FF79C5", "Checkbox.Focus.Thin.Selected": "#F8F8F2", "Checkbox.Focus.Thin.Selected.Dark": "#F8F8F2", "Objects.Grey": "#6272A4", - "Objects.Blue": "#50FA78", - "Objects.RedStatus": "#8BE9FD", - "Objects.Red": "#8BE9FD", - "Objects.Pink": "#FF79C6", - "Objects.Yellow": "#50FA7B", - "Objects.Green": "#F1FA8C", - "Objects.Purple": "#FF79C6", + "Objects.Blue": "#8aff80", + "Objects.RedStatus": "#f780bf", + "Objects.Red": "#f780bf", + "Objects.Pink": "#f780bf", + "Objects.Yellow": "#8aff80", + "Objects.Green": "#feff80", + "Objects.Purple": "#f780bf", "Objects.BlackText": "#F8F8F2", - "Objects.YellowDark": "#BD93F9", - "Objects.GreenAndroid": "#F1FA8C" + "Objects.YellowDark": "#9580ff", + "Objects.GreenAndroid": "#feff80" } } } 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 53d3bddc..dcbcb61e 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 @@ -2,7 +2,7 @@ "name": "GitHub Contrast", "dark": false, "author": "Mallowigi", - "editorScheme": "/colors/GitHub (Material).xml", + "editorScheme": "/colors/GitHub.xml", "emptyFrameBackground": { "anchor": "center", "image": "/walls/github.svg", @@ -14,32 +14,32 @@ "acceleratorSelectionForeground": "#292D31", "background": "#F7F8FA", "borderColor": "#DFE1E4", - "disabledBackground": "#FDFDFD", - "disabledForeground": "#6C737C", - "disabledText": "#6C737C", + "disabledBackground": "#dcdcdc", + "disabledForeground": "#9ba0a3", + "disabledText": "#9ba0a3", "focusColor": "#CCE5FF", "focusedBorderColor": "#79CB60", "foreground": "#5B6168", - "inactiveBackground": "#FDFDFD", + "inactiveBackground": "#dcdcdc", "inactiveForeground": "#292D31", "infoForeground": "#292D31", - "selectionBackground": "#3A66D1", - "selectionBackgroundInactive": "#F7F8FA", - "selectionForeground": "#111111", - "selectionInactiveBackground": "#F7F8FA", + "selectionBackground": "#3A66D150", + "selectionBackgroundInactive": "#F3f3f3", + "selectionForeground": "#FFFFFF", + "selectionInactiveBackground": "#F3f3f3", "separatorColor": "#DFE1E4" }, "activeCaption": "#F7F8FA", "ActionButton": { "hoverBackground": "#79CB6050", "hoverBorderColor": "#79CB6050", - "hoverSeparatorColor": "#F1F3F6", + "hoverSeparatorColor": "#edf1f5", "focusedBorderColor": "#79CB6050", "pressedBackground": "#79CB6050", "pressedBorderColor": "#79CB6050" }, "Autocomplete": { - "selectionBackground": "#3A66D1" + "selectionBackground": "#3A66D150" }, "Borders.ContrastBorderColor": "#F7F8FA", "Borders.color": "#DFE1E4", @@ -56,22 +56,22 @@ "startBackground": "#cce5ff", "startBorderColor": "#cce5ff" }, - "disabledBorderColor": "#F1F3F6", - "disabledText": "#6C737C", - "endBackground": "#F1F3F6", - "endBorderColor": "#F1F3F6", + "disabledBorderColor": "#edf1f5", + "disabledText": "#9ba0a3", + "endBackground": "#edf1f5", + "endBorderColor": "#edf1f5", "focus": "#CCE5FF", "focusedBorderColor": "#79CB60", "foreground": "#292D31", - "highlight": "#111111", - "mt.background": "#F1F3F6", + "highlight": "#FFFFFF", + "mt.background": "#edf1f5", "mt.foreground": "#292D31", - "mt.selectedForeground": "#111111", + "mt.selectedForeground": "#FFFFFF", "mt.selection.color1": "#cce5ff", "mt.selection.color2": "#cce5ff", - "startBackground": "#F1F3F6", - "startBorderColor": "#F1F3F6", - "shadowColor": "#F1F3F6", + "startBackground": "#edf1f5", + "startBorderColor": "#edf1f5", + "shadowColor": "#edf1f5", "shadowWidth": 0 }, "Canvas": { @@ -79,12 +79,12 @@ "Tooltip.background": "#DFECFE" }, "Content": { - "background": "#FFFFFF", - "selectionBackground": "#3A66D1" + "background": "#fafbfc", + "selectionBackground": "#3A66D150" }, "CheckBox": { "background": "#F7F8FA", - "disabledText": "#6C737C", + "disabledText": "#9ba0a3", "foreground": "#5B6168", "select": "#79CB60" }, @@ -93,16 +93,16 @@ "acceleratorSelectionForeground": "#292D31", "background": "#F7F8FA", "disabledBackground": "#F7F8FA", - "disabledForeground": "#6C737C", + "disabledForeground": "#9ba0a3", "foreground": "#5B6168", - "selectionBackground": "#3A66D1", + "selectionBackground": "#3A66D150", "selectionForeground": "#111111" }, "CodeWithMe": { "Avatar.foreground": "#5B6168", "AccessEnabled": { "accessDot": "#79CB60", - "dropdownBorder": "#F7F8FA", + "dropdownBorder": "#F3f3f3", "pillBackground": "$second" } }, @@ -111,45 +111,45 @@ "foreground": "#5B6168", "swatchesDefaultRecentColor": "#5B6168" }, - "ComboBoxButton.background": "#F1F3F6", + "ComboBoxButton.background": "#edf1f5", "ComboBox": { "ArrowButton": { - "background": "#F1F3F6", - "disabledIconColor": "#6C737C", + "background": "#edf1f5", + "disabledIconColor": "#9ba0a3", "iconColor": "#5B6168", "nonEditableBackground": "#F7F8FA" }, - "background": "#FFFFFF", - "buttonBackground": "#F1F3F6", + "background": "#fafbfc", + "buttonBackground": "#edf1f5", "darcula.hoveredArrowButtonForeground": "#79CB60", - "disabledForeground": "#6C737C", + "disabledForeground": "#9ba0a3", "foreground": "#5B6168", "modifiedItemForeground": "#79CB60", - "nonEditableBackground": "#F7F8FA", + "nonEditableBackground": "#F3f3f3", "padding": "5,5,5,5", "selectionBackground": "#cce5ff", "selectionForeground": "#111111" }, "ComboPopup.border": "#DFE1E4", "CompletionPopup": { - "background": "#F7F8FA", + "background": "#F3f3f3", "foreground": "#5B6168", "infoForeground": "#292D31", "matchForeground": "#79CB60", "matchSelectionForeground": "#79CB60", "nonFocusedState": "false", - "selectedGrayedForeground": "#111111", - "selectionGrayForeground": "#111111", + "selectedGrayedForeground": "#FFFFFF", + "selectionGrayForeground": "#FFFFFF", "selectionInactiveInfoForeground": "#292D31", "selectionInactiveBackground": "#3A66D150", - "selectionBackground": "#3A66D180", - "selectionForeground": "#111111", - "selectionInfoForeground": "#111111" + "selectionBackground": "#3A66D150", + "selectionForeground": "#FFFFFF", + "selectionInfoForeground": "#FFFFFF" }, "Component": { "arc": 4, "borderColor": "#CCE5FF", - "disabledBorderColor": "#F1F3F6", + "disabledBorderColor": "#edf1f5", "focusColor": "#79CB60", "focusedBorderColor": "#79CB60", "hoverIconColor": "#79CB60", @@ -160,7 +160,7 @@ "controlText": "#292D31", "Counter": { "background": "#79CB60", - "foreground": "#111111" + "foreground": "#FFFFFF" }, "Debugger": { "Variables": { @@ -184,15 +184,15 @@ "background": "#F7F8FA", "borderColor": "#F7F8FA", "hoverBackground": "#cce5ff", - "hoverColor": "#FFFFFF", + "hoverColor": "#fafbfc", "hoverMaskColor": "#CCE5FF", "inactiveColoredTabBackground": "#F7F8FA", - "inactiveColoredFileBackground": "#F1F3F6", + "inactiveColoredFileBackground": "#edf1f5", "inactiveUnderlineColor": "#79CB60", - "inactiveMaskColor": "#FFFFFF", + "inactiveMaskColor": "#fafbfc", "underlineColor": "#79CB60", "underlinedTabBackground": "#cce5ff", - "underlinedTabForeground": "#111111" + "underlinedTabForeground": "#FFFFFF" }, "Desktop.background": "#F7F8FA", "DialogWrapper.southPanelBackground": "#F7F8FA", @@ -203,36 +203,36 @@ "areaForeground": "#5B6168" }, "Editor": { - "background": "#FFFFFF", + "background": "#fafbfc", "foreground": "#5B6168", "shortcutForeground": "#292D31" }, "EditorPane": { - "background": "#FFFFFF", + "background": "#fafbfc", "caretForeground": "#79CB60", "foreground": "#5B6168", "inactiveBackground": "#F7F8FA", - "inactiveForeground": "#6C737C", - "selectionBackground": "#3A66D1", + "inactiveForeground": "#9ba0a3", + "selectionBackground": "#3A66D150", "selectionForeground": "#111111" }, "EditorTabs": { - "borderColor": "#F7F8FA", + "borderColor": "#F3f3f3", "hoverBackground": "#CCE5FF", "hoverColor": "#CCE5FF", "hoverMaskColor": "#CCE5FF", "inactiveMaskColor": "#F7F8FA", "inactiveColoredFileBackground": "#F7F8FA", - "inactiveUnderlineColor": "#6C737C", + "inactiveUnderlineColor": "#9ba0a3", "selectedForeground": "#5B6168", "selectedBackground": "#cce5ff", "underlineColor": "#79CB60", "underlinedTabBackground": "#cce5ff", - "underlinedTabForeground": "#111111" + "underlinedTabForeground": "#FFFFFF" }, "EditorGroupsTabs": { "background": "#F7F8FA", - "borderColor": "#F7F8FA", + "borderColor": "#F3f3f3", "hoverBackground": "#CCE5FF", "hoverColor": "#CCE5FF", "inactiveUnderlineColor": "#79CB60", @@ -243,7 +243,7 @@ "FileColor": { "Green": "#387002", "Blue": "#004BA0", - "Yellow": "#FDFDFD", + "Yellow": "#dcdcdc", "Orange": "#B53D00", "Violet": "#4D2C91", "Rose": "#A00037" @@ -260,11 +260,11 @@ }, "Focus.color": "#DFE1E4", "FormattedTextField": { - "background": "#FFFFFF", + "background": "#fafbfc", "caretForeground": "#79CB60", "foreground": "#5B6168", - "inactiveBackground": "#F1F3F6", - "inactiveForeground": "#6C737C", + "inactiveBackground": "#edf1f5", + "inactiveForeground": "#9ba0a3", "selectionForeground": "#111111", "selectionBackground": "#cce5ff" }, @@ -279,7 +279,7 @@ }, "HeaderColor": { "active": "#F7F8FA", - "inactive": "#FFFFFF" + "inactive": "#fafbfc" }, "HelpTooltip": { "background": "#F7F8FA", @@ -289,7 +289,7 @@ "shortcutForeground": "#292D31" }, "Hyperlink.linkColor": "#79CB60", - "inactiveCaption": "#F7F8FA", + "inactiveCaption": "#F3f3f3", "inactiveCaptionBorder": "#F7F8FA", "inactiveCaptionText": "#292D31", "info": "#292D31", @@ -306,9 +306,9 @@ }, "Label": { "background": "#F7F8FA", - "disabledForeground": "#6C737C", + "disabledForeground": "#9ba0a3", "disabledShadow": "#F7F8FA", - "disabledText": "#6C737C", + "disabledText": "#9ba0a3", "foreground": "#5B6168", "infoForeground": "#292D31", "selectedForeground": "#111111", @@ -323,66 +323,66 @@ }, "link.foreground": "#79CB60", "List": { - "background": "#F7F8FA", + "background": "#F3f3f3", "foreground": "#5B6168", - "hoverBackground": "#3A66D170", + "hoverBackground": "#3A66D1", "hoverInactiveBackground": "#cce5ff", "selectionBackground": "#3A66D150", - "selectionForeground": "#111111", + "selectionForeground": "#FFFFFF", "selectionInactiveForeground": "#111111", - "selectionInactiveBackground": "#3A66D170" + "selectionInactiveBackground": "#3A66D1" }, "material": { "background": "#F7F8FA", "branchColor": "#5B6168", - "contrast": "#FFFFFF", + "contrast": "#fafbfc", "foreground": "#5B6168", - "mergeCommits": "#F1F3F6", + "mergeCommits": "#edf1f5", "primaryColor": "#292D31", - "selectionForeground": "#111111", + "selectionForeground": "#FFFFFF", "tab.backgroundColor": "#F7F8FA", "tab.borderColor": "#79CB60", "tagColor": "#292D31" }, "MemoryIndicator": { - "allocatedBackground": "#F7F8FA", + "allocatedBackground": "#F3f3f3", "usedColor": "#CCE5FF", "usedBackground": "#CCE5FF" }, "Menu": { "acceleratorForeground": "#292D31", - "acceleratorSelectionForeground": "#111111", + "acceleratorSelectionForeground": "#FFFFFF", "background": "#F7F8FA", "border": "4,2,4,2", - "borderColor": "#F7F8FA", - "disabledBackground": "#F7F8FA", - "disabledForeground": "#6C737C", + "borderColor": "#F3f3f3", + "disabledBackground": "#F3f3f3", + "disabledForeground": "#9ba0a3", "foreground": "#5B6168", - "selectionBackground": "#3A66D1", - "selectionForeground": "#111111", + "selectionBackground": "#3A66D150", + "selectionForeground": "#FFFFFF", "separatorColor": "#DFE1E4" }, "MenuBar": { - "background": "#FFFFFF", + "background": "#fafbfc", "borderColor": "#F7F8FA", "disabledBackground": "#F7F8FA", - "disabledForeground": "#6C737C", + "disabledForeground": "#9ba0a3", "foreground": "#5B6168", "highlight": "#F7F8FA", - "selectionBackground": "#3A66D1", - "selectionForeground": "#111111", - "shadow": "#FFFFFF" + "selectionBackground": "#3A66D150", + "selectionForeground": "#FFFFFF", + "shadow": "#fafbfc" }, "MenuItem": { "acceleratorForeground": "#292D31", - "acceleratorSelectionForeground": "#111111", + "acceleratorSelectionForeground": "#FFFFFF", "border": "4,2,4,2", "background": "#F7F8FA", "disabledBackground": "#F7F8FA", - "disabledForeground": "#6C737C", + "disabledForeground": "#9ba0a3", "foreground": "#5B6168", - "selectionBackground": "#3A66D1", - "selectionForeground": "#111111" + "selectionBackground": "#3A66D150", + "selectionForeground": "#FFFFFF" }, "NavBar": { "arrowColor": "#5B6168", @@ -393,7 +393,7 @@ "background": "#F7F8FA" }, "SearchField": { - "background": "#FFFFFF" + "background": "#fafbfc" } }, "NewPSD.warning": "#79CB60", @@ -404,9 +404,9 @@ "errorBorderColor": "#DFECFE", "foreground": "#5B6168", "MoreButton": { - "background": "#F1F3F6", + "background": "#edf1f5", "foreground": "#5B6168", - "innerBorderColor": "#F1F3F6" + "innerBorderColor": "#edf1f5" }, "ToolWindow": { "errorBackground": "#DFECFE", @@ -424,66 +424,66 @@ "messageForeground": "#5B6168" }, "Outline": { - "color": "#F1F3F6", + "color": "#edf1f5", "focusedColor": "#79CB60", - "disabledColor": "#6C737C" + "disabledColor": "#9ba0a3" }, "Panel": { "background": "#F7F8FA", "foreground": "#5B6168" }, "ParameterInfo": { - "background": "#F7F8FA", + "background": "#F3f3f3", "borderColor": "#cce5ff", "currentOverloadBackground": "#CCE5FF", "currentParameterForeground": "#79CB60", - "disabledForeground": "#6C737C", + "disabledForeground": "#9ba0a3", "foreground": "#5B6168", "infoForeground": "#292D31", "lineSeparatorColor": "#cce5ff" }, "PasswordField": { - "background": "#FFFFFF", + "background": "#fafbfc", "capsLockIconColor": "#79CB60", "caretForeground": "#79CB60", "foreground": "#5B6168", - "inactiveForeground": "#6C737C", + "inactiveForeground": "#9ba0a3", "selectionBackground": "#cce5ff", "selectionForeground": "#111111" }, "Plugins": { "background": "#F7F8FA", - "disabledForeground": "#6C737C", + "disabledForeground": "#9ba0a3", "eapTagBackground": "#CCE5FF", - "hoverBackground": "#3A66D170", + "hoverBackground": "#3A66D1", "lightSelectionBackground": "#cce5ff", "paidTagBackground": "#CCE5FF", - "selectionBackground": "#3A66D1", + "selectionBackground": "#3A66D150", "tagForeground": "#79CB60", "tagBackground": "#CCE5FF", "trialTagBackground": "#CCE5FF", "Button": { - "installBackground": "#F1F3F6", - "installBorderColor": "#F1F3F6", + "installBackground": "#edf1f5", + "installBorderColor": "#edf1f5", "installForeground": "#5B6168", "installFocusedBackground": "#CCE5FF", - "installFillForeground": "#6C737C", - "installFillBackground": "#F1F3F6", + "installFillForeground": "#9ba0a3", + "installFillBackground": "#edf1f5", "updateBackground": "#79CB60", - "updateBorderColor": "#F1F3F6", + "updateBorderColor": "#edf1f5", "updateForeground": "#5B6168" }, "SearchField": { - "background": "#FFFFFF", + "background": "#fafbfc", "borderColor": "#DFE1E4" }, "SectionHeader": { - "background": "#F7F8FA", + "background": "#F3f3f3", "foreground": "#5B6168" }, "Tab": { "hoverBackground": "#cce5ff", - "selectedForeground": "#111111", + "selectedForeground": "#FFFFFF", "selectedBackground": "#cce5ff" } }, @@ -493,20 +493,20 @@ "borderColor": "#F7F8FA", "foreground": "#79CB60" }, - "borderColor": "#FFFFFF", + "borderColor": "#fafbfc", "inactiveBorderColor": "#F7F8FA", - "innerBorderColor": "#F7F8FA", + "innerBorderColor": "#F3f3f3", "Header": { "activeBackground": "#F7F8FA", - "inactiveBackground": "#FFFFFF" + "inactiveBackground": "#fafbfc" }, "paintBorder": true, "separatorForeground": "#5B6168", - "separatorColor": "#F7F8FA", + "separatorColor": "#F3f3f3", "Toolbar": { - "Floating.background": "#FFFFFF", - "background": "#FFFFFF", - "borderColor": "#FFFFFF" + "Floating.background": "#fafbfc", + "background": "#fafbfc", + "borderColor": "#fafbfc" } }, "PopupMenu": { @@ -531,7 +531,7 @@ }, "RadioButton": { "background": "#F7F8FA", - "disabledText": "#6C737C", + "disabledText": "#9ba0a3", "foreground": "#5B6168" }, "RadioButtonMenuItem": { @@ -539,10 +539,10 @@ "acceleratorSelectionForeground": "#292D31", "background": "#F7F8FA", "disabledBackground": "#F7F8FA", - "disabledForeground": "#6C737C", + "disabledForeground": "#9ba0a3", "foreground": "#5B6168", - "selectionBackground": "#3A66D1", - "selectionForeground": "#111111" + "selectionBackground": "#3A66D150", + "selectionForeground": "#FFFFFF" }, "ScreenView.borderColor": "#DFE1E4", "ScrollBar": { @@ -581,7 +581,7 @@ }, "SearchEverywhere": { "Advertiser": { - "background": "#FFFFFF", + "background": "#fafbfc", "foreground": "#292D31" }, "Header": { @@ -593,7 +593,7 @@ }, "SearchField": { "background": "#F7F8FA", - "borderColor": "#FFFFFF", + "borderColor": "#fafbfc", "infoForeground": "#292D31" }, "Tab": { @@ -617,12 +617,12 @@ "Repeated.File.Foreground": "#5B6168" }, "Separator": { - "background": "#F7F8FA", - "foreground": "#F7F8FA", - "separatorColor": "#F7F8FA" + "background": "#F3f3f3", + "foreground": "#F3f3f3", + "separatorColor": "#F3f3f3" }, "SidePanel": { - "background": "#FFFFFF" + "background": "#fafbfc" }, "Slider": { "background": "#F7F8FA", @@ -630,7 +630,7 @@ "buttonColor": "#79CB60", "foreground": "#5B6168", "majorTickLength": 6, - "tickColor": "#F7F8FA", + "tickColor": "#F3f3f3", "trackColor": "#cce5ff", "trackWidth": 7, "thumb": "#79CB60" @@ -649,9 +649,9 @@ }, "SplitPane": { "background": "#F7F8FA", - "highlight": "#FFFFFF" + "highlight": "#fafbfc" }, - "SplitPaneDivider.draggingColor": "#F7F8FA", + "SplitPaneDivider.draggingColor": "#F3f3f3", "StatusBar": { "borderColor": "#F7F8FA", "hoverBackground": "#CCE5FF", @@ -662,8 +662,8 @@ "contentAreaColor": "#CCE5FF", "contentBorderInsets": "3,1,1,1", "darkShadow": "#DFE1E4", - "disabledForeground": "#6C737C", - "disabledUnderlineColor": "#6C737C", + "disabledForeground": "#9ba0a3", + "disabledUnderlineColor": "#9ba0a3", "focus": "#cce5ff", "focusColor": "#cce5ff", "fontSizeOffset": 0, @@ -680,13 +680,13 @@ "tabSelectionHeight": 2, "underlineColor": "#79CB60" }, - "TabbedPane.mt.tab.background": "#FFFFFF", + "TabbedPane.mt.tab.background": "#fafbfc", "Table": { - "alternativeRowBackground": "#FFFFFF", + "alternativeRowBackground": "#fafbfc", "background": "#F7F8FA", "cellNoFocusBorder": "10,5,10,5", "focusCellHighlightBorder": "10,5,10,5", - "disabledForeground": "#6C737C", + "disabledForeground": "#9ba0a3", "dropLineColor": "#79CB60", "dropLineShortColor": "#79CB60", "focusCellBackground": "#cce5ff", @@ -694,59 +694,59 @@ "foreground": "#5B6168", "gridColor": "#F7F8FA", "highlightOuter": "#cce5ff", - "hoverBackground": "#3A66D170", + "hoverBackground": "#3A66D1", "hoverInactiveBackground": "#cce5ff", "lightSelectionForeground": "#111111", "lightSelectionInactiveForeground": "#292D31", - "lightSelectionInactiveBackground": "#F7F8FA", + "lightSelectionInactiveBackground": "#F3f3f3", "selectionBackground": "#cce5ff", "selectionForeground": "#111111", "selectionInactiveBackground": "#cce5ff", - "selectionInactiveForeground": "#111111", + "selectionInactiveForeground": "#FFFFFF", "sortIconColor": "#5B6168", - "stripeColor": "#FFFFFF" + "stripeColor": "#fafbfc" }, "TableHeader": { "background": "#F7F8FA", "borderColor": "#F7F8FA", - "bottomSeparatorColor": "#F7F8FA", + "bottomSeparatorColor": "#F3f3f3", "cellBorder": "4,0,4,0", - "disabledForeground": "#6C737C", + "disabledForeground": "#9ba0a3", "foreground": "#5B6168", "focusCellBackground": "#cce5ff", "focusCellForeground": "#111111", "height": 25, - "separatorColor": "#F7F8FA" + "separatorColor": "#F3f3f3" }, "text": "#292D31", "textInactiveText": "#292D31", "textText": "#292D31", "TextArea": { - "background": "#FFFFFF", + "background": "#fafbfc", "caretForeground": "#79CB60", "foreground": "#5B6168", - "inactiveForeground": "#6C737C", + "inactiveForeground": "#9ba0a3", "selectionBackground": "#cce5ff", "selectionForeground": "#111111" }, "TextField": { - "background": "#FFFFFF", + "background": "#fafbfc", "caretForeground": "#79CB60", "foreground": "#5B6168", - "inactiveForeground": "#6C737C", + "inactiveForeground": "#9ba0a3", "selectionBackground": "#cce5ff", "selectionForeground": "#111111" }, "TextPane": { - "background": "#FFFFFF", + "background": "#fafbfc", "caretForeground": "#79CB60", "foreground": "#5B6168", - "inactiveForeground": "#6C737C", + "inactiveForeground": "#9ba0a3", "selectionBackground": "#cce5ff", "selectionForeground": "#111111" }, "TitlePane": { - "background": "#FFFFFF", + "background": "#fafbfc", "Button.hoverBackground": "#CCE5FF", "inactiveBackground": "#F7F8FA", "infoForeground": "#292D31", @@ -754,9 +754,9 @@ }, "TitledBorder.titleColor": "#5B6168", "ToggleButton": { - "borderColor": "#F1F3F6", + "borderColor": "#edf1f5", "buttonColor": "#5B6168", - "disabledText": "#6C737C", + "disabledText": "#9ba0a3", "foreground": "#5B6168", "offForeground": "#F7F8FA", "offBackground": "#F7F8FA", @@ -764,7 +764,7 @@ "onForeground": "#79CB60" }, "ToolBar": { - "background": "#FFFFFF", + "background": "#fafbfc", "borderHandleColor": "#292D31", "floatingForeground": "#292D31", "foreground": "#5B6168" @@ -783,11 +783,11 @@ "Button": { "hoverBackground": "#cce5ff", "selectedForeground": "#111111", - "selectedBackground": "#FFFFFF" + "selectedBackground": "#fafbfc" }, "Header": { "background": "#F7F8FA", - "borderColor": "#F7F8FA", + "borderColor": "#F3f3f3", "inactiveBackground": "#F7F8FA" }, "HeaderCloseButton": { @@ -798,34 +798,34 @@ "hoverBackground": "#CCE5FF", "hoverInactiveBackground": "#CCE5FF", "inactiveUnderlineColor": "#79CB60", - "selectedBackground": "#FFFFFF", - "selectedInactiveBackground": "#FFFFFF", + "selectedBackground": "#fafbfc", + "selectedInactiveBackground": "#fafbfc", "underlineColor": "#79CB60", "underlinedTabBackground": "#cce5ff", - "underlinedTabInactiveBackground": "#F7F8FA", - "underlinedTabForeground": "#111111", + "underlinedTabInactiveBackground": "#F3f3f3", + "underlinedTabForeground": "#FFFFFF", "underlinedTabInactiveForeground": "#5B6168" } }, "Tree": { - "background": "#FFFFFF", + "background": "#fafbfc", "foreground": "#292D31", "hash": "#DFE1E4", - "hoverBackground": "#3A66D170", + "hoverBackground": "#3A66D1", "hoverInactiveBackground": "#cce5ff", "modifiedItemForeground": "#79CB60", "rowHeight": 28, - "selectionBackground": "#3A66D170", - "selectionForeground": "#111111", - "selectionInactiveForeground": "#111111", - "selectionInactiveBackground": "#3A66D170", - "textBackground": "#FFFFFF" + "selectionBackground": "#3A66D1", + "selectionForeground": "#FFFFFF", + "selectionInactiveForeground": "#FFFFFF", + "selectionInactiveBackground": "#3A66D1", + "textBackground": "#fafbfc" }, "Tree.leftChildIndent": 10, "Tree.rightChildIndent": 5, "UIDesigner": { "Activity.borderColor": "#DFE1E4", - "Canvas.background": "#FFFFFF", + "Canvas.background": "#fafbfc", "ColorPicker": { "background": "#F7F8FA", "foreground": "#5B6168" @@ -840,34 +840,34 @@ "borderColor": "#DFE1E4", "hoverBorderColor": "#CCE5FF" }, - "Canvas.background": "#FFFFFF", + "Canvas.background": "#fafbfc", "highStroke.foreground": "#5B6168", "Label.foreground": "#292D31", - "List.selectionBackground": "#3A66D170", + "List.selectionBackground": "#3A66D1", "motion": { "borderColor": "#DFE1E4", "Component.foreground": "#5B6168", "ConstraintSetText.foreground": "#292D31", - "ConstraintSet.background": "#F7F8FA", - "CSPanel.SelectedFocusBackground": "#3A66D1", - "CSPanel.SelectedBackground": "#3A66D170", + "ConstraintSet.background": "#F3f3f3", + "CSPanel.SelectedFocusBackground": "#3A66D150", + "CSPanel.SelectedBackground": "#3A66D1", "cs_FocusText.infoForeground": "#292D31", "CursorTextColor.foreground": "#5B6168", - "HoverColor.disabledBackground": "#6C737C", + "HoverColor.disabledBackground": "#9ba0a3", "motionGraph.background": "#F7F8FA", "Notification.background": "#DFECFE", - "ourAvg.background": "#F7F8FA", - "ourCS.background": "#F7F8FA", + "ourAvg.background": "#F3f3f3", + "ourCS.background": "#F3f3f3", "ourCS_Border.borderColor": "#DFE1E4", "ourCS_TextColor.foreground": "#292D31", - "ourCS_SelectedFocusBackground.selectionForeground": "#111111", + "ourCS_SelectedFocusBackground.selectionForeground": "#FFFFFF", "ourCS_SelectedBackground.selectionInactiveBackground": "#cce5ff", "ourCS_SelectedBorder.pressedBorderColor": "#CCE5FF", "ourML_BarColor.separatorColor": "#DFE1E4", - "PrimaryPanel.background": "#FFFFFF", + "PrimaryPanel.background": "#fafbfc", "SecondaryPanel.background": "#F7F8FA", "SecondaryPanel.header.foreground": "#292D31", - "SecondaryPanel.header.background": "#FFFFFF", + "SecondaryPanel.header.background": "#fafbfc", "timeLine.disabledBorderColor": "#DFE1E4" }, "Panel": { @@ -879,7 +879,7 @@ "background": "#F7F8FA", "borderColor": "#DFE1E4", "foreground": "#5B6168", - "selectedForeground": "#111111" + "selectedForeground": "#FFFFFF" }, "Preview.background": "#F7F8FA", "stroke.acceleratorForeground": "#292D31" @@ -906,7 +906,7 @@ "HgLog": { "branchIconColor": "#79CB60", "bookmarkIconColor": "#111111", - "closedBranchIconColor": "#6C737C", + "closedBranchIconColor": "#9ba0a3", "localTagIconColor": "#292D31", "mqTagIconColor": "#292D31", "tagIconColor": "#292D31", @@ -914,8 +914,8 @@ }, "Log": { "Commit.unmatchedForeground": "#292D31", - "Commit.currentBranchBackground": "#F7F8FA", - "Commit.hoveredBackground": "#3A66D170" + "Commit.currentBranchBackground": "#F3f3f3", + "Commit.hoveredBackground": "#3A66D1" }, "RefLabel": { "foreground": "#111111", @@ -923,46 +923,46 @@ } }, "Viewport": { - "background": "#FFFFFF", + "background": "#fafbfc", "foreground": "#5B6168" }, "WelcomeScreen": { "AssociatedComponent.background": "#F7F8FA", "background": "#F7F8FA", "borderColor": "#F7F8FA", - "captionBackground": "#FFFFFF", + "captionBackground": "#fafbfc", "captionForeground": "#5B6168", "Details.background": "#F7F8FA", - "footerBackground": "#FFFFFF", + "footerBackground": "#fafbfc", "footerForeground": "#5B6168", "headerBackground": "#F7F8FA", "headerForeground": "#5B6168", - "List.background": "#FFFFFF", + "List.background": "#fafbfc", "separatorColor": "#DFE1E4", - "SidePanel.background": "#F7F8FA", + "SidePanel.background": "#F3f3f3", "Projects": { - "actions.background": "#FFFFFF", + "actions.background": "#fafbfc", "actions.selectionBackground": "#CCE5FF", - "background": "#F7F8FA", - "selectionBackground": "#3A66D1", - "selectionInactiveBackground": "#F7F8FA" + "background": "#F3f3f3", + "selectionBackground": "#3A66D150", + "selectionInactiveBackground": "#F3f3f3" } }, - "window": "#FFFFFF", + "window": "#fafbfc", "windowBorder": "#DFE1E4", "windowText": "#292D31", "Window.border": "#DFE1E4" }, "icons": { "ColorPalette": { - "#43494A": "#FFFFFF", + "#43494A": "#fafbfc", "#6B6B6B": "#292D31", "#A7A7A7": "#F7F8FA", "#3D6185": "#79CB60", "#466D94": "#79CB60", "#3C3F41": "#F7F8FA", - "#545556": "#6C737C", - "#606060": "#6C737C", + "#545556": "#9ba0a3", + "#606060": "#9ba0a3", "#9AA7B0": "#5B6168", "#675133": "#79CB60", "Actions.Blue": "#6F42C1", @@ -972,20 +972,20 @@ "Actions.GreyInline.Dark": "#5B6168", "Actions.Red": "#22863A", "Actions.Yellow": "#6F42C1", - "Checkbox.Background.Default": "#FFFFFF", - "Checkbox.Background.Default.Dark": "#FFFFFF", - "Checkbox.Background.Disabled": "#FDFDFD", - "Checkbox.Background.Disabled.Dark": "#FDFDFD", + "Checkbox.Background.Default": "#fafbfc", + "Checkbox.Background.Default.Dark": "#fafbfc", + "Checkbox.Background.Disabled": "#dcdcdc", + "Checkbox.Background.Disabled.Dark": "#dcdcdc", "Checkbox.Border.Default": "#DFE1E4", "Checkbox.Border.Default.Dark": "#DFE1E4", - "Checkbox.Border.Disabled": "#6C737C", - "Checkbox.Border.Disabled.Dark": "#6C737C", + "Checkbox.Border.Disabled": "#9ba0a3", + "Checkbox.Border.Disabled.Dark": "#9ba0a3", "Checkbox.Focus.Thin.Default": "#79CB60", "Checkbox.Focus.Thin.Default.Dark": "#79CB60", "Checkbox.Focus.Wide": "#79CB60", "Checkbox.Focus.Wide.Dark": "#79CB60", - "Checkbox.Foreground.Disabled": "#6C737C", - "Checkbox.Foreground.Disabled.Dark": "#6C737C", + "Checkbox.Foreground.Disabled": "#9ba0a3", + "Checkbox.Foreground.Disabled.Dark": "#9ba0a3", "Checkbox.Background.Selected": "#79CB60", "Checkbox.Background.Selected.Dark": "#F7F8FA", "Checkbox.Border.Selected": "#79CB60", 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 f2a07ab2..552e6081 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 @@ -2,7 +2,7 @@ "name": "GitHub", "dark": false, "author": "Mallowigi", - "editorScheme": "/colors/GitHub (Material).xml", + "editorScheme": "/colors/GitHub.xml", "emptyFrameBackground": { "anchor": "center", "image": "/walls/github.svg", @@ -14,32 +14,32 @@ "acceleratorSelectionForeground": "#292D31", "background": "#F7F8FA", "borderColor": "#DFE1E4", - "disabledBackground": "#FDFDFD", - "disabledForeground": "#6C737C", - "disabledText": "#6C737C", + "disabledBackground": "#dcdcdc", + "disabledForeground": "#9ba0a3", + "disabledText": "#9ba0a3", "focusColor": "#CCE5FF", "focusedBorderColor": "#79CB60", "foreground": "#5B6168", - "inactiveBackground": "#FDFDFD", + "inactiveBackground": "#dcdcdc", "inactiveForeground": "#292D31", "infoForeground": "#292D31", - "selectionBackground": "#3A66D1", - "selectionBackgroundInactive": "#F7F8FA", - "selectionForeground": "#111111", - "selectionInactiveBackground": "#F7F8FA", + "selectionBackground": "#3A66D150", + "selectionBackgroundInactive": "#F3f3f3", + "selectionForeground": "#FFFFFF", + "selectionInactiveBackground": "#F3f3f3", "separatorColor": "#DFE1E4" }, "activeCaption": "#F7F8FA", "ActionButton": { "hoverBackground": "#79CB6050", "hoverBorderColor": "#79CB6050", - "hoverSeparatorColor": "#F1F3F6", + "hoverSeparatorColor": "#edf1f5", "focusedBorderColor": "#79CB6050", "pressedBackground": "#79CB6050", "pressedBorderColor": "#79CB6050" }, "Autocomplete": { - "selectionBackground": "#3A66D1" + "selectionBackground": "#3A66D150" }, "Borders.ContrastBorderColor": "#F7F8FA", "Borders.color": "#DFE1E4", @@ -56,22 +56,22 @@ "startBackground": "#cce5ff", "startBorderColor": "#cce5ff" }, - "disabledBorderColor": "#F1F3F6", - "disabledText": "#6C737C", - "endBackground": "#F1F3F6", - "endBorderColor": "#F1F3F6", + "disabledBorderColor": "#edf1f5", + "disabledText": "#9ba0a3", + "endBackground": "#edf1f5", + "endBorderColor": "#edf1f5", "focus": "#CCE5FF", "focusedBorderColor": "#79CB60", "foreground": "#292D31", - "highlight": "#111111", - "mt.background": "#F1F3F6", + "highlight": "#FFFFFF", + "mt.background": "#edf1f5", "mt.foreground": "#292D31", - "mt.selectedForeground": "#111111", + "mt.selectedForeground": "#FFFFFF", "mt.selection.color1": "#cce5ff", "mt.selection.color2": "#cce5ff", - "startBackground": "#F1F3F6", - "startBorderColor": "#F1F3F6", - "shadowColor": "#F1F3F6", + "startBackground": "#edf1f5", + "startBorderColor": "#edf1f5", + "shadowColor": "#edf1f5", "shadowWidth": 0 }, "Canvas": { @@ -79,12 +79,12 @@ "Tooltip.background": "#DFECFE" }, "Content": { - "background": "#FFFFFF", - "selectionBackground": "#3A66D1" + "background": "#fafbfc", + "selectionBackground": "#3A66D150" }, "CheckBox": { "background": "#F7F8FA", - "disabledText": "#6C737C", + "disabledText": "#9ba0a3", "foreground": "#5B6168", "select": "#79CB60" }, @@ -93,16 +93,16 @@ "acceleratorSelectionForeground": "#292D31", "background": "#F7F8FA", "disabledBackground": "#F7F8FA", - "disabledForeground": "#6C737C", + "disabledForeground": "#9ba0a3", "foreground": "#5B6168", - "selectionBackground": "#3A66D1", + "selectionBackground": "#3A66D150", "selectionForeground": "#111111" }, "CodeWithMe": { "Avatar.foreground": "#5B6168", "AccessEnabled": { "accessDot": "#79CB60", - "dropdownBorder": "#F7F8FA", + "dropdownBorder": "#F3f3f3", "pillBackground": "$second" } }, @@ -111,45 +111,45 @@ "foreground": "#5B6168", "swatchesDefaultRecentColor": "#5B6168" }, - "ComboBoxButton.background": "#F1F3F6", + "ComboBoxButton.background": "#edf1f5", "ComboBox": { "ArrowButton": { - "background": "#F1F3F6", - "disabledIconColor": "#6C737C", + "background": "#edf1f5", + "disabledIconColor": "#9ba0a3", "iconColor": "#5B6168", "nonEditableBackground": "#F7F8FA" }, "background": "#F7F8FA", - "buttonBackground": "#F1F3F6", + "buttonBackground": "#edf1f5", "darcula.hoveredArrowButtonForeground": "#79CB60", - "disabledForeground": "#6C737C", + "disabledForeground": "#9ba0a3", "foreground": "#5B6168", "modifiedItemForeground": "#79CB60", - "nonEditableBackground": "#F7F8FA", + "nonEditableBackground": "#F3f3f3", "padding": "5,5,5,5", "selectionBackground": "#cce5ff", "selectionForeground": "#111111" }, "ComboPopup.border": "#DFE1E4", "CompletionPopup": { - "background": "#F7F8FA", + "background": "#F3f3f3", "foreground": "#5B6168", "infoForeground": "#292D31", "matchForeground": "#79CB60", "matchSelectionForeground": "#79CB60", "nonFocusedState": "false", - "selectedGrayedForeground": "#111111", - "selectionGrayForeground": "#111111", + "selectedGrayedForeground": "#FFFFFF", + "selectionGrayForeground": "#FFFFFF", "selectionInactiveInfoForeground": "#292D31", "selectionInactiveBackground": "#3A66D150", - "selectionBackground": "#3A66D180", - "selectionForeground": "#111111", - "selectionInfoForeground": "#111111" + "selectionBackground": "#3A66D150", + "selectionForeground": "#FFFFFF", + "selectionInfoForeground": "#FFFFFF" }, "Component": { "arc": 4, "borderColor": "#CCE5FF", - "disabledBorderColor": "#F1F3F6", + "disabledBorderColor": "#edf1f5", "focusColor": "#79CB60", "focusedBorderColor": "#79CB60", "hoverIconColor": "#79CB60", @@ -160,7 +160,7 @@ "controlText": "#292D31", "Counter": { "background": "#79CB60", - "foreground": "#111111" + "foreground": "#FFFFFF" }, "Debugger": { "Variables": { @@ -187,12 +187,12 @@ "hoverColor": "#F7F8FA", "hoverMaskColor": "#CCE5FF", "inactiveColoredTabBackground": "#F7F8FA", - "inactiveColoredFileBackground": "#F1F3F6", + "inactiveColoredFileBackground": "#edf1f5", "inactiveUnderlineColor": "#79CB60", "inactiveMaskColor": "#F7F8FA", "underlineColor": "#79CB60", "underlinedTabBackground": "#cce5ff", - "underlinedTabForeground": "#111111" + "underlinedTabForeground": "#FFFFFF" }, "Desktop.background": "#F7F8FA", "DialogWrapper.southPanelBackground": "#F7F8FA", @@ -212,27 +212,27 @@ "caretForeground": "#79CB60", "foreground": "#5B6168", "inactiveBackground": "#F7F8FA", - "inactiveForeground": "#6C737C", - "selectionBackground": "#3A66D1", + "inactiveForeground": "#9ba0a3", + "selectionBackground": "#3A66D150", "selectionForeground": "#111111" }, "EditorTabs": { - "borderColor": "#F7F8FA", + "borderColor": "#F3f3f3", "hoverBackground": "#CCE5FF", "hoverColor": "#CCE5FF", "hoverMaskColor": "#CCE5FF", "inactiveMaskColor": "#F7F8FA", "inactiveColoredFileBackground": "#F7F8FA", - "inactiveUnderlineColor": "#6C737C", + "inactiveUnderlineColor": "#9ba0a3", "selectedForeground": "#5B6168", "selectedBackground": "#cce5ff", "underlineColor": "#79CB60", "underlinedTabBackground": "#cce5ff", - "underlinedTabForeground": "#111111" + "underlinedTabForeground": "#FFFFFF" }, "EditorGroupsTabs": { "background": "#F7F8FA", - "borderColor": "#F7F8FA", + "borderColor": "#F3f3f3", "hoverBackground": "#CCE5FF", "hoverColor": "#CCE5FF", "inactiveUnderlineColor": "#79CB60", @@ -243,7 +243,7 @@ "FileColor": { "Green": "#387002", "Blue": "#004BA0", - "Yellow": "#FDFDFD", + "Yellow": "#dcdcdc", "Orange": "#B53D00", "Violet": "#4D2C91", "Rose": "#A00037" @@ -263,8 +263,8 @@ "background": "#F7F8FA", "caretForeground": "#79CB60", "foreground": "#5B6168", - "inactiveBackground": "#F1F3F6", - "inactiveForeground": "#6C737C", + "inactiveBackground": "#edf1f5", + "inactiveForeground": "#9ba0a3", "selectionForeground": "#111111", "selectionBackground": "#cce5ff" }, @@ -279,7 +279,7 @@ }, "HeaderColor": { "active": "#F7F8FA", - "inactive": "#FFFFFF" + "inactive": "#fafbfc" }, "HelpTooltip": { "background": "#F7F8FA", @@ -289,7 +289,7 @@ "shortcutForeground": "#292D31" }, "Hyperlink.linkColor": "#79CB60", - "inactiveCaption": "#F7F8FA", + "inactiveCaption": "#F3f3f3", "inactiveCaptionBorder": "#F7F8FA", "inactiveCaptionText": "#292D31", "info": "#292D31", @@ -306,9 +306,9 @@ }, "Label": { "background": "#F7F8FA", - "disabledForeground": "#6C737C", + "disabledForeground": "#9ba0a3", "disabledShadow": "#F7F8FA", - "disabledText": "#6C737C", + "disabledText": "#9ba0a3", "foreground": "#5B6168", "infoForeground": "#292D31", "selectedForeground": "#111111", @@ -323,66 +323,66 @@ }, "link.foreground": "#79CB60", "List": { - "background": "#F7F8FA", + "background": "#F3f3f3", "foreground": "#5B6168", - "hoverBackground": "#3A66D170", + "hoverBackground": "#3A66D1", "hoverInactiveBackground": "#cce5ff", "selectionBackground": "#3A66D150", - "selectionForeground": "#111111", + "selectionForeground": "#FFFFFF", "selectionInactiveForeground": "#111111", - "selectionInactiveBackground": "#3A66D170" + "selectionInactiveBackground": "#3A66D1" }, "material": { "background": "#F7F8FA", "branchColor": "#5B6168", - "contrast": "#FFFFFF", + "contrast": "#fafbfc", "foreground": "#5B6168", - "mergeCommits": "#F1F3F6", + "mergeCommits": "#edf1f5", "primaryColor": "#292D31", - "selectionForeground": "#111111", + "selectionForeground": "#FFFFFF", "tab.backgroundColor": "#F7F8FA", "tab.borderColor": "#79CB60", "tagColor": "#292D31" }, "MemoryIndicator": { - "allocatedBackground": "#F7F8FA", + "allocatedBackground": "#F3f3f3", "usedColor": "#CCE5FF", "usedBackground": "#CCE5FF" }, "Menu": { "acceleratorForeground": "#292D31", - "acceleratorSelectionForeground": "#111111", + "acceleratorSelectionForeground": "#FFFFFF", "background": "#F7F8FA", "border": "4,2,4,2", - "borderColor": "#F7F8FA", - "disabledBackground": "#F7F8FA", - "disabledForeground": "#6C737C", + "borderColor": "#F3f3f3", + "disabledBackground": "#F3f3f3", + "disabledForeground": "#9ba0a3", "foreground": "#5B6168", - "selectionBackground": "#3A66D1", - "selectionForeground": "#111111", + "selectionBackground": "#3A66D150", + "selectionForeground": "#FFFFFF", "separatorColor": "#DFE1E4" }, "MenuBar": { "background": "#F7F8FA", "borderColor": "#F7F8FA", "disabledBackground": "#F7F8FA", - "disabledForeground": "#6C737C", + "disabledForeground": "#9ba0a3", "foreground": "#5B6168", "highlight": "#F7F8FA", - "selectionBackground": "#3A66D1", - "selectionForeground": "#111111", + "selectionBackground": "#3A66D150", + "selectionForeground": "#FFFFFF", "shadow": "#F7F8FA" }, "MenuItem": { "acceleratorForeground": "#292D31", - "acceleratorSelectionForeground": "#111111", + "acceleratorSelectionForeground": "#FFFFFF", "border": "4,2,4,2", "background": "#F7F8FA", "disabledBackground": "#F7F8FA", - "disabledForeground": "#6C737C", + "disabledForeground": "#9ba0a3", "foreground": "#5B6168", - "selectionBackground": "#3A66D1", - "selectionForeground": "#111111" + "selectionBackground": "#3A66D150", + "selectionForeground": "#FFFFFF" }, "NavBar": { "arrowColor": "#5B6168", @@ -404,9 +404,9 @@ "errorBorderColor": "#DFECFE", "foreground": "#5B6168", "MoreButton": { - "background": "#F1F3F6", + "background": "#edf1f5", "foreground": "#5B6168", - "innerBorderColor": "#F1F3F6" + "innerBorderColor": "#edf1f5" }, "ToolWindow": { "errorBackground": "#DFECFE", @@ -424,20 +424,20 @@ "messageForeground": "#5B6168" }, "Outline": { - "color": "#F1F3F6", + "color": "#edf1f5", "focusedColor": "#79CB60", - "disabledColor": "#6C737C" + "disabledColor": "#9ba0a3" }, "Panel": { "background": "#F7F8FA", "foreground": "#5B6168" }, "ParameterInfo": { - "background": "#F7F8FA", + "background": "#F3f3f3", "borderColor": "#cce5ff", "currentOverloadBackground": "#CCE5FF", "currentParameterForeground": "#79CB60", - "disabledForeground": "#6C737C", + "disabledForeground": "#9ba0a3", "foreground": "#5B6168", "infoForeground": "#292D31", "lineSeparatorColor": "#cce5ff" @@ -447,30 +447,30 @@ "capsLockIconColor": "#79CB60", "caretForeground": "#79CB60", "foreground": "#5B6168", - "inactiveForeground": "#6C737C", + "inactiveForeground": "#9ba0a3", "selectionBackground": "#cce5ff", "selectionForeground": "#111111" }, "Plugins": { "background": "#F7F8FA", - "disabledForeground": "#6C737C", + "disabledForeground": "#9ba0a3", "eapTagBackground": "#CCE5FF", - "hoverBackground": "#3A66D170", + "hoverBackground": "#3A66D1", "lightSelectionBackground": "#cce5ff", "paidTagBackground": "#CCE5FF", - "selectionBackground": "#3A66D1", + "selectionBackground": "#3A66D150", "tagForeground": "#79CB60", "tagBackground": "#CCE5FF", "trialTagBackground": "#CCE5FF", "Button": { - "installBackground": "#F1F3F6", - "installBorderColor": "#F1F3F6", + "installBackground": "#edf1f5", + "installBorderColor": "#edf1f5", "installForeground": "#5B6168", "installFocusedBackground": "#CCE5FF", - "installFillForeground": "#6C737C", - "installFillBackground": "#F1F3F6", + "installFillForeground": "#9ba0a3", + "installFillBackground": "#edf1f5", "updateBackground": "#79CB60", - "updateBorderColor": "#F1F3F6", + "updateBorderColor": "#edf1f5", "updateForeground": "#5B6168" }, "SearchField": { @@ -478,12 +478,12 @@ "borderColor": "#DFE1E4" }, "SectionHeader": { - "background": "#F7F8FA", + "background": "#F3f3f3", "foreground": "#5B6168" }, "Tab": { "hoverBackground": "#cce5ff", - "selectedForeground": "#111111", + "selectedForeground": "#FFFFFF", "selectedBackground": "#cce5ff" } }, @@ -493,20 +493,20 @@ "borderColor": "#F7F8FA", "foreground": "#79CB60" }, - "borderColor": "#FFFFFF", + "borderColor": "#fafbfc", "inactiveBorderColor": "#F7F8FA", - "innerBorderColor": "#F7F8FA", + "innerBorderColor": "#F3f3f3", "Header": { "activeBackground": "#F7F8FA", - "inactiveBackground": "#FFFFFF" + "inactiveBackground": "#fafbfc" }, "paintBorder": true, "separatorForeground": "#5B6168", - "separatorColor": "#F7F8FA", + "separatorColor": "#F3f3f3", "Toolbar": { - "Floating.background": "#FFFFFF", - "background": "#FFFFFF", - "borderColor": "#FFFFFF" + "Floating.background": "#fafbfc", + "background": "#fafbfc", + "borderColor": "#fafbfc" } }, "PopupMenu": { @@ -531,7 +531,7 @@ }, "RadioButton": { "background": "#F7F8FA", - "disabledText": "#6C737C", + "disabledText": "#9ba0a3", "foreground": "#5B6168" }, "RadioButtonMenuItem": { @@ -539,10 +539,10 @@ "acceleratorSelectionForeground": "#292D31", "background": "#F7F8FA", "disabledBackground": "#F7F8FA", - "disabledForeground": "#6C737C", + "disabledForeground": "#9ba0a3", "foreground": "#5B6168", - "selectionBackground": "#3A66D1", - "selectionForeground": "#111111" + "selectionBackground": "#3A66D150", + "selectionForeground": "#FFFFFF" }, "ScreenView.borderColor": "#DFE1E4", "ScrollBar": { @@ -581,7 +581,7 @@ }, "SearchEverywhere": { "Advertiser": { - "background": "#FFFFFF", + "background": "#fafbfc", "foreground": "#292D31" }, "Header": { @@ -593,7 +593,7 @@ }, "SearchField": { "background": "#F7F8FA", - "borderColor": "#FFFFFF", + "borderColor": "#fafbfc", "infoForeground": "#292D31" }, "Tab": { @@ -617,9 +617,9 @@ "Repeated.File.Foreground": "#5B6168" }, "Separator": { - "background": "#F7F8FA", - "foreground": "#F7F8FA", - "separatorColor": "#F7F8FA" + "background": "#F3f3f3", + "foreground": "#F3f3f3", + "separatorColor": "#F3f3f3" }, "SidePanel": { "background": "#F7F8FA" @@ -630,7 +630,7 @@ "buttonColor": "#79CB60", "foreground": "#5B6168", "majorTickLength": 6, - "tickColor": "#F7F8FA", + "tickColor": "#F3f3f3", "trackColor": "#cce5ff", "trackWidth": 7, "thumb": "#79CB60" @@ -651,7 +651,7 @@ "background": "#F7F8FA", "highlight": "#F7F8FA" }, - "SplitPaneDivider.draggingColor": "#F7F8FA", + "SplitPaneDivider.draggingColor": "#F3f3f3", "StatusBar": { "borderColor": "#F7F8FA", "hoverBackground": "#CCE5FF", @@ -662,8 +662,8 @@ "contentAreaColor": "#CCE5FF", "contentBorderInsets": "3,1,1,1", "darkShadow": "#DFE1E4", - "disabledForeground": "#6C737C", - "disabledUnderlineColor": "#6C737C", + "disabledForeground": "#9ba0a3", + "disabledUnderlineColor": "#9ba0a3", "focus": "#cce5ff", "focusColor": "#cce5ff", "fontSizeOffset": 0, @@ -682,11 +682,11 @@ }, "TabbedPane.mt.tab.background": "#F7F8FA", "Table": { - "alternativeRowBackground": "#FFFFFF", + "alternativeRowBackground": "#fafbfc", "background": "#F7F8FA", "cellNoFocusBorder": "10,5,10,5", "focusCellHighlightBorder": "10,5,10,5", - "disabledForeground": "#6C737C", + "disabledForeground": "#9ba0a3", "dropLineColor": "#79CB60", "dropLineShortColor": "#79CB60", "focusCellBackground": "#cce5ff", @@ -694,29 +694,29 @@ "foreground": "#5B6168", "gridColor": "#F7F8FA", "highlightOuter": "#cce5ff", - "hoverBackground": "#3A66D170", + "hoverBackground": "#3A66D1", "hoverInactiveBackground": "#cce5ff", "lightSelectionForeground": "#111111", "lightSelectionInactiveForeground": "#292D31", - "lightSelectionInactiveBackground": "#F7F8FA", + "lightSelectionInactiveBackground": "#F3f3f3", "selectionBackground": "#cce5ff", "selectionForeground": "#111111", "selectionInactiveBackground": "#cce5ff", - "selectionInactiveForeground": "#111111", + "selectionInactiveForeground": "#FFFFFF", "sortIconColor": "#5B6168", - "stripeColor": "#FFFFFF" + "stripeColor": "#fafbfc" }, "TableHeader": { "background": "#F7F8FA", "borderColor": "#F7F8FA", - "bottomSeparatorColor": "#F7F8FA", + "bottomSeparatorColor": "#F3f3f3", "cellBorder": "4,0,4,0", - "disabledForeground": "#6C737C", + "disabledForeground": "#9ba0a3", "foreground": "#5B6168", "focusCellBackground": "#cce5ff", "focusCellForeground": "#111111", "height": 25, - "separatorColor": "#F7F8FA" + "separatorColor": "#F3f3f3" }, "text": "#292D31", "textInactiveText": "#292D31", @@ -725,7 +725,7 @@ "background": "#F7F8FA", "caretForeground": "#79CB60", "foreground": "#5B6168", - "inactiveForeground": "#6C737C", + "inactiveForeground": "#9ba0a3", "selectionBackground": "#cce5ff", "selectionForeground": "#111111" }, @@ -733,7 +733,7 @@ "background": "#F7F8FA", "caretForeground": "#79CB60", "foreground": "#5B6168", - "inactiveForeground": "#6C737C", + "inactiveForeground": "#9ba0a3", "selectionBackground": "#cce5ff", "selectionForeground": "#111111" }, @@ -741,12 +741,12 @@ "background": "#F7F8FA", "caretForeground": "#79CB60", "foreground": "#5B6168", - "inactiveForeground": "#6C737C", + "inactiveForeground": "#9ba0a3", "selectionBackground": "#cce5ff", "selectionForeground": "#111111" }, "TitlePane": { - "background": "#FFFFFF", + "background": "#fafbfc", "Button.hoverBackground": "#CCE5FF", "inactiveBackground": "#F7F8FA", "infoForeground": "#292D31", @@ -754,9 +754,9 @@ }, "TitledBorder.titleColor": "#5B6168", "ToggleButton": { - "borderColor": "#F1F3F6", + "borderColor": "#edf1f5", "buttonColor": "#5B6168", - "disabledText": "#6C737C", + "disabledText": "#9ba0a3", "foreground": "#5B6168", "offForeground": "#F7F8FA", "offBackground": "#F7F8FA", @@ -783,11 +783,11 @@ "Button": { "hoverBackground": "#cce5ff", "selectedForeground": "#111111", - "selectedBackground": "#FFFFFF" + "selectedBackground": "#fafbfc" }, "Header": { "background": "#F7F8FA", - "borderColor": "#F7F8FA", + "borderColor": "#F3f3f3", "inactiveBackground": "#F7F8FA" }, "HeaderCloseButton": { @@ -798,12 +798,12 @@ "hoverBackground": "#CCE5FF", "hoverInactiveBackground": "#CCE5FF", "inactiveUnderlineColor": "#79CB60", - "selectedBackground": "#FFFFFF", - "selectedInactiveBackground": "#FFFFFF", + "selectedBackground": "#fafbfc", + "selectedInactiveBackground": "#fafbfc", "underlineColor": "#79CB60", "underlinedTabBackground": "#cce5ff", - "underlinedTabInactiveBackground": "#F7F8FA", - "underlinedTabForeground": "#111111", + "underlinedTabInactiveBackground": "#F3f3f3", + "underlinedTabForeground": "#FFFFFF", "underlinedTabInactiveForeground": "#5B6168" } }, @@ -811,21 +811,21 @@ "background": "#F7F8FA", "foreground": "#292D31", "hash": "#DFE1E4", - "hoverBackground": "#3A66D170", + "hoverBackground": "#3A66D1", "hoverInactiveBackground": "#cce5ff", "modifiedItemForeground": "#79CB60", "rowHeight": 28, - "selectionBackground": "#3A66D170", - "selectionForeground": "#111111", - "selectionInactiveForeground": "#111111", - "selectionInactiveBackground": "#3A66D170", + "selectionBackground": "#3A66D1", + "selectionForeground": "#FFFFFF", + "selectionInactiveForeground": "#FFFFFF", + "selectionInactiveBackground": "#3A66D1", "textBackground": "#F7F8FA" }, "Tree.leftChildIndent": 10, "Tree.rightChildIndent": 5, "UIDesigner": { "Activity.borderColor": "#DFE1E4", - "Canvas.background": "#FFFFFF", + "Canvas.background": "#fafbfc", "ColorPicker": { "background": "#F7F8FA", "foreground": "#5B6168" @@ -840,34 +840,34 @@ "borderColor": "#DFE1E4", "hoverBorderColor": "#CCE5FF" }, - "Canvas.background": "#FFFFFF", + "Canvas.background": "#fafbfc", "highStroke.foreground": "#5B6168", "Label.foreground": "#292D31", - "List.selectionBackground": "#3A66D170", + "List.selectionBackground": "#3A66D1", "motion": { "borderColor": "#DFE1E4", "Component.foreground": "#5B6168", "ConstraintSetText.foreground": "#292D31", - "ConstraintSet.background": "#F7F8FA", - "CSPanel.SelectedFocusBackground": "#3A66D1", - "CSPanel.SelectedBackground": "#3A66D170", + "ConstraintSet.background": "#F3f3f3", + "CSPanel.SelectedFocusBackground": "#3A66D150", + "CSPanel.SelectedBackground": "#3A66D1", "cs_FocusText.infoForeground": "#292D31", "CursorTextColor.foreground": "#5B6168", - "HoverColor.disabledBackground": "#6C737C", + "HoverColor.disabledBackground": "#9ba0a3", "motionGraph.background": "#F7F8FA", "Notification.background": "#DFECFE", - "ourAvg.background": "#F7F8FA", - "ourCS.background": "#F7F8FA", + "ourAvg.background": "#F3f3f3", + "ourCS.background": "#F3f3f3", "ourCS_Border.borderColor": "#DFE1E4", "ourCS_TextColor.foreground": "#292D31", - "ourCS_SelectedFocusBackground.selectionForeground": "#111111", + "ourCS_SelectedFocusBackground.selectionForeground": "#FFFFFF", "ourCS_SelectedBackground.selectionInactiveBackground": "#cce5ff", "ourCS_SelectedBorder.pressedBorderColor": "#CCE5FF", "ourML_BarColor.separatorColor": "#DFE1E4", - "PrimaryPanel.background": "#FFFFFF", + "PrimaryPanel.background": "#fafbfc", "SecondaryPanel.background": "#F7F8FA", "SecondaryPanel.header.foreground": "#292D31", - "SecondaryPanel.header.background": "#FFFFFF", + "SecondaryPanel.header.background": "#fafbfc", "timeLine.disabledBorderColor": "#DFE1E4" }, "Panel": { @@ -879,7 +879,7 @@ "background": "#F7F8FA", "borderColor": "#DFE1E4", "foreground": "#5B6168", - "selectedForeground": "#111111" + "selectedForeground": "#FFFFFF" }, "Preview.background": "#F7F8FA", "stroke.acceleratorForeground": "#292D31" @@ -906,7 +906,7 @@ "HgLog": { "branchIconColor": "#79CB60", "bookmarkIconColor": "#111111", - "closedBranchIconColor": "#6C737C", + "closedBranchIconColor": "#9ba0a3", "localTagIconColor": "#292D31", "mqTagIconColor": "#292D31", "tagIconColor": "#292D31", @@ -914,8 +914,8 @@ }, "Log": { "Commit.unmatchedForeground": "#292D31", - "Commit.currentBranchBackground": "#F7F8FA", - "Commit.hoveredBackground": "#3A66D170" + "Commit.currentBranchBackground": "#F3f3f3", + "Commit.hoveredBackground": "#3A66D1" }, "RefLabel": { "foreground": "#111111", @@ -930,22 +930,22 @@ "AssociatedComponent.background": "#F7F8FA", "background": "#F7F8FA", "borderColor": "#F7F8FA", - "captionBackground": "#FFFFFF", + "captionBackground": "#fafbfc", "captionForeground": "#5B6168", "Details.background": "#F7F8FA", - "footerBackground": "#FFFFFF", + "footerBackground": "#fafbfc", "footerForeground": "#5B6168", "headerBackground": "#F7F8FA", "headerForeground": "#5B6168", - "List.background": "#FFFFFF", + "List.background": "#fafbfc", "separatorColor": "#DFE1E4", - "SidePanel.background": "#F7F8FA", + "SidePanel.background": "#F3f3f3", "Projects": { - "actions.background": "#FFFFFF", + "actions.background": "#fafbfc", "actions.selectionBackground": "#CCE5FF", - "background": "#F7F8FA", - "selectionBackground": "#3A66D1", - "selectionInactiveBackground": "#F7F8FA" + "background": "#F3f3f3", + "selectionBackground": "#3A66D150", + "selectionInactiveBackground": "#F3f3f3" } }, "window": "#F7F8FA", @@ -955,14 +955,14 @@ }, "icons": { "ColorPalette": { - "#43494A": "#FFFFFF", + "#43494A": "#fafbfc", "#6B6B6B": "#292D31", "#A7A7A7": "#F7F8FA", "#3D6185": "#79CB60", "#466D94": "#79CB60", "#3C3F41": "#F7F8FA", - "#545556": "#6C737C", - "#606060": "#6C737C", + "#545556": "#9ba0a3", + "#606060": "#9ba0a3", "#9AA7B0": "#5B6168", "#675133": "#79CB60", "Actions.Blue": "#6F42C1", @@ -972,20 +972,20 @@ "Actions.GreyInline.Dark": "#5B6168", "Actions.Red": "#22863A", "Actions.Yellow": "#6F42C1", - "Checkbox.Background.Default": "#FFFFFF", - "Checkbox.Background.Default.Dark": "#FFFFFF", - "Checkbox.Background.Disabled": "#FDFDFD", - "Checkbox.Background.Disabled.Dark": "#FDFDFD", + "Checkbox.Background.Default": "#fafbfc", + "Checkbox.Background.Default.Dark": "#fafbfc", + "Checkbox.Background.Disabled": "#dcdcdc", + "Checkbox.Background.Disabled.Dark": "#dcdcdc", "Checkbox.Border.Default": "#DFE1E4", "Checkbox.Border.Default.Dark": "#DFE1E4", - "Checkbox.Border.Disabled": "#6C737C", - "Checkbox.Border.Disabled.Dark": "#6C737C", + "Checkbox.Border.Disabled": "#9ba0a3", + "Checkbox.Border.Disabled.Dark": "#9ba0a3", "Checkbox.Focus.Thin.Default": "#79CB60", "Checkbox.Focus.Thin.Default.Dark": "#79CB60", "Checkbox.Focus.Wide": "#79CB60", "Checkbox.Focus.Wide.Dark": "#79CB60", - "Checkbox.Foreground.Disabled": "#6C737C", - "Checkbox.Foreground.Disabled.Dark": "#6C737C", + "Checkbox.Foreground.Disabled": "#9ba0a3", + "Checkbox.Foreground.Disabled.Dark": "#9ba0a3", "Checkbox.Background.Selected": "#79CB60", "Checkbox.Background.Selected.Dark": "#F7F8FA", "Checkbox.Border.Selected": "#79CB60", 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 259186d4..c7d7403f 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 @@ -11,239 +11,239 @@ }, "ui": { "*": { - "acceleratorSelectionForeground": "#403F53", - "background": "#FAFAFA", - "borderColor": "#efefef", - "disabledBackground": "#82AAFF", - "disabledForeground": "#dddddd", - "disabledText": "#dddddd", - "focusColor": "#E0E7EA", - "focusedBorderColor": "#269386", - "foreground": "#546e7a", - "inactiveBackground": "#82AAFF", - "inactiveForeground": "#403F53", - "infoForeground": "#403F53", - "selectionBackground": "#999e9e", - "selectionBackgroundInactive": "#f2f5f7", + "acceleratorSelectionForeground": "#90A7B2", + "background": "#F0F0F0", + "borderColor": "#d9d9d9", + "disabledBackground": "#E0E7EA", + "disabledForeground": "#93A1A1", + "disabledText": "#93A1A1", + "focusColor": "#CCCCCC", + "focusedBorderColor": "#2AA298", + "foreground": "#403f53", + "inactiveBackground": "#E0E7EA", + "inactiveForeground": "#90A7B2", + "infoForeground": "#90A7B2", + "selectionBackground": "#d3e8f8", + "selectionBackgroundInactive": "#FBFBFB", "selectionForeground": "#403f53", - "selectionInactiveBackground": "#f2f5f7", - "separatorColor": "#efefef" + "selectionInactiveBackground": "#FBFBFB", + "separatorColor": "#d9d9d9" }, - "activeCaption": "#FAFAFA", + "activeCaption": "#F0F0F0", "ActionButton": { - "hoverBackground": "#26938650", - "hoverBorderColor": "#26938650", - "hoverSeparatorColor": "#FAFAFA", - "focusedBorderColor": "#26938650", - "pressedBackground": "#26938650", - "pressedBorderColor": "#26938650" + "hoverBackground": "#2AA29850", + "hoverBorderColor": "#2AA29850", + "hoverSeparatorColor": "#d9d9d9", + "focusedBorderColor": "#2AA29850", + "pressedBackground": "#2AA29850", + "pressedBorderColor": "#2AA29850" }, "Autocomplete": { - "selectionBackground": "#999e9e" + "selectionBackground": "#d3e8f8" }, - "Borders.ContrastBorderColor": "#FAFAFA", - "Borders.color": "#efefef", + "Borders.ContrastBorderColor": "#F0F0F0", + "Borders.color": "#d9d9d9", "Button": { "arc": 0, - "background": "#FAFAFA", + "background": "#F0F0F0", "default": { - "endBackground": "#FAFAFA", - "endBorderColor": "#FAFAFA", - "foreground": "#333333", - "focusColor": "#269386", - "focusedBorderColor": "#269386", - "shadowColor": "#FAFAFA", - "startBackground": "#FAFAFA", - "startBorderColor": "#FAFAFA" + "endBackground": "#d3e8f8", + "endBorderColor": "#d3e8f8", + "foreground": "#FFFFFF", + "focusColor": "#2AA298", + "focusedBorderColor": "#2AA298", + "shadowColor": "#d3e8f8", + "startBackground": "#d3e8f8", + "startBorderColor": "#d3e8f8" }, - "disabledBorderColor": "#FAFAFA", - "disabledText": "#dddddd", - "endBackground": "#FAFAFA", - "endBorderColor": "#FAFAFA", - "focus": "#E0E7EA", - "focusedBorderColor": "#269386", - "foreground": "#403F53", + "disabledBorderColor": "#d9d9d9", + "disabledText": "#93A1A1", + "endBackground": "#d9d9d9", + "endBorderColor": "#d9d9d9", + "focus": "#CCCCCC", + "focusedBorderColor": "#2AA298", + "foreground": "#90A7B2", "highlight": "#403f53", - "mt.background": "#FAFAFA", - "mt.foreground": "#403F53", + "mt.background": "#d9d9d9", + "mt.foreground": "#90A7B2", "mt.selectedForeground": "#403f53", - "mt.selection.color1": "#FAFAFA", - "mt.selection.color2": "#FAFAFA", - "startBackground": "#FAFAFA", - "startBorderColor": "#FAFAFA", - "shadowColor": "#FAFAFA", + "mt.selection.color1": "#d3e8f8", + "mt.selection.color2": "#d3e8f8", + "startBackground": "#d9d9d9", + "startBorderColor": "#d9d9d9", + "shadowColor": "#d9d9d9", "shadowWidth": 0 }, "Canvas": { - "Tooltip.borderColor": "#efefef", + "Tooltip.borderColor": "#d9d9d9", "Tooltip.background": "#F0F0F0" }, "Content": { - "background": "#FAFAFA", - "selectionBackground": "#999e9e" + "background": "#f0f0f0", + "selectionBackground": "#d3e8f8" }, "CheckBox": { - "background": "#FAFAFA", - "disabledText": "#dddddd", - "foreground": "#546e7a", - "select": "#269386" + "background": "#F0F0F0", + "disabledText": "#93A1A1", + "foreground": "#403f53", + "select": "#2AA298" }, "CheckBoxMenuItem": { - "acceleratorForeground": "#403F53", - "acceleratorSelectionForeground": "#403F53", - "background": "#FAFAFA", - "disabledBackground": "#FAFAFA", - "disabledForeground": "#dddddd", - "foreground": "#546e7a", - "selectionBackground": "#999e9e", - "selectionForeground": "#333333" + "acceleratorForeground": "#90A7B2", + "acceleratorSelectionForeground": "#90A7B2", + "background": "#F0F0F0", + "disabledBackground": "#F0F0F0", + "disabledForeground": "#93A1A1", + "foreground": "#403f53", + "selectionBackground": "#d3e8f8", + "selectionForeground": "#FFFFFF" }, "CodeWithMe": { - "Avatar.foreground": "#546e7a", + "Avatar.foreground": "#403f53", "AccessEnabled": { - "accessDot": "#269386", - "dropdownBorder": "#f2f5f7", + "accessDot": "#2AA298", + "dropdownBorder": "#FBFBFB", "pillBackground": "$second" } }, "ColorChooser": { - "background": "#FAFAFA", - "foreground": "#546e7a", - "swatchesDefaultRecentColor": "#546e7a" + "background": "#F0F0F0", + "foreground": "#403f53", + "swatchesDefaultRecentColor": "#403f53" }, - "ComboBoxButton.background": "#FAFAFA", + "ComboBoxButton.background": "#d9d9d9", "ComboBox": { "ArrowButton": { - "background": "#FAFAFA", - "disabledIconColor": "#dddddd", - "iconColor": "#546e7a", - "nonEditableBackground": "#FAFAFA" + "background": "#d9d9d9", + "disabledIconColor": "#93A1A1", + "iconColor": "#403f53", + "nonEditableBackground": "#F0F0F0" }, - "background": "#FAFAFA", - "buttonBackground": "#FAFAFA", - "darcula.hoveredArrowButtonForeground": "#269386", - "disabledForeground": "#dddddd", - "foreground": "#546e7a", - "modifiedItemForeground": "#269386", - "nonEditableBackground": "#f2f5f7", + "background": "#f0f0f0", + "buttonBackground": "#d9d9d9", + "darcula.hoveredArrowButtonForeground": "#2AA298", + "disabledForeground": "#93A1A1", + "foreground": "#403f53", + "modifiedItemForeground": "#2AA298", + "nonEditableBackground": "#FBFBFB", "padding": "5,5,5,5", - "selectionBackground": "#FAFAFA", - "selectionForeground": "#333333" + "selectionBackground": "#d3e8f8", + "selectionForeground": "#FFFFFF" }, - "ComboPopup.border": "#efefef", + "ComboPopup.border": "#d9d9d9", "CompletionPopup": { - "background": "#f2f5f7", - "foreground": "#546e7a", - "infoForeground": "#403F53", - "matchForeground": "#269386", - "matchSelectionForeground": "#269386", + "background": "#FBFBFB", + "foreground": "#403f53", + "infoForeground": "#90A7B2", + "matchForeground": "#2AA298", + "matchSelectionForeground": "#2AA298", "nonFocusedState": "false", "selectedGrayedForeground": "#403f53", "selectionGrayForeground": "#403f53", - "selectionInactiveInfoForeground": "#403F53", - "selectionInactiveBackground": "#999e9e50", - "selectionBackground": "#999e9e80", + "selectionInactiveInfoForeground": "#90A7B2", + "selectionInactiveBackground": "#d3e8f8", + "selectionBackground": "#d3e8f8", "selectionForeground": "#403f53", "selectionInfoForeground": "#403f53" }, "Component": { "arc": 4, - "borderColor": "#E0E7EA", - "disabledBorderColor": "#FAFAFA", - "focusColor": "#269386", - "focusedBorderColor": "#269386", - "hoverIconColor": "#269386", - "infoForeground": "#403F53", - "iconColor": "#546e7a" + "borderColor": "#CCCCCC", + "disabledBorderColor": "#d9d9d9", + "focusColor": "#2AA298", + "focusedBorderColor": "#2AA298", + "hoverIconColor": "#2AA298", + "infoForeground": "#90A7B2", + "iconColor": "#403f53" }, - "control": "#FAFAFA", - "controlText": "#403F53", + "control": "#F0F0F0", + "controlText": "#90A7B2", "Counter": { - "background": "#269386", + "background": "#2AA298", "foreground": "#403f53" }, "Debugger": { "Variables": { - "collectingDataForeground": "#403F53", - "changedValueForeground": "#269386", + "collectingDataForeground": "#90A7B2", + "changedValueForeground": "#2AA298", "errorMessageForeground": "#994cc3", - "evaluatingExpressionForeground": "#403F53", - "exceptionForeground": "#4876d6", - "modifyingValueForeground": "#269386", - "valueForeground": "#269386" + "evaluatingExpressionForeground": "#90A7B2", + "exceptionForeground": "#0c969b", + "modifyingValueForeground": "#2AA298", + "valueForeground": "#2AA298" } }, "DebuggerTabs": { - "selectedBackground": "#E0E7EA", - "underlinedTabBackground": "#E0E7EA" + "selectedBackground": "#CCCCCC", + "underlinedTabBackground": "#CCCCCC" }, "DebuggerPopup": { - "borderColor": "#E0E7EA" + "borderColor": "#CCCCCC" }, "DefaultTabs": { - "background": "#FAFAFA", - "borderColor": "#FAFAFA", - "hoverBackground": "#FAFAFA", - "hoverColor": "#FAFAFA", - "hoverMaskColor": "#E0E7EA", - "inactiveColoredTabBackground": "#FAFAFA", - "inactiveColoredFileBackground": "#FAFAFA", - "inactiveUnderlineColor": "#269386", - "inactiveMaskColor": "#FAFAFA", - "underlineColor": "#269386", - "underlinedTabBackground": "#FAFAFA", + "background": "#F0F0F0", + "borderColor": "#F0F0F0", + "hoverBackground": "#d3e8f8", + "hoverColor": "#f0f0f0", + "hoverMaskColor": "#CCCCCC", + "inactiveColoredTabBackground": "#F0F0F0", + "inactiveColoredFileBackground": "#d9d9d9", + "inactiveUnderlineColor": "#2AA298", + "inactiveMaskColor": "#f0f0f0", + "underlineColor": "#2AA298", + "underlinedTabBackground": "#d3e8f8", "underlinedTabForeground": "#403f53" }, - "Desktop.background": "#FAFAFA", - "DialogWrapper.southPanelBackground": "#FAFAFA", - "DialogWrapper.southPanelDivider": "#FAFAFA", + "Desktop.background": "#F0F0F0", + "DialogWrapper.southPanelBackground": "#F0F0F0", + "DialogWrapper.southPanelDivider": "#F0F0F0", "DragAndDrop": { - "areaBackground": "#FAFAFA", - "areaBorderColor": "#FAFAFA", - "areaForeground": "#546e7a" + "areaBackground": "#F0F0F0", + "areaBorderColor": "#F0F0F0", + "areaForeground": "#403f53" }, "Editor": { - "background": "#FAFAFA", - "foreground": "#546e7a", - "shortcutForeground": "#403F53" + "background": "#f0f0f0", + "foreground": "#403f53", + "shortcutForeground": "#90A7B2" }, "EditorPane": { - "background": "#FAFAFA", - "caretForeground": "#269386", - "foreground": "#546e7a", - "inactiveBackground": "#FAFAFA", - "inactiveForeground": "#dddddd", - "selectionBackground": "#999e9e", - "selectionForeground": "#333333" + "background": "#f0f0f0", + "caretForeground": "#2AA298", + "foreground": "#403f53", + "inactiveBackground": "#F0F0F0", + "inactiveForeground": "#93A1A1", + "selectionBackground": "#d3e8f8", + "selectionForeground": "#FFFFFF" }, "EditorTabs": { - "borderColor": "#f2f5f7", - "hoverBackground": "#E0E7EA", - "hoverColor": "#E0E7EA", - "hoverMaskColor": "#E0E7EA", - "inactiveMaskColor": "#FAFAFA", - "inactiveColoredFileBackground": "#FAFAFA", - "inactiveUnderlineColor": "#dddddd", - "selectedForeground": "#546e7a", - "selectedBackground": "#FAFAFA", - "underlineColor": "#269386", - "underlinedTabBackground": "#FAFAFA", + "borderColor": "#FBFBFB", + "hoverBackground": "#CCCCCC", + "hoverColor": "#CCCCCC", + "hoverMaskColor": "#CCCCCC", + "inactiveMaskColor": "#F0F0F0", + "inactiveColoredFileBackground": "#F0F0F0", + "inactiveUnderlineColor": "#93A1A1", + "selectedForeground": "#403f53", + "selectedBackground": "#d3e8f8", + "underlineColor": "#2AA298", + "underlinedTabBackground": "#d3e8f8", "underlinedTabForeground": "#403f53" }, "EditorGroupsTabs": { - "background": "#FAFAFA", - "borderColor": "#f2f5f7", - "hoverBackground": "#E0E7EA", - "hoverColor": "#E0E7EA", - "inactiveUnderlineColor": "#269386", - "underlineColor": "#269386", - "underlinedTabBackground": "#FAFAFA", - "underlinedTabForeground": "#546e7a" + "background": "#F0F0F0", + "borderColor": "#FBFBFB", + "hoverBackground": "#CCCCCC", + "hoverColor": "#CCCCCC", + "inactiveUnderlineColor": "#2AA298", + "underlineColor": "#2AA298", + "underlinedTabBackground": "#d3e8f8", + "underlinedTabForeground": "#403f53" }, "FileColor": { "Green": "#387002", "Blue": "#004BA0", - "Yellow": "#82AAFF", + "Yellow": "#E0E7EA", "Orange": "#B53D00", "Violet": "#4D2C91", "Rose": "#A00037" @@ -258,155 +258,155 @@ "nativeSearchNotMatchedBackground": "#C792EA", "nativeFocusSearchNotMatchedBackground": "#BB80B3" }, - "Focus.color": "#efefef", + "Focus.color": "#d9d9d9", "FormattedTextField": { - "background": "#FAFAFA", - "caretForeground": "#269386", - "foreground": "#546e7a", - "inactiveBackground": "#FAFAFA", - "inactiveForeground": "#dddddd", - "selectionForeground": "#333333", - "selectionBackground": "#FAFAFA" + "background": "#f0f0f0", + "caretForeground": "#2AA298", + "foreground": "#403f53", + "inactiveBackground": "#d9d9d9", + "inactiveForeground": "#93A1A1", + "selectionForeground": "#FFFFFF", + "selectionBackground": "#d3e8f8" }, "GotItTooltip.borderColor": "#F0F0F0", "Group": { - "disabledSeparatorColor": "#efefef", - "separatorColor": "#efefef" + "disabledSeparatorColor": "#d9d9d9", + "separatorColor": "#d9d9d9" }, "GutterTooltip": { - "infoForeground": "#403F53", - "lineSeparatorColor": "#FAFAFA" + "infoForeground": "#90A7B2", + "lineSeparatorColor": "#F0F0F0" }, "HeaderColor": { - "active": "#FAFAFA", - "inactive": "#FAFAFA" + "active": "#F0F0F0", + "inactive": "#f0f0f0" }, "HelpTooltip": { - "background": "#FAFAFA", - "borderColor": "#efefef", - "foreground": "#546e7a", - "infoForeground": "#403F53", - "shortcutForeground": "#403F53" + "background": "#F0F0F0", + "borderColor": "#d9d9d9", + "foreground": "#403f53", + "infoForeground": "#90A7B2", + "shortcutForeground": "#90A7B2" }, - "Hyperlink.linkColor": "#269386", - "inactiveCaption": "#f2f5f7", - "inactiveCaptionBorder": "#FAFAFA", - "inactiveCaptionText": "#403F53", - "info": "#403F53", - "infoText": "#403F53", + "Hyperlink.linkColor": "#2AA298", + "inactiveCaption": "#FBFBFB", + "inactiveCaptionBorder": "#F0F0F0", + "inactiveCaptionText": "#90A7B2", + "info": "#90A7B2", + "infoText": "#90A7B2", "IdeStatusBar.border": "4,4,4,4", - "InformationHint.borderColor": "#efefef", + "InformationHint.borderColor": "#d9d9d9", "InplaceRefactoringPopup": { - "borderColor": "#FAFAFA" + "borderColor": "#F0F0F0" }, "InternalFrame": { - "activeTitleForeground": "#546e7a", - "background": "#FAFAFA", - "inactiveTitleForeground": "#403F53" + "activeTitleForeground": "#403f53", + "background": "#F0F0F0", + "inactiveTitleForeground": "#90A7B2" }, "Label": { - "background": "#FAFAFA", - "disabledForeground": "#dddddd", - "disabledShadow": "#FAFAFA", - "disabledText": "#dddddd", - "foreground": "#546e7a", - "infoForeground": "#403F53", - "selectedForeground": "#333333", - "selectedDisabledForeground": "#546e7a" + "background": "#F0F0F0", + "disabledForeground": "#93A1A1", + "disabledShadow": "#F0F0F0", + "disabledText": "#93A1A1", + "foreground": "#403f53", + "infoForeground": "#90A7B2", + "selectedForeground": "#FFFFFF", + "selectedDisabledForeground": "#403f53" }, "Link": { - "activeForeground": "#269386", - "hoverForeground": "#269386", - "pressedForeground": "#269386", - "secondaryForeground": "#403F53", - "visitedForeground": "#269386" + "activeForeground": "#2AA298", + "hoverForeground": "#2AA298", + "pressedForeground": "#2AA298", + "secondaryForeground": "#90A7B2", + "visitedForeground": "#2AA298" }, - "link.foreground": "#269386", + "link.foreground": "#2AA298", "List": { - "background": "#f2f5f7", - "foreground": "#546e7a", - "hoverBackground": "#E0E7EA70", - "hoverInactiveBackground": "#FAFAFA", - "selectionBackground": "#999e9e50", + "background": "#FBFBFB", + "foreground": "#403f53", + "hoverBackground": "#d3e8f87c", + "hoverInactiveBackground": "#d3e8f8", + "selectionBackground": "#d3e8f8", "selectionForeground": "#403f53", - "selectionInactiveForeground": "#333333", - "selectionInactiveBackground": "#E0E7EA70" + "selectionInactiveForeground": "#FFFFFF", + "selectionInactiveBackground": "#d3e8f87c" }, "material": { - "background": "#FAFAFA", - "branchColor": "#546e7a", - "contrast": "#FAFAFA", - "foreground": "#546e7a", - "mergeCommits": "#FAFAFA", - "primaryColor": "#403F53", + "background": "#F0F0F0", + "branchColor": "#403f53", + "contrast": "#f0f0f0", + "foreground": "#403f53", + "mergeCommits": "#d9d9d9", + "primaryColor": "#90A7B2", "selectionForeground": "#403f53", - "tab.backgroundColor": "#FAFAFA", - "tab.borderColor": "#269386", - "tagColor": "#403F53" + "tab.backgroundColor": "#F0F0F0", + "tab.borderColor": "#2AA298", + "tagColor": "#90A7B2" }, "MemoryIndicator": { - "allocatedBackground": "#f2f5f7", - "usedColor": "#E0E7EA", - "usedBackground": "#E0E7EA" + "allocatedBackground": "#FBFBFB", + "usedColor": "#CCCCCC", + "usedBackground": "#CCCCCC" }, "Menu": { - "acceleratorForeground": "#403F53", + "acceleratorForeground": "#90A7B2", "acceleratorSelectionForeground": "#403f53", - "background": "#FAFAFA", + "background": "#F0F0F0", "border": "4,2,4,2", - "borderColor": "#f2f5f7", - "disabledBackground": "#f2f5f7", - "disabledForeground": "#dddddd", - "foreground": "#546e7a", - "selectionBackground": "#999e9e", + "borderColor": "#FBFBFB", + "disabledBackground": "#FBFBFB", + "disabledForeground": "#93A1A1", + "foreground": "#403f53", + "selectionBackground": "#d3e8f8", "selectionForeground": "#403f53", - "separatorColor": "#efefef" + "separatorColor": "#d9d9d9" }, "MenuBar": { - "background": "#FAFAFA", - "borderColor": "#FAFAFA", - "disabledBackground": "#FAFAFA", - "disabledForeground": "#dddddd", - "foreground": "#546e7a", - "highlight": "#FAFAFA", - "selectionBackground": "#999e9e", + "background": "#f0f0f0", + "borderColor": "#F0F0F0", + "disabledBackground": "#F0F0F0", + "disabledForeground": "#93A1A1", + "foreground": "#403f53", + "highlight": "#F0F0F0", + "selectionBackground": "#d3e8f8", "selectionForeground": "#403f53", - "shadow": "#FAFAFA" + "shadow": "#f0f0f0" }, "MenuItem": { - "acceleratorForeground": "#403F53", + "acceleratorForeground": "#90A7B2", "acceleratorSelectionForeground": "#403f53", "border": "4,2,4,2", - "background": "#FAFAFA", - "disabledBackground": "#FAFAFA", - "disabledForeground": "#dddddd", - "foreground": "#546e7a", - "selectionBackground": "#999e9e", + "background": "#F0F0F0", + "disabledBackground": "#F0F0F0", + "disabledForeground": "#93A1A1", + "foreground": "#403f53", + "selectionBackground": "#d3e8f8", "selectionForeground": "#403f53" }, "NavBar": { - "arrowColor": "#546e7a", - "borderColor": "#FAFAFA" + "arrowColor": "#403f53", + "borderColor": "#F0F0F0" }, "NewClass": { "Panel": { - "background": "#FAFAFA" + "background": "#F0F0F0" }, "SearchField": { - "background": "#FAFAFA" + "background": "#f0f0f0" } }, - "NewPSD.warning": "#269386", + "NewPSD.warning": "#2AA298", "Notification": { "background": "#F0F0F0", "borderColor": "#F0F0F0", "errorBackground": "#F0F0F0", "errorBorderColor": "#F0F0F0", - "foreground": "#546e7a", + "foreground": "#403f53", "MoreButton": { - "background": "#FAFAFA", - "foreground": "#546e7a", - "innerBorderColor": "#FAFAFA" + "background": "#d9d9d9", + "foreground": "#403f53", + "innerBorderColor": "#d9d9d9" }, "ToolWindow": { "errorBackground": "#F0F0F0", @@ -417,472 +417,472 @@ "warningBorderColor": "#F0F0F0" } }, - "OnePixelDivider.background": "#efefef", + "OnePixelDivider.background": "#d9d9d9", "OptionPane": { - "background": "#FAFAFA", - "foreground": "#546e7a", - "messageForeground": "#546e7a" + "background": "#F0F0F0", + "foreground": "#403f53", + "messageForeground": "#403f53" }, "Outline": { - "color": "#FAFAFA", - "focusedColor": "#269386", - "disabledColor": "#dddddd" + "color": "#d9d9d9", + "focusedColor": "#2AA298", + "disabledColor": "#93A1A1" }, "Panel": { - "background": "#FAFAFA", - "foreground": "#546e7a" + "background": "#F0F0F0", + "foreground": "#403f53" }, "ParameterInfo": { - "background": "#f2f5f7", - "borderColor": "#FAFAFA", - "currentOverloadBackground": "#E0E7EA", - "currentParameterForeground": "#269386", - "disabledForeground": "#dddddd", - "foreground": "#546e7a", - "infoForeground": "#403F53", - "lineSeparatorColor": "#FAFAFA" + "background": "#FBFBFB", + "borderColor": "#d3e8f8", + "currentOverloadBackground": "#CCCCCC", + "currentParameterForeground": "#2AA298", + "disabledForeground": "#93A1A1", + "foreground": "#403f53", + "infoForeground": "#90A7B2", + "lineSeparatorColor": "#d3e8f8" }, "PasswordField": { - "background": "#FAFAFA", - "capsLockIconColor": "#269386", - "caretForeground": "#269386", - "foreground": "#546e7a", - "inactiveForeground": "#dddddd", - "selectionBackground": "#FAFAFA", - "selectionForeground": "#333333" + "background": "#f0f0f0", + "capsLockIconColor": "#2AA298", + "caretForeground": "#2AA298", + "foreground": "#403f53", + "inactiveForeground": "#93A1A1", + "selectionBackground": "#d3e8f8", + "selectionForeground": "#FFFFFF" }, "Plugins": { - "background": "#FAFAFA", - "disabledForeground": "#dddddd", - "eapTagBackground": "#E0E7EA", - "hoverBackground": "#E0E7EA70", - "lightSelectionBackground": "#FAFAFA", - "paidTagBackground": "#E0E7EA", - "selectionBackground": "#999e9e", - "tagForeground": "#269386", - "tagBackground": "#E0E7EA", - "trialTagBackground": "#E0E7EA", + "background": "#F0F0F0", + "disabledForeground": "#93A1A1", + "eapTagBackground": "#CCCCCC", + "hoverBackground": "#d3e8f87c", + "lightSelectionBackground": "#d3e8f8", + "paidTagBackground": "#CCCCCC", + "selectionBackground": "#d3e8f8", + "tagForeground": "#2AA298", + "tagBackground": "#CCCCCC", + "trialTagBackground": "#CCCCCC", "Button": { - "installBackground": "#FAFAFA", - "installBorderColor": "#FAFAFA", - "installForeground": "#546e7a", - "installFocusedBackground": "#E0E7EA", - "installFillForeground": "#dddddd", - "installFillBackground": "#FAFAFA", - "updateBackground": "#269386", - "updateBorderColor": "#FAFAFA", - "updateForeground": "#546e7a" + "installBackground": "#d9d9d9", + "installBorderColor": "#d9d9d9", + "installForeground": "#403f53", + "installFocusedBackground": "#CCCCCC", + "installFillForeground": "#93A1A1", + "installFillBackground": "#d9d9d9", + "updateBackground": "#2AA298", + "updateBorderColor": "#d9d9d9", + "updateForeground": "#403f53" }, "SearchField": { - "background": "#FAFAFA", - "borderColor": "#efefef" + "background": "#f0f0f0", + "borderColor": "#d9d9d9" }, "SectionHeader": { - "background": "#f2f5f7", - "foreground": "#546e7a" + "background": "#FBFBFB", + "foreground": "#403f53" }, "Tab": { - "hoverBackground": "#FAFAFA", + "hoverBackground": "#d3e8f8", "selectedForeground": "#403f53", - "selectedBackground": "#FAFAFA" + "selectedBackground": "#d3e8f8" } }, "Popup": { "Advertiser": { - "background": "#FAFAFA", - "borderColor": "#FAFAFA", - "foreground": "#269386" + "background": "#F0F0F0", + "borderColor": "#F0F0F0", + "foreground": "#2AA298" }, - "borderColor": "#FAFAFA", - "inactiveBorderColor": "#FAFAFA", - "innerBorderColor": "#f2f5f7", + "borderColor": "#f0f0f0", + "inactiveBorderColor": "#F0F0F0", + "innerBorderColor": "#FBFBFB", "Header": { - "activeBackground": "#FAFAFA", - "inactiveBackground": "#FAFAFA" + "activeBackground": "#F0F0F0", + "inactiveBackground": "#f0f0f0" }, "paintBorder": true, - "separatorForeground": "#546e7a", - "separatorColor": "#f2f5f7", + "separatorForeground": "#403f53", + "separatorColor": "#FBFBFB", "Toolbar": { - "Floating.background": "#FAFAFA", - "background": "#FAFAFA", - "borderColor": "#FAFAFA" + "Floating.background": "#f0f0f0", + "background": "#f0f0f0", + "borderColor": "#f0f0f0" } }, "PopupMenu": { - "background": "#FAFAFA", + "background": "#F0F0F0", "border": "2,0,2,0", - "foreground": "#546e7a", - "translucentBackground": "#FAFAFA" + "foreground": "#403f53", + "translucentBackground": "#F0F0F0" }, "PopupMenuSeparator.height": 10, "PopupMenuSeparator.stripeIndent": 5, "ProgressBar": { - "background": "#FAFAFA", - "foreground": "#269386", - "indeterminateEndColor": "#269386", - "indeterminateStartColor": "#269386", - "progressColor": "#269386", - "selectionBackground": "#E0E7EA", - "trackColor": "#E0E7EA" + "background": "#F0F0F0", + "foreground": "#2AA298", + "indeterminateEndColor": "#2AA298", + "indeterminateStartColor": "#2AA298", + "progressColor": "#2AA298", + "selectionBackground": "#CCCCCC", + "trackColor": "#CCCCCC" }, "PsiViewer": { - "referenceHighlightColor": "#269386" + "referenceHighlightColor": "#2AA298" }, "RadioButton": { - "background": "#FAFAFA", - "disabledText": "#dddddd", - "foreground": "#546e7a" + "background": "#F0F0F0", + "disabledText": "#93A1A1", + "foreground": "#403f53" }, "RadioButtonMenuItem": { - "acceleratorForeground": "#403F53", - "acceleratorSelectionForeground": "#403F53", - "background": "#FAFAFA", - "disabledBackground": "#FAFAFA", - "disabledForeground": "#dddddd", - "foreground": "#546e7a", - "selectionBackground": "#999e9e", + "acceleratorForeground": "#90A7B2", + "acceleratorSelectionForeground": "#90A7B2", + "background": "#F0F0F0", + "disabledBackground": "#F0F0F0", + "disabledForeground": "#93A1A1", + "foreground": "#403f53", + "selectionBackground": "#d3e8f8", "selectionForeground": "#403f53" }, - "ScreenView.borderColor": "#efefef", + "ScreenView.borderColor": "#d9d9d9", "ScrollBar": { - "background": "#FAFAFA", - "hoverThumbBorderColor": "#269386", - "hoverThumbColor": "#269386", - "hoverTrackColor": "#FAFAFA30", + "background": "#F0F0F0", + "hoverThumbBorderColor": "#2AA298", + "hoverThumbColor": "#2AA298", + "hoverTrackColor": "#F0F0F030", "Mac": { - "hoverThumbBorderColor": "#269386", - "hoverThumbColor": "#269386", - "hoverTrackColor": "#FAFAFA30", - "thumbBorderColor": "#26938670", - "thumbColor": "#26938670", - "trackColor": "#FAFAFA30", + "hoverThumbBorderColor": "#2AA298", + "hoverThumbColor": "#2AA298", + "hoverTrackColor": "#F0F0F030", + "thumbBorderColor": "#2AA29870", + "thumbColor": "#2AA29870", + "trackColor": "#F0F0F030", "Transparent": { - "hoverThumbBorderColor": "#269386", - "hoverThumbColor": "#269386", - "hoverTrackColor": "#FAFAFA30", - "thumbBorderColor": "#26938670", - "thumbColor": "#26938670", - "trackColor": "#FAFAFA30" + "hoverThumbBorderColor": "#2AA298", + "hoverThumbColor": "#2AA298", + "hoverTrackColor": "#F0F0F030", + "thumbBorderColor": "#2AA29870", + "thumbColor": "#2AA29870", + "trackColor": "#F0F0F030" } }, - "thumb": "#E0E7EA", - "thumbBorderColor": "#26938670", - "thumbColor": "#26938670", - "trackColor": "#FAFAFA30", + "thumb": "#CCCCCC", + "thumbBorderColor": "#2AA29870", + "thumbColor": "#2AA29870", + "trackColor": "#F0F0F030", "Transparent": { - "hoverThumbBorderColor": "#269386", - "hoverThumbColor": "#269386", - "hoverTrackColor": "#FAFAFA30", - "thumbBorderColor": "#26938670", - "thumbColor": "#26938670", - "trackColor": "#FAFAFA30" + "hoverThumbBorderColor": "#2AA298", + "hoverThumbColor": "#2AA298", + "hoverTrackColor": "#F0F0F030", + "thumbBorderColor": "#2AA29870", + "thumbColor": "#2AA29870", + "trackColor": "#F0F0F030" } }, "SearchEverywhere": { "Advertiser": { - "background": "#FAFAFA", - "foreground": "#403F53" + "background": "#f0f0f0", + "foreground": "#90A7B2" }, "Header": { - "background": "#FAFAFA" + "background": "#F0F0F0" }, "List": { - "separatorForeground": "#403F53", - "separatorColor": "#efefef" + "separatorForeground": "#90A7B2", + "separatorColor": "#d9d9d9" }, "SearchField": { - "background": "#FAFAFA", - "borderColor": "#FAFAFA", - "infoForeground": "#403F53" + "background": "#F0F0F0", + "borderColor": "#f0f0f0", + "infoForeground": "#90A7B2" }, "Tab": { - "active.foreground": "#333333", - "selectedForeground": "#333333", - "selectedBackground": "#E0E7EA" + "active.foreground": "#FFFFFF", + "selectedForeground": "#FFFFFF", + "selectedBackground": "#CCCCCC" } }, "SearchMatch": { - "endBackground": "#269386", - "startBackground": "#269386", - "endColor": "#269386", - "startColor": "#269386" + "endBackground": "#2AA298", + "startBackground": "#2AA298", + "endColor": "#2AA298", + "startColor": "#2AA298" }, "SearchField.errorBackground": "#F0F0F0", "SearchOption": { - "selectedBackground": "#FAFAFA" + "selectedBackground": "#d3e8f8" }, "SearchResults": { - "Ordinal.File.Foreground": "#403F53", - "Repeated.File.Foreground": "#546e7a" + "Ordinal.File.Foreground": "#90A7B2", + "Repeated.File.Foreground": "#403f53" }, "Separator": { - "background": "#f2f5f7", - "foreground": "#f2f5f7", - "separatorColor": "#f2f5f7" + "background": "#FBFBFB", + "foreground": "#FBFBFB", + "separatorColor": "#FBFBFB" }, "SidePanel": { - "background": "#FAFAFA" + "background": "#f0f0f0" }, "Slider": { - "background": "#FAFAFA", - "buttonBorderColor": "#269386", - "buttonColor": "#269386", - "foreground": "#546e7a", + "background": "#F0F0F0", + "buttonBorderColor": "#2AA298", + "buttonColor": "#2AA298", + "foreground": "#403f53", "majorTickLength": 6, - "tickColor": "#f2f5f7", - "trackColor": "#FAFAFA", + "tickColor": "#FBFBFB", + "trackColor": "#d3e8f8", "trackWidth": 7, - "thumb": "#269386" + "thumb": "#2AA298" }, "SpeedSearch": { - "background": "#E0E7EA", - "borderColor": "#efefef", - "foreground": "#546e7a", - "errorForeground": "#546e7a" + "background": "#CCCCCC", + "borderColor": "#d9d9d9", + "foreground": "#403f53", + "errorForeground": "#403f53" }, "Spinner": { - "background": "#FAFAFA", + "background": "#F0F0F0", "border": "3,3,3,3", - "foreground": "#546e7a", - "selectionForeground": "#333333" + "foreground": "#403f53", + "selectionForeground": "#FFFFFF" }, "SplitPane": { - "background": "#FAFAFA", - "highlight": "#FAFAFA" + "background": "#F0F0F0", + "highlight": "#f0f0f0" }, - "SplitPaneDivider.draggingColor": "#f2f5f7", + "SplitPaneDivider.draggingColor": "#FBFBFB", "StatusBar": { - "borderColor": "#FAFAFA", - "hoverBackground": "#E0E7EA", - "LightEditBackground": "#FAFAFA" + "borderColor": "#F0F0F0", + "hoverBackground": "#CCCCCC", + "LightEditBackground": "#d3e8f8" }, "TabbedPane": { - "background": "#FAFAFA", - "contentAreaColor": "#E0E7EA", + "background": "#F0F0F0", + "contentAreaColor": "#CCCCCC", "contentBorderInsets": "3,1,1,1", - "darkShadow": "#efefef", - "disabledForeground": "#dddddd", - "disabledUnderlineColor": "#dddddd", - "focus": "#FAFAFA", - "focusColor": "#FAFAFA", + "darkShadow": "#d9d9d9", + "disabledForeground": "#93A1A1", + "disabledUnderlineColor": "#93A1A1", + "focus": "#d3e8f8", + "focusColor": "#d3e8f8", "fontSizeOffset": 0, - "foreground": "#546e7a", - "highlight": "#efefef", - "hoverColor": "#E0E7EA", + "foreground": "#403f53", + "highlight": "#d9d9d9", + "hoverColor": "#CCCCCC", "labelShift": 0, - "selectedForeground": "#333333", + "selectedForeground": "#FFFFFF", "selectedLabelShift": 0, "selectedTabPadInsets": "0,0,0,0", "tabsOverlapBorder": true, "tabHeight": 32, "tabInsets": "5,10,5,10", "tabSelectionHeight": 2, - "underlineColor": "#269386" + "underlineColor": "#2AA298" }, - "TabbedPane.mt.tab.background": "#FAFAFA", + "TabbedPane.mt.tab.background": "#f0f0f0", "Table": { - "alternativeRowBackground": "#FAFAFA", - "background": "#FAFAFA", + "alternativeRowBackground": "#f0f0f0", + "background": "#F0F0F0", "cellNoFocusBorder": "10,5,10,5", "focusCellHighlightBorder": "10,5,10,5", - "disabledForeground": "#dddddd", - "dropLineColor": "#269386", - "dropLineShortColor": "#269386", - "focusCellBackground": "#FAFAFA", - "focusCellForeground": "#333333", - "foreground": "#546e7a", - "gridColor": "#FAFAFA", - "highlightOuter": "#FAFAFA", - "hoverBackground": "#E0E7EA70", - "hoverInactiveBackground": "#FAFAFA", - "lightSelectionForeground": "#333333", - "lightSelectionInactiveForeground": "#403F53", - "lightSelectionInactiveBackground": "#f2f5f7", - "selectionBackground": "#FAFAFA", - "selectionForeground": "#333333", - "selectionInactiveBackground": "#FAFAFA", + "disabledForeground": "#93A1A1", + "dropLineColor": "#2AA298", + "dropLineShortColor": "#2AA298", + "focusCellBackground": "#d3e8f8", + "focusCellForeground": "#FFFFFF", + "foreground": "#403f53", + "gridColor": "#F0F0F0", + "highlightOuter": "#d3e8f8", + "hoverBackground": "#d3e8f87c", + "hoverInactiveBackground": "#d3e8f8", + "lightSelectionForeground": "#FFFFFF", + "lightSelectionInactiveForeground": "#90A7B2", + "lightSelectionInactiveBackground": "#FBFBFB", + "selectionBackground": "#d3e8f8", + "selectionForeground": "#FFFFFF", + "selectionInactiveBackground": "#d3e8f8", "selectionInactiveForeground": "#403f53", - "sortIconColor": "#546e7a", - "stripeColor": "#FAFAFA" + "sortIconColor": "#403f53", + "stripeColor": "#f0f0f0" }, "TableHeader": { - "background": "#FAFAFA", - "borderColor": "#FAFAFA", - "bottomSeparatorColor": "#f2f5f7", + "background": "#F0F0F0", + "borderColor": "#F0F0F0", + "bottomSeparatorColor": "#FBFBFB", "cellBorder": "4,0,4,0", - "disabledForeground": "#dddddd", - "foreground": "#546e7a", - "focusCellBackground": "#FAFAFA", - "focusCellForeground": "#333333", + "disabledForeground": "#93A1A1", + "foreground": "#403f53", + "focusCellBackground": "#d3e8f8", + "focusCellForeground": "#FFFFFF", "height": 25, - "separatorColor": "#f2f5f7" + "separatorColor": "#FBFBFB" }, - "text": "#403F53", - "textInactiveText": "#403F53", - "textText": "#403F53", + "text": "#90A7B2", + "textInactiveText": "#90A7B2", + "textText": "#90A7B2", "TextArea": { - "background": "#FAFAFA", - "caretForeground": "#269386", - "foreground": "#546e7a", - "inactiveForeground": "#dddddd", - "selectionBackground": "#FAFAFA", - "selectionForeground": "#333333" + "background": "#f0f0f0", + "caretForeground": "#2AA298", + "foreground": "#403f53", + "inactiveForeground": "#93A1A1", + "selectionBackground": "#d3e8f8", + "selectionForeground": "#FFFFFF" }, "TextField": { - "background": "#FAFAFA", - "caretForeground": "#269386", - "foreground": "#546e7a", - "inactiveForeground": "#dddddd", - "selectionBackground": "#FAFAFA", - "selectionForeground": "#333333" + "background": "#f0f0f0", + "caretForeground": "#2AA298", + "foreground": "#403f53", + "inactiveForeground": "#93A1A1", + "selectionBackground": "#d3e8f8", + "selectionForeground": "#FFFFFF" }, "TextPane": { - "background": "#FAFAFA", - "caretForeground": "#269386", - "foreground": "#546e7a", - "inactiveForeground": "#dddddd", - "selectionBackground": "#FAFAFA", - "selectionForeground": "#333333" + "background": "#f0f0f0", + "caretForeground": "#2AA298", + "foreground": "#403f53", + "inactiveForeground": "#93A1A1", + "selectionBackground": "#d3e8f8", + "selectionForeground": "#FFFFFF" }, "TitlePane": { - "background": "#FAFAFA", - "Button.hoverBackground": "#E0E7EA", - "inactiveBackground": "#FAFAFA", - "infoForeground": "#403F53", - "inactiveInfoForeground": "#403F53" + "background": "#f0f0f0", + "Button.hoverBackground": "#CCCCCC", + "inactiveBackground": "#F0F0F0", + "infoForeground": "#90A7B2", + "inactiveInfoForeground": "#90A7B2" }, - "TitledBorder.titleColor": "#546e7a", + "TitledBorder.titleColor": "#403f53", "ToggleButton": { - "borderColor": "#FAFAFA", - "buttonColor": "#546e7a", - "disabledText": "#dddddd", - "foreground": "#546e7a", - "offForeground": "#FAFAFA", - "offBackground": "#FAFAFA", - "onBackground": "#269386", - "onForeground": "#269386" + "borderColor": "#d9d9d9", + "buttonColor": "#403f53", + "disabledText": "#93A1A1", + "foreground": "#403f53", + "offForeground": "#F0F0F0", + "offBackground": "#F0F0F0", + "onBackground": "#2AA298", + "onForeground": "#2AA298" }, "ToolBar": { - "background": "#FAFAFA", - "borderHandleColor": "#403F53", - "floatingForeground": "#403F53", - "foreground": "#546e7a" + "background": "#f0f0f0", + "borderHandleColor": "#90A7B2", + "floatingForeground": "#90A7B2", + "foreground": "#403f53" }, "ToolTip": { - "Actions.background": "#FAFAFA", - "Actions.infoForeground": "#403F53", + "Actions.background": "#F0F0F0", + "Actions.infoForeground": "#90A7B2", "background": "#F0F0F0", - "borderColor": "#efefef", - "foreground": "#546e7a", - "infoForeground": "#403F53", - "separatorColor": "#efefef", - "shortcutForeground": "#403F53" + "borderColor": "#d9d9d9", + "foreground": "#403f53", + "infoForeground": "#90A7B2", + "separatorColor": "#d9d9d9", + "shortcutForeground": "#90A7B2" }, "ToolWindow": { "Button": { - "hoverBackground": "#FAFAFA", - "selectedForeground": "#333333", - "selectedBackground": "#FAFAFA" + "hoverBackground": "#d3e8f8", + "selectedForeground": "#FFFFFF", + "selectedBackground": "#f0f0f0" }, "Header": { - "background": "#FAFAFA", - "borderColor": "#f2f5f7", - "inactiveBackground": "#FAFAFA" + "background": "#F0F0F0", + "borderColor": "#FBFBFB", + "inactiveBackground": "#F0F0F0" }, "HeaderCloseButton": { - "background": "#FAFAFA" + "background": "#F0F0F0" }, "HeaderTab": { - "borderColor": "#E0E7EA", - "hoverBackground": "#E0E7EA", - "hoverInactiveBackground": "#E0E7EA", - "inactiveUnderlineColor": "#269386", - "selectedBackground": "#FAFAFA", - "selectedInactiveBackground": "#FAFAFA", - "underlineColor": "#269386", - "underlinedTabBackground": "#FAFAFA", - "underlinedTabInactiveBackground": "#f2f5f7", + "borderColor": "#CCCCCC", + "hoverBackground": "#CCCCCC", + "hoverInactiveBackground": "#CCCCCC", + "inactiveUnderlineColor": "#2AA298", + "selectedBackground": "#f0f0f0", + "selectedInactiveBackground": "#f0f0f0", + "underlineColor": "#2AA298", + "underlinedTabBackground": "#d3e8f8", + "underlinedTabInactiveBackground": "#FBFBFB", "underlinedTabForeground": "#403f53", - "underlinedTabInactiveForeground": "#546e7a" + "underlinedTabInactiveForeground": "#403f53" } }, "Tree": { - "background": "#FAFAFA", - "foreground": "#403F53", - "hash": "#efefef", - "hoverBackground": "#E0E7EA70", - "hoverInactiveBackground": "#FAFAFA", - "modifiedItemForeground": "#269386", + "background": "#f0f0f0", + "foreground": "#90A7B2", + "hash": "#d9d9d9", + "hoverBackground": "#d3e8f87c", + "hoverInactiveBackground": "#d3e8f8", + "modifiedItemForeground": "#2AA298", "rowHeight": 28, - "selectionBackground": "#E0E7EA70", + "selectionBackground": "#d3e8f87c", "selectionForeground": "#403f53", "selectionInactiveForeground": "#403f53", - "selectionInactiveBackground": "#E0E7EA70", - "textBackground": "#FAFAFA" + "selectionInactiveBackground": "#d3e8f87c", + "textBackground": "#f0f0f0" }, "Tree.leftChildIndent": 10, "Tree.rightChildIndent": 5, "UIDesigner": { - "Activity.borderColor": "#efefef", - "Canvas.background": "#FAFAFA", + "Activity.borderColor": "#d9d9d9", + "Canvas.background": "#f0f0f0", "ColorPicker": { - "background": "#FAFAFA", - "foreground": "#546e7a" + "background": "#F0F0F0", + "foreground": "#403f53" }, "Component": { - "borderColor": "#efefef", - "background": "#FAFAFA", - "foreground": "#546e7a", - "hoverBorderColor": "#E0E7EA" + "borderColor": "#d9d9d9", + "background": "#F0F0F0", + "foreground": "#403f53", + "hoverBorderColor": "#CCCCCC" }, "Connector": { - "borderColor": "#efefef", - "hoverBorderColor": "#E0E7EA" + "borderColor": "#d9d9d9", + "hoverBorderColor": "#CCCCCC" }, - "Canvas.background": "#FAFAFA", - "highStroke.foreground": "#546e7a", - "Label.foreground": "#403F53", - "List.selectionBackground": "#E0E7EA70", + "Canvas.background": "#f0f0f0", + "highStroke.foreground": "#403f53", + "Label.foreground": "#90A7B2", + "List.selectionBackground": "#d3e8f87c", "motion": { - "borderColor": "#efefef", - "Component.foreground": "#546e7a", - "ConstraintSetText.foreground": "#403F53", - "ConstraintSet.background": "#f2f5f7", - "CSPanel.SelectedFocusBackground": "#999e9e", - "CSPanel.SelectedBackground": "#E0E7EA70", - "cs_FocusText.infoForeground": "#403F53", - "CursorTextColor.foreground": "#546e7a", - "HoverColor.disabledBackground": "#dddddd", - "motionGraph.background": "#FAFAFA", + "borderColor": "#d9d9d9", + "Component.foreground": "#403f53", + "ConstraintSetText.foreground": "#90A7B2", + "ConstraintSet.background": "#FBFBFB", + "CSPanel.SelectedFocusBackground": "#d3e8f8", + "CSPanel.SelectedBackground": "#d3e8f87c", + "cs_FocusText.infoForeground": "#90A7B2", + "CursorTextColor.foreground": "#403f53", + "HoverColor.disabledBackground": "#93A1A1", + "motionGraph.background": "#F0F0F0", "Notification.background": "#F0F0F0", - "ourAvg.background": "#f2f5f7", - "ourCS.background": "#f2f5f7", - "ourCS_Border.borderColor": "#efefef", - "ourCS_TextColor.foreground": "#403F53", + "ourAvg.background": "#FBFBFB", + "ourCS.background": "#FBFBFB", + "ourCS_Border.borderColor": "#d9d9d9", + "ourCS_TextColor.foreground": "#90A7B2", "ourCS_SelectedFocusBackground.selectionForeground": "#403f53", - "ourCS_SelectedBackground.selectionInactiveBackground": "#FAFAFA", - "ourCS_SelectedBorder.pressedBorderColor": "#E0E7EA", - "ourML_BarColor.separatorColor": "#efefef", - "PrimaryPanel.background": "#FAFAFA", - "SecondaryPanel.background": "#FAFAFA", - "SecondaryPanel.header.foreground": "#403F53", - "SecondaryPanel.header.background": "#FAFAFA", - "timeLine.disabledBorderColor": "#efefef" + "ourCS_SelectedBackground.selectionInactiveBackground": "#d3e8f8", + "ourCS_SelectedBorder.pressedBorderColor": "#CCCCCC", + "ourML_BarColor.separatorColor": "#d9d9d9", + "PrimaryPanel.background": "#f0f0f0", + "SecondaryPanel.background": "#F0F0F0", + "SecondaryPanel.header.foreground": "#90A7B2", + "SecondaryPanel.header.background": "#f0f0f0", + "timeLine.disabledBorderColor": "#d9d9d9" }, "Panel": { - "borderColor": "#efefef", - "background": "#FAFAFA" + "borderColor": "#d9d9d9", + "background": "#F0F0F0" }, - "percent.foreground": "#546e7a", + "percent.foreground": "#403f53", "Placeholder": { - "background": "#FAFAFA", - "borderColor": "#efefef", - "foreground": "#546e7a", + "background": "#F0F0F0", + "borderColor": "#d9d9d9", + "foreground": "#403f53", "selectedForeground": "#403f53" }, - "Preview.background": "#FAFAFA", - "stroke.acceleratorForeground": "#403F53" + "Preview.background": "#F0F0F0", + "stroke.acceleratorForeground": "#90A7B2" }, "ValidationTooltip": { "errorBackground": "#F0F0F0", @@ -892,117 +892,117 @@ }, "VersionControl": { "FileHistory.Commit": { - "selectedBranchBackground": "#FAFAFA" + "selectedBranchBackground": "#F0F0F0" }, "GitCommits": { - "graphColor": "#E0E7EA" + "graphColor": "#CCCCCC" }, "GitLog": { - "localBranchIconColor": "#269386", - "otherIconColor": "#403F53", - "remoteBranchIconColor": "#546e7a", - "tagIconColor": "#403F53" + "localBranchIconColor": "#2AA298", + "otherIconColor": "#90A7B2", + "remoteBranchIconColor": "#403f53", + "tagIconColor": "#90A7B2" }, "HgLog": { - "branchIconColor": "#269386", - "bookmarkIconColor": "#333333", - "closedBranchIconColor": "#dddddd", - "localTagIconColor": "#403F53", - "mqTagIconColor": "#403F53", - "tagIconColor": "#403F53", - "tipIconColor": "#403F53" + "branchIconColor": "#2AA298", + "bookmarkIconColor": "#FFFFFF", + "closedBranchIconColor": "#93A1A1", + "localTagIconColor": "#90A7B2", + "mqTagIconColor": "#90A7B2", + "tagIconColor": "#90A7B2", + "tipIconColor": "#90A7B2" }, "Log": { - "Commit.unmatchedForeground": "#403F53", - "Commit.currentBranchBackground": "#f2f5f7", - "Commit.hoveredBackground": "#E0E7EA70" + "Commit.unmatchedForeground": "#90A7B2", + "Commit.currentBranchBackground": "#FBFBFB", + "Commit.hoveredBackground": "#d3e8f87c" }, "RefLabel": { - "foreground": "#333333", - "backgroundBase": "#E0E7EA" + "foreground": "#FFFFFF", + "backgroundBase": "#CCCCCC" } }, "Viewport": { - "background": "#FAFAFA", - "foreground": "#546e7a" + "background": "#f0f0f0", + "foreground": "#403f53" }, "WelcomeScreen": { - "AssociatedComponent.background": "#FAFAFA", - "background": "#FAFAFA", - "borderColor": "#FAFAFA", - "captionBackground": "#FAFAFA", - "captionForeground": "#546e7a", - "Details.background": "#FAFAFA", - "footerBackground": "#FAFAFA", - "footerForeground": "#546e7a", - "headerBackground": "#FAFAFA", - "headerForeground": "#546e7a", - "List.background": "#FAFAFA", - "separatorColor": "#efefef", - "SidePanel.background": "#f2f5f7", + "AssociatedComponent.background": "#F0F0F0", + "background": "#F0F0F0", + "borderColor": "#F0F0F0", + "captionBackground": "#f0f0f0", + "captionForeground": "#403f53", + "Details.background": "#F0F0F0", + "footerBackground": "#f0f0f0", + "footerForeground": "#403f53", + "headerBackground": "#F0F0F0", + "headerForeground": "#403f53", + "List.background": "#f0f0f0", + "separatorColor": "#d9d9d9", + "SidePanel.background": "#FBFBFB", "Projects": { - "actions.background": "#FAFAFA", - "actions.selectionBackground": "#E0E7EA", - "background": "#f2f5f7", - "selectionBackground": "#999e9e", - "selectionInactiveBackground": "#f2f5f7" + "actions.background": "#f0f0f0", + "actions.selectionBackground": "#CCCCCC", + "background": "#FBFBFB", + "selectionBackground": "#d3e8f8", + "selectionInactiveBackground": "#FBFBFB" } }, - "window": "#FAFAFA", - "windowBorder": "#efefef", - "windowText": "#403F53", - "Window.border": "#efefef" + "window": "#f0f0f0", + "windowBorder": "#d9d9d9", + "windowText": "#90A7B2", + "Window.border": "#d9d9d9" }, "icons": { "ColorPalette": { - "#43494A": "#FAFAFA", - "#6B6B6B": "#403F53", - "#A7A7A7": "#FAFAFA", - "#3D6185": "#269386", - "#466D94": "#269386", - "#3C3F41": "#FAFAFA", - "#545556": "#dddddd", - "#606060": "#dddddd", - "#9AA7B0": "#546e7a", - "#675133": "#269386", + "#43494A": "#f0f0f0", + "#6B6B6B": "#90A7B2", + "#A7A7A7": "#F0F0F0", + "#3D6185": "#2AA298", + "#466D94": "#2AA298", + "#3C3F41": "#F0F0F0", + "#545556": "#93A1A1", + "#606060": "#93A1A1", + "#9AA7B0": "#403f53", + "#675133": "#2AA298", "Actions.Blue": "#4876d6", "Actions.Green": "#c96765", - "Actions.Grey": "#403F53", - "Actions.GreyInline": "#637777", - "Actions.GreyInline.Dark": "#546e7a", + "Actions.Grey": "#90A7B2", + "Actions.GreyInline": "#989fb1", + "Actions.GreyInline.Dark": "#403f53", "Actions.Red": "#994cc3", - "Actions.Yellow": "#4876d6", - "Checkbox.Background.Default": "#FAFAFA", - "Checkbox.Background.Default.Dark": "#FAFAFA", - "Checkbox.Background.Disabled": "#82AAFF", - "Checkbox.Background.Disabled.Dark": "#82AAFF", - "Checkbox.Border.Default": "#efefef", - "Checkbox.Border.Default.Dark": "#efefef", - "Checkbox.Border.Disabled": "#dddddd", - "Checkbox.Border.Disabled.Dark": "#dddddd", - "Checkbox.Focus.Thin.Default": "#269386", - "Checkbox.Focus.Thin.Default.Dark": "#269386", - "Checkbox.Focus.Wide": "#269386", - "Checkbox.Focus.Wide.Dark": "#269386", - "Checkbox.Foreground.Disabled": "#dddddd", - "Checkbox.Foreground.Disabled.Dark": "#dddddd", - "Checkbox.Background.Selected": "#269386", - "Checkbox.Background.Selected.Dark": "#FAFAFA", - "Checkbox.Border.Selected": "#269386", - "Checkbox.Border.Selected.Dark": "#269386", - "Checkbox.Foreground.Selected": "#269386", - "Checkbox.Foreground.Selected.Dark": "#269386", - "Checkbox.Focus.Thin.Selected": "#546e7a", - "Checkbox.Focus.Thin.Selected.Dark": "#546e7a", - "Objects.Grey": "#637777", + "Actions.Yellow": "#0c969b", + "Checkbox.Background.Default": "#f0f0f0", + "Checkbox.Background.Default.Dark": "#f0f0f0", + "Checkbox.Background.Disabled": "#E0E7EA", + "Checkbox.Background.Disabled.Dark": "#E0E7EA", + "Checkbox.Border.Default": "#d9d9d9", + "Checkbox.Border.Default.Dark": "#d9d9d9", + "Checkbox.Border.Disabled": "#93A1A1", + "Checkbox.Border.Disabled.Dark": "#93A1A1", + "Checkbox.Focus.Thin.Default": "#2AA298", + "Checkbox.Focus.Thin.Default.Dark": "#2AA298", + "Checkbox.Focus.Wide": "#2AA298", + "Checkbox.Focus.Wide.Dark": "#2AA298", + "Checkbox.Foreground.Disabled": "#93A1A1", + "Checkbox.Foreground.Disabled.Dark": "#93A1A1", + "Checkbox.Background.Selected": "#2AA298", + "Checkbox.Background.Selected.Dark": "#F0F0F0", + "Checkbox.Border.Selected": "#2AA298", + "Checkbox.Border.Selected.Dark": "#2AA298", + "Checkbox.Foreground.Selected": "#2AA298", + "Checkbox.Foreground.Selected.Dark": "#2AA298", + "Checkbox.Focus.Thin.Selected": "#403f53", + "Checkbox.Focus.Thin.Selected.Dark": "#403f53", + "Objects.Grey": "#989fb1", "Objects.Blue": "#4876d6", "Objects.RedStatus": "#994cc3", "Objects.Red": "#994cc3", "Objects.Pink": "#994cc3", - "Objects.Yellow": "#4876d6", + "Objects.Yellow": "#0c969b", "Objects.Green": "#c96765", "Objects.Purple": "#994cc3", - "Objects.BlackText": "#546e7a", + "Objects.BlackText": "#403f53", "Objects.YellowDark": "#aa0982", "Objects.GreenAndroid": "#c96765" } 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 bc5564d3..41d17591 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 @@ -11,239 +11,239 @@ }, "ui": { "*": { - "acceleratorSelectionForeground": "#403F53", - "background": "#FAFAFA", - "borderColor": "#efefef", - "disabledBackground": "#82AAFF", - "disabledForeground": "#dddddd", - "disabledText": "#dddddd", - "focusColor": "#E0E7EA", - "focusedBorderColor": "#269386", - "foreground": "#546e7a", - "inactiveBackground": "#82AAFF", - "inactiveForeground": "#403F53", - "infoForeground": "#403F53", - "selectionBackground": "#999e9e", - "selectionBackgroundInactive": "#f2f5f7", + "acceleratorSelectionForeground": "#90A7B2", + "background": "#F0F0F0", + "borderColor": "#d9d9d9", + "disabledBackground": "#E0E7EA", + "disabledForeground": "#93A1A1", + "disabledText": "#93A1A1", + "focusColor": "#CCCCCC", + "focusedBorderColor": "#2AA298", + "foreground": "#403f53", + "inactiveBackground": "#E0E7EA", + "inactiveForeground": "#90A7B2", + "infoForeground": "#90A7B2", + "selectionBackground": "#d3e8f8", + "selectionBackgroundInactive": "#FBFBFB", "selectionForeground": "#403f53", - "selectionInactiveBackground": "#f2f5f7", - "separatorColor": "#efefef" + "selectionInactiveBackground": "#FBFBFB", + "separatorColor": "#d9d9d9" }, - "activeCaption": "#FAFAFA", + "activeCaption": "#F0F0F0", "ActionButton": { - "hoverBackground": "#26938650", - "hoverBorderColor": "#26938650", - "hoverSeparatorColor": "#FAFAFA", - "focusedBorderColor": "#26938650", - "pressedBackground": "#26938650", - "pressedBorderColor": "#26938650" + "hoverBackground": "#2AA29850", + "hoverBorderColor": "#2AA29850", + "hoverSeparatorColor": "#d9d9d9", + "focusedBorderColor": "#2AA29850", + "pressedBackground": "#2AA29850", + "pressedBorderColor": "#2AA29850" }, "Autocomplete": { - "selectionBackground": "#999e9e" + "selectionBackground": "#d3e8f8" }, - "Borders.ContrastBorderColor": "#FAFAFA", - "Borders.color": "#efefef", + "Borders.ContrastBorderColor": "#F0F0F0", + "Borders.color": "#d9d9d9", "Button": { "arc": 0, - "background": "#FAFAFA", + "background": "#F0F0F0", "default": { - "endBackground": "#FAFAFA", - "endBorderColor": "#FAFAFA", - "foreground": "#333333", - "focusColor": "#269386", - "focusedBorderColor": "#269386", - "shadowColor": "#FAFAFA", - "startBackground": "#FAFAFA", - "startBorderColor": "#FAFAFA" + "endBackground": "#d3e8f8", + "endBorderColor": "#d3e8f8", + "foreground": "#FFFFFF", + "focusColor": "#2AA298", + "focusedBorderColor": "#2AA298", + "shadowColor": "#d3e8f8", + "startBackground": "#d3e8f8", + "startBorderColor": "#d3e8f8" }, - "disabledBorderColor": "#FAFAFA", - "disabledText": "#dddddd", - "endBackground": "#FAFAFA", - "endBorderColor": "#FAFAFA", - "focus": "#E0E7EA", - "focusedBorderColor": "#269386", - "foreground": "#403F53", + "disabledBorderColor": "#d9d9d9", + "disabledText": "#93A1A1", + "endBackground": "#d9d9d9", + "endBorderColor": "#d9d9d9", + "focus": "#CCCCCC", + "focusedBorderColor": "#2AA298", + "foreground": "#90A7B2", "highlight": "#403f53", - "mt.background": "#FAFAFA", - "mt.foreground": "#403F53", + "mt.background": "#d9d9d9", + "mt.foreground": "#90A7B2", "mt.selectedForeground": "#403f53", - "mt.selection.color1": "#FAFAFA", - "mt.selection.color2": "#FAFAFA", - "startBackground": "#FAFAFA", - "startBorderColor": "#FAFAFA", - "shadowColor": "#FAFAFA", + "mt.selection.color1": "#d3e8f8", + "mt.selection.color2": "#d3e8f8", + "startBackground": "#d9d9d9", + "startBorderColor": "#d9d9d9", + "shadowColor": "#d9d9d9", "shadowWidth": 0 }, "Canvas": { - "Tooltip.borderColor": "#efefef", + "Tooltip.borderColor": "#d9d9d9", "Tooltip.background": "#F0F0F0" }, "Content": { - "background": "#FAFAFA", - "selectionBackground": "#999e9e" + "background": "#f0f0f0", + "selectionBackground": "#d3e8f8" }, "CheckBox": { - "background": "#FAFAFA", - "disabledText": "#dddddd", - "foreground": "#546e7a", - "select": "#269386" + "background": "#F0F0F0", + "disabledText": "#93A1A1", + "foreground": "#403f53", + "select": "#2AA298" }, "CheckBoxMenuItem": { - "acceleratorForeground": "#403F53", - "acceleratorSelectionForeground": "#403F53", - "background": "#FAFAFA", - "disabledBackground": "#FAFAFA", - "disabledForeground": "#dddddd", - "foreground": "#546e7a", - "selectionBackground": "#999e9e", - "selectionForeground": "#333333" + "acceleratorForeground": "#90A7B2", + "acceleratorSelectionForeground": "#90A7B2", + "background": "#F0F0F0", + "disabledBackground": "#F0F0F0", + "disabledForeground": "#93A1A1", + "foreground": "#403f53", + "selectionBackground": "#d3e8f8", + "selectionForeground": "#FFFFFF" }, "CodeWithMe": { - "Avatar.foreground": "#546e7a", + "Avatar.foreground": "#403f53", "AccessEnabled": { - "accessDot": "#269386", - "dropdownBorder": "#f2f5f7", + "accessDot": "#2AA298", + "dropdownBorder": "#FBFBFB", "pillBackground": "$second" } }, "ColorChooser": { - "background": "#FAFAFA", - "foreground": "#546e7a", - "swatchesDefaultRecentColor": "#546e7a" + "background": "#F0F0F0", + "foreground": "#403f53", + "swatchesDefaultRecentColor": "#403f53" }, - "ComboBoxButton.background": "#FAFAFA", + "ComboBoxButton.background": "#d9d9d9", "ComboBox": { "ArrowButton": { - "background": "#FAFAFA", - "disabledIconColor": "#dddddd", - "iconColor": "#546e7a", - "nonEditableBackground": "#FAFAFA" + "background": "#d9d9d9", + "disabledIconColor": "#93A1A1", + "iconColor": "#403f53", + "nonEditableBackground": "#F0F0F0" }, - "background": "#FAFAFA", - "buttonBackground": "#FAFAFA", - "darcula.hoveredArrowButtonForeground": "#269386", - "disabledForeground": "#dddddd", - "foreground": "#546e7a", - "modifiedItemForeground": "#269386", - "nonEditableBackground": "#f2f5f7", + "background": "#F0F0F0", + "buttonBackground": "#d9d9d9", + "darcula.hoveredArrowButtonForeground": "#2AA298", + "disabledForeground": "#93A1A1", + "foreground": "#403f53", + "modifiedItemForeground": "#2AA298", + "nonEditableBackground": "#FBFBFB", "padding": "5,5,5,5", - "selectionBackground": "#FAFAFA", - "selectionForeground": "#333333" + "selectionBackground": "#d3e8f8", + "selectionForeground": "#FFFFFF" }, - "ComboPopup.border": "#efefef", + "ComboPopup.border": "#d9d9d9", "CompletionPopup": { - "background": "#f2f5f7", - "foreground": "#546e7a", - "infoForeground": "#403F53", - "matchForeground": "#269386", - "matchSelectionForeground": "#269386", + "background": "#FBFBFB", + "foreground": "#403f53", + "infoForeground": "#90A7B2", + "matchForeground": "#2AA298", + "matchSelectionForeground": "#2AA298", "nonFocusedState": "false", "selectedGrayedForeground": "#403f53", "selectionGrayForeground": "#403f53", - "selectionInactiveInfoForeground": "#403F53", - "selectionInactiveBackground": "#999e9e50", - "selectionBackground": "#999e9e80", + "selectionInactiveInfoForeground": "#90A7B2", + "selectionInactiveBackground": "#d3e8f8", + "selectionBackground": "#d3e8f8", "selectionForeground": "#403f53", "selectionInfoForeground": "#403f53" }, "Component": { "arc": 4, - "borderColor": "#E0E7EA", - "disabledBorderColor": "#FAFAFA", - "focusColor": "#269386", - "focusedBorderColor": "#269386", - "hoverIconColor": "#269386", - "infoForeground": "#403F53", - "iconColor": "#546e7a" + "borderColor": "#CCCCCC", + "disabledBorderColor": "#d9d9d9", + "focusColor": "#2AA298", + "focusedBorderColor": "#2AA298", + "hoverIconColor": "#2AA298", + "infoForeground": "#90A7B2", + "iconColor": "#403f53" }, - "control": "#FAFAFA", - "controlText": "#403F53", + "control": "#F0F0F0", + "controlText": "#90A7B2", "Counter": { - "background": "#269386", + "background": "#2AA298", "foreground": "#403f53" }, "Debugger": { "Variables": { - "collectingDataForeground": "#403F53", - "changedValueForeground": "#269386", + "collectingDataForeground": "#90A7B2", + "changedValueForeground": "#2AA298", "errorMessageForeground": "#994cc3", - "evaluatingExpressionForeground": "#403F53", - "exceptionForeground": "#4876d6", - "modifyingValueForeground": "#269386", - "valueForeground": "#269386" + "evaluatingExpressionForeground": "#90A7B2", + "exceptionForeground": "#0c969b", + "modifyingValueForeground": "#2AA298", + "valueForeground": "#2AA298" } }, "DebuggerTabs": { - "selectedBackground": "#E0E7EA", - "underlinedTabBackground": "#E0E7EA" + "selectedBackground": "#CCCCCC", + "underlinedTabBackground": "#CCCCCC" }, "DebuggerPopup": { - "borderColor": "#E0E7EA" + "borderColor": "#CCCCCC" }, "DefaultTabs": { - "background": "#FAFAFA", - "borderColor": "#FAFAFA", - "hoverBackground": "#FAFAFA", - "hoverColor": "#FAFAFA", - "hoverMaskColor": "#E0E7EA", - "inactiveColoredTabBackground": "#FAFAFA", - "inactiveColoredFileBackground": "#FAFAFA", - "inactiveUnderlineColor": "#269386", - "inactiveMaskColor": "#FAFAFA", - "underlineColor": "#269386", - "underlinedTabBackground": "#FAFAFA", + "background": "#F0F0F0", + "borderColor": "#F0F0F0", + "hoverBackground": "#d3e8f8", + "hoverColor": "#F0F0F0", + "hoverMaskColor": "#CCCCCC", + "inactiveColoredTabBackground": "#F0F0F0", + "inactiveColoredFileBackground": "#d9d9d9", + "inactiveUnderlineColor": "#2AA298", + "inactiveMaskColor": "#F0F0F0", + "underlineColor": "#2AA298", + "underlinedTabBackground": "#d3e8f8", "underlinedTabForeground": "#403f53" }, - "Desktop.background": "#FAFAFA", - "DialogWrapper.southPanelBackground": "#FAFAFA", - "DialogWrapper.southPanelDivider": "#FAFAFA", + "Desktop.background": "#F0F0F0", + "DialogWrapper.southPanelBackground": "#F0F0F0", + "DialogWrapper.southPanelDivider": "#F0F0F0", "DragAndDrop": { - "areaBackground": "#FAFAFA", - "areaBorderColor": "#FAFAFA", - "areaForeground": "#546e7a" + "areaBackground": "#F0F0F0", + "areaBorderColor": "#F0F0F0", + "areaForeground": "#403f53" }, "Editor": { - "background": "#FAFAFA", - "foreground": "#546e7a", - "shortcutForeground": "#403F53" + "background": "#F0F0F0", + "foreground": "#403f53", + "shortcutForeground": "#90A7B2" }, "EditorPane": { - "background": "#FAFAFA", - "caretForeground": "#269386", - "foreground": "#546e7a", - "inactiveBackground": "#FAFAFA", - "inactiveForeground": "#dddddd", - "selectionBackground": "#999e9e", - "selectionForeground": "#333333" + "background": "#F0F0F0", + "caretForeground": "#2AA298", + "foreground": "#403f53", + "inactiveBackground": "#F0F0F0", + "inactiveForeground": "#93A1A1", + "selectionBackground": "#d3e8f8", + "selectionForeground": "#FFFFFF" }, "EditorTabs": { - "borderColor": "#f2f5f7", - "hoverBackground": "#E0E7EA", - "hoverColor": "#E0E7EA", - "hoverMaskColor": "#E0E7EA", - "inactiveMaskColor": "#FAFAFA", - "inactiveColoredFileBackground": "#FAFAFA", - "inactiveUnderlineColor": "#dddddd", - "selectedForeground": "#546e7a", - "selectedBackground": "#FAFAFA", - "underlineColor": "#269386", - "underlinedTabBackground": "#FAFAFA", + "borderColor": "#FBFBFB", + "hoverBackground": "#CCCCCC", + "hoverColor": "#CCCCCC", + "hoverMaskColor": "#CCCCCC", + "inactiveMaskColor": "#F0F0F0", + "inactiveColoredFileBackground": "#F0F0F0", + "inactiveUnderlineColor": "#93A1A1", + "selectedForeground": "#403f53", + "selectedBackground": "#d3e8f8", + "underlineColor": "#2AA298", + "underlinedTabBackground": "#d3e8f8", "underlinedTabForeground": "#403f53" }, "EditorGroupsTabs": { - "background": "#FAFAFA", - "borderColor": "#f2f5f7", - "hoverBackground": "#E0E7EA", - "hoverColor": "#E0E7EA", - "inactiveUnderlineColor": "#269386", - "underlineColor": "#269386", - "underlinedTabBackground": "#FAFAFA", - "underlinedTabForeground": "#546e7a" + "background": "#F0F0F0", + "borderColor": "#FBFBFB", + "hoverBackground": "#CCCCCC", + "hoverColor": "#CCCCCC", + "inactiveUnderlineColor": "#2AA298", + "underlineColor": "#2AA298", + "underlinedTabBackground": "#d3e8f8", + "underlinedTabForeground": "#403f53" }, "FileColor": { "Green": "#387002", "Blue": "#004BA0", - "Yellow": "#82AAFF", + "Yellow": "#E0E7EA", "Orange": "#B53D00", "Violet": "#4D2C91", "Rose": "#A00037" @@ -258,155 +258,155 @@ "nativeSearchNotMatchedBackground": "#C792EA", "nativeFocusSearchNotMatchedBackground": "#BB80B3" }, - "Focus.color": "#efefef", + "Focus.color": "#d9d9d9", "FormattedTextField": { - "background": "#FAFAFA", - "caretForeground": "#269386", - "foreground": "#546e7a", - "inactiveBackground": "#FAFAFA", - "inactiveForeground": "#dddddd", - "selectionForeground": "#333333", - "selectionBackground": "#FAFAFA" + "background": "#F0F0F0", + "caretForeground": "#2AA298", + "foreground": "#403f53", + "inactiveBackground": "#d9d9d9", + "inactiveForeground": "#93A1A1", + "selectionForeground": "#FFFFFF", + "selectionBackground": "#d3e8f8" }, "GotItTooltip.borderColor": "#F0F0F0", "Group": { - "disabledSeparatorColor": "#efefef", - "separatorColor": "#efefef" + "disabledSeparatorColor": "#d9d9d9", + "separatorColor": "#d9d9d9" }, "GutterTooltip": { - "infoForeground": "#403F53", - "lineSeparatorColor": "#FAFAFA" + "infoForeground": "#90A7B2", + "lineSeparatorColor": "#F0F0F0" }, "HeaderColor": { - "active": "#FAFAFA", - "inactive": "#FAFAFA" + "active": "#F0F0F0", + "inactive": "#f0f0f0" }, "HelpTooltip": { - "background": "#FAFAFA", - "borderColor": "#efefef", - "foreground": "#546e7a", - "infoForeground": "#403F53", - "shortcutForeground": "#403F53" + "background": "#F0F0F0", + "borderColor": "#d9d9d9", + "foreground": "#403f53", + "infoForeground": "#90A7B2", + "shortcutForeground": "#90A7B2" }, - "Hyperlink.linkColor": "#269386", - "inactiveCaption": "#f2f5f7", - "inactiveCaptionBorder": "#FAFAFA", - "inactiveCaptionText": "#403F53", - "info": "#403F53", - "infoText": "#403F53", + "Hyperlink.linkColor": "#2AA298", + "inactiveCaption": "#FBFBFB", + "inactiveCaptionBorder": "#F0F0F0", + "inactiveCaptionText": "#90A7B2", + "info": "#90A7B2", + "infoText": "#90A7B2", "IdeStatusBar.border": "4,4,4,4", - "InformationHint.borderColor": "#efefef", + "InformationHint.borderColor": "#d9d9d9", "InplaceRefactoringPopup": { - "borderColor": "#FAFAFA" + "borderColor": "#F0F0F0" }, "InternalFrame": { - "activeTitleForeground": "#546e7a", - "background": "#FAFAFA", - "inactiveTitleForeground": "#403F53" + "activeTitleForeground": "#403f53", + "background": "#F0F0F0", + "inactiveTitleForeground": "#90A7B2" }, "Label": { - "background": "#FAFAFA", - "disabledForeground": "#dddddd", - "disabledShadow": "#FAFAFA", - "disabledText": "#dddddd", - "foreground": "#546e7a", - "infoForeground": "#403F53", - "selectedForeground": "#333333", - "selectedDisabledForeground": "#546e7a" + "background": "#F0F0F0", + "disabledForeground": "#93A1A1", + "disabledShadow": "#F0F0F0", + "disabledText": "#93A1A1", + "foreground": "#403f53", + "infoForeground": "#90A7B2", + "selectedForeground": "#FFFFFF", + "selectedDisabledForeground": "#403f53" }, "Link": { - "activeForeground": "#269386", - "hoverForeground": "#269386", - "pressedForeground": "#269386", - "secondaryForeground": "#403F53", - "visitedForeground": "#269386" + "activeForeground": "#2AA298", + "hoverForeground": "#2AA298", + "pressedForeground": "#2AA298", + "secondaryForeground": "#90A7B2", + "visitedForeground": "#2AA298" }, - "link.foreground": "#269386", + "link.foreground": "#2AA298", "List": { - "background": "#f2f5f7", - "foreground": "#546e7a", - "hoverBackground": "#E0E7EA70", - "hoverInactiveBackground": "#FAFAFA", - "selectionBackground": "#999e9e50", + "background": "#FBFBFB", + "foreground": "#403f53", + "hoverBackground": "#d3e8f87c", + "hoverInactiveBackground": "#d3e8f8", + "selectionBackground": "#d3e8f8", "selectionForeground": "#403f53", - "selectionInactiveForeground": "#333333", - "selectionInactiveBackground": "#E0E7EA70" + "selectionInactiveForeground": "#FFFFFF", + "selectionInactiveBackground": "#d3e8f87c" }, "material": { - "background": "#FAFAFA", - "branchColor": "#546e7a", - "contrast": "#FAFAFA", - "foreground": "#546e7a", - "mergeCommits": "#FAFAFA", - "primaryColor": "#403F53", + "background": "#F0F0F0", + "branchColor": "#403f53", + "contrast": "#f0f0f0", + "foreground": "#403f53", + "mergeCommits": "#d9d9d9", + "primaryColor": "#90A7B2", "selectionForeground": "#403f53", - "tab.backgroundColor": "#FAFAFA", - "tab.borderColor": "#269386", - "tagColor": "#403F53" + "tab.backgroundColor": "#F0F0F0", + "tab.borderColor": "#2AA298", + "tagColor": "#90A7B2" }, "MemoryIndicator": { - "allocatedBackground": "#f2f5f7", - "usedColor": "#E0E7EA", - "usedBackground": "#E0E7EA" + "allocatedBackground": "#FBFBFB", + "usedColor": "#CCCCCC", + "usedBackground": "#CCCCCC" }, "Menu": { - "acceleratorForeground": "#403F53", + "acceleratorForeground": "#90A7B2", "acceleratorSelectionForeground": "#403f53", - "background": "#FAFAFA", + "background": "#F0F0F0", "border": "4,2,4,2", - "borderColor": "#f2f5f7", - "disabledBackground": "#f2f5f7", - "disabledForeground": "#dddddd", - "foreground": "#546e7a", - "selectionBackground": "#999e9e", + "borderColor": "#FBFBFB", + "disabledBackground": "#FBFBFB", + "disabledForeground": "#93A1A1", + "foreground": "#403f53", + "selectionBackground": "#d3e8f8", "selectionForeground": "#403f53", - "separatorColor": "#efefef" + "separatorColor": "#d9d9d9" }, "MenuBar": { - "background": "#FAFAFA", - "borderColor": "#FAFAFA", - "disabledBackground": "#FAFAFA", - "disabledForeground": "#dddddd", - "foreground": "#546e7a", - "highlight": "#FAFAFA", - "selectionBackground": "#999e9e", + "background": "#F0F0F0", + "borderColor": "#F0F0F0", + "disabledBackground": "#F0F0F0", + "disabledForeground": "#93A1A1", + "foreground": "#403f53", + "highlight": "#F0F0F0", + "selectionBackground": "#d3e8f8", "selectionForeground": "#403f53", - "shadow": "#FAFAFA" + "shadow": "#F0F0F0" }, "MenuItem": { - "acceleratorForeground": "#403F53", + "acceleratorForeground": "#90A7B2", "acceleratorSelectionForeground": "#403f53", "border": "4,2,4,2", - "background": "#FAFAFA", - "disabledBackground": "#FAFAFA", - "disabledForeground": "#dddddd", - "foreground": "#546e7a", - "selectionBackground": "#999e9e", + "background": "#F0F0F0", + "disabledBackground": "#F0F0F0", + "disabledForeground": "#93A1A1", + "foreground": "#403f53", + "selectionBackground": "#d3e8f8", "selectionForeground": "#403f53" }, "NavBar": { - "arrowColor": "#546e7a", - "borderColor": "#FAFAFA" + "arrowColor": "#403f53", + "borderColor": "#F0F0F0" }, "NewClass": { "Panel": { - "background": "#FAFAFA" + "background": "#F0F0F0" }, "SearchField": { - "background": "#FAFAFA" + "background": "#F0F0F0" } }, - "NewPSD.warning": "#269386", + "NewPSD.warning": "#2AA298", "Notification": { "background": "#F0F0F0", "borderColor": "#F0F0F0", "errorBackground": "#F0F0F0", "errorBorderColor": "#F0F0F0", - "foreground": "#546e7a", + "foreground": "#403f53", "MoreButton": { - "background": "#FAFAFA", - "foreground": "#546e7a", - "innerBorderColor": "#FAFAFA" + "background": "#d9d9d9", + "foreground": "#403f53", + "innerBorderColor": "#d9d9d9" }, "ToolWindow": { "errorBackground": "#F0F0F0", @@ -417,472 +417,472 @@ "warningBorderColor": "#F0F0F0" } }, - "OnePixelDivider.background": "#efefef", + "OnePixelDivider.background": "#d9d9d9", "OptionPane": { - "background": "#FAFAFA", - "foreground": "#546e7a", - "messageForeground": "#546e7a" + "background": "#F0F0F0", + "foreground": "#403f53", + "messageForeground": "#403f53" }, "Outline": { - "color": "#FAFAFA", - "focusedColor": "#269386", - "disabledColor": "#dddddd" + "color": "#d9d9d9", + "focusedColor": "#2AA298", + "disabledColor": "#93A1A1" }, "Panel": { - "background": "#FAFAFA", - "foreground": "#546e7a" + "background": "#F0F0F0", + "foreground": "#403f53" }, "ParameterInfo": { - "background": "#f2f5f7", - "borderColor": "#FAFAFA", - "currentOverloadBackground": "#E0E7EA", - "currentParameterForeground": "#269386", - "disabledForeground": "#dddddd", - "foreground": "#546e7a", - "infoForeground": "#403F53", - "lineSeparatorColor": "#FAFAFA" + "background": "#FBFBFB", + "borderColor": "#d3e8f8", + "currentOverloadBackground": "#CCCCCC", + "currentParameterForeground": "#2AA298", + "disabledForeground": "#93A1A1", + "foreground": "#403f53", + "infoForeground": "#90A7B2", + "lineSeparatorColor": "#d3e8f8" }, "PasswordField": { - "background": "#FAFAFA", - "capsLockIconColor": "#269386", - "caretForeground": "#269386", - "foreground": "#546e7a", - "inactiveForeground": "#dddddd", - "selectionBackground": "#FAFAFA", - "selectionForeground": "#333333" + "background": "#F0F0F0", + "capsLockIconColor": "#2AA298", + "caretForeground": "#2AA298", + "foreground": "#403f53", + "inactiveForeground": "#93A1A1", + "selectionBackground": "#d3e8f8", + "selectionForeground": "#FFFFFF" }, "Plugins": { - "background": "#FAFAFA", - "disabledForeground": "#dddddd", - "eapTagBackground": "#E0E7EA", - "hoverBackground": "#E0E7EA70", - "lightSelectionBackground": "#FAFAFA", - "paidTagBackground": "#E0E7EA", - "selectionBackground": "#999e9e", - "tagForeground": "#269386", - "tagBackground": "#E0E7EA", - "trialTagBackground": "#E0E7EA", + "background": "#F0F0F0", + "disabledForeground": "#93A1A1", + "eapTagBackground": "#CCCCCC", + "hoverBackground": "#d3e8f87c", + "lightSelectionBackground": "#d3e8f8", + "paidTagBackground": "#CCCCCC", + "selectionBackground": "#d3e8f8", + "tagForeground": "#2AA298", + "tagBackground": "#CCCCCC", + "trialTagBackground": "#CCCCCC", "Button": { - "installBackground": "#FAFAFA", - "installBorderColor": "#FAFAFA", - "installForeground": "#546e7a", - "installFocusedBackground": "#E0E7EA", - "installFillForeground": "#dddddd", - "installFillBackground": "#FAFAFA", - "updateBackground": "#269386", - "updateBorderColor": "#FAFAFA", - "updateForeground": "#546e7a" + "installBackground": "#d9d9d9", + "installBorderColor": "#d9d9d9", + "installForeground": "#403f53", + "installFocusedBackground": "#CCCCCC", + "installFillForeground": "#93A1A1", + "installFillBackground": "#d9d9d9", + "updateBackground": "#2AA298", + "updateBorderColor": "#d9d9d9", + "updateForeground": "#403f53" }, "SearchField": { - "background": "#FAFAFA", - "borderColor": "#efefef" + "background": "#F0F0F0", + "borderColor": "#d9d9d9" }, "SectionHeader": { - "background": "#f2f5f7", - "foreground": "#546e7a" + "background": "#FBFBFB", + "foreground": "#403f53" }, "Tab": { - "hoverBackground": "#FAFAFA", + "hoverBackground": "#d3e8f8", "selectedForeground": "#403f53", - "selectedBackground": "#FAFAFA" + "selectedBackground": "#d3e8f8" } }, "Popup": { "Advertiser": { - "background": "#FAFAFA", - "borderColor": "#FAFAFA", - "foreground": "#269386" + "background": "#F0F0F0", + "borderColor": "#F0F0F0", + "foreground": "#2AA298" }, - "borderColor": "#FAFAFA", - "inactiveBorderColor": "#FAFAFA", - "innerBorderColor": "#f2f5f7", + "borderColor": "#f0f0f0", + "inactiveBorderColor": "#F0F0F0", + "innerBorderColor": "#FBFBFB", "Header": { - "activeBackground": "#FAFAFA", - "inactiveBackground": "#FAFAFA" + "activeBackground": "#F0F0F0", + "inactiveBackground": "#f0f0f0" }, "paintBorder": true, - "separatorForeground": "#546e7a", - "separatorColor": "#f2f5f7", + "separatorForeground": "#403f53", + "separatorColor": "#FBFBFB", "Toolbar": { - "Floating.background": "#FAFAFA", - "background": "#FAFAFA", - "borderColor": "#FAFAFA" + "Floating.background": "#f0f0f0", + "background": "#f0f0f0", + "borderColor": "#f0f0f0" } }, "PopupMenu": { - "background": "#FAFAFA", + "background": "#F0F0F0", "border": "2,0,2,0", - "foreground": "#546e7a", - "translucentBackground": "#FAFAFA" + "foreground": "#403f53", + "translucentBackground": "#F0F0F0" }, "PopupMenuSeparator.height": 10, "PopupMenuSeparator.stripeIndent": 5, "ProgressBar": { - "background": "#FAFAFA", - "foreground": "#269386", - "indeterminateEndColor": "#269386", - "indeterminateStartColor": "#269386", - "progressColor": "#269386", - "selectionBackground": "#E0E7EA", - "trackColor": "#E0E7EA" + "background": "#F0F0F0", + "foreground": "#2AA298", + "indeterminateEndColor": "#2AA298", + "indeterminateStartColor": "#2AA298", + "progressColor": "#2AA298", + "selectionBackground": "#CCCCCC", + "trackColor": "#CCCCCC" }, "PsiViewer": { - "referenceHighlightColor": "#269386" + "referenceHighlightColor": "#2AA298" }, "RadioButton": { - "background": "#FAFAFA", - "disabledText": "#dddddd", - "foreground": "#546e7a" + "background": "#F0F0F0", + "disabledText": "#93A1A1", + "foreground": "#403f53" }, "RadioButtonMenuItem": { - "acceleratorForeground": "#403F53", - "acceleratorSelectionForeground": "#403F53", - "background": "#FAFAFA", - "disabledBackground": "#FAFAFA", - "disabledForeground": "#dddddd", - "foreground": "#546e7a", - "selectionBackground": "#999e9e", + "acceleratorForeground": "#90A7B2", + "acceleratorSelectionForeground": "#90A7B2", + "background": "#F0F0F0", + "disabledBackground": "#F0F0F0", + "disabledForeground": "#93A1A1", + "foreground": "#403f53", + "selectionBackground": "#d3e8f8", "selectionForeground": "#403f53" }, - "ScreenView.borderColor": "#efefef", + "ScreenView.borderColor": "#d9d9d9", "ScrollBar": { - "background": "#FAFAFA", - "hoverThumbBorderColor": "#269386", - "hoverThumbColor": "#269386", - "hoverTrackColor": "#FAFAFA30", + "background": "#F0F0F0", + "hoverThumbBorderColor": "#2AA298", + "hoverThumbColor": "#2AA298", + "hoverTrackColor": "#F0F0F030", "Mac": { - "hoverThumbBorderColor": "#269386", - "hoverThumbColor": "#269386", - "hoverTrackColor": "#FAFAFA30", - "thumbBorderColor": "#26938670", - "thumbColor": "#26938670", - "trackColor": "#FAFAFA30", + "hoverThumbBorderColor": "#2AA298", + "hoverThumbColor": "#2AA298", + "hoverTrackColor": "#F0F0F030", + "thumbBorderColor": "#2AA29870", + "thumbColor": "#2AA29870", + "trackColor": "#F0F0F030", "Transparent": { - "hoverThumbBorderColor": "#269386", - "hoverThumbColor": "#269386", - "hoverTrackColor": "#FAFAFA30", - "thumbBorderColor": "#26938670", - "thumbColor": "#26938670", - "trackColor": "#FAFAFA30" + "hoverThumbBorderColor": "#2AA298", + "hoverThumbColor": "#2AA298", + "hoverTrackColor": "#F0F0F030", + "thumbBorderColor": "#2AA29870", + "thumbColor": "#2AA29870", + "trackColor": "#F0F0F030" } }, - "thumb": "#E0E7EA", - "thumbBorderColor": "#26938670", - "thumbColor": "#26938670", - "trackColor": "#FAFAFA30", + "thumb": "#CCCCCC", + "thumbBorderColor": "#2AA29870", + "thumbColor": "#2AA29870", + "trackColor": "#F0F0F030", "Transparent": { - "hoverThumbBorderColor": "#269386", - "hoverThumbColor": "#269386", - "hoverTrackColor": "#FAFAFA30", - "thumbBorderColor": "#26938670", - "thumbColor": "#26938670", - "trackColor": "#FAFAFA30" + "hoverThumbBorderColor": "#2AA298", + "hoverThumbColor": "#2AA298", + "hoverTrackColor": "#F0F0F030", + "thumbBorderColor": "#2AA29870", + "thumbColor": "#2AA29870", + "trackColor": "#F0F0F030" } }, "SearchEverywhere": { "Advertiser": { - "background": "#FAFAFA", - "foreground": "#403F53" + "background": "#f0f0f0", + "foreground": "#90A7B2" }, "Header": { - "background": "#FAFAFA" + "background": "#F0F0F0" }, "List": { - "separatorForeground": "#403F53", - "separatorColor": "#efefef" + "separatorForeground": "#90A7B2", + "separatorColor": "#d9d9d9" }, "SearchField": { - "background": "#FAFAFA", - "borderColor": "#FAFAFA", - "infoForeground": "#403F53" + "background": "#F0F0F0", + "borderColor": "#f0f0f0", + "infoForeground": "#90A7B2" }, "Tab": { - "active.foreground": "#333333", - "selectedForeground": "#333333", - "selectedBackground": "#E0E7EA" + "active.foreground": "#FFFFFF", + "selectedForeground": "#FFFFFF", + "selectedBackground": "#CCCCCC" } }, "SearchMatch": { - "endBackground": "#269386", - "startBackground": "#269386", - "endColor": "#269386", - "startColor": "#269386" + "endBackground": "#2AA298", + "startBackground": "#2AA298", + "endColor": "#2AA298", + "startColor": "#2AA298" }, "SearchField.errorBackground": "#F0F0F0", "SearchOption": { - "selectedBackground": "#FAFAFA" + "selectedBackground": "#d3e8f8" }, "SearchResults": { - "Ordinal.File.Foreground": "#403F53", - "Repeated.File.Foreground": "#546e7a" + "Ordinal.File.Foreground": "#90A7B2", + "Repeated.File.Foreground": "#403f53" }, "Separator": { - "background": "#f2f5f7", - "foreground": "#f2f5f7", - "separatorColor": "#f2f5f7" + "background": "#FBFBFB", + "foreground": "#FBFBFB", + "separatorColor": "#FBFBFB" }, "SidePanel": { - "background": "#FAFAFA" + "background": "#F0F0F0" }, "Slider": { - "background": "#FAFAFA", - "buttonBorderColor": "#269386", - "buttonColor": "#269386", - "foreground": "#546e7a", + "background": "#F0F0F0", + "buttonBorderColor": "#2AA298", + "buttonColor": "#2AA298", + "foreground": "#403f53", "majorTickLength": 6, - "tickColor": "#f2f5f7", - "trackColor": "#FAFAFA", + "tickColor": "#FBFBFB", + "trackColor": "#d3e8f8", "trackWidth": 7, - "thumb": "#269386" + "thumb": "#2AA298" }, "SpeedSearch": { - "background": "#E0E7EA", - "borderColor": "#efefef", - "foreground": "#546e7a", - "errorForeground": "#546e7a" + "background": "#CCCCCC", + "borderColor": "#d9d9d9", + "foreground": "#403f53", + "errorForeground": "#403f53" }, "Spinner": { - "background": "#FAFAFA", + "background": "#F0F0F0", "border": "3,3,3,3", - "foreground": "#546e7a", - "selectionForeground": "#333333" + "foreground": "#403f53", + "selectionForeground": "#FFFFFF" }, "SplitPane": { - "background": "#FAFAFA", - "highlight": "#FAFAFA" + "background": "#F0F0F0", + "highlight": "#F0F0F0" }, - "SplitPaneDivider.draggingColor": "#f2f5f7", + "SplitPaneDivider.draggingColor": "#FBFBFB", "StatusBar": { - "borderColor": "#FAFAFA", - "hoverBackground": "#E0E7EA", - "LightEditBackground": "#FAFAFA" + "borderColor": "#F0F0F0", + "hoverBackground": "#CCCCCC", + "LightEditBackground": "#d3e8f8" }, "TabbedPane": { - "background": "#FAFAFA", - "contentAreaColor": "#E0E7EA", + "background": "#F0F0F0", + "contentAreaColor": "#CCCCCC", "contentBorderInsets": "3,1,1,1", - "darkShadow": "#efefef", - "disabledForeground": "#dddddd", - "disabledUnderlineColor": "#dddddd", - "focus": "#FAFAFA", - "focusColor": "#FAFAFA", + "darkShadow": "#d9d9d9", + "disabledForeground": "#93A1A1", + "disabledUnderlineColor": "#93A1A1", + "focus": "#d3e8f8", + "focusColor": "#d3e8f8", "fontSizeOffset": 0, - "foreground": "#546e7a", - "highlight": "#efefef", - "hoverColor": "#E0E7EA", + "foreground": "#403f53", + "highlight": "#d9d9d9", + "hoverColor": "#CCCCCC", "labelShift": 0, - "selectedForeground": "#333333", + "selectedForeground": "#FFFFFF", "selectedLabelShift": 0, "selectedTabPadInsets": "0,0,0,0", "tabsOverlapBorder": true, "tabHeight": 32, "tabInsets": "5,10,5,10", "tabSelectionHeight": 2, - "underlineColor": "#269386" + "underlineColor": "#2AA298" }, - "TabbedPane.mt.tab.background": "#FAFAFA", + "TabbedPane.mt.tab.background": "#F0F0F0", "Table": { - "alternativeRowBackground": "#FAFAFA", - "background": "#FAFAFA", + "alternativeRowBackground": "#f0f0f0", + "background": "#F0F0F0", "cellNoFocusBorder": "10,5,10,5", "focusCellHighlightBorder": "10,5,10,5", - "disabledForeground": "#dddddd", - "dropLineColor": "#269386", - "dropLineShortColor": "#269386", - "focusCellBackground": "#FAFAFA", - "focusCellForeground": "#333333", - "foreground": "#546e7a", - "gridColor": "#FAFAFA", - "highlightOuter": "#FAFAFA", - "hoverBackground": "#E0E7EA70", - "hoverInactiveBackground": "#FAFAFA", - "lightSelectionForeground": "#333333", - "lightSelectionInactiveForeground": "#403F53", - "lightSelectionInactiveBackground": "#f2f5f7", - "selectionBackground": "#FAFAFA", - "selectionForeground": "#333333", - "selectionInactiveBackground": "#FAFAFA", + "disabledForeground": "#93A1A1", + "dropLineColor": "#2AA298", + "dropLineShortColor": "#2AA298", + "focusCellBackground": "#d3e8f8", + "focusCellForeground": "#FFFFFF", + "foreground": "#403f53", + "gridColor": "#F0F0F0", + "highlightOuter": "#d3e8f8", + "hoverBackground": "#d3e8f87c", + "hoverInactiveBackground": "#d3e8f8", + "lightSelectionForeground": "#FFFFFF", + "lightSelectionInactiveForeground": "#90A7B2", + "lightSelectionInactiveBackground": "#FBFBFB", + "selectionBackground": "#d3e8f8", + "selectionForeground": "#FFFFFF", + "selectionInactiveBackground": "#d3e8f8", "selectionInactiveForeground": "#403f53", - "sortIconColor": "#546e7a", - "stripeColor": "#FAFAFA" + "sortIconColor": "#403f53", + "stripeColor": "#f0f0f0" }, "TableHeader": { - "background": "#FAFAFA", - "borderColor": "#FAFAFA", - "bottomSeparatorColor": "#f2f5f7", + "background": "#F0F0F0", + "borderColor": "#F0F0F0", + "bottomSeparatorColor": "#FBFBFB", "cellBorder": "4,0,4,0", - "disabledForeground": "#dddddd", - "foreground": "#546e7a", - "focusCellBackground": "#FAFAFA", - "focusCellForeground": "#333333", + "disabledForeground": "#93A1A1", + "foreground": "#403f53", + "focusCellBackground": "#d3e8f8", + "focusCellForeground": "#FFFFFF", "height": 25, - "separatorColor": "#f2f5f7" + "separatorColor": "#FBFBFB" }, - "text": "#403F53", - "textInactiveText": "#403F53", - "textText": "#403F53", + "text": "#90A7B2", + "textInactiveText": "#90A7B2", + "textText": "#90A7B2", "TextArea": { - "background": "#FAFAFA", - "caretForeground": "#269386", - "foreground": "#546e7a", - "inactiveForeground": "#dddddd", - "selectionBackground": "#FAFAFA", - "selectionForeground": "#333333" + "background": "#F0F0F0", + "caretForeground": "#2AA298", + "foreground": "#403f53", + "inactiveForeground": "#93A1A1", + "selectionBackground": "#d3e8f8", + "selectionForeground": "#FFFFFF" }, "TextField": { - "background": "#FAFAFA", - "caretForeground": "#269386", - "foreground": "#546e7a", - "inactiveForeground": "#dddddd", - "selectionBackground": "#FAFAFA", - "selectionForeground": "#333333" + "background": "#F0F0F0", + "caretForeground": "#2AA298", + "foreground": "#403f53", + "inactiveForeground": "#93A1A1", + "selectionBackground": "#d3e8f8", + "selectionForeground": "#FFFFFF" }, "TextPane": { - "background": "#FAFAFA", - "caretForeground": "#269386", - "foreground": "#546e7a", - "inactiveForeground": "#dddddd", - "selectionBackground": "#FAFAFA", - "selectionForeground": "#333333" + "background": "#F0F0F0", + "caretForeground": "#2AA298", + "foreground": "#403f53", + "inactiveForeground": "#93A1A1", + "selectionBackground": "#d3e8f8", + "selectionForeground": "#FFFFFF" }, "TitlePane": { - "background": "#FAFAFA", - "Button.hoverBackground": "#E0E7EA", - "inactiveBackground": "#FAFAFA", - "infoForeground": "#403F53", - "inactiveInfoForeground": "#403F53" + "background": "#f0f0f0", + "Button.hoverBackground": "#CCCCCC", + "inactiveBackground": "#F0F0F0", + "infoForeground": "#90A7B2", + "inactiveInfoForeground": "#90A7B2" }, - "TitledBorder.titleColor": "#546e7a", + "TitledBorder.titleColor": "#403f53", "ToggleButton": { - "borderColor": "#FAFAFA", - "buttonColor": "#546e7a", - "disabledText": "#dddddd", - "foreground": "#546e7a", - "offForeground": "#FAFAFA", - "offBackground": "#FAFAFA", - "onBackground": "#269386", - "onForeground": "#269386" + "borderColor": "#d9d9d9", + "buttonColor": "#403f53", + "disabledText": "#93A1A1", + "foreground": "#403f53", + "offForeground": "#F0F0F0", + "offBackground": "#F0F0F0", + "onBackground": "#2AA298", + "onForeground": "#2AA298" }, "ToolBar": { - "background": "#FAFAFA", - "borderHandleColor": "#403F53", - "floatingForeground": "#403F53", - "foreground": "#546e7a" + "background": "#F0F0F0", + "borderHandleColor": "#90A7B2", + "floatingForeground": "#90A7B2", + "foreground": "#403f53" }, "ToolTip": { - "Actions.background": "#FAFAFA", - "Actions.infoForeground": "#403F53", + "Actions.background": "#F0F0F0", + "Actions.infoForeground": "#90A7B2", "background": "#F0F0F0", - "borderColor": "#efefef", - "foreground": "#546e7a", - "infoForeground": "#403F53", - "separatorColor": "#efefef", - "shortcutForeground": "#403F53" + "borderColor": "#d9d9d9", + "foreground": "#403f53", + "infoForeground": "#90A7B2", + "separatorColor": "#d9d9d9", + "shortcutForeground": "#90A7B2" }, "ToolWindow": { "Button": { - "hoverBackground": "#FAFAFA", - "selectedForeground": "#333333", - "selectedBackground": "#FAFAFA" + "hoverBackground": "#d3e8f8", + "selectedForeground": "#FFFFFF", + "selectedBackground": "#f0f0f0" }, "Header": { - "background": "#FAFAFA", - "borderColor": "#f2f5f7", - "inactiveBackground": "#FAFAFA" + "background": "#F0F0F0", + "borderColor": "#FBFBFB", + "inactiveBackground": "#F0F0F0" }, "HeaderCloseButton": { - "background": "#FAFAFA" + "background": "#F0F0F0" }, "HeaderTab": { - "borderColor": "#E0E7EA", - "hoverBackground": "#E0E7EA", - "hoverInactiveBackground": "#E0E7EA", - "inactiveUnderlineColor": "#269386", - "selectedBackground": "#FAFAFA", - "selectedInactiveBackground": "#FAFAFA", - "underlineColor": "#269386", - "underlinedTabBackground": "#FAFAFA", - "underlinedTabInactiveBackground": "#f2f5f7", + "borderColor": "#CCCCCC", + "hoverBackground": "#CCCCCC", + "hoverInactiveBackground": "#CCCCCC", + "inactiveUnderlineColor": "#2AA298", + "selectedBackground": "#f0f0f0", + "selectedInactiveBackground": "#f0f0f0", + "underlineColor": "#2AA298", + "underlinedTabBackground": "#d3e8f8", + "underlinedTabInactiveBackground": "#FBFBFB", "underlinedTabForeground": "#403f53", - "underlinedTabInactiveForeground": "#546e7a" + "underlinedTabInactiveForeground": "#403f53" } }, "Tree": { - "background": "#FAFAFA", - "foreground": "#403F53", - "hash": "#efefef", - "hoverBackground": "#E0E7EA70", - "hoverInactiveBackground": "#FAFAFA", - "modifiedItemForeground": "#269386", + "background": "#F0F0F0", + "foreground": "#90A7B2", + "hash": "#d9d9d9", + "hoverBackground": "#d3e8f87c", + "hoverInactiveBackground": "#d3e8f8", + "modifiedItemForeground": "#2AA298", "rowHeight": 28, - "selectionBackground": "#E0E7EA70", + "selectionBackground": "#d3e8f87c", "selectionForeground": "#403f53", "selectionInactiveForeground": "#403f53", - "selectionInactiveBackground": "#E0E7EA70", - "textBackground": "#FAFAFA" + "selectionInactiveBackground": "#d3e8f87c", + "textBackground": "#F0F0F0" }, "Tree.leftChildIndent": 10, "Tree.rightChildIndent": 5, "UIDesigner": { - "Activity.borderColor": "#efefef", - "Canvas.background": "#FAFAFA", + "Activity.borderColor": "#d9d9d9", + "Canvas.background": "#f0f0f0", "ColorPicker": { - "background": "#FAFAFA", - "foreground": "#546e7a" + "background": "#F0F0F0", + "foreground": "#403f53" }, "Component": { - "borderColor": "#efefef", - "background": "#FAFAFA", - "foreground": "#546e7a", - "hoverBorderColor": "#E0E7EA" + "borderColor": "#d9d9d9", + "background": "#F0F0F0", + "foreground": "#403f53", + "hoverBorderColor": "#CCCCCC" }, "Connector": { - "borderColor": "#efefef", - "hoverBorderColor": "#E0E7EA" + "borderColor": "#d9d9d9", + "hoverBorderColor": "#CCCCCC" }, - "Canvas.background": "#FAFAFA", - "highStroke.foreground": "#546e7a", - "Label.foreground": "#403F53", - "List.selectionBackground": "#E0E7EA70", + "Canvas.background": "#f0f0f0", + "highStroke.foreground": "#403f53", + "Label.foreground": "#90A7B2", + "List.selectionBackground": "#d3e8f87c", "motion": { - "borderColor": "#efefef", - "Component.foreground": "#546e7a", - "ConstraintSetText.foreground": "#403F53", - "ConstraintSet.background": "#f2f5f7", - "CSPanel.SelectedFocusBackground": "#999e9e", - "CSPanel.SelectedBackground": "#E0E7EA70", - "cs_FocusText.infoForeground": "#403F53", - "CursorTextColor.foreground": "#546e7a", - "HoverColor.disabledBackground": "#dddddd", - "motionGraph.background": "#FAFAFA", + "borderColor": "#d9d9d9", + "Component.foreground": "#403f53", + "ConstraintSetText.foreground": "#90A7B2", + "ConstraintSet.background": "#FBFBFB", + "CSPanel.SelectedFocusBackground": "#d3e8f8", + "CSPanel.SelectedBackground": "#d3e8f87c", + "cs_FocusText.infoForeground": "#90A7B2", + "CursorTextColor.foreground": "#403f53", + "HoverColor.disabledBackground": "#93A1A1", + "motionGraph.background": "#F0F0F0", "Notification.background": "#F0F0F0", - "ourAvg.background": "#f2f5f7", - "ourCS.background": "#f2f5f7", - "ourCS_Border.borderColor": "#efefef", - "ourCS_TextColor.foreground": "#403F53", + "ourAvg.background": "#FBFBFB", + "ourCS.background": "#FBFBFB", + "ourCS_Border.borderColor": "#d9d9d9", + "ourCS_TextColor.foreground": "#90A7B2", "ourCS_SelectedFocusBackground.selectionForeground": "#403f53", - "ourCS_SelectedBackground.selectionInactiveBackground": "#FAFAFA", - "ourCS_SelectedBorder.pressedBorderColor": "#E0E7EA", - "ourML_BarColor.separatorColor": "#efefef", - "PrimaryPanel.background": "#FAFAFA", - "SecondaryPanel.background": "#FAFAFA", - "SecondaryPanel.header.foreground": "#403F53", - "SecondaryPanel.header.background": "#FAFAFA", - "timeLine.disabledBorderColor": "#efefef" + "ourCS_SelectedBackground.selectionInactiveBackground": "#d3e8f8", + "ourCS_SelectedBorder.pressedBorderColor": "#CCCCCC", + "ourML_BarColor.separatorColor": "#d9d9d9", + "PrimaryPanel.background": "#f0f0f0", + "SecondaryPanel.background": "#F0F0F0", + "SecondaryPanel.header.foreground": "#90A7B2", + "SecondaryPanel.header.background": "#f0f0f0", + "timeLine.disabledBorderColor": "#d9d9d9" }, "Panel": { - "borderColor": "#efefef", - "background": "#FAFAFA" + "borderColor": "#d9d9d9", + "background": "#F0F0F0" }, - "percent.foreground": "#546e7a", + "percent.foreground": "#403f53", "Placeholder": { - "background": "#FAFAFA", - "borderColor": "#efefef", - "foreground": "#546e7a", + "background": "#F0F0F0", + "borderColor": "#d9d9d9", + "foreground": "#403f53", "selectedForeground": "#403f53" }, - "Preview.background": "#FAFAFA", - "stroke.acceleratorForeground": "#403F53" + "Preview.background": "#F0F0F0", + "stroke.acceleratorForeground": "#90A7B2" }, "ValidationTooltip": { "errorBackground": "#F0F0F0", @@ -892,117 +892,117 @@ }, "VersionControl": { "FileHistory.Commit": { - "selectedBranchBackground": "#FAFAFA" + "selectedBranchBackground": "#F0F0F0" }, "GitCommits": { - "graphColor": "#E0E7EA" + "graphColor": "#CCCCCC" }, "GitLog": { - "localBranchIconColor": "#269386", - "otherIconColor": "#403F53", - "remoteBranchIconColor": "#546e7a", - "tagIconColor": "#403F53" + "localBranchIconColor": "#2AA298", + "otherIconColor": "#90A7B2", + "remoteBranchIconColor": "#403f53", + "tagIconColor": "#90A7B2" }, "HgLog": { - "branchIconColor": "#269386", - "bookmarkIconColor": "#333333", - "closedBranchIconColor": "#dddddd", - "localTagIconColor": "#403F53", - "mqTagIconColor": "#403F53", - "tagIconColor": "#403F53", - "tipIconColor": "#403F53" + "branchIconColor": "#2AA298", + "bookmarkIconColor": "#FFFFFF", + "closedBranchIconColor": "#93A1A1", + "localTagIconColor": "#90A7B2", + "mqTagIconColor": "#90A7B2", + "tagIconColor": "#90A7B2", + "tipIconColor": "#90A7B2" }, "Log": { - "Commit.unmatchedForeground": "#403F53", - "Commit.currentBranchBackground": "#f2f5f7", - "Commit.hoveredBackground": "#E0E7EA70" + "Commit.unmatchedForeground": "#90A7B2", + "Commit.currentBranchBackground": "#FBFBFB", + "Commit.hoveredBackground": "#d3e8f87c" }, "RefLabel": { - "foreground": "#333333", - "backgroundBase": "#E0E7EA" + "foreground": "#FFFFFF", + "backgroundBase": "#CCCCCC" } }, "Viewport": { - "background": "#FAFAFA", - "foreground": "#546e7a" + "background": "#F0F0F0", + "foreground": "#403f53" }, "WelcomeScreen": { - "AssociatedComponent.background": "#FAFAFA", - "background": "#FAFAFA", - "borderColor": "#FAFAFA", - "captionBackground": "#FAFAFA", - "captionForeground": "#546e7a", - "Details.background": "#FAFAFA", - "footerBackground": "#FAFAFA", - "footerForeground": "#546e7a", - "headerBackground": "#FAFAFA", - "headerForeground": "#546e7a", - "List.background": "#FAFAFA", - "separatorColor": "#efefef", - "SidePanel.background": "#f2f5f7", + "AssociatedComponent.background": "#F0F0F0", + "background": "#F0F0F0", + "borderColor": "#F0F0F0", + "captionBackground": "#f0f0f0", + "captionForeground": "#403f53", + "Details.background": "#F0F0F0", + "footerBackground": "#f0f0f0", + "footerForeground": "#403f53", + "headerBackground": "#F0F0F0", + "headerForeground": "#403f53", + "List.background": "#f0f0f0", + "separatorColor": "#d9d9d9", + "SidePanel.background": "#FBFBFB", "Projects": { - "actions.background": "#FAFAFA", - "actions.selectionBackground": "#E0E7EA", - "background": "#f2f5f7", - "selectionBackground": "#999e9e", - "selectionInactiveBackground": "#f2f5f7" + "actions.background": "#f0f0f0", + "actions.selectionBackground": "#CCCCCC", + "background": "#FBFBFB", + "selectionBackground": "#d3e8f8", + "selectionInactiveBackground": "#FBFBFB" } }, - "window": "#FAFAFA", - "windowBorder": "#efefef", - "windowText": "#403F53", - "Window.border": "#efefef" + "window": "#F0F0F0", + "windowBorder": "#d9d9d9", + "windowText": "#90A7B2", + "Window.border": "#d9d9d9" }, "icons": { "ColorPalette": { - "#43494A": "#FAFAFA", - "#6B6B6B": "#403F53", - "#A7A7A7": "#FAFAFA", - "#3D6185": "#269386", - "#466D94": "#269386", - "#3C3F41": "#FAFAFA", - "#545556": "#dddddd", - "#606060": "#dddddd", - "#9AA7B0": "#546e7a", - "#675133": "#269386", + "#43494A": "#f0f0f0", + "#6B6B6B": "#90A7B2", + "#A7A7A7": "#F0F0F0", + "#3D6185": "#2AA298", + "#466D94": "#2AA298", + "#3C3F41": "#F0F0F0", + "#545556": "#93A1A1", + "#606060": "#93A1A1", + "#9AA7B0": "#403f53", + "#675133": "#2AA298", "Actions.Blue": "#4876d6", "Actions.Green": "#c96765", - "Actions.Grey": "#403F53", - "Actions.GreyInline": "#637777", - "Actions.GreyInline.Dark": "#546e7a", + "Actions.Grey": "#90A7B2", + "Actions.GreyInline": "#989fb1", + "Actions.GreyInline.Dark": "#403f53", "Actions.Red": "#994cc3", - "Actions.Yellow": "#4876d6", - "Checkbox.Background.Default": "#FAFAFA", - "Checkbox.Background.Default.Dark": "#FAFAFA", - "Checkbox.Background.Disabled": "#82AAFF", - "Checkbox.Background.Disabled.Dark": "#82AAFF", - "Checkbox.Border.Default": "#efefef", - "Checkbox.Border.Default.Dark": "#efefef", - "Checkbox.Border.Disabled": "#dddddd", - "Checkbox.Border.Disabled.Dark": "#dddddd", - "Checkbox.Focus.Thin.Default": "#269386", - "Checkbox.Focus.Thin.Default.Dark": "#269386", - "Checkbox.Focus.Wide": "#269386", - "Checkbox.Focus.Wide.Dark": "#269386", - "Checkbox.Foreground.Disabled": "#dddddd", - "Checkbox.Foreground.Disabled.Dark": "#dddddd", - "Checkbox.Background.Selected": "#269386", - "Checkbox.Background.Selected.Dark": "#FAFAFA", - "Checkbox.Border.Selected": "#269386", - "Checkbox.Border.Selected.Dark": "#269386", - "Checkbox.Foreground.Selected": "#269386", - "Checkbox.Foreground.Selected.Dark": "#269386", - "Checkbox.Focus.Thin.Selected": "#546e7a", - "Checkbox.Focus.Thin.Selected.Dark": "#546e7a", - "Objects.Grey": "#637777", + "Actions.Yellow": "#0c969b", + "Checkbox.Background.Default": "#f0f0f0", + "Checkbox.Background.Default.Dark": "#f0f0f0", + "Checkbox.Background.Disabled": "#E0E7EA", + "Checkbox.Background.Disabled.Dark": "#E0E7EA", + "Checkbox.Border.Default": "#d9d9d9", + "Checkbox.Border.Default.Dark": "#d9d9d9", + "Checkbox.Border.Disabled": "#93A1A1", + "Checkbox.Border.Disabled.Dark": "#93A1A1", + "Checkbox.Focus.Thin.Default": "#2AA298", + "Checkbox.Focus.Thin.Default.Dark": "#2AA298", + "Checkbox.Focus.Wide": "#2AA298", + "Checkbox.Focus.Wide.Dark": "#2AA298", + "Checkbox.Foreground.Disabled": "#93A1A1", + "Checkbox.Foreground.Disabled.Dark": "#93A1A1", + "Checkbox.Background.Selected": "#2AA298", + "Checkbox.Background.Selected.Dark": "#F0F0F0", + "Checkbox.Border.Selected": "#2AA298", + "Checkbox.Border.Selected.Dark": "#2AA298", + "Checkbox.Foreground.Selected": "#2AA298", + "Checkbox.Foreground.Selected.Dark": "#2AA298", + "Checkbox.Focus.Thin.Selected": "#403f53", + "Checkbox.Focus.Thin.Selected.Dark": "#403f53", + "Objects.Grey": "#989fb1", "Objects.Blue": "#4876d6", "Objects.RedStatus": "#994cc3", "Objects.Red": "#994cc3", "Objects.Pink": "#994cc3", - "Objects.Yellow": "#4876d6", + "Objects.Yellow": "#0c969b", "Objects.Green": "#c96765", "Objects.Purple": "#994cc3", - "Objects.BlackText": "#546e7a", + "Objects.BlackText": "#403f53", "Objects.YellowDark": "#aa0982", "Objects.GreenAndroid": "#c96765" } 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 435c41e3..d7a46c97 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 @@ -23,7 +23,7 @@ "inactiveBackground": "#323232", "inactiveForeground": "#727272", "infoForeground": "#727272", - "selectionBackground": "#353535", + "selectionBackground": "#404040", "selectionBackgroundInactive": "#292929", "selectionForeground": "#FFFFFF", "selectionInactiveBackground": "#292929", @@ -39,7 +39,7 @@ "pressedBorderColor": "#FF980050" }, "Autocomplete": { - "selectionBackground": "#353535" + "selectionBackground": "#404040" }, "Borders.ContrastBorderColor": "#212121", "Borders.color": "#292929", @@ -80,7 +80,7 @@ }, "Content": { "background": "#1A1A1A", - "selectionBackground": "#353535" + "selectionBackground": "#404040" }, "CheckBox": { "background": "#212121", @@ -95,7 +95,7 @@ "disabledBackground": "#212121", "disabledForeground": "#474747", "foreground": "#B0BEC5", - "selectionBackground": "#353535", + "selectionBackground": "#404040", "selectionForeground": "#FFFFFF" }, "CodeWithMe": { @@ -141,8 +141,8 @@ "selectedGrayedForeground": "#FFFFFF", "selectionGrayForeground": "#FFFFFF", "selectionInactiveInfoForeground": "#727272", - "selectionInactiveBackground": "#35353550", - "selectionBackground": "#35353580", + "selectionInactiveBackground": "#404040", + "selectionBackground": "#404040", "selectionForeground": "#FFFFFF", "selectionInfoForeground": "#FFFFFF" }, @@ -213,7 +213,7 @@ "foreground": "#B0BEC5", "inactiveBackground": "#212121", "inactiveForeground": "#474747", - "selectionBackground": "#353535", + "selectionBackground": "#404040", "selectionForeground": "#FFFFFF" }, "EditorTabs": { @@ -325,12 +325,12 @@ "List": { "background": "#292929", "foreground": "#B0BEC5", - "hoverBackground": "#32323270", + "hoverBackground": "#323232C0", "hoverInactiveBackground": "#323232", - "selectionBackground": "#35353550", + "selectionBackground": "#404040", "selectionForeground": "#FFFFFF", "selectionInactiveForeground": "#FFFFFF", - "selectionInactiveBackground": "#32323270" + "selectionInactiveBackground": "#323232C0" }, "material": { "background": "#212121", @@ -358,7 +358,7 @@ "disabledBackground": "#292929", "disabledForeground": "#474747", "foreground": "#B0BEC5", - "selectionBackground": "#353535", + "selectionBackground": "#404040", "selectionForeground": "#FFFFFF", "separatorColor": "#292929" }, @@ -369,7 +369,7 @@ "disabledForeground": "#474747", "foreground": "#B0BEC5", "highlight": "#212121", - "selectionBackground": "#353535", + "selectionBackground": "#404040", "selectionForeground": "#FFFFFF", "shadow": "#1A1A1A" }, @@ -381,7 +381,7 @@ "disabledBackground": "#212121", "disabledForeground": "#474747", "foreground": "#B0BEC5", - "selectionBackground": "#353535", + "selectionBackground": "#404040", "selectionForeground": "#FFFFFF" }, "NavBar": { @@ -455,10 +455,10 @@ "background": "#212121", "disabledForeground": "#474747", "eapTagBackground": "#3F3F3F", - "hoverBackground": "#32323270", + "hoverBackground": "#323232C0", "lightSelectionBackground": "#323232", "paidTagBackground": "#3F3F3F", - "selectionBackground": "#353535", + "selectionBackground": "#404040", "tagForeground": "#FF9800", "tagBackground": "#3F3F3F", "trialTagBackground": "#3F3F3F", @@ -541,7 +541,7 @@ "disabledBackground": "#212121", "disabledForeground": "#474747", "foreground": "#B0BEC5", - "selectionBackground": "#353535", + "selectionBackground": "#404040", "selectionForeground": "#FFFFFF" }, "ScreenView.borderColor": "#292929", @@ -694,7 +694,7 @@ "foreground": "#B0BEC5", "gridColor": "#212121", "highlightOuter": "#323232", - "hoverBackground": "#32323270", + "hoverBackground": "#323232C0", "hoverInactiveBackground": "#323232", "lightSelectionForeground": "#FFFFFF", "lightSelectionInactiveForeground": "#727272", @@ -811,14 +811,14 @@ "background": "#1A1A1A", "foreground": "#727272", "hash": "#292929", - "hoverBackground": "#32323270", + "hoverBackground": "#323232C0", "hoverInactiveBackground": "#323232", "modifiedItemForeground": "#FF9800", "rowHeight": 28, - "selectionBackground": "#32323270", + "selectionBackground": "#323232C0", "selectionForeground": "#FFFFFF", "selectionInactiveForeground": "#FFFFFF", - "selectionInactiveBackground": "#32323270", + "selectionInactiveBackground": "#323232C0", "textBackground": "#1A1A1A" }, "Tree.leftChildIndent": 10, @@ -843,14 +843,14 @@ "Canvas.background": "#1A1A1A", "highStroke.foreground": "#B0BEC5", "Label.foreground": "#727272", - "List.selectionBackground": "#32323270", + "List.selectionBackground": "#323232C0", "motion": { "borderColor": "#292929", "Component.foreground": "#B0BEC5", "ConstraintSetText.foreground": "#727272", "ConstraintSet.background": "#292929", - "CSPanel.SelectedFocusBackground": "#353535", - "CSPanel.SelectedBackground": "#32323270", + "CSPanel.SelectedFocusBackground": "#404040", + "CSPanel.SelectedBackground": "#323232C0", "cs_FocusText.infoForeground": "#727272", "CursorTextColor.foreground": "#B0BEC5", "HoverColor.disabledBackground": "#474747", @@ -915,7 +915,7 @@ "Log": { "Commit.unmatchedForeground": "#727272", "Commit.currentBranchBackground": "#292929", - "Commit.hoveredBackground": "#32323270" + "Commit.hoveredBackground": "#323232C0" }, "RefLabel": { "foreground": "#FFFFFF", @@ -944,7 +944,7 @@ "actions.background": "#1A1A1A", "actions.selectionBackground": "#3F3F3F", "background": "#292929", - "selectionBackground": "#353535", + "selectionBackground": "#404040", "selectionInactiveBackground": "#292929" } }, 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 ee3950e2..0fec20d8 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 @@ -23,7 +23,7 @@ "inactiveBackground": "#323232", "inactiveForeground": "#727272", "infoForeground": "#727272", - "selectionBackground": "#353535", + "selectionBackground": "#404040", "selectionBackgroundInactive": "#292929", "selectionForeground": "#FFFFFF", "selectionInactiveBackground": "#292929", @@ -39,7 +39,7 @@ "pressedBorderColor": "#FF980050" }, "Autocomplete": { - "selectionBackground": "#353535" + "selectionBackground": "#404040" }, "Borders.ContrastBorderColor": "#212121", "Borders.color": "#292929", @@ -80,7 +80,7 @@ }, "Content": { "background": "#1A1A1A", - "selectionBackground": "#353535" + "selectionBackground": "#404040" }, "CheckBox": { "background": "#212121", @@ -95,7 +95,7 @@ "disabledBackground": "#212121", "disabledForeground": "#474747", "foreground": "#B0BEC5", - "selectionBackground": "#353535", + "selectionBackground": "#404040", "selectionForeground": "#FFFFFF" }, "CodeWithMe": { @@ -141,8 +141,8 @@ "selectedGrayedForeground": "#FFFFFF", "selectionGrayForeground": "#FFFFFF", "selectionInactiveInfoForeground": "#727272", - "selectionInactiveBackground": "#35353550", - "selectionBackground": "#35353580", + "selectionInactiveBackground": "#404040", + "selectionBackground": "#404040", "selectionForeground": "#FFFFFF", "selectionInfoForeground": "#FFFFFF" }, @@ -213,7 +213,7 @@ "foreground": "#B0BEC5", "inactiveBackground": "#212121", "inactiveForeground": "#474747", - "selectionBackground": "#353535", + "selectionBackground": "#404040", "selectionForeground": "#FFFFFF" }, "EditorTabs": { @@ -325,12 +325,12 @@ "List": { "background": "#292929", "foreground": "#B0BEC5", - "hoverBackground": "#32323270", + "hoverBackground": "#323232C0", "hoverInactiveBackground": "#323232", - "selectionBackground": "#35353550", + "selectionBackground": "#404040", "selectionForeground": "#FFFFFF", "selectionInactiveForeground": "#FFFFFF", - "selectionInactiveBackground": "#32323270" + "selectionInactiveBackground": "#323232C0" }, "material": { "background": "#212121", @@ -358,7 +358,7 @@ "disabledBackground": "#292929", "disabledForeground": "#474747", "foreground": "#B0BEC5", - "selectionBackground": "#353535", + "selectionBackground": "#404040", "selectionForeground": "#FFFFFF", "separatorColor": "#292929" }, @@ -369,7 +369,7 @@ "disabledForeground": "#474747", "foreground": "#B0BEC5", "highlight": "#212121", - "selectionBackground": "#353535", + "selectionBackground": "#404040", "selectionForeground": "#FFFFFF", "shadow": "#212121" }, @@ -381,7 +381,7 @@ "disabledBackground": "#212121", "disabledForeground": "#474747", "foreground": "#B0BEC5", - "selectionBackground": "#353535", + "selectionBackground": "#404040", "selectionForeground": "#FFFFFF" }, "NavBar": { @@ -455,10 +455,10 @@ "background": "#212121", "disabledForeground": "#474747", "eapTagBackground": "#3F3F3F", - "hoverBackground": "#32323270", + "hoverBackground": "#323232C0", "lightSelectionBackground": "#323232", "paidTagBackground": "#3F3F3F", - "selectionBackground": "#353535", + "selectionBackground": "#404040", "tagForeground": "#FF9800", "tagBackground": "#3F3F3F", "trialTagBackground": "#3F3F3F", @@ -541,7 +541,7 @@ "disabledBackground": "#212121", "disabledForeground": "#474747", "foreground": "#B0BEC5", - "selectionBackground": "#353535", + "selectionBackground": "#404040", "selectionForeground": "#FFFFFF" }, "ScreenView.borderColor": "#292929", @@ -694,7 +694,7 @@ "foreground": "#B0BEC5", "gridColor": "#212121", "highlightOuter": "#323232", - "hoverBackground": "#32323270", + "hoverBackground": "#323232C0", "hoverInactiveBackground": "#323232", "lightSelectionForeground": "#FFFFFF", "lightSelectionInactiveForeground": "#727272", @@ -811,14 +811,14 @@ "background": "#212121", "foreground": "#727272", "hash": "#292929", - "hoverBackground": "#32323270", + "hoverBackground": "#323232C0", "hoverInactiveBackground": "#323232", "modifiedItemForeground": "#FF9800", "rowHeight": 28, - "selectionBackground": "#32323270", + "selectionBackground": "#323232C0", "selectionForeground": "#FFFFFF", "selectionInactiveForeground": "#FFFFFF", - "selectionInactiveBackground": "#32323270", + "selectionInactiveBackground": "#323232C0", "textBackground": "#212121" }, "Tree.leftChildIndent": 10, @@ -843,14 +843,14 @@ "Canvas.background": "#1A1A1A", "highStroke.foreground": "#B0BEC5", "Label.foreground": "#727272", - "List.selectionBackground": "#32323270", + "List.selectionBackground": "#323232C0", "motion": { "borderColor": "#292929", "Component.foreground": "#B0BEC5", "ConstraintSetText.foreground": "#727272", "ConstraintSet.background": "#292929", - "CSPanel.SelectedFocusBackground": "#353535", - "CSPanel.SelectedBackground": "#32323270", + "CSPanel.SelectedFocusBackground": "#404040", + "CSPanel.SelectedBackground": "#323232C0", "cs_FocusText.infoForeground": "#727272", "CursorTextColor.foreground": "#B0BEC5", "HoverColor.disabledBackground": "#474747", @@ -915,7 +915,7 @@ "Log": { "Commit.unmatchedForeground": "#727272", "Commit.currentBranchBackground": "#292929", - "Commit.hoveredBackground": "#32323270" + "Commit.hoveredBackground": "#323232C0" }, "RefLabel": { "foreground": "#FFFFFF", @@ -944,7 +944,7 @@ "actions.background": "#1A1A1A", "actions.selectionBackground": "#3F3F3F", "background": "#292929", - "selectionBackground": "#353535", + "selectionBackground": "#404040", "selectionInactiveBackground": "#292929" } }, 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 54aa149f..b1fcd769 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 @@ -23,7 +23,7 @@ "inactiveBackground": "#292D3E", "inactiveForeground": "#4B526D", "infoForeground": "#4B526D", - "selectionBackground": "#232632", + "selectionBackground": "#717CB480", "selectionBackgroundInactive": "#181A1F", "selectionForeground": "#FFFFFF", "selectionInactiveBackground": "#181A1F", @@ -39,7 +39,7 @@ "pressedBorderColor": "#84ffff50" }, "Autocomplete": { - "selectionBackground": "#232632" + "selectionBackground": "#717CB480" }, "Borders.ContrastBorderColor": "#0F111A", "Borders.color": "#0F111A", @@ -80,7 +80,7 @@ }, "Content": { "background": "#090B10", - "selectionBackground": "#232632" + "selectionBackground": "#717CB480" }, "CheckBox": { "background": "#0F111A", @@ -95,7 +95,7 @@ "disabledBackground": "#0F111A", "disabledForeground": "#464B5D", "foreground": "#8F93A2", - "selectionBackground": "#232632", + "selectionBackground": "#717CB480", "selectionForeground": "#FFFFFF" }, "CodeWithMe": { @@ -141,8 +141,8 @@ "selectedGrayedForeground": "#FFFFFF", "selectionGrayForeground": "#FFFFFF", "selectionInactiveInfoForeground": "#4B526D", - "selectionInactiveBackground": "#23263250", - "selectionBackground": "#23263280", + "selectionInactiveBackground": "#717CB480", + "selectionBackground": "#717CB480", "selectionForeground": "#FFFFFF", "selectionInfoForeground": "#FFFFFF" }, @@ -213,7 +213,7 @@ "foreground": "#8F93A2", "inactiveBackground": "#0F111A", "inactiveForeground": "#464B5D", - "selectionBackground": "#232632", + "selectionBackground": "#717CB480", "selectionForeground": "#FFFFFF" }, "EditorTabs": { @@ -325,12 +325,12 @@ "List": { "background": "#181A1F", "foreground": "#8F93A2", - "hoverBackground": "#717CB416", + "hoverBackground": "#717CB430", "hoverInactiveBackground": "#1A1C25", - "selectionBackground": "#23263250", + "selectionBackground": "#717CB480", "selectionForeground": "#FFFFFF", "selectionInactiveForeground": "#FFFFFF", - "selectionInactiveBackground": "#717CB416" + "selectionInactiveBackground": "#717CB430" }, "material": { "background": "#0F111A", @@ -358,7 +358,7 @@ "disabledBackground": "#181A1F", "disabledForeground": "#464B5D", "foreground": "#8F93A2", - "selectionBackground": "#232632", + "selectionBackground": "#717CB480", "selectionForeground": "#FFFFFF", "separatorColor": "#0F111A" }, @@ -369,7 +369,7 @@ "disabledForeground": "#464B5D", "foreground": "#8F93A2", "highlight": "#0F111A", - "selectionBackground": "#232632", + "selectionBackground": "#717CB480", "selectionForeground": "#FFFFFF", "shadow": "#090B10" }, @@ -381,7 +381,7 @@ "disabledBackground": "#0F111A", "disabledForeground": "#464B5D", "foreground": "#8F93A2", - "selectionBackground": "#232632", + "selectionBackground": "#717CB480", "selectionForeground": "#FFFFFF" }, "NavBar": { @@ -455,10 +455,10 @@ "background": "#0F111A", "disabledForeground": "#464B5D", "eapTagBackground": "#1F2233", - "hoverBackground": "#717CB416", + "hoverBackground": "#717CB430", "lightSelectionBackground": "#1A1C25", "paidTagBackground": "#1F2233", - "selectionBackground": "#232632", + "selectionBackground": "#717CB480", "tagForeground": "#84ffff", "tagBackground": "#1F2233", "trialTagBackground": "#1F2233", @@ -541,7 +541,7 @@ "disabledBackground": "#0F111A", "disabledForeground": "#464B5D", "foreground": "#8F93A2", - "selectionBackground": "#232632", + "selectionBackground": "#717CB480", "selectionForeground": "#FFFFFF" }, "ScreenView.borderColor": "#0F111A", @@ -694,7 +694,7 @@ "foreground": "#8F93A2", "gridColor": "#0F111A", "highlightOuter": "#1A1C25", - "hoverBackground": "#717CB416", + "hoverBackground": "#717CB430", "hoverInactiveBackground": "#1A1C25", "lightSelectionForeground": "#FFFFFF", "lightSelectionInactiveForeground": "#4B526D", @@ -811,14 +811,14 @@ "background": "#090B10", "foreground": "#4B526D", "hash": "#0F111A", - "hoverBackground": "#717CB416", + "hoverBackground": "#717CB430", "hoverInactiveBackground": "#1A1C25", "modifiedItemForeground": "#84ffff", "rowHeight": 28, - "selectionBackground": "#717CB416", + "selectionBackground": "#717CB430", "selectionForeground": "#FFFFFF", "selectionInactiveForeground": "#FFFFFF", - "selectionInactiveBackground": "#717CB416", + "selectionInactiveBackground": "#717CB430", "textBackground": "#090B10" }, "Tree.leftChildIndent": 10, @@ -843,14 +843,14 @@ "Canvas.background": "#090B10", "highStroke.foreground": "#8F93A2", "Label.foreground": "#4B526D", - "List.selectionBackground": "#717CB416", + "List.selectionBackground": "#717CB430", "motion": { "borderColor": "#0F111A", "Component.foreground": "#8F93A2", "ConstraintSetText.foreground": "#4B526D", "ConstraintSet.background": "#181A1F", - "CSPanel.SelectedFocusBackground": "#232632", - "CSPanel.SelectedBackground": "#717CB416", + "CSPanel.SelectedFocusBackground": "#717CB480", + "CSPanel.SelectedBackground": "#717CB430", "cs_FocusText.infoForeground": "#4B526D", "CursorTextColor.foreground": "#8F93A2", "HoverColor.disabledBackground": "#464B5D", @@ -915,7 +915,7 @@ "Log": { "Commit.unmatchedForeground": "#4B526D", "Commit.currentBranchBackground": "#181A1F", - "Commit.hoveredBackground": "#717CB416" + "Commit.hoveredBackground": "#717CB430" }, "RefLabel": { "foreground": "#FFFFFF", @@ -944,7 +944,7 @@ "actions.background": "#090B10", "actions.selectionBackground": "#1F2233", "background": "#181A1F", - "selectionBackground": "#232632", + "selectionBackground": "#717CB480", "selectionInactiveBackground": "#181A1F" } }, 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 83103f96..027b543c 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 @@ -23,7 +23,7 @@ "inactiveBackground": "#292D3E", "inactiveForeground": "#4B526D", "infoForeground": "#4B526D", - "selectionBackground": "#232632", + "selectionBackground": "#717CB480", "selectionBackgroundInactive": "#181A1F", "selectionForeground": "#FFFFFF", "selectionInactiveBackground": "#181A1F", @@ -39,7 +39,7 @@ "pressedBorderColor": "#84ffff50" }, "Autocomplete": { - "selectionBackground": "#232632" + "selectionBackground": "#717CB480" }, "Borders.ContrastBorderColor": "#0F111A", "Borders.color": "#0F111A", @@ -80,7 +80,7 @@ }, "Content": { "background": "#090B10", - "selectionBackground": "#232632" + "selectionBackground": "#717CB480" }, "CheckBox": { "background": "#0F111A", @@ -95,7 +95,7 @@ "disabledBackground": "#0F111A", "disabledForeground": "#464B5D", "foreground": "#8F93A2", - "selectionBackground": "#232632", + "selectionBackground": "#717CB480", "selectionForeground": "#FFFFFF" }, "CodeWithMe": { @@ -141,8 +141,8 @@ "selectedGrayedForeground": "#FFFFFF", "selectionGrayForeground": "#FFFFFF", "selectionInactiveInfoForeground": "#4B526D", - "selectionInactiveBackground": "#23263250", - "selectionBackground": "#23263280", + "selectionInactiveBackground": "#717CB480", + "selectionBackground": "#717CB480", "selectionForeground": "#FFFFFF", "selectionInfoForeground": "#FFFFFF" }, @@ -213,7 +213,7 @@ "foreground": "#8F93A2", "inactiveBackground": "#0F111A", "inactiveForeground": "#464B5D", - "selectionBackground": "#232632", + "selectionBackground": "#717CB480", "selectionForeground": "#FFFFFF" }, "EditorTabs": { @@ -325,12 +325,12 @@ "List": { "background": "#181A1F", "foreground": "#8F93A2", - "hoverBackground": "#717CB416", + "hoverBackground": "#717CB430", "hoverInactiveBackground": "#1A1C25", - "selectionBackground": "#23263250", + "selectionBackground": "#717CB480", "selectionForeground": "#FFFFFF", "selectionInactiveForeground": "#FFFFFF", - "selectionInactiveBackground": "#717CB416" + "selectionInactiveBackground": "#717CB430" }, "material": { "background": "#0F111A", @@ -358,7 +358,7 @@ "disabledBackground": "#181A1F", "disabledForeground": "#464B5D", "foreground": "#8F93A2", - "selectionBackground": "#232632", + "selectionBackground": "#717CB480", "selectionForeground": "#FFFFFF", "separatorColor": "#0F111A" }, @@ -369,7 +369,7 @@ "disabledForeground": "#464B5D", "foreground": "#8F93A2", "highlight": "#0F111A", - "selectionBackground": "#232632", + "selectionBackground": "#717CB480", "selectionForeground": "#FFFFFF", "shadow": "#0F111A" }, @@ -381,7 +381,7 @@ "disabledBackground": "#0F111A", "disabledForeground": "#464B5D", "foreground": "#8F93A2", - "selectionBackground": "#232632", + "selectionBackground": "#717CB480", "selectionForeground": "#FFFFFF" }, "NavBar": { @@ -455,10 +455,10 @@ "background": "#0F111A", "disabledForeground": "#464B5D", "eapTagBackground": "#1F2233", - "hoverBackground": "#717CB416", + "hoverBackground": "#717CB430", "lightSelectionBackground": "#1A1C25", "paidTagBackground": "#1F2233", - "selectionBackground": "#232632", + "selectionBackground": "#717CB480", "tagForeground": "#84ffff", "tagBackground": "#1F2233", "trialTagBackground": "#1F2233", @@ -541,7 +541,7 @@ "disabledBackground": "#0F111A", "disabledForeground": "#464B5D", "foreground": "#8F93A2", - "selectionBackground": "#232632", + "selectionBackground": "#717CB480", "selectionForeground": "#FFFFFF" }, "ScreenView.borderColor": "#0F111A", @@ -694,7 +694,7 @@ "foreground": "#8F93A2", "gridColor": "#0F111A", "highlightOuter": "#1A1C25", - "hoverBackground": "#717CB416", + "hoverBackground": "#717CB430", "hoverInactiveBackground": "#1A1C25", "lightSelectionForeground": "#FFFFFF", "lightSelectionInactiveForeground": "#4B526D", @@ -811,14 +811,14 @@ "background": "#0F111A", "foreground": "#4B526D", "hash": "#0F111A", - "hoverBackground": "#717CB416", + "hoverBackground": "#717CB430", "hoverInactiveBackground": "#1A1C25", "modifiedItemForeground": "#84ffff", "rowHeight": 28, - "selectionBackground": "#717CB416", + "selectionBackground": "#717CB430", "selectionForeground": "#FFFFFF", "selectionInactiveForeground": "#FFFFFF", - "selectionInactiveBackground": "#717CB416", + "selectionInactiveBackground": "#717CB430", "textBackground": "#0F111A" }, "Tree.leftChildIndent": 10, @@ -843,14 +843,14 @@ "Canvas.background": "#090B10", "highStroke.foreground": "#8F93A2", "Label.foreground": "#4B526D", - "List.selectionBackground": "#717CB416", + "List.selectionBackground": "#717CB430", "motion": { "borderColor": "#0F111A", "Component.foreground": "#8F93A2", "ConstraintSetText.foreground": "#4B526D", "ConstraintSet.background": "#181A1F", - "CSPanel.SelectedFocusBackground": "#232632", - "CSPanel.SelectedBackground": "#717CB416", + "CSPanel.SelectedFocusBackground": "#717CB480", + "CSPanel.SelectedBackground": "#717CB430", "cs_FocusText.infoForeground": "#4B526D", "CursorTextColor.foreground": "#8F93A2", "HoverColor.disabledBackground": "#464B5D", @@ -915,7 +915,7 @@ "Log": { "Commit.unmatchedForeground": "#4B526D", "Commit.currentBranchBackground": "#181A1F", - "Commit.hoveredBackground": "#717CB416" + "Commit.hoveredBackground": "#717CB430" }, "RefLabel": { "foreground": "#FFFFFF", @@ -944,7 +944,7 @@ "actions.background": "#090B10", "actions.selectionBackground": "#1F2233", "background": "#181A1F", - "selectionBackground": "#232632", + "selectionBackground": "#717CB480", "selectionInactiveBackground": "#181A1F" } }, 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 0b0f96fe..a57e55a6 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 @@ -14,19 +14,19 @@ "acceleratorSelectionForeground": "#94A7B0", "background": "#FAFAFA", "borderColor": "#d3e1e8", - "disabledBackground": "#eae8e8", + "disabledBackground": "#CCD7DA50", "disabledForeground": "#D2D4D5", "disabledText": "#D2D4D5", "focusColor": "#E7E7E8", "focusedBorderColor": "#00BCD4", "foreground": "#546E7A", - "inactiveBackground": "#eae8e8", + "inactiveBackground": "#CCD7DA50", "inactiveForeground": "#94A7B0", "infoForeground": "#94A7B0", - "selectionBackground": "#80CBC4", - "selectionBackgroundInactive": "#eae8e8", + "selectionBackground": "#80CBC440", + "selectionBackgroundInactive": "#FFFFFF", "selectionForeground": "#546e7a", - "selectionInactiveBackground": "#eae8e8", + "selectionInactiveBackground": "#FFFFFF", "separatorColor": "#d3e1e8" }, "activeCaption": "#FAFAFA", @@ -39,7 +39,7 @@ "pressedBorderColor": "#00BCD450" }, "Autocomplete": { - "selectionBackground": "#80CBC4" + "selectionBackground": "#80CBC440" }, "Borders.ContrastBorderColor": "#FAFAFA", "Borders.color": "#d3e1e8", @@ -49,7 +49,7 @@ "default": { "endBackground": "#E7E7E8", "endBorderColor": "#E7E7E8", - "foreground": "#546e7a", + "foreground": "#272727", "focusColor": "#00BCD4", "focusedBorderColor": "#00BCD4", "shadowColor": "#E7E7E8", @@ -79,8 +79,8 @@ "Tooltip.background": "#eae8e8" }, "Content": { - "background": "#F4F4F4", - "selectionBackground": "#80CBC4" + "background": "#EEEEEE", + "selectionBackground": "#80CBC440" }, "CheckBox": { "background": "#FAFAFA", @@ -95,14 +95,14 @@ "disabledBackground": "#FAFAFA", "disabledForeground": "#D2D4D5", "foreground": "#546E7A", - "selectionBackground": "#80CBC4", - "selectionForeground": "#546e7a" + "selectionBackground": "#80CBC440", + "selectionForeground": "#272727" }, "CodeWithMe": { "Avatar.foreground": "#546E7A", "AccessEnabled": { "accessDot": "#00BCD4", - "dropdownBorder": "#eae8e8", + "dropdownBorder": "#FFFFFF", "pillBackground": "$second" } }, @@ -119,20 +119,20 @@ "iconColor": "#546E7A", "nonEditableBackground": "#FAFAFA" }, - "background": "#F4F4F4", + "background": "#EEEEEE", "buttonBackground": "#F3F4F5", "darcula.hoveredArrowButtonForeground": "#00BCD4", "disabledForeground": "#D2D4D5", "foreground": "#546E7A", "modifiedItemForeground": "#00BCD4", - "nonEditableBackground": "#eae8e8", + "nonEditableBackground": "#FFFFFF", "padding": "5,5,5,5", "selectionBackground": "#E7E7E8", - "selectionForeground": "#546e7a" + "selectionForeground": "#272727" }, "ComboPopup.border": "#d3e1e8", "CompletionPopup": { - "background": "#eae8e8", + "background": "#FFFFFF", "foreground": "#546E7A", "infoForeground": "#94A7B0", "matchForeground": "#00BCD4", @@ -141,8 +141,8 @@ "selectedGrayedForeground": "#546e7a", "selectionGrayForeground": "#546e7a", "selectionInactiveInfoForeground": "#94A7B0", - "selectionInactiveBackground": "#80CBC450", - "selectionBackground": "#80CBC480", + "selectionInactiveBackground": "#80CBC440", + "selectionBackground": "#80CBC440", "selectionForeground": "#546e7a", "selectionInfoForeground": "#546e7a" }, @@ -184,12 +184,12 @@ "background": "#FAFAFA", "borderColor": "#FAFAFA", "hoverBackground": "#E7E7E8", - "hoverColor": "#F4F4F4", + "hoverColor": "#EEEEEE", "hoverMaskColor": "#E7E7E8", "inactiveColoredTabBackground": "#FAFAFA", "inactiveColoredFileBackground": "#F3F4F5", "inactiveUnderlineColor": "#00BCD4", - "inactiveMaskColor": "#F4F4F4", + "inactiveMaskColor": "#EEEEEE", "underlineColor": "#00BCD4", "underlinedTabBackground": "#E7E7E8", "underlinedTabForeground": "#546e7a" @@ -203,21 +203,21 @@ "areaForeground": "#546E7A" }, "Editor": { - "background": "#F4F4F4", + "background": "#EEEEEE", "foreground": "#546E7A", "shortcutForeground": "#94A7B0" }, "EditorPane": { - "background": "#F4F4F4", + "background": "#EEEEEE", "caretForeground": "#00BCD4", "foreground": "#546E7A", "inactiveBackground": "#FAFAFA", "inactiveForeground": "#D2D4D5", - "selectionBackground": "#80CBC4", - "selectionForeground": "#546e7a" + "selectionBackground": "#80CBC440", + "selectionForeground": "#272727" }, "EditorTabs": { - "borderColor": "#eae8e8", + "borderColor": "#FFFFFF", "hoverBackground": "#E7E7E8", "hoverColor": "#E7E7E8", "hoverMaskColor": "#E7E7E8", @@ -232,7 +232,7 @@ }, "EditorGroupsTabs": { "background": "#FAFAFA", - "borderColor": "#eae8e8", + "borderColor": "#FFFFFF", "hoverBackground": "#E7E7E8", "hoverColor": "#E7E7E8", "inactiveUnderlineColor": "#00BCD4", @@ -243,7 +243,7 @@ "FileColor": { "Green": "#387002", "Blue": "#004BA0", - "Yellow": "#eae8e8", + "Yellow": "#CCD7DA50", "Orange": "#B53D00", "Violet": "#4D2C91", "Rose": "#A00037" @@ -260,12 +260,12 @@ }, "Focus.color": "#d3e1e8", "FormattedTextField": { - "background": "#F4F4F4", + "background": "#EEEEEE", "caretForeground": "#00BCD4", "foreground": "#546E7A", "inactiveBackground": "#F3F4F5", "inactiveForeground": "#D2D4D5", - "selectionForeground": "#546e7a", + "selectionForeground": "#272727", "selectionBackground": "#E7E7E8" }, "GotItTooltip.borderColor": "#eae8e8", @@ -279,7 +279,7 @@ }, "HeaderColor": { "active": "#FAFAFA", - "inactive": "#F4F4F4" + "inactive": "#EEEEEE" }, "HelpTooltip": { "background": "#FAFAFA", @@ -289,7 +289,7 @@ "shortcutForeground": "#94A7B0" }, "Hyperlink.linkColor": "#00BCD4", - "inactiveCaption": "#eae8e8", + "inactiveCaption": "#FFFFFF", "inactiveCaptionBorder": "#FAFAFA", "inactiveCaptionText": "#94A7B0", "info": "#94A7B0", @@ -311,7 +311,7 @@ "disabledText": "#D2D4D5", "foreground": "#546E7A", "infoForeground": "#94A7B0", - "selectedForeground": "#546e7a", + "selectedForeground": "#272727", "selectedDisabledForeground": "#546E7A" }, "Link": { @@ -323,19 +323,19 @@ }, "link.foreground": "#00BCD4", "List": { - "background": "#eae8e8", + "background": "#FFFFFF", "foreground": "#546E7A", - "hoverBackground": "#80CBC480", + "hoverBackground": "#80CBC440", "hoverInactiveBackground": "#E7E7E8", - "selectionBackground": "#80CBC450", + "selectionBackground": "#80CBC440", "selectionForeground": "#546e7a", - "selectionInactiveForeground": "#546e7a", - "selectionInactiveBackground": "#80CBC480" + "selectionInactiveForeground": "#272727", + "selectionInactiveBackground": "#80CBC440" }, "material": { "background": "#FAFAFA", "branchColor": "#546E7A", - "contrast": "#F4F4F4", + "contrast": "#EEEEEE", "foreground": "#546E7A", "mergeCommits": "#F3F4F5", "primaryColor": "#94A7B0", @@ -345,7 +345,7 @@ "tagColor": "#94A7B0" }, "MemoryIndicator": { - "allocatedBackground": "#eae8e8", + "allocatedBackground": "#FFFFFF", "usedColor": "#E7E7E8", "usedBackground": "#E7E7E8" }, @@ -354,24 +354,24 @@ "acceleratorSelectionForeground": "#546e7a", "background": "#FAFAFA", "border": "4,2,4,2", - "borderColor": "#eae8e8", - "disabledBackground": "#eae8e8", + "borderColor": "#FFFFFF", + "disabledBackground": "#FFFFFF", "disabledForeground": "#D2D4D5", "foreground": "#546E7A", - "selectionBackground": "#80CBC4", + "selectionBackground": "#80CBC440", "selectionForeground": "#546e7a", "separatorColor": "#d3e1e8" }, "MenuBar": { - "background": "#F4F4F4", + "background": "#EEEEEE", "borderColor": "#FAFAFA", "disabledBackground": "#FAFAFA", "disabledForeground": "#D2D4D5", "foreground": "#546E7A", "highlight": "#FAFAFA", - "selectionBackground": "#80CBC4", + "selectionBackground": "#80CBC440", "selectionForeground": "#546e7a", - "shadow": "#F4F4F4" + "shadow": "#EEEEEE" }, "MenuItem": { "acceleratorForeground": "#94A7B0", @@ -381,7 +381,7 @@ "disabledBackground": "#FAFAFA", "disabledForeground": "#D2D4D5", "foreground": "#546E7A", - "selectionBackground": "#80CBC4", + "selectionBackground": "#80CBC440", "selectionForeground": "#546e7a" }, "NavBar": { @@ -393,7 +393,7 @@ "background": "#FAFAFA" }, "SearchField": { - "background": "#F4F4F4" + "background": "#EEEEEE" } }, "NewPSD.warning": "#00BCD4", @@ -433,7 +433,7 @@ "foreground": "#546E7A" }, "ParameterInfo": { - "background": "#eae8e8", + "background": "#FFFFFF", "borderColor": "#E7E7E8", "currentOverloadBackground": "#E7E7E8", "currentParameterForeground": "#00BCD4", @@ -443,22 +443,22 @@ "lineSeparatorColor": "#E7E7E8" }, "PasswordField": { - "background": "#F4F4F4", + "background": "#EEEEEE", "capsLockIconColor": "#00BCD4", "caretForeground": "#00BCD4", "foreground": "#546E7A", "inactiveForeground": "#D2D4D5", "selectionBackground": "#E7E7E8", - "selectionForeground": "#546e7a" + "selectionForeground": "#272727" }, "Plugins": { "background": "#FAFAFA", "disabledForeground": "#D2D4D5", "eapTagBackground": "#E7E7E8", - "hoverBackground": "#80CBC480", + "hoverBackground": "#80CBC440", "lightSelectionBackground": "#E7E7E8", "paidTagBackground": "#E7E7E8", - "selectionBackground": "#80CBC4", + "selectionBackground": "#80CBC440", "tagForeground": "#00BCD4", "tagBackground": "#E7E7E8", "trialTagBackground": "#E7E7E8", @@ -474,11 +474,11 @@ "updateForeground": "#546E7A" }, "SearchField": { - "background": "#F4F4F4", + "background": "#EEEEEE", "borderColor": "#d3e1e8" }, "SectionHeader": { - "background": "#eae8e8", + "background": "#FFFFFF", "foreground": "#546E7A" }, "Tab": { @@ -493,20 +493,20 @@ "borderColor": "#FAFAFA", "foreground": "#00BCD4" }, - "borderColor": "#F4F4F4", + "borderColor": "#EEEEEE", "inactiveBorderColor": "#FAFAFA", - "innerBorderColor": "#eae8e8", + "innerBorderColor": "#FFFFFF", "Header": { "activeBackground": "#FAFAFA", - "inactiveBackground": "#F4F4F4" + "inactiveBackground": "#EEEEEE" }, "paintBorder": true, "separatorForeground": "#546E7A", - "separatorColor": "#eae8e8", + "separatorColor": "#FFFFFF", "Toolbar": { - "Floating.background": "#F4F4F4", - "background": "#F4F4F4", - "borderColor": "#F4F4F4" + "Floating.background": "#EEEEEE", + "background": "#EEEEEE", + "borderColor": "#EEEEEE" } }, "PopupMenu": { @@ -541,7 +541,7 @@ "disabledBackground": "#FAFAFA", "disabledForeground": "#D2D4D5", "foreground": "#546E7A", - "selectionBackground": "#80CBC4", + "selectionBackground": "#80CBC440", "selectionForeground": "#546e7a" }, "ScreenView.borderColor": "#d3e1e8", @@ -581,7 +581,7 @@ }, "SearchEverywhere": { "Advertiser": { - "background": "#F4F4F4", + "background": "#EEEEEE", "foreground": "#94A7B0" }, "Header": { @@ -593,12 +593,12 @@ }, "SearchField": { "background": "#FAFAFA", - "borderColor": "#F4F4F4", + "borderColor": "#EEEEEE", "infoForeground": "#94A7B0" }, "Tab": { - "active.foreground": "#546e7a", - "selectedForeground": "#546e7a", + "active.foreground": "#272727", + "selectedForeground": "#272727", "selectedBackground": "#E7E7E8" } }, @@ -617,12 +617,12 @@ "Repeated.File.Foreground": "#546E7A" }, "Separator": { - "background": "#eae8e8", - "foreground": "#eae8e8", - "separatorColor": "#eae8e8" + "background": "#FFFFFF", + "foreground": "#FFFFFF", + "separatorColor": "#FFFFFF" }, "SidePanel": { - "background": "#F4F4F4" + "background": "#EEEEEE" }, "Slider": { "background": "#FAFAFA", @@ -630,7 +630,7 @@ "buttonColor": "#00BCD4", "foreground": "#546E7A", "majorTickLength": 6, - "tickColor": "#eae8e8", + "tickColor": "#FFFFFF", "trackColor": "#E7E7E8", "trackWidth": 7, "thumb": "#00BCD4" @@ -645,13 +645,13 @@ "background": "#FAFAFA", "border": "3,3,3,3", "foreground": "#546E7A", - "selectionForeground": "#546e7a" + "selectionForeground": "#272727" }, "SplitPane": { "background": "#FAFAFA", - "highlight": "#F4F4F4" + "highlight": "#EEEEEE" }, - "SplitPaneDivider.draggingColor": "#eae8e8", + "SplitPaneDivider.draggingColor": "#FFFFFF", "StatusBar": { "borderColor": "#FAFAFA", "hoverBackground": "#E7E7E8", @@ -671,7 +671,7 @@ "highlight": "#d3e1e8", "hoverColor": "#E7E7E8", "labelShift": 0, - "selectedForeground": "#546e7a", + "selectedForeground": "#272727", "selectedLabelShift": 0, "selectedTabPadInsets": "0,0,0,0", "tabsOverlapBorder": true, @@ -680,9 +680,9 @@ "tabSelectionHeight": 2, "underlineColor": "#00BCD4" }, - "TabbedPane.mt.tab.background": "#F4F4F4", + "TabbedPane.mt.tab.background": "#EEEEEE", "Table": { - "alternativeRowBackground": "#F4F4F4", + "alternativeRowBackground": "#EEEEEE", "background": "#FAFAFA", "cellNoFocusBorder": "10,5,10,5", "focusCellHighlightBorder": "10,5,10,5", @@ -690,63 +690,63 @@ "dropLineColor": "#00BCD4", "dropLineShortColor": "#00BCD4", "focusCellBackground": "#E7E7E8", - "focusCellForeground": "#546e7a", + "focusCellForeground": "#272727", "foreground": "#546E7A", "gridColor": "#FAFAFA", "highlightOuter": "#E7E7E8", - "hoverBackground": "#80CBC480", + "hoverBackground": "#80CBC440", "hoverInactiveBackground": "#E7E7E8", - "lightSelectionForeground": "#546e7a", + "lightSelectionForeground": "#272727", "lightSelectionInactiveForeground": "#94A7B0", - "lightSelectionInactiveBackground": "#eae8e8", + "lightSelectionInactiveBackground": "#FFFFFF", "selectionBackground": "#E7E7E8", - "selectionForeground": "#546e7a", + "selectionForeground": "#272727", "selectionInactiveBackground": "#E7E7E8", "selectionInactiveForeground": "#546e7a", "sortIconColor": "#546E7A", - "stripeColor": "#F4F4F4" + "stripeColor": "#EEEEEE" }, "TableHeader": { "background": "#FAFAFA", "borderColor": "#FAFAFA", - "bottomSeparatorColor": "#eae8e8", + "bottomSeparatorColor": "#FFFFFF", "cellBorder": "4,0,4,0", "disabledForeground": "#D2D4D5", "foreground": "#546E7A", "focusCellBackground": "#E7E7E8", - "focusCellForeground": "#546e7a", + "focusCellForeground": "#272727", "height": 25, - "separatorColor": "#eae8e8" + "separatorColor": "#FFFFFF" }, "text": "#94A7B0", "textInactiveText": "#94A7B0", "textText": "#94A7B0", "TextArea": { - "background": "#F4F4F4", + "background": "#EEEEEE", "caretForeground": "#00BCD4", "foreground": "#546E7A", "inactiveForeground": "#D2D4D5", "selectionBackground": "#E7E7E8", - "selectionForeground": "#546e7a" + "selectionForeground": "#272727" }, "TextField": { - "background": "#F4F4F4", + "background": "#EEEEEE", "caretForeground": "#00BCD4", "foreground": "#546E7A", "inactiveForeground": "#D2D4D5", "selectionBackground": "#E7E7E8", - "selectionForeground": "#546e7a" + "selectionForeground": "#272727" }, "TextPane": { - "background": "#F4F4F4", + "background": "#EEEEEE", "caretForeground": "#00BCD4", "foreground": "#546E7A", "inactiveForeground": "#D2D4D5", "selectionBackground": "#E7E7E8", - "selectionForeground": "#546e7a" + "selectionForeground": "#272727" }, "TitlePane": { - "background": "#F4F4F4", + "background": "#EEEEEE", "Button.hoverBackground": "#E7E7E8", "inactiveBackground": "#FAFAFA", "infoForeground": "#94A7B0", @@ -764,7 +764,7 @@ "onForeground": "#00BCD4" }, "ToolBar": { - "background": "#F4F4F4", + "background": "#EEEEEE", "borderHandleColor": "#94A7B0", "floatingForeground": "#94A7B0", "foreground": "#546E7A" @@ -782,12 +782,12 @@ "ToolWindow": { "Button": { "hoverBackground": "#E7E7E8", - "selectedForeground": "#546e7a", - "selectedBackground": "#F4F4F4" + "selectedForeground": "#272727", + "selectedBackground": "#EEEEEE" }, "Header": { "background": "#FAFAFA", - "borderColor": "#eae8e8", + "borderColor": "#FFFFFF", "inactiveBackground": "#FAFAFA" }, "HeaderCloseButton": { @@ -798,34 +798,34 @@ "hoverBackground": "#E7E7E8", "hoverInactiveBackground": "#E7E7E8", "inactiveUnderlineColor": "#00BCD4", - "selectedBackground": "#F4F4F4", - "selectedInactiveBackground": "#F4F4F4", + "selectedBackground": "#EEEEEE", + "selectedInactiveBackground": "#EEEEEE", "underlineColor": "#00BCD4", "underlinedTabBackground": "#E7E7E8", - "underlinedTabInactiveBackground": "#eae8e8", + "underlinedTabInactiveBackground": "#FFFFFF", "underlinedTabForeground": "#546e7a", "underlinedTabInactiveForeground": "#546E7A" } }, "Tree": { - "background": "#F4F4F4", + "background": "#EEEEEE", "foreground": "#94A7B0", "hash": "#d3e1e8", - "hoverBackground": "#80CBC480", + "hoverBackground": "#80CBC440", "hoverInactiveBackground": "#E7E7E8", "modifiedItemForeground": "#00BCD4", "rowHeight": 28, - "selectionBackground": "#80CBC480", + "selectionBackground": "#80CBC440", "selectionForeground": "#546e7a", "selectionInactiveForeground": "#546e7a", - "selectionInactiveBackground": "#80CBC480", - "textBackground": "#F4F4F4" + "selectionInactiveBackground": "#80CBC440", + "textBackground": "#EEEEEE" }, "Tree.leftChildIndent": 10, "Tree.rightChildIndent": 5, "UIDesigner": { "Activity.borderColor": "#d3e1e8", - "Canvas.background": "#F4F4F4", + "Canvas.background": "#EEEEEE", "ColorPicker": { "background": "#FAFAFA", "foreground": "#546E7A" @@ -840,34 +840,34 @@ "borderColor": "#d3e1e8", "hoverBorderColor": "#E7E7E8" }, - "Canvas.background": "#F4F4F4", + "Canvas.background": "#EEEEEE", "highStroke.foreground": "#546E7A", "Label.foreground": "#94A7B0", - "List.selectionBackground": "#80CBC480", + "List.selectionBackground": "#80CBC440", "motion": { "borderColor": "#d3e1e8", "Component.foreground": "#546E7A", "ConstraintSetText.foreground": "#94A7B0", - "ConstraintSet.background": "#eae8e8", - "CSPanel.SelectedFocusBackground": "#80CBC4", - "CSPanel.SelectedBackground": "#80CBC480", + "ConstraintSet.background": "#FFFFFF", + "CSPanel.SelectedFocusBackground": "#80CBC440", + "CSPanel.SelectedBackground": "#80CBC440", "cs_FocusText.infoForeground": "#94A7B0", "CursorTextColor.foreground": "#546E7A", "HoverColor.disabledBackground": "#D2D4D5", "motionGraph.background": "#FAFAFA", "Notification.background": "#eae8e8", - "ourAvg.background": "#eae8e8", - "ourCS.background": "#eae8e8", + "ourAvg.background": "#FFFFFF", + "ourCS.background": "#FFFFFF", "ourCS_Border.borderColor": "#d3e1e8", "ourCS_TextColor.foreground": "#94A7B0", "ourCS_SelectedFocusBackground.selectionForeground": "#546e7a", "ourCS_SelectedBackground.selectionInactiveBackground": "#E7E7E8", "ourCS_SelectedBorder.pressedBorderColor": "#E7E7E8", "ourML_BarColor.separatorColor": "#d3e1e8", - "PrimaryPanel.background": "#F4F4F4", + "PrimaryPanel.background": "#EEEEEE", "SecondaryPanel.background": "#FAFAFA", "SecondaryPanel.header.foreground": "#94A7B0", - "SecondaryPanel.header.background": "#F4F4F4", + "SecondaryPanel.header.background": "#EEEEEE", "timeLine.disabledBorderColor": "#d3e1e8" }, "Panel": { @@ -905,7 +905,7 @@ }, "HgLog": { "branchIconColor": "#00BCD4", - "bookmarkIconColor": "#546e7a", + "bookmarkIconColor": "#272727", "closedBranchIconColor": "#D2D4D5", "localTagIconColor": "#94A7B0", "mqTagIconColor": "#94A7B0", @@ -914,48 +914,48 @@ }, "Log": { "Commit.unmatchedForeground": "#94A7B0", - "Commit.currentBranchBackground": "#eae8e8", - "Commit.hoveredBackground": "#80CBC480" + "Commit.currentBranchBackground": "#FFFFFF", + "Commit.hoveredBackground": "#80CBC440" }, "RefLabel": { - "foreground": "#546e7a", + "foreground": "#272727", "backgroundBase": "#E7E7E8" } }, "Viewport": { - "background": "#F4F4F4", + "background": "#EEEEEE", "foreground": "#546E7A" }, "WelcomeScreen": { "AssociatedComponent.background": "#FAFAFA", "background": "#FAFAFA", "borderColor": "#FAFAFA", - "captionBackground": "#F4F4F4", + "captionBackground": "#EEEEEE", "captionForeground": "#546E7A", "Details.background": "#FAFAFA", - "footerBackground": "#F4F4F4", + "footerBackground": "#EEEEEE", "footerForeground": "#546E7A", "headerBackground": "#FAFAFA", "headerForeground": "#546E7A", - "List.background": "#F4F4F4", + "List.background": "#EEEEEE", "separatorColor": "#d3e1e8", - "SidePanel.background": "#eae8e8", + "SidePanel.background": "#FFFFFF", "Projects": { - "actions.background": "#F4F4F4", + "actions.background": "#EEEEEE", "actions.selectionBackground": "#E7E7E8", - "background": "#eae8e8", - "selectionBackground": "#80CBC4", - "selectionInactiveBackground": "#eae8e8" + "background": "#FFFFFF", + "selectionBackground": "#80CBC440", + "selectionInactiveBackground": "#FFFFFF" } }, - "window": "#F4F4F4", + "window": "#EEEEEE", "windowBorder": "#d3e1e8", "windowText": "#94A7B0", "Window.border": "#d3e1e8" }, "icons": { "ColorPalette": { - "#43494A": "#F4F4F4", + "#43494A": "#EEEEEE", "#6B6B6B": "#94A7B0", "#A7A7A7": "#FAFAFA", "#3D6185": "#00BCD4", @@ -972,10 +972,10 @@ "Actions.GreyInline.Dark": "#546E7A", "Actions.Red": "#E53935", "Actions.Yellow": "#F6A434", - "Checkbox.Background.Default": "#F4F4F4", - "Checkbox.Background.Default.Dark": "#F4F4F4", - "Checkbox.Background.Disabled": "#eae8e8", - "Checkbox.Background.Disabled.Dark": "#eae8e8", + "Checkbox.Background.Default": "#EEEEEE", + "Checkbox.Background.Default.Dark": "#EEEEEE", + "Checkbox.Background.Disabled": "#CCD7DA50", + "Checkbox.Background.Disabled.Dark": "#CCD7DA50", "Checkbox.Border.Default": "#d3e1e8", "Checkbox.Border.Default.Dark": "#d3e1e8", "Checkbox.Border.Disabled": "#D2D4D5", 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 f26db84f..8f78b75b 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 @@ -14,19 +14,19 @@ "acceleratorSelectionForeground": "#94A7B0", "background": "#FAFAFA", "borderColor": "#d3e1e8", - "disabledBackground": "#eae8e8", + "disabledBackground": "#CCD7DA50", "disabledForeground": "#D2D4D5", "disabledText": "#D2D4D5", "focusColor": "#E7E7E8", "focusedBorderColor": "#00BCD4", "foreground": "#546E7A", - "inactiveBackground": "#eae8e8", + "inactiveBackground": "#CCD7DA50", "inactiveForeground": "#94A7B0", "infoForeground": "#94A7B0", - "selectionBackground": "#80CBC4", - "selectionBackgroundInactive": "#eae8e8", + "selectionBackground": "#80CBC440", + "selectionBackgroundInactive": "#FFFFFF", "selectionForeground": "#546e7a", - "selectionInactiveBackground": "#eae8e8", + "selectionInactiveBackground": "#FFFFFF", "separatorColor": "#d3e1e8" }, "activeCaption": "#FAFAFA", @@ -39,7 +39,7 @@ "pressedBorderColor": "#00BCD450" }, "Autocomplete": { - "selectionBackground": "#80CBC4" + "selectionBackground": "#80CBC440" }, "Borders.ContrastBorderColor": "#FAFAFA", "Borders.color": "#d3e1e8", @@ -49,7 +49,7 @@ "default": { "endBackground": "#E7E7E8", "endBorderColor": "#E7E7E8", - "foreground": "#546e7a", + "foreground": "#272727", "focusColor": "#00BCD4", "focusedBorderColor": "#00BCD4", "shadowColor": "#E7E7E8", @@ -79,8 +79,8 @@ "Tooltip.background": "#eae8e8" }, "Content": { - "background": "#F4F4F4", - "selectionBackground": "#80CBC4" + "background": "#EEEEEE", + "selectionBackground": "#80CBC440" }, "CheckBox": { "background": "#FAFAFA", @@ -95,14 +95,14 @@ "disabledBackground": "#FAFAFA", "disabledForeground": "#D2D4D5", "foreground": "#546E7A", - "selectionBackground": "#80CBC4", - "selectionForeground": "#546e7a" + "selectionBackground": "#80CBC440", + "selectionForeground": "#272727" }, "CodeWithMe": { "Avatar.foreground": "#546E7A", "AccessEnabled": { "accessDot": "#00BCD4", - "dropdownBorder": "#eae8e8", + "dropdownBorder": "#FFFFFF", "pillBackground": "$second" } }, @@ -125,14 +125,14 @@ "disabledForeground": "#D2D4D5", "foreground": "#546E7A", "modifiedItemForeground": "#00BCD4", - "nonEditableBackground": "#eae8e8", + "nonEditableBackground": "#FFFFFF", "padding": "5,5,5,5", "selectionBackground": "#E7E7E8", - "selectionForeground": "#546e7a" + "selectionForeground": "#272727" }, "ComboPopup.border": "#d3e1e8", "CompletionPopup": { - "background": "#eae8e8", + "background": "#FFFFFF", "foreground": "#546E7A", "infoForeground": "#94A7B0", "matchForeground": "#00BCD4", @@ -141,8 +141,8 @@ "selectedGrayedForeground": "#546e7a", "selectionGrayForeground": "#546e7a", "selectionInactiveInfoForeground": "#94A7B0", - "selectionInactiveBackground": "#80CBC450", - "selectionBackground": "#80CBC480", + "selectionInactiveBackground": "#80CBC440", + "selectionBackground": "#80CBC440", "selectionForeground": "#546e7a", "selectionInfoForeground": "#546e7a" }, @@ -213,11 +213,11 @@ "foreground": "#546E7A", "inactiveBackground": "#FAFAFA", "inactiveForeground": "#D2D4D5", - "selectionBackground": "#80CBC4", - "selectionForeground": "#546e7a" + "selectionBackground": "#80CBC440", + "selectionForeground": "#272727" }, "EditorTabs": { - "borderColor": "#eae8e8", + "borderColor": "#FFFFFF", "hoverBackground": "#E7E7E8", "hoverColor": "#E7E7E8", "hoverMaskColor": "#E7E7E8", @@ -232,7 +232,7 @@ }, "EditorGroupsTabs": { "background": "#FAFAFA", - "borderColor": "#eae8e8", + "borderColor": "#FFFFFF", "hoverBackground": "#E7E7E8", "hoverColor": "#E7E7E8", "inactiveUnderlineColor": "#00BCD4", @@ -243,7 +243,7 @@ "FileColor": { "Green": "#387002", "Blue": "#004BA0", - "Yellow": "#eae8e8", + "Yellow": "#CCD7DA50", "Orange": "#B53D00", "Violet": "#4D2C91", "Rose": "#A00037" @@ -265,7 +265,7 @@ "foreground": "#546E7A", "inactiveBackground": "#F3F4F5", "inactiveForeground": "#D2D4D5", - "selectionForeground": "#546e7a", + "selectionForeground": "#272727", "selectionBackground": "#E7E7E8" }, "GotItTooltip.borderColor": "#eae8e8", @@ -279,7 +279,7 @@ }, "HeaderColor": { "active": "#FAFAFA", - "inactive": "#F4F4F4" + "inactive": "#EEEEEE" }, "HelpTooltip": { "background": "#FAFAFA", @@ -289,7 +289,7 @@ "shortcutForeground": "#94A7B0" }, "Hyperlink.linkColor": "#00BCD4", - "inactiveCaption": "#eae8e8", + "inactiveCaption": "#FFFFFF", "inactiveCaptionBorder": "#FAFAFA", "inactiveCaptionText": "#94A7B0", "info": "#94A7B0", @@ -311,7 +311,7 @@ "disabledText": "#D2D4D5", "foreground": "#546E7A", "infoForeground": "#94A7B0", - "selectedForeground": "#546e7a", + "selectedForeground": "#272727", "selectedDisabledForeground": "#546E7A" }, "Link": { @@ -323,19 +323,19 @@ }, "link.foreground": "#00BCD4", "List": { - "background": "#eae8e8", + "background": "#FFFFFF", "foreground": "#546E7A", - "hoverBackground": "#80CBC480", + "hoverBackground": "#80CBC440", "hoverInactiveBackground": "#E7E7E8", - "selectionBackground": "#80CBC450", + "selectionBackground": "#80CBC440", "selectionForeground": "#546e7a", - "selectionInactiveForeground": "#546e7a", - "selectionInactiveBackground": "#80CBC480" + "selectionInactiveForeground": "#272727", + "selectionInactiveBackground": "#80CBC440" }, "material": { "background": "#FAFAFA", "branchColor": "#546E7A", - "contrast": "#F4F4F4", + "contrast": "#EEEEEE", "foreground": "#546E7A", "mergeCommits": "#F3F4F5", "primaryColor": "#94A7B0", @@ -345,7 +345,7 @@ "tagColor": "#94A7B0" }, "MemoryIndicator": { - "allocatedBackground": "#eae8e8", + "allocatedBackground": "#FFFFFF", "usedColor": "#E7E7E8", "usedBackground": "#E7E7E8" }, @@ -354,11 +354,11 @@ "acceleratorSelectionForeground": "#546e7a", "background": "#FAFAFA", "border": "4,2,4,2", - "borderColor": "#eae8e8", - "disabledBackground": "#eae8e8", + "borderColor": "#FFFFFF", + "disabledBackground": "#FFFFFF", "disabledForeground": "#D2D4D5", "foreground": "#546E7A", - "selectionBackground": "#80CBC4", + "selectionBackground": "#80CBC440", "selectionForeground": "#546e7a", "separatorColor": "#d3e1e8" }, @@ -369,7 +369,7 @@ "disabledForeground": "#D2D4D5", "foreground": "#546E7A", "highlight": "#FAFAFA", - "selectionBackground": "#80CBC4", + "selectionBackground": "#80CBC440", "selectionForeground": "#546e7a", "shadow": "#FAFAFA" }, @@ -381,7 +381,7 @@ "disabledBackground": "#FAFAFA", "disabledForeground": "#D2D4D5", "foreground": "#546E7A", - "selectionBackground": "#80CBC4", + "selectionBackground": "#80CBC440", "selectionForeground": "#546e7a" }, "NavBar": { @@ -433,7 +433,7 @@ "foreground": "#546E7A" }, "ParameterInfo": { - "background": "#eae8e8", + "background": "#FFFFFF", "borderColor": "#E7E7E8", "currentOverloadBackground": "#E7E7E8", "currentParameterForeground": "#00BCD4", @@ -449,16 +449,16 @@ "foreground": "#546E7A", "inactiveForeground": "#D2D4D5", "selectionBackground": "#E7E7E8", - "selectionForeground": "#546e7a" + "selectionForeground": "#272727" }, "Plugins": { "background": "#FAFAFA", "disabledForeground": "#D2D4D5", "eapTagBackground": "#E7E7E8", - "hoverBackground": "#80CBC480", + "hoverBackground": "#80CBC440", "lightSelectionBackground": "#E7E7E8", "paidTagBackground": "#E7E7E8", - "selectionBackground": "#80CBC4", + "selectionBackground": "#80CBC440", "tagForeground": "#00BCD4", "tagBackground": "#E7E7E8", "trialTagBackground": "#E7E7E8", @@ -478,7 +478,7 @@ "borderColor": "#d3e1e8" }, "SectionHeader": { - "background": "#eae8e8", + "background": "#FFFFFF", "foreground": "#546E7A" }, "Tab": { @@ -493,20 +493,20 @@ "borderColor": "#FAFAFA", "foreground": "#00BCD4" }, - "borderColor": "#F4F4F4", + "borderColor": "#EEEEEE", "inactiveBorderColor": "#FAFAFA", - "innerBorderColor": "#eae8e8", + "innerBorderColor": "#FFFFFF", "Header": { "activeBackground": "#FAFAFA", - "inactiveBackground": "#F4F4F4" + "inactiveBackground": "#EEEEEE" }, "paintBorder": true, "separatorForeground": "#546E7A", - "separatorColor": "#eae8e8", + "separatorColor": "#FFFFFF", "Toolbar": { - "Floating.background": "#F4F4F4", - "background": "#F4F4F4", - "borderColor": "#F4F4F4" + "Floating.background": "#EEEEEE", + "background": "#EEEEEE", + "borderColor": "#EEEEEE" } }, "PopupMenu": { @@ -541,7 +541,7 @@ "disabledBackground": "#FAFAFA", "disabledForeground": "#D2D4D5", "foreground": "#546E7A", - "selectionBackground": "#80CBC4", + "selectionBackground": "#80CBC440", "selectionForeground": "#546e7a" }, "ScreenView.borderColor": "#d3e1e8", @@ -581,7 +581,7 @@ }, "SearchEverywhere": { "Advertiser": { - "background": "#F4F4F4", + "background": "#EEEEEE", "foreground": "#94A7B0" }, "Header": { @@ -593,12 +593,12 @@ }, "SearchField": { "background": "#FAFAFA", - "borderColor": "#F4F4F4", + "borderColor": "#EEEEEE", "infoForeground": "#94A7B0" }, "Tab": { - "active.foreground": "#546e7a", - "selectedForeground": "#546e7a", + "active.foreground": "#272727", + "selectedForeground": "#272727", "selectedBackground": "#E7E7E8" } }, @@ -617,9 +617,9 @@ "Repeated.File.Foreground": "#546E7A" }, "Separator": { - "background": "#eae8e8", - "foreground": "#eae8e8", - "separatorColor": "#eae8e8" + "background": "#FFFFFF", + "foreground": "#FFFFFF", + "separatorColor": "#FFFFFF" }, "SidePanel": { "background": "#FAFAFA" @@ -630,7 +630,7 @@ "buttonColor": "#00BCD4", "foreground": "#546E7A", "majorTickLength": 6, - "tickColor": "#eae8e8", + "tickColor": "#FFFFFF", "trackColor": "#E7E7E8", "trackWidth": 7, "thumb": "#00BCD4" @@ -645,13 +645,13 @@ "background": "#FAFAFA", "border": "3,3,3,3", "foreground": "#546E7A", - "selectionForeground": "#546e7a" + "selectionForeground": "#272727" }, "SplitPane": { "background": "#FAFAFA", "highlight": "#FAFAFA" }, - "SplitPaneDivider.draggingColor": "#eae8e8", + "SplitPaneDivider.draggingColor": "#FFFFFF", "StatusBar": { "borderColor": "#FAFAFA", "hoverBackground": "#E7E7E8", @@ -671,7 +671,7 @@ "highlight": "#d3e1e8", "hoverColor": "#E7E7E8", "labelShift": 0, - "selectedForeground": "#546e7a", + "selectedForeground": "#272727", "selectedLabelShift": 0, "selectedTabPadInsets": "0,0,0,0", "tabsOverlapBorder": true, @@ -682,7 +682,7 @@ }, "TabbedPane.mt.tab.background": "#FAFAFA", "Table": { - "alternativeRowBackground": "#F4F4F4", + "alternativeRowBackground": "#EEEEEE", "background": "#FAFAFA", "cellNoFocusBorder": "10,5,10,5", "focusCellHighlightBorder": "10,5,10,5", @@ -690,33 +690,33 @@ "dropLineColor": "#00BCD4", "dropLineShortColor": "#00BCD4", "focusCellBackground": "#E7E7E8", - "focusCellForeground": "#546e7a", + "focusCellForeground": "#272727", "foreground": "#546E7A", "gridColor": "#FAFAFA", "highlightOuter": "#E7E7E8", - "hoverBackground": "#80CBC480", + "hoverBackground": "#80CBC440", "hoverInactiveBackground": "#E7E7E8", - "lightSelectionForeground": "#546e7a", + "lightSelectionForeground": "#272727", "lightSelectionInactiveForeground": "#94A7B0", - "lightSelectionInactiveBackground": "#eae8e8", + "lightSelectionInactiveBackground": "#FFFFFF", "selectionBackground": "#E7E7E8", - "selectionForeground": "#546e7a", + "selectionForeground": "#272727", "selectionInactiveBackground": "#E7E7E8", "selectionInactiveForeground": "#546e7a", "sortIconColor": "#546E7A", - "stripeColor": "#F4F4F4" + "stripeColor": "#EEEEEE" }, "TableHeader": { "background": "#FAFAFA", "borderColor": "#FAFAFA", - "bottomSeparatorColor": "#eae8e8", + "bottomSeparatorColor": "#FFFFFF", "cellBorder": "4,0,4,0", "disabledForeground": "#D2D4D5", "foreground": "#546E7A", "focusCellBackground": "#E7E7E8", - "focusCellForeground": "#546e7a", + "focusCellForeground": "#272727", "height": 25, - "separatorColor": "#eae8e8" + "separatorColor": "#FFFFFF" }, "text": "#94A7B0", "textInactiveText": "#94A7B0", @@ -727,7 +727,7 @@ "foreground": "#546E7A", "inactiveForeground": "#D2D4D5", "selectionBackground": "#E7E7E8", - "selectionForeground": "#546e7a" + "selectionForeground": "#272727" }, "TextField": { "background": "#FAFAFA", @@ -735,7 +735,7 @@ "foreground": "#546E7A", "inactiveForeground": "#D2D4D5", "selectionBackground": "#E7E7E8", - "selectionForeground": "#546e7a" + "selectionForeground": "#272727" }, "TextPane": { "background": "#FAFAFA", @@ -743,10 +743,10 @@ "foreground": "#546E7A", "inactiveForeground": "#D2D4D5", "selectionBackground": "#E7E7E8", - "selectionForeground": "#546e7a" + "selectionForeground": "#272727" }, "TitlePane": { - "background": "#F4F4F4", + "background": "#EEEEEE", "Button.hoverBackground": "#E7E7E8", "inactiveBackground": "#FAFAFA", "infoForeground": "#94A7B0", @@ -782,12 +782,12 @@ "ToolWindow": { "Button": { "hoverBackground": "#E7E7E8", - "selectedForeground": "#546e7a", - "selectedBackground": "#F4F4F4" + "selectedForeground": "#272727", + "selectedBackground": "#EEEEEE" }, "Header": { "background": "#FAFAFA", - "borderColor": "#eae8e8", + "borderColor": "#FFFFFF", "inactiveBackground": "#FAFAFA" }, "HeaderCloseButton": { @@ -798,11 +798,11 @@ "hoverBackground": "#E7E7E8", "hoverInactiveBackground": "#E7E7E8", "inactiveUnderlineColor": "#00BCD4", - "selectedBackground": "#F4F4F4", - "selectedInactiveBackground": "#F4F4F4", + "selectedBackground": "#EEEEEE", + "selectedInactiveBackground": "#EEEEEE", "underlineColor": "#00BCD4", "underlinedTabBackground": "#E7E7E8", - "underlinedTabInactiveBackground": "#eae8e8", + "underlinedTabInactiveBackground": "#FFFFFF", "underlinedTabForeground": "#546e7a", "underlinedTabInactiveForeground": "#546E7A" } @@ -811,21 +811,21 @@ "background": "#FAFAFA", "foreground": "#94A7B0", "hash": "#d3e1e8", - "hoverBackground": "#80CBC480", + "hoverBackground": "#80CBC440", "hoverInactiveBackground": "#E7E7E8", "modifiedItemForeground": "#00BCD4", "rowHeight": 28, - "selectionBackground": "#80CBC480", + "selectionBackground": "#80CBC440", "selectionForeground": "#546e7a", "selectionInactiveForeground": "#546e7a", - "selectionInactiveBackground": "#80CBC480", + "selectionInactiveBackground": "#80CBC440", "textBackground": "#FAFAFA" }, "Tree.leftChildIndent": 10, "Tree.rightChildIndent": 5, "UIDesigner": { "Activity.borderColor": "#d3e1e8", - "Canvas.background": "#F4F4F4", + "Canvas.background": "#EEEEEE", "ColorPicker": { "background": "#FAFAFA", "foreground": "#546E7A" @@ -840,34 +840,34 @@ "borderColor": "#d3e1e8", "hoverBorderColor": "#E7E7E8" }, - "Canvas.background": "#F4F4F4", + "Canvas.background": "#EEEEEE", "highStroke.foreground": "#546E7A", "Label.foreground": "#94A7B0", - "List.selectionBackground": "#80CBC480", + "List.selectionBackground": "#80CBC440", "motion": { "borderColor": "#d3e1e8", "Component.foreground": "#546E7A", "ConstraintSetText.foreground": "#94A7B0", - "ConstraintSet.background": "#eae8e8", - "CSPanel.SelectedFocusBackground": "#80CBC4", - "CSPanel.SelectedBackground": "#80CBC480", + "ConstraintSet.background": "#FFFFFF", + "CSPanel.SelectedFocusBackground": "#80CBC440", + "CSPanel.SelectedBackground": "#80CBC440", "cs_FocusText.infoForeground": "#94A7B0", "CursorTextColor.foreground": "#546E7A", "HoverColor.disabledBackground": "#D2D4D5", "motionGraph.background": "#FAFAFA", "Notification.background": "#eae8e8", - "ourAvg.background": "#eae8e8", - "ourCS.background": "#eae8e8", + "ourAvg.background": "#FFFFFF", + "ourCS.background": "#FFFFFF", "ourCS_Border.borderColor": "#d3e1e8", "ourCS_TextColor.foreground": "#94A7B0", "ourCS_SelectedFocusBackground.selectionForeground": "#546e7a", "ourCS_SelectedBackground.selectionInactiveBackground": "#E7E7E8", "ourCS_SelectedBorder.pressedBorderColor": "#E7E7E8", "ourML_BarColor.separatorColor": "#d3e1e8", - "PrimaryPanel.background": "#F4F4F4", + "PrimaryPanel.background": "#EEEEEE", "SecondaryPanel.background": "#FAFAFA", "SecondaryPanel.header.foreground": "#94A7B0", - "SecondaryPanel.header.background": "#F4F4F4", + "SecondaryPanel.header.background": "#EEEEEE", "timeLine.disabledBorderColor": "#d3e1e8" }, "Panel": { @@ -905,7 +905,7 @@ }, "HgLog": { "branchIconColor": "#00BCD4", - "bookmarkIconColor": "#546e7a", + "bookmarkIconColor": "#272727", "closedBranchIconColor": "#D2D4D5", "localTagIconColor": "#94A7B0", "mqTagIconColor": "#94A7B0", @@ -914,11 +914,11 @@ }, "Log": { "Commit.unmatchedForeground": "#94A7B0", - "Commit.currentBranchBackground": "#eae8e8", - "Commit.hoveredBackground": "#80CBC480" + "Commit.currentBranchBackground": "#FFFFFF", + "Commit.hoveredBackground": "#80CBC440" }, "RefLabel": { - "foreground": "#546e7a", + "foreground": "#272727", "backgroundBase": "#E7E7E8" } }, @@ -930,22 +930,22 @@ "AssociatedComponent.background": "#FAFAFA", "background": "#FAFAFA", "borderColor": "#FAFAFA", - "captionBackground": "#F4F4F4", + "captionBackground": "#EEEEEE", "captionForeground": "#546E7A", "Details.background": "#FAFAFA", - "footerBackground": "#F4F4F4", + "footerBackground": "#EEEEEE", "footerForeground": "#546E7A", "headerBackground": "#FAFAFA", "headerForeground": "#546E7A", - "List.background": "#F4F4F4", + "List.background": "#EEEEEE", "separatorColor": "#d3e1e8", - "SidePanel.background": "#eae8e8", + "SidePanel.background": "#FFFFFF", "Projects": { - "actions.background": "#F4F4F4", + "actions.background": "#EEEEEE", "actions.selectionBackground": "#E7E7E8", - "background": "#eae8e8", - "selectionBackground": "#80CBC4", - "selectionInactiveBackground": "#eae8e8" + "background": "#FFFFFF", + "selectionBackground": "#80CBC440", + "selectionInactiveBackground": "#FFFFFF" } }, "window": "#FAFAFA", @@ -955,7 +955,7 @@ }, "icons": { "ColorPalette": { - "#43494A": "#F4F4F4", + "#43494A": "#EEEEEE", "#6B6B6B": "#94A7B0", "#A7A7A7": "#FAFAFA", "#3D6185": "#00BCD4", @@ -972,10 +972,10 @@ "Actions.GreyInline.Dark": "#546E7A", "Actions.Red": "#E53935", "Actions.Yellow": "#F6A434", - "Checkbox.Background.Default": "#F4F4F4", - "Checkbox.Background.Default.Dark": "#F4F4F4", - "Checkbox.Background.Disabled": "#eae8e8", - "Checkbox.Background.Disabled.Dark": "#eae8e8", + "Checkbox.Background.Default": "#EEEEEE", + "Checkbox.Background.Default.Dark": "#EEEEEE", + "Checkbox.Background.Disabled": "#CCD7DA50", + "Checkbox.Background.Disabled.Dark": "#CCD7DA50", "Checkbox.Border.Default": "#d3e1e8", "Checkbox.Border.Default.Dark": "#d3e1e8", "Checkbox.Border.Disabled": "#D2D4D5", 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 18d32596..08306294 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 @@ -141,8 +141,8 @@ "selectedGrayedForeground": "#FFFFFF", "selectionGrayForeground": "#FFFFFF", "selectionInactiveInfoForeground": "#607D8B", - "selectionInactiveBackground": "#546E7A50", - "selectionBackground": "#546E7A80", + "selectionInactiveBackground": "#546E7A", + "selectionBackground": "#546E7A", "selectionForeground": "#FFFFFF", "selectionInfoForeground": "#FFFFFF" }, @@ -327,7 +327,7 @@ "foreground": "#B0BEC5", "hoverBackground": "#546E7A70", "hoverInactiveBackground": "#314549", - "selectionBackground": "#546E7A50", + "selectionBackground": "#546E7A", "selectionForeground": "#FFFFFF", "selectionInactiveForeground": "#FFFFFF", "selectionInactiveBackground": "#546E7A70" 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 282c2029..c1e4096f 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 @@ -141,8 +141,8 @@ "selectedGrayedForeground": "#FFFFFF", "selectionGrayForeground": "#FFFFFF", "selectionInactiveInfoForeground": "#607D8B", - "selectionInactiveBackground": "#546E7A50", - "selectionBackground": "#546E7A80", + "selectionInactiveBackground": "#546E7A", + "selectionBackground": "#546E7A", "selectionForeground": "#FFFFFF", "selectionInfoForeground": "#FFFFFF" }, @@ -327,7 +327,7 @@ "foreground": "#B0BEC5", "hoverBackground": "#546E7A70", "hoverInactiveBackground": "#314549", - "selectionBackground": "#546E7A50", + "selectionBackground": "#546E7A", "selectionForeground": "#FFFFFF", "selectionInactiveForeground": "#FFFFFF", "selectionInactiveBackground": "#546E7A70" 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 53cc05eb..4ef38f77 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 @@ -23,7 +23,7 @@ "inactiveBackground": "#2f2e43", "inactiveForeground": "#676E95", "infoForeground": "#676E95", - "selectionBackground": "#3C435E", + "selectionBackground": "#717CB470", "selectionBackgroundInactive": "#34324a", "selectionForeground": "#FFFFFF", "selectionInactiveBackground": "#34324a", @@ -39,7 +39,7 @@ "pressedBorderColor": "#ab47bc50" }, "Autocomplete": { - "selectionBackground": "#3C435E" + "selectionBackground": "#717CB470" }, "Borders.ContrastBorderColor": "#292D3E", "Borders.color": "#2b2a3e", @@ -80,7 +80,7 @@ }, "Content": { "background": "#202331", - "selectionBackground": "#3C435E" + "selectionBackground": "#717CB470" }, "CheckBox": { "background": "#292D3E", @@ -95,7 +95,7 @@ "disabledBackground": "#292D3E", "disabledForeground": "#515772", "foreground": "#A6ACCD", - "selectionBackground": "#3C435E", + "selectionBackground": "#717CB470", "selectionForeground": "#FFFFFF" }, "CodeWithMe": { @@ -141,8 +141,8 @@ "selectedGrayedForeground": "#FFFFFF", "selectionGrayForeground": "#FFFFFF", "selectionInactiveInfoForeground": "#676E95", - "selectionInactiveBackground": "#3C435E50", - "selectionBackground": "#3C435E80", + "selectionInactiveBackground": "#717CB470", + "selectionBackground": "#717CB470", "selectionForeground": "#FFFFFF", "selectionInfoForeground": "#FFFFFF" }, @@ -213,7 +213,7 @@ "foreground": "#A6ACCD", "inactiveBackground": "#292D3E", "inactiveForeground": "#515772", - "selectionBackground": "#3C435E", + "selectionBackground": "#717CB470", "selectionForeground": "#FFFFFF" }, "EditorTabs": { @@ -325,12 +325,12 @@ "List": { "background": "#34324a", "foreground": "#A6ACCD", - "hoverBackground": "#676E9570", + "hoverBackground": "#676E95", "hoverInactiveBackground": "#414863", - "selectionBackground": "#3C435E50", + "selectionBackground": "#717CB470", "selectionForeground": "#FFFFFF", "selectionInactiveForeground": "#FFFFFF", - "selectionInactiveBackground": "#676E9570" + "selectionInactiveBackground": "#676E95" }, "material": { "background": "#292D3E", @@ -358,7 +358,7 @@ "disabledBackground": "#34324a", "disabledForeground": "#515772", "foreground": "#A6ACCD", - "selectionBackground": "#3C435E", + "selectionBackground": "#717CB470", "selectionForeground": "#FFFFFF", "separatorColor": "#2b2a3e" }, @@ -369,7 +369,7 @@ "disabledForeground": "#515772", "foreground": "#A6ACCD", "highlight": "#292D3E", - "selectionBackground": "#3C435E", + "selectionBackground": "#717CB470", "selectionForeground": "#FFFFFF", "shadow": "#202331" }, @@ -381,7 +381,7 @@ "disabledBackground": "#292D3E", "disabledForeground": "#515772", "foreground": "#A6ACCD", - "selectionBackground": "#3C435E", + "selectionBackground": "#717CB470", "selectionForeground": "#FFFFFF" }, "NavBar": { @@ -455,10 +455,10 @@ "background": "#292D3E", "disabledForeground": "#515772", "eapTagBackground": "#444267", - "hoverBackground": "#676E9570", + "hoverBackground": "#676E95", "lightSelectionBackground": "#414863", "paidTagBackground": "#444267", - "selectionBackground": "#3C435E", + "selectionBackground": "#717CB470", "tagForeground": "#ab47bc", "tagBackground": "#444267", "trialTagBackground": "#444267", @@ -541,7 +541,7 @@ "disabledBackground": "#292D3E", "disabledForeground": "#515772", "foreground": "#A6ACCD", - "selectionBackground": "#3C435E", + "selectionBackground": "#717CB470", "selectionForeground": "#FFFFFF" }, "ScreenView.borderColor": "#2b2a3e", @@ -694,7 +694,7 @@ "foreground": "#A6ACCD", "gridColor": "#292D3E", "highlightOuter": "#414863", - "hoverBackground": "#676E9570", + "hoverBackground": "#676E95", "hoverInactiveBackground": "#414863", "lightSelectionForeground": "#FFFFFF", "lightSelectionInactiveForeground": "#676E95", @@ -811,14 +811,14 @@ "background": "#202331", "foreground": "#676E95", "hash": "#2b2a3e", - "hoverBackground": "#676E9570", + "hoverBackground": "#676E95", "hoverInactiveBackground": "#414863", "modifiedItemForeground": "#ab47bc", "rowHeight": 28, - "selectionBackground": "#676E9570", + "selectionBackground": "#676E95", "selectionForeground": "#FFFFFF", "selectionInactiveForeground": "#FFFFFF", - "selectionInactiveBackground": "#676E9570", + "selectionInactiveBackground": "#676E95", "textBackground": "#202331" }, "Tree.leftChildIndent": 10, @@ -843,14 +843,14 @@ "Canvas.background": "#202331", "highStroke.foreground": "#A6ACCD", "Label.foreground": "#676E95", - "List.selectionBackground": "#676E9570", + "List.selectionBackground": "#676E95", "motion": { "borderColor": "#2b2a3e", "Component.foreground": "#A6ACCD", "ConstraintSetText.foreground": "#676E95", "ConstraintSet.background": "#34324a", - "CSPanel.SelectedFocusBackground": "#3C435E", - "CSPanel.SelectedBackground": "#676E9570", + "CSPanel.SelectedFocusBackground": "#717CB470", + "CSPanel.SelectedBackground": "#676E95", "cs_FocusText.infoForeground": "#676E95", "CursorTextColor.foreground": "#A6ACCD", "HoverColor.disabledBackground": "#515772", @@ -915,7 +915,7 @@ "Log": { "Commit.unmatchedForeground": "#676E95", "Commit.currentBranchBackground": "#34324a", - "Commit.hoveredBackground": "#676E9570" + "Commit.hoveredBackground": "#676E95" }, "RefLabel": { "foreground": "#FFFFFF", @@ -944,7 +944,7 @@ "actions.background": "#202331", "actions.selectionBackground": "#444267", "background": "#34324a", - "selectionBackground": "#3C435E", + "selectionBackground": "#717CB470", "selectionInactiveBackground": "#34324a" } }, 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 f2713f13..08e4c1f4 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 @@ -23,7 +23,7 @@ "inactiveBackground": "#2f2e43", "inactiveForeground": "#676E95", "infoForeground": "#676E95", - "selectionBackground": "#3C435E", + "selectionBackground": "#717CB470", "selectionBackgroundInactive": "#34324a", "selectionForeground": "#FFFFFF", "selectionInactiveBackground": "#34324a", @@ -39,7 +39,7 @@ "pressedBorderColor": "#ab47bc50" }, "Autocomplete": { - "selectionBackground": "#3C435E" + "selectionBackground": "#717CB470" }, "Borders.ContrastBorderColor": "#292D3E", "Borders.color": "#2b2a3e", @@ -80,7 +80,7 @@ }, "Content": { "background": "#202331", - "selectionBackground": "#3C435E" + "selectionBackground": "#717CB470" }, "CheckBox": { "background": "#292D3E", @@ -95,7 +95,7 @@ "disabledBackground": "#292D3E", "disabledForeground": "#515772", "foreground": "#A6ACCD", - "selectionBackground": "#3C435E", + "selectionBackground": "#717CB470", "selectionForeground": "#FFFFFF" }, "CodeWithMe": { @@ -141,8 +141,8 @@ "selectedGrayedForeground": "#FFFFFF", "selectionGrayForeground": "#FFFFFF", "selectionInactiveInfoForeground": "#676E95", - "selectionInactiveBackground": "#3C435E50", - "selectionBackground": "#3C435E80", + "selectionInactiveBackground": "#717CB470", + "selectionBackground": "#717CB470", "selectionForeground": "#FFFFFF", "selectionInfoForeground": "#FFFFFF" }, @@ -213,7 +213,7 @@ "foreground": "#A6ACCD", "inactiveBackground": "#292D3E", "inactiveForeground": "#515772", - "selectionBackground": "#3C435E", + "selectionBackground": "#717CB470", "selectionForeground": "#FFFFFF" }, "EditorTabs": { @@ -325,12 +325,12 @@ "List": { "background": "#34324a", "foreground": "#A6ACCD", - "hoverBackground": "#676E9570", + "hoverBackground": "#676E95", "hoverInactiveBackground": "#414863", - "selectionBackground": "#3C435E50", + "selectionBackground": "#717CB470", "selectionForeground": "#FFFFFF", "selectionInactiveForeground": "#FFFFFF", - "selectionInactiveBackground": "#676E9570" + "selectionInactiveBackground": "#676E95" }, "material": { "background": "#292D3E", @@ -358,7 +358,7 @@ "disabledBackground": "#34324a", "disabledForeground": "#515772", "foreground": "#A6ACCD", - "selectionBackground": "#3C435E", + "selectionBackground": "#717CB470", "selectionForeground": "#FFFFFF", "separatorColor": "#2b2a3e" }, @@ -369,7 +369,7 @@ "disabledForeground": "#515772", "foreground": "#A6ACCD", "highlight": "#292D3E", - "selectionBackground": "#3C435E", + "selectionBackground": "#717CB470", "selectionForeground": "#FFFFFF", "shadow": "#292D3E" }, @@ -381,7 +381,7 @@ "disabledBackground": "#292D3E", "disabledForeground": "#515772", "foreground": "#A6ACCD", - "selectionBackground": "#3C435E", + "selectionBackground": "#717CB470", "selectionForeground": "#FFFFFF" }, "NavBar": { @@ -455,10 +455,10 @@ "background": "#292D3E", "disabledForeground": "#515772", "eapTagBackground": "#444267", - "hoverBackground": "#676E9570", + "hoverBackground": "#676E95", "lightSelectionBackground": "#414863", "paidTagBackground": "#444267", - "selectionBackground": "#3C435E", + "selectionBackground": "#717CB470", "tagForeground": "#ab47bc", "tagBackground": "#444267", "trialTagBackground": "#444267", @@ -541,7 +541,7 @@ "disabledBackground": "#292D3E", "disabledForeground": "#515772", "foreground": "#A6ACCD", - "selectionBackground": "#3C435E", + "selectionBackground": "#717CB470", "selectionForeground": "#FFFFFF" }, "ScreenView.borderColor": "#2b2a3e", @@ -694,7 +694,7 @@ "foreground": "#A6ACCD", "gridColor": "#292D3E", "highlightOuter": "#414863", - "hoverBackground": "#676E9570", + "hoverBackground": "#676E95", "hoverInactiveBackground": "#414863", "lightSelectionForeground": "#FFFFFF", "lightSelectionInactiveForeground": "#676E95", @@ -811,14 +811,14 @@ "background": "#292D3E", "foreground": "#676E95", "hash": "#2b2a3e", - "hoverBackground": "#676E9570", + "hoverBackground": "#676E95", "hoverInactiveBackground": "#414863", "modifiedItemForeground": "#ab47bc", "rowHeight": 28, - "selectionBackground": "#676E9570", + "selectionBackground": "#676E95", "selectionForeground": "#FFFFFF", "selectionInactiveForeground": "#FFFFFF", - "selectionInactiveBackground": "#676E9570", + "selectionInactiveBackground": "#676E95", "textBackground": "#292D3E" }, "Tree.leftChildIndent": 10, @@ -843,14 +843,14 @@ "Canvas.background": "#202331", "highStroke.foreground": "#A6ACCD", "Label.foreground": "#676E95", - "List.selectionBackground": "#676E9570", + "List.selectionBackground": "#676E95", "motion": { "borderColor": "#2b2a3e", "Component.foreground": "#A6ACCD", "ConstraintSetText.foreground": "#676E95", "ConstraintSet.background": "#34324a", - "CSPanel.SelectedFocusBackground": "#3C435E", - "CSPanel.SelectedBackground": "#676E9570", + "CSPanel.SelectedFocusBackground": "#717CB470", + "CSPanel.SelectedBackground": "#676E95", "cs_FocusText.infoForeground": "#676E95", "CursorTextColor.foreground": "#A6ACCD", "HoverColor.disabledBackground": "#515772", @@ -915,7 +915,7 @@ "Log": { "Commit.unmatchedForeground": "#676E95", "Commit.currentBranchBackground": "#34324a", - "Commit.hoveredBackground": "#676E9570" + "Commit.hoveredBackground": "#676E95" }, "RefLabel": { "foreground": "#FFFFFF", @@ -944,7 +944,7 @@ "actions.background": "#202331", "actions.selectionBackground": "#444267", "background": "#34324a", - "selectionBackground": "#3C435E", + "selectionBackground": "#717CB470", "selectionInactiveBackground": "#34324a" } }, 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 f9a4b449..ee6bb684 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 @@ -15,17 +15,17 @@ "background": "#2D2A2E", "borderColor": "#2d2a2e", "disabledBackground": "#3a3a3c", - "disabledForeground": "#727072", - "disabledText": "#727072", + "disabledForeground": "#5b595c", + "disabledText": "#5b595c", "focusColor": "#5b595c", "focusedBorderColor": "#ffd866", "foreground": "#fcfcfa", "inactiveBackground": "#3a3a3c", "inactiveForeground": "#939293", "infoForeground": "#939293", - "selectionBackground": "#5B595C", + "selectionBackground": "#6E6C6F", "selectionBackgroundInactive": "#403E41", - "selectionForeground": "#FFFFFF", + "selectionForeground": "#ffd866", "selectionInactiveBackground": "#403E41", "separatorColor": "#2d2a2e" }, @@ -39,7 +39,7 @@ "pressedBorderColor": "#ffd86650" }, "Autocomplete": { - "selectionBackground": "#5B595C" + "selectionBackground": "#6E6C6F" }, "Borders.ContrastBorderColor": "#2D2A2E", "Borders.color": "#2d2a2e", @@ -57,16 +57,16 @@ "startBorderColor": "#4A474B" }, "disabledBorderColor": "#403E41", - "disabledText": "#727072", + "disabledText": "#5b595c", "endBackground": "#403E41", "endBorderColor": "#403E41", "focus": "#5b595c", "focusedBorderColor": "#ffd866", "foreground": "#939293", - "highlight": "#FFFFFF", + "highlight": "#ffd866", "mt.background": "#403E41", "mt.foreground": "#939293", - "mt.selectedForeground": "#FFFFFF", + "mt.selectedForeground": "#ffd866", "mt.selection.color1": "#4A474B", "mt.selection.color2": "#4A474B", "startBackground": "#403E41", @@ -80,11 +80,11 @@ }, "Content": { "background": "#221F22", - "selectionBackground": "#5B595C" + "selectionBackground": "#6E6C6F" }, "CheckBox": { "background": "#2D2A2E", - "disabledText": "#727072", + "disabledText": "#5b595c", "foreground": "#fcfcfa", "select": "#ffd866" }, @@ -93,9 +93,9 @@ "acceleratorSelectionForeground": "#939293", "background": "#2D2A2E", "disabledBackground": "#2D2A2E", - "disabledForeground": "#727072", + "disabledForeground": "#5b595c", "foreground": "#fcfcfa", - "selectionBackground": "#5B595C", + "selectionBackground": "#6E6C6F", "selectionForeground": "#FFFFFF" }, "CodeWithMe": { @@ -115,14 +115,14 @@ "ComboBox": { "ArrowButton": { "background": "#403E41", - "disabledIconColor": "#727072", + "disabledIconColor": "#5b595c", "iconColor": "#fcfcfa", "nonEditableBackground": "#2D2A2E" }, "background": "#221F22", "buttonBackground": "#403E41", "darcula.hoveredArrowButtonForeground": "#ffd866", - "disabledForeground": "#727072", + "disabledForeground": "#5b595c", "foreground": "#fcfcfa", "modifiedItemForeground": "#ffd866", "nonEditableBackground": "#403E41", @@ -138,13 +138,13 @@ "matchForeground": "#ffd866", "matchSelectionForeground": "#ffd866", "nonFocusedState": "false", - "selectedGrayedForeground": "#FFFFFF", - "selectionGrayForeground": "#FFFFFF", + "selectedGrayedForeground": "#ffd866", + "selectionGrayForeground": "#ffd866", "selectionInactiveInfoForeground": "#939293", - "selectionInactiveBackground": "#5B595C50", - "selectionBackground": "#5B595C80", - "selectionForeground": "#FFFFFF", - "selectionInfoForeground": "#FFFFFF" + "selectionInactiveBackground": "#6E6C6F", + "selectionBackground": "#6E6C6F", + "selectionForeground": "#ffd866", + "selectionInfoForeground": "#ffd866" }, "Component": { "arc": 4, @@ -160,7 +160,7 @@ "controlText": "#939293", "Counter": { "background": "#ffd866", - "foreground": "#FFFFFF" + "foreground": "#ffd866" }, "Debugger": { "Variables": { @@ -192,7 +192,7 @@ "inactiveMaskColor": "#221F22", "underlineColor": "#ffd866", "underlinedTabBackground": "#4A474B", - "underlinedTabForeground": "#FFFFFF" + "underlinedTabForeground": "#ffd866" }, "Desktop.background": "#2D2A2E", "DialogWrapper.southPanelBackground": "#2D2A2E", @@ -212,8 +212,8 @@ "caretForeground": "#ffd866", "foreground": "#fcfcfa", "inactiveBackground": "#2D2A2E", - "inactiveForeground": "#727072", - "selectionBackground": "#5B595C", + "inactiveForeground": "#5b595c", + "selectionBackground": "#6E6C6F", "selectionForeground": "#FFFFFF" }, "EditorTabs": { @@ -223,12 +223,12 @@ "hoverMaskColor": "#5b595c", "inactiveMaskColor": "#2D2A2E", "inactiveColoredFileBackground": "#2D2A2E", - "inactiveUnderlineColor": "#727072", + "inactiveUnderlineColor": "#5b595c", "selectedForeground": "#fcfcfa", "selectedBackground": "#4A474B", "underlineColor": "#ffd866", "underlinedTabBackground": "#4A474B", - "underlinedTabForeground": "#FFFFFF" + "underlinedTabForeground": "#ffd866" }, "EditorGroupsTabs": { "background": "#2D2A2E", @@ -264,7 +264,7 @@ "caretForeground": "#ffd866", "foreground": "#fcfcfa", "inactiveBackground": "#403E41", - "inactiveForeground": "#727072", + "inactiveForeground": "#5b595c", "selectionForeground": "#FFFFFF", "selectionBackground": "#4A474B" }, @@ -306,9 +306,9 @@ }, "Label": { "background": "#2D2A2E", - "disabledForeground": "#727072", + "disabledForeground": "#5b595c", "disabledShadow": "#2D2A2E", - "disabledText": "#727072", + "disabledText": "#5b595c", "foreground": "#fcfcfa", "infoForeground": "#939293", "selectedForeground": "#FFFFFF", @@ -325,12 +325,12 @@ "List": { "background": "#403E41", "foreground": "#fcfcfa", - "hoverBackground": "#403E4170", + "hoverBackground": "#403E41", "hoverInactiveBackground": "#4A474B", - "selectionBackground": "#5B595C50", - "selectionForeground": "#FFFFFF", + "selectionBackground": "#6E6C6F", + "selectionForeground": "#ffd866", "selectionInactiveForeground": "#FFFFFF", - "selectionInactiveBackground": "#403E4170" + "selectionInactiveBackground": "#403E41" }, "material": { "background": "#2D2A2E", @@ -339,7 +339,7 @@ "foreground": "#fcfcfa", "mergeCommits": "#403E41", "primaryColor": "#939293", - "selectionForeground": "#FFFFFF", + "selectionForeground": "#ffd866", "tab.backgroundColor": "#2D2A2E", "tab.borderColor": "#ffd866", "tagColor": "#939293" @@ -351,38 +351,38 @@ }, "Menu": { "acceleratorForeground": "#939293", - "acceleratorSelectionForeground": "#FFFFFF", + "acceleratorSelectionForeground": "#ffd866", "background": "#2D2A2E", "border": "4,2,4,2", "borderColor": "#403E41", "disabledBackground": "#403E41", - "disabledForeground": "#727072", + "disabledForeground": "#5b595c", "foreground": "#fcfcfa", - "selectionBackground": "#5B595C", - "selectionForeground": "#FFFFFF", + "selectionBackground": "#6E6C6F", + "selectionForeground": "#ffd866", "separatorColor": "#2d2a2e" }, "MenuBar": { "background": "#221F22", "borderColor": "#2D2A2E", "disabledBackground": "#2D2A2E", - "disabledForeground": "#727072", + "disabledForeground": "#5b595c", "foreground": "#fcfcfa", "highlight": "#2D2A2E", - "selectionBackground": "#5B595C", - "selectionForeground": "#FFFFFF", + "selectionBackground": "#6E6C6F", + "selectionForeground": "#ffd866", "shadow": "#221F22" }, "MenuItem": { "acceleratorForeground": "#939293", - "acceleratorSelectionForeground": "#FFFFFF", + "acceleratorSelectionForeground": "#ffd866", "border": "4,2,4,2", "background": "#2D2A2E", "disabledBackground": "#2D2A2E", - "disabledForeground": "#727072", + "disabledForeground": "#5b595c", "foreground": "#fcfcfa", - "selectionBackground": "#5B595C", - "selectionForeground": "#FFFFFF" + "selectionBackground": "#6E6C6F", + "selectionForeground": "#ffd866" }, "NavBar": { "arrowColor": "#fcfcfa", @@ -426,7 +426,7 @@ "Outline": { "color": "#403E41", "focusedColor": "#ffd866", - "disabledColor": "#727072" + "disabledColor": "#5b595c" }, "Panel": { "background": "#2D2A2E", @@ -437,7 +437,7 @@ "borderColor": "#4A474B", "currentOverloadBackground": "#5b595c", "currentParameterForeground": "#ffd866", - "disabledForeground": "#727072", + "disabledForeground": "#5b595c", "foreground": "#fcfcfa", "infoForeground": "#939293", "lineSeparatorColor": "#4A474B" @@ -447,18 +447,18 @@ "capsLockIconColor": "#ffd866", "caretForeground": "#ffd866", "foreground": "#fcfcfa", - "inactiveForeground": "#727072", + "inactiveForeground": "#5b595c", "selectionBackground": "#4A474B", "selectionForeground": "#FFFFFF" }, "Plugins": { "background": "#2D2A2E", - "disabledForeground": "#727072", + "disabledForeground": "#5b595c", "eapTagBackground": "#5b595c", - "hoverBackground": "#403E4170", + "hoverBackground": "#403E41", "lightSelectionBackground": "#4A474B", "paidTagBackground": "#5b595c", - "selectionBackground": "#5B595C", + "selectionBackground": "#6E6C6F", "tagForeground": "#ffd866", "tagBackground": "#5b595c", "trialTagBackground": "#5b595c", @@ -467,7 +467,7 @@ "installBorderColor": "#403E41", "installForeground": "#fcfcfa", "installFocusedBackground": "#5b595c", - "installFillForeground": "#727072", + "installFillForeground": "#5b595c", "installFillBackground": "#403E41", "updateBackground": "#ffd866", "updateBorderColor": "#403E41", @@ -483,7 +483,7 @@ }, "Tab": { "hoverBackground": "#4A474B", - "selectedForeground": "#FFFFFF", + "selectedForeground": "#ffd866", "selectedBackground": "#4A474B" } }, @@ -531,7 +531,7 @@ }, "RadioButton": { "background": "#2D2A2E", - "disabledText": "#727072", + "disabledText": "#5b595c", "foreground": "#fcfcfa" }, "RadioButtonMenuItem": { @@ -539,10 +539,10 @@ "acceleratorSelectionForeground": "#939293", "background": "#2D2A2E", "disabledBackground": "#2D2A2E", - "disabledForeground": "#727072", + "disabledForeground": "#5b595c", "foreground": "#fcfcfa", - "selectionBackground": "#5B595C", - "selectionForeground": "#FFFFFF" + "selectionBackground": "#6E6C6F", + "selectionForeground": "#ffd866" }, "ScreenView.borderColor": "#2d2a2e", "ScrollBar": { @@ -662,8 +662,8 @@ "contentAreaColor": "#5b595c", "contentBorderInsets": "3,1,1,1", "darkShadow": "#2d2a2e", - "disabledForeground": "#727072", - "disabledUnderlineColor": "#727072", + "disabledForeground": "#5b595c", + "disabledUnderlineColor": "#5b595c", "focus": "#4A474B", "focusColor": "#4A474B", "fontSizeOffset": 0, @@ -686,7 +686,7 @@ "background": "#2D2A2E", "cellNoFocusBorder": "10,5,10,5", "focusCellHighlightBorder": "10,5,10,5", - "disabledForeground": "#727072", + "disabledForeground": "#5b595c", "dropLineColor": "#ffd866", "dropLineShortColor": "#ffd866", "focusCellBackground": "#4A474B", @@ -694,7 +694,7 @@ "foreground": "#fcfcfa", "gridColor": "#2D2A2E", "highlightOuter": "#4A474B", - "hoverBackground": "#403E4170", + "hoverBackground": "#403E41", "hoverInactiveBackground": "#4A474B", "lightSelectionForeground": "#FFFFFF", "lightSelectionInactiveForeground": "#939293", @@ -702,7 +702,7 @@ "selectionBackground": "#4A474B", "selectionForeground": "#FFFFFF", "selectionInactiveBackground": "#4A474B", - "selectionInactiveForeground": "#FFFFFF", + "selectionInactiveForeground": "#ffd866", "sortIconColor": "#fcfcfa", "stripeColor": "#221F22" }, @@ -711,7 +711,7 @@ "borderColor": "#2D2A2E", "bottomSeparatorColor": "#403E41", "cellBorder": "4,0,4,0", - "disabledForeground": "#727072", + "disabledForeground": "#5b595c", "foreground": "#fcfcfa", "focusCellBackground": "#4A474B", "focusCellForeground": "#FFFFFF", @@ -725,7 +725,7 @@ "background": "#221F22", "caretForeground": "#ffd866", "foreground": "#fcfcfa", - "inactiveForeground": "#727072", + "inactiveForeground": "#5b595c", "selectionBackground": "#4A474B", "selectionForeground": "#FFFFFF" }, @@ -733,7 +733,7 @@ "background": "#221F22", "caretForeground": "#ffd866", "foreground": "#fcfcfa", - "inactiveForeground": "#727072", + "inactiveForeground": "#5b595c", "selectionBackground": "#4A474B", "selectionForeground": "#FFFFFF" }, @@ -741,7 +741,7 @@ "background": "#221F22", "caretForeground": "#ffd866", "foreground": "#fcfcfa", - "inactiveForeground": "#727072", + "inactiveForeground": "#5b595c", "selectionBackground": "#4A474B", "selectionForeground": "#FFFFFF" }, @@ -756,7 +756,7 @@ "ToggleButton": { "borderColor": "#403E41", "buttonColor": "#fcfcfa", - "disabledText": "#727072", + "disabledText": "#5b595c", "foreground": "#fcfcfa", "offForeground": "#2D2A2E", "offBackground": "#2D2A2E", @@ -803,7 +803,7 @@ "underlineColor": "#ffd866", "underlinedTabBackground": "#4A474B", "underlinedTabInactiveBackground": "#403E41", - "underlinedTabForeground": "#FFFFFF", + "underlinedTabForeground": "#ffd866", "underlinedTabInactiveForeground": "#fcfcfa" } }, @@ -811,14 +811,14 @@ "background": "#221F22", "foreground": "#939293", "hash": "#2d2a2e", - "hoverBackground": "#403E4170", + "hoverBackground": "#403E41", "hoverInactiveBackground": "#4A474B", "modifiedItemForeground": "#ffd866", "rowHeight": 28, - "selectionBackground": "#403E4170", - "selectionForeground": "#FFFFFF", - "selectionInactiveForeground": "#FFFFFF", - "selectionInactiveBackground": "#403E4170", + "selectionBackground": "#403E41", + "selectionForeground": "#ffd866", + "selectionInactiveForeground": "#ffd866", + "selectionInactiveBackground": "#403E41", "textBackground": "#221F22" }, "Tree.leftChildIndent": 10, @@ -843,24 +843,24 @@ "Canvas.background": "#221F22", "highStroke.foreground": "#fcfcfa", "Label.foreground": "#939293", - "List.selectionBackground": "#403E4170", + "List.selectionBackground": "#403E41", "motion": { "borderColor": "#2d2a2e", "Component.foreground": "#fcfcfa", "ConstraintSetText.foreground": "#939293", "ConstraintSet.background": "#403E41", - "CSPanel.SelectedFocusBackground": "#5B595C", - "CSPanel.SelectedBackground": "#403E4170", + "CSPanel.SelectedFocusBackground": "#6E6C6F", + "CSPanel.SelectedBackground": "#403E41", "cs_FocusText.infoForeground": "#939293", "CursorTextColor.foreground": "#fcfcfa", - "HoverColor.disabledBackground": "#727072", + "HoverColor.disabledBackground": "#5b595c", "motionGraph.background": "#2D2A2E", "Notification.background": "#363437", "ourAvg.background": "#403E41", "ourCS.background": "#403E41", "ourCS_Border.borderColor": "#2d2a2e", "ourCS_TextColor.foreground": "#939293", - "ourCS_SelectedFocusBackground.selectionForeground": "#FFFFFF", + "ourCS_SelectedFocusBackground.selectionForeground": "#ffd866", "ourCS_SelectedBackground.selectionInactiveBackground": "#4A474B", "ourCS_SelectedBorder.pressedBorderColor": "#5b595c", "ourML_BarColor.separatorColor": "#2d2a2e", @@ -879,7 +879,7 @@ "background": "#2D2A2E", "borderColor": "#2d2a2e", "foreground": "#fcfcfa", - "selectedForeground": "#FFFFFF" + "selectedForeground": "#ffd866" }, "Preview.background": "#2D2A2E", "stroke.acceleratorForeground": "#939293" @@ -906,7 +906,7 @@ "HgLog": { "branchIconColor": "#ffd866", "bookmarkIconColor": "#FFFFFF", - "closedBranchIconColor": "#727072", + "closedBranchIconColor": "#5b595c", "localTagIconColor": "#939293", "mqTagIconColor": "#939293", "tagIconColor": "#939293", @@ -915,7 +915,7 @@ "Log": { "Commit.unmatchedForeground": "#939293", "Commit.currentBranchBackground": "#403E41", - "Commit.hoveredBackground": "#403E4170" + "Commit.hoveredBackground": "#403E41" }, "RefLabel": { "foreground": "#FFFFFF", @@ -944,7 +944,7 @@ "actions.background": "#221F22", "actions.selectionBackground": "#5b595c", "background": "#403E41", - "selectionBackground": "#5B595C", + "selectionBackground": "#6E6C6F", "selectionInactiveBackground": "#403E41" } }, @@ -961,8 +961,8 @@ "#3D6185": "#ffd866", "#466D94": "#ffd866", "#3C3F41": "#2D2A2E", - "#545556": "#727072", - "#606060": "#727072", + "#545556": "#5b595c", + "#606060": "#5b595c", "#9AA7B0": "#fcfcfa", "#675133": "#ffd866", "Actions.Blue": "#A9DC76", @@ -978,14 +978,14 @@ "Checkbox.Background.Disabled.Dark": "#3a3a3c", "Checkbox.Border.Default": "#2d2a2e", "Checkbox.Border.Default.Dark": "#2d2a2e", - "Checkbox.Border.Disabled": "#727072", - "Checkbox.Border.Disabled.Dark": "#727072", + "Checkbox.Border.Disabled": "#5b595c", + "Checkbox.Border.Disabled.Dark": "#5b595c", "Checkbox.Focus.Thin.Default": "#ffd866", "Checkbox.Focus.Thin.Default.Dark": "#ffd866", "Checkbox.Focus.Wide": "#ffd866", "Checkbox.Focus.Wide.Dark": "#ffd866", - "Checkbox.Foreground.Disabled": "#727072", - "Checkbox.Foreground.Disabled.Dark": "#727072", + "Checkbox.Foreground.Disabled": "#5b595c", + "Checkbox.Foreground.Disabled.Dark": "#5b595c", "Checkbox.Background.Selected": "#ffd866", "Checkbox.Background.Selected.Dark": "#2D2A2E", "Checkbox.Border.Selected": "#ffd866", 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 cdeda171..96e36bde 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 @@ -15,17 +15,17 @@ "background": "#2D2A2E", "borderColor": "#2d2a2e", "disabledBackground": "#3a3a3c", - "disabledForeground": "#727072", - "disabledText": "#727072", + "disabledForeground": "#5b595c", + "disabledText": "#5b595c", "focusColor": "#5b595c", "focusedBorderColor": "#ffd866", "foreground": "#fcfcfa", "inactiveBackground": "#3a3a3c", "inactiveForeground": "#939293", "infoForeground": "#939293", - "selectionBackground": "#5B595C", + "selectionBackground": "#6E6C6F", "selectionBackgroundInactive": "#403E41", - "selectionForeground": "#FFFFFF", + "selectionForeground": "#ffd866", "selectionInactiveBackground": "#403E41", "separatorColor": "#2d2a2e" }, @@ -39,7 +39,7 @@ "pressedBorderColor": "#ffd86650" }, "Autocomplete": { - "selectionBackground": "#5B595C" + "selectionBackground": "#6E6C6F" }, "Borders.ContrastBorderColor": "#2D2A2E", "Borders.color": "#2d2a2e", @@ -57,16 +57,16 @@ "startBorderColor": "#4A474B" }, "disabledBorderColor": "#403E41", - "disabledText": "#727072", + "disabledText": "#5b595c", "endBackground": "#403E41", "endBorderColor": "#403E41", "focus": "#5b595c", "focusedBorderColor": "#ffd866", "foreground": "#939293", - "highlight": "#FFFFFF", + "highlight": "#ffd866", "mt.background": "#403E41", "mt.foreground": "#939293", - "mt.selectedForeground": "#FFFFFF", + "mt.selectedForeground": "#ffd866", "mt.selection.color1": "#4A474B", "mt.selection.color2": "#4A474B", "startBackground": "#403E41", @@ -80,11 +80,11 @@ }, "Content": { "background": "#221F22", - "selectionBackground": "#5B595C" + "selectionBackground": "#6E6C6F" }, "CheckBox": { "background": "#2D2A2E", - "disabledText": "#727072", + "disabledText": "#5b595c", "foreground": "#fcfcfa", "select": "#ffd866" }, @@ -93,9 +93,9 @@ "acceleratorSelectionForeground": "#939293", "background": "#2D2A2E", "disabledBackground": "#2D2A2E", - "disabledForeground": "#727072", + "disabledForeground": "#5b595c", "foreground": "#fcfcfa", - "selectionBackground": "#5B595C", + "selectionBackground": "#6E6C6F", "selectionForeground": "#FFFFFF" }, "CodeWithMe": { @@ -115,14 +115,14 @@ "ComboBox": { "ArrowButton": { "background": "#403E41", - "disabledIconColor": "#727072", + "disabledIconColor": "#5b595c", "iconColor": "#fcfcfa", "nonEditableBackground": "#2D2A2E" }, "background": "#2D2A2E", "buttonBackground": "#403E41", "darcula.hoveredArrowButtonForeground": "#ffd866", - "disabledForeground": "#727072", + "disabledForeground": "#5b595c", "foreground": "#fcfcfa", "modifiedItemForeground": "#ffd866", "nonEditableBackground": "#403E41", @@ -138,13 +138,13 @@ "matchForeground": "#ffd866", "matchSelectionForeground": "#ffd866", "nonFocusedState": "false", - "selectedGrayedForeground": "#FFFFFF", - "selectionGrayForeground": "#FFFFFF", + "selectedGrayedForeground": "#ffd866", + "selectionGrayForeground": "#ffd866", "selectionInactiveInfoForeground": "#939293", - "selectionInactiveBackground": "#5B595C50", - "selectionBackground": "#5B595C80", - "selectionForeground": "#FFFFFF", - "selectionInfoForeground": "#FFFFFF" + "selectionInactiveBackground": "#6E6C6F", + "selectionBackground": "#6E6C6F", + "selectionForeground": "#ffd866", + "selectionInfoForeground": "#ffd866" }, "Component": { "arc": 4, @@ -160,7 +160,7 @@ "controlText": "#939293", "Counter": { "background": "#ffd866", - "foreground": "#FFFFFF" + "foreground": "#ffd866" }, "Debugger": { "Variables": { @@ -192,7 +192,7 @@ "inactiveMaskColor": "#2D2A2E", "underlineColor": "#ffd866", "underlinedTabBackground": "#4A474B", - "underlinedTabForeground": "#FFFFFF" + "underlinedTabForeground": "#ffd866" }, "Desktop.background": "#2D2A2E", "DialogWrapper.southPanelBackground": "#2D2A2E", @@ -212,8 +212,8 @@ "caretForeground": "#ffd866", "foreground": "#fcfcfa", "inactiveBackground": "#2D2A2E", - "inactiveForeground": "#727072", - "selectionBackground": "#5B595C", + "inactiveForeground": "#5b595c", + "selectionBackground": "#6E6C6F", "selectionForeground": "#FFFFFF" }, "EditorTabs": { @@ -223,12 +223,12 @@ "hoverMaskColor": "#5b595c", "inactiveMaskColor": "#2D2A2E", "inactiveColoredFileBackground": "#2D2A2E", - "inactiveUnderlineColor": "#727072", + "inactiveUnderlineColor": "#5b595c", "selectedForeground": "#fcfcfa", "selectedBackground": "#4A474B", "underlineColor": "#ffd866", "underlinedTabBackground": "#4A474B", - "underlinedTabForeground": "#FFFFFF" + "underlinedTabForeground": "#ffd866" }, "EditorGroupsTabs": { "background": "#2D2A2E", @@ -264,7 +264,7 @@ "caretForeground": "#ffd866", "foreground": "#fcfcfa", "inactiveBackground": "#403E41", - "inactiveForeground": "#727072", + "inactiveForeground": "#5b595c", "selectionForeground": "#FFFFFF", "selectionBackground": "#4A474B" }, @@ -306,9 +306,9 @@ }, "Label": { "background": "#2D2A2E", - "disabledForeground": "#727072", + "disabledForeground": "#5b595c", "disabledShadow": "#2D2A2E", - "disabledText": "#727072", + "disabledText": "#5b595c", "foreground": "#fcfcfa", "infoForeground": "#939293", "selectedForeground": "#FFFFFF", @@ -325,12 +325,12 @@ "List": { "background": "#403E41", "foreground": "#fcfcfa", - "hoverBackground": "#403E4170", + "hoverBackground": "#403E41", "hoverInactiveBackground": "#4A474B", - "selectionBackground": "#5B595C50", - "selectionForeground": "#FFFFFF", + "selectionBackground": "#6E6C6F", + "selectionForeground": "#ffd866", "selectionInactiveForeground": "#FFFFFF", - "selectionInactiveBackground": "#403E4170" + "selectionInactiveBackground": "#403E41" }, "material": { "background": "#2D2A2E", @@ -339,7 +339,7 @@ "foreground": "#fcfcfa", "mergeCommits": "#403E41", "primaryColor": "#939293", - "selectionForeground": "#FFFFFF", + "selectionForeground": "#ffd866", "tab.backgroundColor": "#2D2A2E", "tab.borderColor": "#ffd866", "tagColor": "#939293" @@ -351,38 +351,38 @@ }, "Menu": { "acceleratorForeground": "#939293", - "acceleratorSelectionForeground": "#FFFFFF", + "acceleratorSelectionForeground": "#ffd866", "background": "#2D2A2E", "border": "4,2,4,2", "borderColor": "#403E41", "disabledBackground": "#403E41", - "disabledForeground": "#727072", + "disabledForeground": "#5b595c", "foreground": "#fcfcfa", - "selectionBackground": "#5B595C", - "selectionForeground": "#FFFFFF", + "selectionBackground": "#6E6C6F", + "selectionForeground": "#ffd866", "separatorColor": "#2d2a2e" }, "MenuBar": { "background": "#2D2A2E", "borderColor": "#2D2A2E", "disabledBackground": "#2D2A2E", - "disabledForeground": "#727072", + "disabledForeground": "#5b595c", "foreground": "#fcfcfa", "highlight": "#2D2A2E", - "selectionBackground": "#5B595C", - "selectionForeground": "#FFFFFF", + "selectionBackground": "#6E6C6F", + "selectionForeground": "#ffd866", "shadow": "#2D2A2E" }, "MenuItem": { "acceleratorForeground": "#939293", - "acceleratorSelectionForeground": "#FFFFFF", + "acceleratorSelectionForeground": "#ffd866", "border": "4,2,4,2", "background": "#2D2A2E", "disabledBackground": "#2D2A2E", - "disabledForeground": "#727072", + "disabledForeground": "#5b595c", "foreground": "#fcfcfa", - "selectionBackground": "#5B595C", - "selectionForeground": "#FFFFFF" + "selectionBackground": "#6E6C6F", + "selectionForeground": "#ffd866" }, "NavBar": { "arrowColor": "#fcfcfa", @@ -426,7 +426,7 @@ "Outline": { "color": "#403E41", "focusedColor": "#ffd866", - "disabledColor": "#727072" + "disabledColor": "#5b595c" }, "Panel": { "background": "#2D2A2E", @@ -437,7 +437,7 @@ "borderColor": "#4A474B", "currentOverloadBackground": "#5b595c", "currentParameterForeground": "#ffd866", - "disabledForeground": "#727072", + "disabledForeground": "#5b595c", "foreground": "#fcfcfa", "infoForeground": "#939293", "lineSeparatorColor": "#4A474B" @@ -447,18 +447,18 @@ "capsLockIconColor": "#ffd866", "caretForeground": "#ffd866", "foreground": "#fcfcfa", - "inactiveForeground": "#727072", + "inactiveForeground": "#5b595c", "selectionBackground": "#4A474B", "selectionForeground": "#FFFFFF" }, "Plugins": { "background": "#2D2A2E", - "disabledForeground": "#727072", + "disabledForeground": "#5b595c", "eapTagBackground": "#5b595c", - "hoverBackground": "#403E4170", + "hoverBackground": "#403E41", "lightSelectionBackground": "#4A474B", "paidTagBackground": "#5b595c", - "selectionBackground": "#5B595C", + "selectionBackground": "#6E6C6F", "tagForeground": "#ffd866", "tagBackground": "#5b595c", "trialTagBackground": "#5b595c", @@ -467,7 +467,7 @@ "installBorderColor": "#403E41", "installForeground": "#fcfcfa", "installFocusedBackground": "#5b595c", - "installFillForeground": "#727072", + "installFillForeground": "#5b595c", "installFillBackground": "#403E41", "updateBackground": "#ffd866", "updateBorderColor": "#403E41", @@ -483,7 +483,7 @@ }, "Tab": { "hoverBackground": "#4A474B", - "selectedForeground": "#FFFFFF", + "selectedForeground": "#ffd866", "selectedBackground": "#4A474B" } }, @@ -531,7 +531,7 @@ }, "RadioButton": { "background": "#2D2A2E", - "disabledText": "#727072", + "disabledText": "#5b595c", "foreground": "#fcfcfa" }, "RadioButtonMenuItem": { @@ -539,10 +539,10 @@ "acceleratorSelectionForeground": "#939293", "background": "#2D2A2E", "disabledBackground": "#2D2A2E", - "disabledForeground": "#727072", + "disabledForeground": "#5b595c", "foreground": "#fcfcfa", - "selectionBackground": "#5B595C", - "selectionForeground": "#FFFFFF" + "selectionBackground": "#6E6C6F", + "selectionForeground": "#ffd866" }, "ScreenView.borderColor": "#2d2a2e", "ScrollBar": { @@ -662,8 +662,8 @@ "contentAreaColor": "#5b595c", "contentBorderInsets": "3,1,1,1", "darkShadow": "#2d2a2e", - "disabledForeground": "#727072", - "disabledUnderlineColor": "#727072", + "disabledForeground": "#5b595c", + "disabledUnderlineColor": "#5b595c", "focus": "#4A474B", "focusColor": "#4A474B", "fontSizeOffset": 0, @@ -686,7 +686,7 @@ "background": "#2D2A2E", "cellNoFocusBorder": "10,5,10,5", "focusCellHighlightBorder": "10,5,10,5", - "disabledForeground": "#727072", + "disabledForeground": "#5b595c", "dropLineColor": "#ffd866", "dropLineShortColor": "#ffd866", "focusCellBackground": "#4A474B", @@ -694,7 +694,7 @@ "foreground": "#fcfcfa", "gridColor": "#2D2A2E", "highlightOuter": "#4A474B", - "hoverBackground": "#403E4170", + "hoverBackground": "#403E41", "hoverInactiveBackground": "#4A474B", "lightSelectionForeground": "#FFFFFF", "lightSelectionInactiveForeground": "#939293", @@ -702,7 +702,7 @@ "selectionBackground": "#4A474B", "selectionForeground": "#FFFFFF", "selectionInactiveBackground": "#4A474B", - "selectionInactiveForeground": "#FFFFFF", + "selectionInactiveForeground": "#ffd866", "sortIconColor": "#fcfcfa", "stripeColor": "#221F22" }, @@ -711,7 +711,7 @@ "borderColor": "#2D2A2E", "bottomSeparatorColor": "#403E41", "cellBorder": "4,0,4,0", - "disabledForeground": "#727072", + "disabledForeground": "#5b595c", "foreground": "#fcfcfa", "focusCellBackground": "#4A474B", "focusCellForeground": "#FFFFFF", @@ -725,7 +725,7 @@ "background": "#2D2A2E", "caretForeground": "#ffd866", "foreground": "#fcfcfa", - "inactiveForeground": "#727072", + "inactiveForeground": "#5b595c", "selectionBackground": "#4A474B", "selectionForeground": "#FFFFFF" }, @@ -733,7 +733,7 @@ "background": "#2D2A2E", "caretForeground": "#ffd866", "foreground": "#fcfcfa", - "inactiveForeground": "#727072", + "inactiveForeground": "#5b595c", "selectionBackground": "#4A474B", "selectionForeground": "#FFFFFF" }, @@ -741,7 +741,7 @@ "background": "#2D2A2E", "caretForeground": "#ffd866", "foreground": "#fcfcfa", - "inactiveForeground": "#727072", + "inactiveForeground": "#5b595c", "selectionBackground": "#4A474B", "selectionForeground": "#FFFFFF" }, @@ -756,7 +756,7 @@ "ToggleButton": { "borderColor": "#403E41", "buttonColor": "#fcfcfa", - "disabledText": "#727072", + "disabledText": "#5b595c", "foreground": "#fcfcfa", "offForeground": "#2D2A2E", "offBackground": "#2D2A2E", @@ -803,7 +803,7 @@ "underlineColor": "#ffd866", "underlinedTabBackground": "#4A474B", "underlinedTabInactiveBackground": "#403E41", - "underlinedTabForeground": "#FFFFFF", + "underlinedTabForeground": "#ffd866", "underlinedTabInactiveForeground": "#fcfcfa" } }, @@ -811,14 +811,14 @@ "background": "#2D2A2E", "foreground": "#939293", "hash": "#2d2a2e", - "hoverBackground": "#403E4170", + "hoverBackground": "#403E41", "hoverInactiveBackground": "#4A474B", "modifiedItemForeground": "#ffd866", "rowHeight": 28, - "selectionBackground": "#403E4170", - "selectionForeground": "#FFFFFF", - "selectionInactiveForeground": "#FFFFFF", - "selectionInactiveBackground": "#403E4170", + "selectionBackground": "#403E41", + "selectionForeground": "#ffd866", + "selectionInactiveForeground": "#ffd866", + "selectionInactiveBackground": "#403E41", "textBackground": "#2D2A2E" }, "Tree.leftChildIndent": 10, @@ -843,24 +843,24 @@ "Canvas.background": "#221F22", "highStroke.foreground": "#fcfcfa", "Label.foreground": "#939293", - "List.selectionBackground": "#403E4170", + "List.selectionBackground": "#403E41", "motion": { "borderColor": "#2d2a2e", "Component.foreground": "#fcfcfa", "ConstraintSetText.foreground": "#939293", "ConstraintSet.background": "#403E41", - "CSPanel.SelectedFocusBackground": "#5B595C", - "CSPanel.SelectedBackground": "#403E4170", + "CSPanel.SelectedFocusBackground": "#6E6C6F", + "CSPanel.SelectedBackground": "#403E41", "cs_FocusText.infoForeground": "#939293", "CursorTextColor.foreground": "#fcfcfa", - "HoverColor.disabledBackground": "#727072", + "HoverColor.disabledBackground": "#5b595c", "motionGraph.background": "#2D2A2E", "Notification.background": "#363437", "ourAvg.background": "#403E41", "ourCS.background": "#403E41", "ourCS_Border.borderColor": "#2d2a2e", "ourCS_TextColor.foreground": "#939293", - "ourCS_SelectedFocusBackground.selectionForeground": "#FFFFFF", + "ourCS_SelectedFocusBackground.selectionForeground": "#ffd866", "ourCS_SelectedBackground.selectionInactiveBackground": "#4A474B", "ourCS_SelectedBorder.pressedBorderColor": "#5b595c", "ourML_BarColor.separatorColor": "#2d2a2e", @@ -879,7 +879,7 @@ "background": "#2D2A2E", "borderColor": "#2d2a2e", "foreground": "#fcfcfa", - "selectedForeground": "#FFFFFF" + "selectedForeground": "#ffd866" }, "Preview.background": "#2D2A2E", "stroke.acceleratorForeground": "#939293" @@ -906,7 +906,7 @@ "HgLog": { "branchIconColor": "#ffd866", "bookmarkIconColor": "#FFFFFF", - "closedBranchIconColor": "#727072", + "closedBranchIconColor": "#5b595c", "localTagIconColor": "#939293", "mqTagIconColor": "#939293", "tagIconColor": "#939293", @@ -915,7 +915,7 @@ "Log": { "Commit.unmatchedForeground": "#939293", "Commit.currentBranchBackground": "#403E41", - "Commit.hoveredBackground": "#403E4170" + "Commit.hoveredBackground": "#403E41" }, "RefLabel": { "foreground": "#FFFFFF", @@ -944,7 +944,7 @@ "actions.background": "#221F22", "actions.selectionBackground": "#5b595c", "background": "#403E41", - "selectionBackground": "#5B595C", + "selectionBackground": "#6E6C6F", "selectionInactiveBackground": "#403E41" } }, @@ -961,8 +961,8 @@ "#3D6185": "#ffd866", "#466D94": "#ffd866", "#3C3F41": "#2D2A2E", - "#545556": "#727072", - "#606060": "#727072", + "#545556": "#5b595c", + "#606060": "#5b595c", "#9AA7B0": "#fcfcfa", "#675133": "#ffd866", "Actions.Blue": "#A9DC76", @@ -978,14 +978,14 @@ "Checkbox.Background.Disabled.Dark": "#3a3a3c", "Checkbox.Border.Default": "#2d2a2e", "Checkbox.Border.Default.Dark": "#2d2a2e", - "Checkbox.Border.Disabled": "#727072", - "Checkbox.Border.Disabled.Dark": "#727072", + "Checkbox.Border.Disabled": "#5b595c", + "Checkbox.Border.Disabled.Dark": "#5b595c", "Checkbox.Focus.Thin.Default": "#ffd866", "Checkbox.Focus.Thin.Default.Dark": "#ffd866", "Checkbox.Focus.Wide": "#ffd866", "Checkbox.Focus.Wide.Dark": "#ffd866", - "Checkbox.Foreground.Disabled": "#727072", - "Checkbox.Foreground.Disabled.Dark": "#727072", + "Checkbox.Foreground.Disabled": "#5b595c", + "Checkbox.Foreground.Disabled.Dark": "#5b595c", "Checkbox.Background.Selected": "#ffd866", "Checkbox.Background.Selected.Dark": "#2D2A2E", "Checkbox.Border.Selected": "#ffd866", 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 a552b01d..3500c036 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 @@ -18,7 +18,7 @@ "disabledForeground": "#828bb8", "disabledText": "#828bb8", "focusColor": "#444a73", - "focusedBorderColor": "#4fd6be", + "focusedBorderColor": "#74a0f1", "foreground": "#c8d3f5", "inactiveBackground": "#2f334d", "inactiveForeground": "#a9b8e8", @@ -31,12 +31,12 @@ }, "activeCaption": "#222436", "ActionButton": { - "hoverBackground": "#4fd6be50", - "hoverBorderColor": "#4fd6be50", + "hoverBackground": "#74a0f150", + "hoverBorderColor": "#74a0f150", "hoverSeparatorColor": "#444a73", - "focusedBorderColor": "#4fd6be50", - "pressedBackground": "#4fd6be50", - "pressedBorderColor": "#4fd6be50" + "focusedBorderColor": "#74a0f150", + "pressedBackground": "#74a0f150", + "pressedBorderColor": "#74a0f150" }, "Autocomplete": { "selectionBackground": "#444a73" @@ -50,8 +50,8 @@ "endBackground": "#2f334d", "endBorderColor": "#2f334d", "foreground": "#FFFFFF", - "focusColor": "#4fd6be", - "focusedBorderColor": "#4fd6be", + "focusColor": "#74a0f1", + "focusedBorderColor": "#74a0f1", "shadowColor": "#2f334d", "startBackground": "#2f334d", "startBorderColor": "#2f334d" @@ -61,7 +61,7 @@ "endBackground": "#444a73", "endBorderColor": "#444a73", "focus": "#444a73", - "focusedBorderColor": "#4fd6be", + "focusedBorderColor": "#74a0f1", "foreground": "#a9b8e8", "highlight": "#FFFFFF", "mt.background": "#444a73", @@ -86,7 +86,7 @@ "background": "#222436", "disabledText": "#828bb8", "foreground": "#c8d3f5", - "select": "#4fd6be" + "select": "#74a0f1" }, "CheckBoxMenuItem": { "acceleratorForeground": "#a9b8e8", @@ -101,7 +101,7 @@ "CodeWithMe": { "Avatar.foreground": "#c8d3f5", "AccessEnabled": { - "accessDot": "#4fd6be", + "accessDot": "#74a0f1", "dropdownBorder": "#2f334d", "pillBackground": "$second" } @@ -121,10 +121,10 @@ }, "background": "#191a2a", "buttonBackground": "#444a73", - "darcula.hoveredArrowButtonForeground": "#4fd6be", + "darcula.hoveredArrowButtonForeground": "#74a0f1", "disabledForeground": "#828bb8", "foreground": "#c8d3f5", - "modifiedItemForeground": "#4fd6be", + "modifiedItemForeground": "#74a0f1", "nonEditableBackground": "#2f334d", "padding": "5,5,5,5", "selectionBackground": "#2f334d", @@ -135,14 +135,14 @@ "background": "#2f334d", "foreground": "#c8d3f5", "infoForeground": "#a9b8e8", - "matchForeground": "#4fd6be", - "matchSelectionForeground": "#4fd6be", + "matchForeground": "#74a0f1", + "matchSelectionForeground": "#74a0f1", "nonFocusedState": "false", "selectedGrayedForeground": "#FFFFFF", "selectionGrayForeground": "#FFFFFF", "selectionInactiveInfoForeground": "#a9b8e8", - "selectionInactiveBackground": "#444a7350", - "selectionBackground": "#444a7380", + "selectionInactiveBackground": "#444a73", + "selectionBackground": "#444a73", "selectionForeground": "#FFFFFF", "selectionInfoForeground": "#FFFFFF" }, @@ -150,27 +150,27 @@ "arc": 4, "borderColor": "#444a73", "disabledBorderColor": "#444a73", - "focusColor": "#4fd6be", - "focusedBorderColor": "#4fd6be", - "hoverIconColor": "#4fd6be", + "focusColor": "#74a0f1", + "focusedBorderColor": "#74a0f1", + "hoverIconColor": "#74a0f1", "infoForeground": "#a9b8e8", "iconColor": "#c8d3f5" }, "control": "#222436", "controlText": "#a9b8e8", "Counter": { - "background": "#4fd6be", + "background": "#74a0f1", "foreground": "#FFFFFF" }, "Debugger": { "Variables": { "collectingDataForeground": "#a9b8e8", - "changedValueForeground": "#4fd6be", + "changedValueForeground": "#74a0f1", "errorMessageForeground": "#ff757f", "evaluatingExpressionForeground": "#a9b8e8", - "exceptionForeground": "#c099ff", - "modifyingValueForeground": "#4fd6be", - "valueForeground": "#4fd6be" + "exceptionForeground": "#ffbd76", + "modifyingValueForeground": "#74a0f1", + "valueForeground": "#74a0f1" } }, "DebuggerTabs": { @@ -188,9 +188,9 @@ "hoverMaskColor": "#444a73", "inactiveColoredTabBackground": "#222436", "inactiveColoredFileBackground": "#444a73", - "inactiveUnderlineColor": "#4fd6be", + "inactiveUnderlineColor": "#74a0f1", "inactiveMaskColor": "#191a2a", - "underlineColor": "#4fd6be", + "underlineColor": "#74a0f1", "underlinedTabBackground": "#2f334d", "underlinedTabForeground": "#FFFFFF" }, @@ -209,7 +209,7 @@ }, "EditorPane": { "background": "#191a2a", - "caretForeground": "#4fd6be", + "caretForeground": "#74a0f1", "foreground": "#c8d3f5", "inactiveBackground": "#222436", "inactiveForeground": "#828bb8", @@ -226,7 +226,7 @@ "inactiveUnderlineColor": "#828bb8", "selectedForeground": "#c8d3f5", "selectedBackground": "#2f334d", - "underlineColor": "#4fd6be", + "underlineColor": "#74a0f1", "underlinedTabBackground": "#2f334d", "underlinedTabForeground": "#FFFFFF" }, @@ -235,8 +235,8 @@ "borderColor": "#2f334d", "hoverBackground": "#444a73", "hoverColor": "#444a73", - "inactiveUnderlineColor": "#4fd6be", - "underlineColor": "#4fd6be", + "inactiveUnderlineColor": "#74a0f1", + "underlineColor": "#74a0f1", "underlinedTabBackground": "#2f334d", "underlinedTabForeground": "#c8d3f5" }, @@ -261,7 +261,7 @@ "Focus.color": "#222436", "FormattedTextField": { "background": "#191a2a", - "caretForeground": "#4fd6be", + "caretForeground": "#74a0f1", "foreground": "#c8d3f5", "inactiveBackground": "#444a73", "inactiveForeground": "#828bb8", @@ -288,7 +288,7 @@ "infoForeground": "#a9b8e8", "shortcutForeground": "#a9b8e8" }, - "Hyperlink.linkColor": "#4fd6be", + "Hyperlink.linkColor": "#74a0f1", "inactiveCaption": "#2f334d", "inactiveCaptionBorder": "#222436", "inactiveCaptionText": "#a9b8e8", @@ -315,19 +315,19 @@ "selectedDisabledForeground": "#c8d3f5" }, "Link": { - "activeForeground": "#4fd6be", - "hoverForeground": "#4fd6be", - "pressedForeground": "#4fd6be", + "activeForeground": "#74a0f1", + "hoverForeground": "#74a0f1", + "pressedForeground": "#74a0f1", "secondaryForeground": "#a9b8e8", - "visitedForeground": "#4fd6be" + "visitedForeground": "#74a0f1" }, - "link.foreground": "#4fd6be", + "link.foreground": "#74a0f1", "List": { "background": "#2f334d", "foreground": "#c8d3f5", "hoverBackground": "#444a7370", "hoverInactiveBackground": "#2f334d", - "selectionBackground": "#444a7350", + "selectionBackground": "#444a73", "selectionForeground": "#FFFFFF", "selectionInactiveForeground": "#FFFFFF", "selectionInactiveBackground": "#444a7370" @@ -341,7 +341,7 @@ "primaryColor": "#a9b8e8", "selectionForeground": "#FFFFFF", "tab.backgroundColor": "#222436", - "tab.borderColor": "#4fd6be", + "tab.borderColor": "#74a0f1", "tagColor": "#a9b8e8" }, "MemoryIndicator": { @@ -396,7 +396,7 @@ "background": "#191a2a" } }, - "NewPSD.warning": "#4fd6be", + "NewPSD.warning": "#74a0f1", "Notification": { "background": "#191a2a", "borderColor": "#191a2a", @@ -425,7 +425,7 @@ }, "Outline": { "color": "#444a73", - "focusedColor": "#4fd6be", + "focusedColor": "#74a0f1", "disabledColor": "#828bb8" }, "Panel": { @@ -436,7 +436,7 @@ "background": "#2f334d", "borderColor": "#2f334d", "currentOverloadBackground": "#444a73", - "currentParameterForeground": "#4fd6be", + "currentParameterForeground": "#74a0f1", "disabledForeground": "#828bb8", "foreground": "#c8d3f5", "infoForeground": "#a9b8e8", @@ -444,8 +444,8 @@ }, "PasswordField": { "background": "#191a2a", - "capsLockIconColor": "#4fd6be", - "caretForeground": "#4fd6be", + "capsLockIconColor": "#74a0f1", + "caretForeground": "#74a0f1", "foreground": "#c8d3f5", "inactiveForeground": "#828bb8", "selectionBackground": "#2f334d", @@ -459,7 +459,7 @@ "lightSelectionBackground": "#2f334d", "paidTagBackground": "#444a73", "selectionBackground": "#444a73", - "tagForeground": "#4fd6be", + "tagForeground": "#74a0f1", "tagBackground": "#444a73", "trialTagBackground": "#444a73", "Button": { @@ -469,7 +469,7 @@ "installFocusedBackground": "#444a73", "installFillForeground": "#828bb8", "installFillBackground": "#444a73", - "updateBackground": "#4fd6be", + "updateBackground": "#74a0f1", "updateBorderColor": "#444a73", "updateForeground": "#c8d3f5" }, @@ -491,7 +491,7 @@ "Advertiser": { "background": "#222436", "borderColor": "#222436", - "foreground": "#4fd6be" + "foreground": "#74a0f1" }, "borderColor": "#191a2a", "inactiveBorderColor": "#222436", @@ -519,15 +519,15 @@ "PopupMenuSeparator.stripeIndent": 5, "ProgressBar": { "background": "#222436", - "foreground": "#4fd6be", - "indeterminateEndColor": "#4fd6be", - "indeterminateStartColor": "#4fd6be", - "progressColor": "#4fd6be", + "foreground": "#74a0f1", + "indeterminateEndColor": "#74a0f1", + "indeterminateStartColor": "#74a0f1", + "progressColor": "#74a0f1", "selectionBackground": "#444a73", "trackColor": "#444a73" }, "PsiViewer": { - "referenceHighlightColor": "#4fd6be" + "referenceHighlightColor": "#74a0f1" }, "RadioButton": { "background": "#222436", @@ -547,35 +547,35 @@ "ScreenView.borderColor": "#222436", "ScrollBar": { "background": "#222436", - "hoverThumbBorderColor": "#4fd6be", - "hoverThumbColor": "#4fd6be", + "hoverThumbBorderColor": "#74a0f1", + "hoverThumbColor": "#74a0f1", "hoverTrackColor": "#22243630", "Mac": { - "hoverThumbBorderColor": "#4fd6be", - "hoverThumbColor": "#4fd6be", + "hoverThumbBorderColor": "#74a0f1", + "hoverThumbColor": "#74a0f1", "hoverTrackColor": "#22243630", - "thumbBorderColor": "#4fd6be70", - "thumbColor": "#4fd6be70", + "thumbBorderColor": "#74a0f170", + "thumbColor": "#74a0f170", "trackColor": "#22243630", "Transparent": { - "hoverThumbBorderColor": "#4fd6be", - "hoverThumbColor": "#4fd6be", + "hoverThumbBorderColor": "#74a0f1", + "hoverThumbColor": "#74a0f1", "hoverTrackColor": "#22243630", - "thumbBorderColor": "#4fd6be70", - "thumbColor": "#4fd6be70", + "thumbBorderColor": "#74a0f170", + "thumbColor": "#74a0f170", "trackColor": "#22243630" } }, "thumb": "#444a73", - "thumbBorderColor": "#4fd6be70", - "thumbColor": "#4fd6be70", + "thumbBorderColor": "#74a0f170", + "thumbColor": "#74a0f170", "trackColor": "#22243630", "Transparent": { - "hoverThumbBorderColor": "#4fd6be", - "hoverThumbColor": "#4fd6be", + "hoverThumbBorderColor": "#74a0f1", + "hoverThumbColor": "#74a0f1", "hoverTrackColor": "#22243630", - "thumbBorderColor": "#4fd6be70", - "thumbColor": "#4fd6be70", + "thumbBorderColor": "#74a0f170", + "thumbColor": "#74a0f170", "trackColor": "#22243630" } }, @@ -603,10 +603,10 @@ } }, "SearchMatch": { - "endBackground": "#4fd6be", - "startBackground": "#4fd6be", - "endColor": "#4fd6be", - "startColor": "#4fd6be" + "endBackground": "#74a0f1", + "startBackground": "#74a0f1", + "endColor": "#74a0f1", + "startColor": "#74a0f1" }, "SearchField.errorBackground": "#191a2a", "SearchOption": { @@ -626,14 +626,14 @@ }, "Slider": { "background": "#222436", - "buttonBorderColor": "#4fd6be", - "buttonColor": "#4fd6be", + "buttonBorderColor": "#74a0f1", + "buttonColor": "#74a0f1", "foreground": "#c8d3f5", "majorTickLength": 6, "tickColor": "#2f334d", "trackColor": "#2f334d", "trackWidth": 7, - "thumb": "#4fd6be" + "thumb": "#74a0f1" }, "SpeedSearch": { "background": "#444a73", @@ -678,7 +678,7 @@ "tabHeight": 32, "tabInsets": "5,10,5,10", "tabSelectionHeight": 2, - "underlineColor": "#4fd6be" + "underlineColor": "#74a0f1" }, "TabbedPane.mt.tab.background": "#191a2a", "Table": { @@ -687,8 +687,8 @@ "cellNoFocusBorder": "10,5,10,5", "focusCellHighlightBorder": "10,5,10,5", "disabledForeground": "#828bb8", - "dropLineColor": "#4fd6be", - "dropLineShortColor": "#4fd6be", + "dropLineColor": "#74a0f1", + "dropLineShortColor": "#74a0f1", "focusCellBackground": "#2f334d", "focusCellForeground": "#FFFFFF", "foreground": "#c8d3f5", @@ -723,7 +723,7 @@ "textText": "#a9b8e8", "TextArea": { "background": "#191a2a", - "caretForeground": "#4fd6be", + "caretForeground": "#74a0f1", "foreground": "#c8d3f5", "inactiveForeground": "#828bb8", "selectionBackground": "#2f334d", @@ -731,7 +731,7 @@ }, "TextField": { "background": "#191a2a", - "caretForeground": "#4fd6be", + "caretForeground": "#74a0f1", "foreground": "#c8d3f5", "inactiveForeground": "#828bb8", "selectionBackground": "#2f334d", @@ -739,7 +739,7 @@ }, "TextPane": { "background": "#191a2a", - "caretForeground": "#4fd6be", + "caretForeground": "#74a0f1", "foreground": "#c8d3f5", "inactiveForeground": "#828bb8", "selectionBackground": "#2f334d", @@ -760,8 +760,8 @@ "foreground": "#c8d3f5", "offForeground": "#222436", "offBackground": "#222436", - "onBackground": "#4fd6be", - "onForeground": "#4fd6be" + "onBackground": "#74a0f1", + "onForeground": "#74a0f1" }, "ToolBar": { "background": "#191a2a", @@ -797,10 +797,10 @@ "borderColor": "#444a73", "hoverBackground": "#444a73", "hoverInactiveBackground": "#444a73", - "inactiveUnderlineColor": "#4fd6be", + "inactiveUnderlineColor": "#74a0f1", "selectedBackground": "#191a2a", "selectedInactiveBackground": "#191a2a", - "underlineColor": "#4fd6be", + "underlineColor": "#74a0f1", "underlinedTabBackground": "#2f334d", "underlinedTabInactiveBackground": "#2f334d", "underlinedTabForeground": "#FFFFFF", @@ -813,7 +813,7 @@ "hash": "#222436", "hoverBackground": "#444a7370", "hoverInactiveBackground": "#2f334d", - "modifiedItemForeground": "#4fd6be", + "modifiedItemForeground": "#74a0f1", "rowHeight": 28, "selectionBackground": "#444a7370", "selectionForeground": "#FFFFFF", @@ -898,13 +898,13 @@ "graphColor": "#444a73" }, "GitLog": { - "localBranchIconColor": "#4fd6be", + "localBranchIconColor": "#74a0f1", "otherIconColor": "#a9b8e8", "remoteBranchIconColor": "#c8d3f5", "tagIconColor": "#a9b8e8" }, "HgLog": { - "branchIconColor": "#4fd6be", + "branchIconColor": "#74a0f1", "bookmarkIconColor": "#FFFFFF", "closedBranchIconColor": "#828bb8", "localTagIconColor": "#a9b8e8", @@ -958,20 +958,20 @@ "#43494A": "#191a2a", "#6B6B6B": "#a9b8e8", "#A7A7A7": "#222436", - "#3D6185": "#4fd6be", - "#466D94": "#4fd6be", + "#3D6185": "#74a0f1", + "#466D94": "#74a0f1", "#3C3F41": "#222436", "#545556": "#828bb8", "#606060": "#828bb8", "#9AA7B0": "#c8d3f5", - "#675133": "#4fd6be", - "Actions.Blue": "#82aaff", - "Actions.Green": "#c3e88d", + "#675133": "#74a0f1", + "Actions.Blue": "#70b0ff", + "Actions.Green": "#7af8ca", "Actions.Grey": "#a9b8e8", - "Actions.GreyInline": "#7a88cf", + "Actions.GreyInline": "#7e8eda", "Actions.GreyInline.Dark": "#c8d3f5", "Actions.Red": "#ff757f", - "Actions.Yellow": "#c099ff", + "Actions.Yellow": "#ffbd76", "Checkbox.Background.Default": "#191a2a", "Checkbox.Background.Default.Dark": "#191a2a", "Checkbox.Background.Disabled": "#2f334d", @@ -980,31 +980,31 @@ "Checkbox.Border.Default.Dark": "#222436", "Checkbox.Border.Disabled": "#828bb8", "Checkbox.Border.Disabled.Dark": "#828bb8", - "Checkbox.Focus.Thin.Default": "#4fd6be", - "Checkbox.Focus.Thin.Default.Dark": "#4fd6be", - "Checkbox.Focus.Wide": "#4fd6be", - "Checkbox.Focus.Wide.Dark": "#4fd6be", + "Checkbox.Focus.Thin.Default": "#74a0f1", + "Checkbox.Focus.Thin.Default.Dark": "#74a0f1", + "Checkbox.Focus.Wide": "#74a0f1", + "Checkbox.Focus.Wide.Dark": "#74a0f1", "Checkbox.Foreground.Disabled": "#828bb8", "Checkbox.Foreground.Disabled.Dark": "#828bb8", - "Checkbox.Background.Selected": "#4fd6be", + "Checkbox.Background.Selected": "#74a0f1", "Checkbox.Background.Selected.Dark": "#222436", - "Checkbox.Border.Selected": "#4fd6be", - "Checkbox.Border.Selected.Dark": "#4fd6be", - "Checkbox.Foreground.Selected": "#4fd6be", - "Checkbox.Foreground.Selected.Dark": "#4fd6be", + "Checkbox.Border.Selected": "#74a0f1", + "Checkbox.Border.Selected.Dark": "#74a0f1", + "Checkbox.Foreground.Selected": "#74a0f1", + "Checkbox.Foreground.Selected.Dark": "#74a0f1", "Checkbox.Focus.Thin.Selected": "#c8d3f5", "Checkbox.Focus.Thin.Selected.Dark": "#c8d3f5", - "Objects.Grey": "#7a88cf", - "Objects.Blue": "#82aaff", + "Objects.Grey": "#7e8eda", + "Objects.Blue": "#70b0ff", "Objects.RedStatus": "#ff757f", "Objects.Red": "#ff757f", - "Objects.Pink": "#c099ff", - "Objects.Yellow": "#c099ff", - "Objects.Green": "#c3e88d", - "Objects.Purple": "#c099ff", + "Objects.Pink": "#baacff", + "Objects.Yellow": "#ffbd76", + "Objects.Green": "#7af8ca", + "Objects.Purple": "#baacff", "Objects.BlackText": "#c8d3f5", - "Objects.YellowDark": "#ff966c", - "Objects.GreenAndroid": "#c3e88d" + "Objects.YellowDark": "#ff9668", + "Objects.GreenAndroid": "#7af8ca" } } } 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 4ab94a73..da14f7a3 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 @@ -18,7 +18,7 @@ "disabledForeground": "#828bb8", "disabledText": "#828bb8", "focusColor": "#444a73", - "focusedBorderColor": "#4fd6be", + "focusedBorderColor": "#74a0f1", "foreground": "#c8d3f5", "inactiveBackground": "#2f334d", "inactiveForeground": "#a9b8e8", @@ -31,12 +31,12 @@ }, "activeCaption": "#222436", "ActionButton": { - "hoverBackground": "#4fd6be50", - "hoverBorderColor": "#4fd6be50", + "hoverBackground": "#74a0f150", + "hoverBorderColor": "#74a0f150", "hoverSeparatorColor": "#444a73", - "focusedBorderColor": "#4fd6be50", - "pressedBackground": "#4fd6be50", - "pressedBorderColor": "#4fd6be50" + "focusedBorderColor": "#74a0f150", + "pressedBackground": "#74a0f150", + "pressedBorderColor": "#74a0f150" }, "Autocomplete": { "selectionBackground": "#444a73" @@ -50,8 +50,8 @@ "endBackground": "#2f334d", "endBorderColor": "#2f334d", "foreground": "#FFFFFF", - "focusColor": "#4fd6be", - "focusedBorderColor": "#4fd6be", + "focusColor": "#74a0f1", + "focusedBorderColor": "#74a0f1", "shadowColor": "#2f334d", "startBackground": "#2f334d", "startBorderColor": "#2f334d" @@ -61,7 +61,7 @@ "endBackground": "#444a73", "endBorderColor": "#444a73", "focus": "#444a73", - "focusedBorderColor": "#4fd6be", + "focusedBorderColor": "#74a0f1", "foreground": "#a9b8e8", "highlight": "#FFFFFF", "mt.background": "#444a73", @@ -86,7 +86,7 @@ "background": "#222436", "disabledText": "#828bb8", "foreground": "#c8d3f5", - "select": "#4fd6be" + "select": "#74a0f1" }, "CheckBoxMenuItem": { "acceleratorForeground": "#a9b8e8", @@ -101,7 +101,7 @@ "CodeWithMe": { "Avatar.foreground": "#c8d3f5", "AccessEnabled": { - "accessDot": "#4fd6be", + "accessDot": "#74a0f1", "dropdownBorder": "#2f334d", "pillBackground": "$second" } @@ -121,10 +121,10 @@ }, "background": "#222436", "buttonBackground": "#444a73", - "darcula.hoveredArrowButtonForeground": "#4fd6be", + "darcula.hoveredArrowButtonForeground": "#74a0f1", "disabledForeground": "#828bb8", "foreground": "#c8d3f5", - "modifiedItemForeground": "#4fd6be", + "modifiedItemForeground": "#74a0f1", "nonEditableBackground": "#2f334d", "padding": "5,5,5,5", "selectionBackground": "#2f334d", @@ -135,14 +135,14 @@ "background": "#2f334d", "foreground": "#c8d3f5", "infoForeground": "#a9b8e8", - "matchForeground": "#4fd6be", - "matchSelectionForeground": "#4fd6be", + "matchForeground": "#74a0f1", + "matchSelectionForeground": "#74a0f1", "nonFocusedState": "false", "selectedGrayedForeground": "#FFFFFF", "selectionGrayForeground": "#FFFFFF", "selectionInactiveInfoForeground": "#a9b8e8", - "selectionInactiveBackground": "#444a7350", - "selectionBackground": "#444a7380", + "selectionInactiveBackground": "#444a73", + "selectionBackground": "#444a73", "selectionForeground": "#FFFFFF", "selectionInfoForeground": "#FFFFFF" }, @@ -150,27 +150,27 @@ "arc": 4, "borderColor": "#444a73", "disabledBorderColor": "#444a73", - "focusColor": "#4fd6be", - "focusedBorderColor": "#4fd6be", - "hoverIconColor": "#4fd6be", + "focusColor": "#74a0f1", + "focusedBorderColor": "#74a0f1", + "hoverIconColor": "#74a0f1", "infoForeground": "#a9b8e8", "iconColor": "#c8d3f5" }, "control": "#222436", "controlText": "#a9b8e8", "Counter": { - "background": "#4fd6be", + "background": "#74a0f1", "foreground": "#FFFFFF" }, "Debugger": { "Variables": { "collectingDataForeground": "#a9b8e8", - "changedValueForeground": "#4fd6be", + "changedValueForeground": "#74a0f1", "errorMessageForeground": "#ff757f", "evaluatingExpressionForeground": "#a9b8e8", - "exceptionForeground": "#c099ff", - "modifyingValueForeground": "#4fd6be", - "valueForeground": "#4fd6be" + "exceptionForeground": "#ffbd76", + "modifyingValueForeground": "#74a0f1", + "valueForeground": "#74a0f1" } }, "DebuggerTabs": { @@ -188,9 +188,9 @@ "hoverMaskColor": "#444a73", "inactiveColoredTabBackground": "#222436", "inactiveColoredFileBackground": "#444a73", - "inactiveUnderlineColor": "#4fd6be", + "inactiveUnderlineColor": "#74a0f1", "inactiveMaskColor": "#222436", - "underlineColor": "#4fd6be", + "underlineColor": "#74a0f1", "underlinedTabBackground": "#2f334d", "underlinedTabForeground": "#FFFFFF" }, @@ -209,7 +209,7 @@ }, "EditorPane": { "background": "#222436", - "caretForeground": "#4fd6be", + "caretForeground": "#74a0f1", "foreground": "#c8d3f5", "inactiveBackground": "#222436", "inactiveForeground": "#828bb8", @@ -226,7 +226,7 @@ "inactiveUnderlineColor": "#828bb8", "selectedForeground": "#c8d3f5", "selectedBackground": "#2f334d", - "underlineColor": "#4fd6be", + "underlineColor": "#74a0f1", "underlinedTabBackground": "#2f334d", "underlinedTabForeground": "#FFFFFF" }, @@ -235,8 +235,8 @@ "borderColor": "#2f334d", "hoverBackground": "#444a73", "hoverColor": "#444a73", - "inactiveUnderlineColor": "#4fd6be", - "underlineColor": "#4fd6be", + "inactiveUnderlineColor": "#74a0f1", + "underlineColor": "#74a0f1", "underlinedTabBackground": "#2f334d", "underlinedTabForeground": "#c8d3f5" }, @@ -261,7 +261,7 @@ "Focus.color": "#222436", "FormattedTextField": { "background": "#222436", - "caretForeground": "#4fd6be", + "caretForeground": "#74a0f1", "foreground": "#c8d3f5", "inactiveBackground": "#444a73", "inactiveForeground": "#828bb8", @@ -288,7 +288,7 @@ "infoForeground": "#a9b8e8", "shortcutForeground": "#a9b8e8" }, - "Hyperlink.linkColor": "#4fd6be", + "Hyperlink.linkColor": "#74a0f1", "inactiveCaption": "#2f334d", "inactiveCaptionBorder": "#222436", "inactiveCaptionText": "#a9b8e8", @@ -315,19 +315,19 @@ "selectedDisabledForeground": "#c8d3f5" }, "Link": { - "activeForeground": "#4fd6be", - "hoverForeground": "#4fd6be", - "pressedForeground": "#4fd6be", + "activeForeground": "#74a0f1", + "hoverForeground": "#74a0f1", + "pressedForeground": "#74a0f1", "secondaryForeground": "#a9b8e8", - "visitedForeground": "#4fd6be" + "visitedForeground": "#74a0f1" }, - "link.foreground": "#4fd6be", + "link.foreground": "#74a0f1", "List": { "background": "#2f334d", "foreground": "#c8d3f5", "hoverBackground": "#444a7370", "hoverInactiveBackground": "#2f334d", - "selectionBackground": "#444a7350", + "selectionBackground": "#444a73", "selectionForeground": "#FFFFFF", "selectionInactiveForeground": "#FFFFFF", "selectionInactiveBackground": "#444a7370" @@ -341,7 +341,7 @@ "primaryColor": "#a9b8e8", "selectionForeground": "#FFFFFF", "tab.backgroundColor": "#222436", - "tab.borderColor": "#4fd6be", + "tab.borderColor": "#74a0f1", "tagColor": "#a9b8e8" }, "MemoryIndicator": { @@ -396,7 +396,7 @@ "background": "#222436" } }, - "NewPSD.warning": "#4fd6be", + "NewPSD.warning": "#74a0f1", "Notification": { "background": "#191a2a", "borderColor": "#191a2a", @@ -425,7 +425,7 @@ }, "Outline": { "color": "#444a73", - "focusedColor": "#4fd6be", + "focusedColor": "#74a0f1", "disabledColor": "#828bb8" }, "Panel": { @@ -436,7 +436,7 @@ "background": "#2f334d", "borderColor": "#2f334d", "currentOverloadBackground": "#444a73", - "currentParameterForeground": "#4fd6be", + "currentParameterForeground": "#74a0f1", "disabledForeground": "#828bb8", "foreground": "#c8d3f5", "infoForeground": "#a9b8e8", @@ -444,8 +444,8 @@ }, "PasswordField": { "background": "#222436", - "capsLockIconColor": "#4fd6be", - "caretForeground": "#4fd6be", + "capsLockIconColor": "#74a0f1", + "caretForeground": "#74a0f1", "foreground": "#c8d3f5", "inactiveForeground": "#828bb8", "selectionBackground": "#2f334d", @@ -459,7 +459,7 @@ "lightSelectionBackground": "#2f334d", "paidTagBackground": "#444a73", "selectionBackground": "#444a73", - "tagForeground": "#4fd6be", + "tagForeground": "#74a0f1", "tagBackground": "#444a73", "trialTagBackground": "#444a73", "Button": { @@ -469,7 +469,7 @@ "installFocusedBackground": "#444a73", "installFillForeground": "#828bb8", "installFillBackground": "#444a73", - "updateBackground": "#4fd6be", + "updateBackground": "#74a0f1", "updateBorderColor": "#444a73", "updateForeground": "#c8d3f5" }, @@ -491,7 +491,7 @@ "Advertiser": { "background": "#222436", "borderColor": "#222436", - "foreground": "#4fd6be" + "foreground": "#74a0f1" }, "borderColor": "#191a2a", "inactiveBorderColor": "#222436", @@ -519,15 +519,15 @@ "PopupMenuSeparator.stripeIndent": 5, "ProgressBar": { "background": "#222436", - "foreground": "#4fd6be", - "indeterminateEndColor": "#4fd6be", - "indeterminateStartColor": "#4fd6be", - "progressColor": "#4fd6be", + "foreground": "#74a0f1", + "indeterminateEndColor": "#74a0f1", + "indeterminateStartColor": "#74a0f1", + "progressColor": "#74a0f1", "selectionBackground": "#444a73", "trackColor": "#444a73" }, "PsiViewer": { - "referenceHighlightColor": "#4fd6be" + "referenceHighlightColor": "#74a0f1" }, "RadioButton": { "background": "#222436", @@ -547,35 +547,35 @@ "ScreenView.borderColor": "#222436", "ScrollBar": { "background": "#222436", - "hoverThumbBorderColor": "#4fd6be", - "hoverThumbColor": "#4fd6be", + "hoverThumbBorderColor": "#74a0f1", + "hoverThumbColor": "#74a0f1", "hoverTrackColor": "#22243630", "Mac": { - "hoverThumbBorderColor": "#4fd6be", - "hoverThumbColor": "#4fd6be", + "hoverThumbBorderColor": "#74a0f1", + "hoverThumbColor": "#74a0f1", "hoverTrackColor": "#22243630", - "thumbBorderColor": "#4fd6be70", - "thumbColor": "#4fd6be70", + "thumbBorderColor": "#74a0f170", + "thumbColor": "#74a0f170", "trackColor": "#22243630", "Transparent": { - "hoverThumbBorderColor": "#4fd6be", - "hoverThumbColor": "#4fd6be", + "hoverThumbBorderColor": "#74a0f1", + "hoverThumbColor": "#74a0f1", "hoverTrackColor": "#22243630", - "thumbBorderColor": "#4fd6be70", - "thumbColor": "#4fd6be70", + "thumbBorderColor": "#74a0f170", + "thumbColor": "#74a0f170", "trackColor": "#22243630" } }, "thumb": "#444a73", - "thumbBorderColor": "#4fd6be70", - "thumbColor": "#4fd6be70", + "thumbBorderColor": "#74a0f170", + "thumbColor": "#74a0f170", "trackColor": "#22243630", "Transparent": { - "hoverThumbBorderColor": "#4fd6be", - "hoverThumbColor": "#4fd6be", + "hoverThumbBorderColor": "#74a0f1", + "hoverThumbColor": "#74a0f1", "hoverTrackColor": "#22243630", - "thumbBorderColor": "#4fd6be70", - "thumbColor": "#4fd6be70", + "thumbBorderColor": "#74a0f170", + "thumbColor": "#74a0f170", "trackColor": "#22243630" } }, @@ -603,10 +603,10 @@ } }, "SearchMatch": { - "endBackground": "#4fd6be", - "startBackground": "#4fd6be", - "endColor": "#4fd6be", - "startColor": "#4fd6be" + "endBackground": "#74a0f1", + "startBackground": "#74a0f1", + "endColor": "#74a0f1", + "startColor": "#74a0f1" }, "SearchField.errorBackground": "#191a2a", "SearchOption": { @@ -626,14 +626,14 @@ }, "Slider": { "background": "#222436", - "buttonBorderColor": "#4fd6be", - "buttonColor": "#4fd6be", + "buttonBorderColor": "#74a0f1", + "buttonColor": "#74a0f1", "foreground": "#c8d3f5", "majorTickLength": 6, "tickColor": "#2f334d", "trackColor": "#2f334d", "trackWidth": 7, - "thumb": "#4fd6be" + "thumb": "#74a0f1" }, "SpeedSearch": { "background": "#444a73", @@ -678,7 +678,7 @@ "tabHeight": 32, "tabInsets": "5,10,5,10", "tabSelectionHeight": 2, - "underlineColor": "#4fd6be" + "underlineColor": "#74a0f1" }, "TabbedPane.mt.tab.background": "#222436", "Table": { @@ -687,8 +687,8 @@ "cellNoFocusBorder": "10,5,10,5", "focusCellHighlightBorder": "10,5,10,5", "disabledForeground": "#828bb8", - "dropLineColor": "#4fd6be", - "dropLineShortColor": "#4fd6be", + "dropLineColor": "#74a0f1", + "dropLineShortColor": "#74a0f1", "focusCellBackground": "#2f334d", "focusCellForeground": "#FFFFFF", "foreground": "#c8d3f5", @@ -723,7 +723,7 @@ "textText": "#a9b8e8", "TextArea": { "background": "#222436", - "caretForeground": "#4fd6be", + "caretForeground": "#74a0f1", "foreground": "#c8d3f5", "inactiveForeground": "#828bb8", "selectionBackground": "#2f334d", @@ -731,7 +731,7 @@ }, "TextField": { "background": "#222436", - "caretForeground": "#4fd6be", + "caretForeground": "#74a0f1", "foreground": "#c8d3f5", "inactiveForeground": "#828bb8", "selectionBackground": "#2f334d", @@ -739,7 +739,7 @@ }, "TextPane": { "background": "#222436", - "caretForeground": "#4fd6be", + "caretForeground": "#74a0f1", "foreground": "#c8d3f5", "inactiveForeground": "#828bb8", "selectionBackground": "#2f334d", @@ -760,8 +760,8 @@ "foreground": "#c8d3f5", "offForeground": "#222436", "offBackground": "#222436", - "onBackground": "#4fd6be", - "onForeground": "#4fd6be" + "onBackground": "#74a0f1", + "onForeground": "#74a0f1" }, "ToolBar": { "background": "#222436", @@ -797,10 +797,10 @@ "borderColor": "#444a73", "hoverBackground": "#444a73", "hoverInactiveBackground": "#444a73", - "inactiveUnderlineColor": "#4fd6be", + "inactiveUnderlineColor": "#74a0f1", "selectedBackground": "#191a2a", "selectedInactiveBackground": "#191a2a", - "underlineColor": "#4fd6be", + "underlineColor": "#74a0f1", "underlinedTabBackground": "#2f334d", "underlinedTabInactiveBackground": "#2f334d", "underlinedTabForeground": "#FFFFFF", @@ -813,7 +813,7 @@ "hash": "#222436", "hoverBackground": "#444a7370", "hoverInactiveBackground": "#2f334d", - "modifiedItemForeground": "#4fd6be", + "modifiedItemForeground": "#74a0f1", "rowHeight": 28, "selectionBackground": "#444a7370", "selectionForeground": "#FFFFFF", @@ -898,13 +898,13 @@ "graphColor": "#444a73" }, "GitLog": { - "localBranchIconColor": "#4fd6be", + "localBranchIconColor": "#74a0f1", "otherIconColor": "#a9b8e8", "remoteBranchIconColor": "#c8d3f5", "tagIconColor": "#a9b8e8" }, "HgLog": { - "branchIconColor": "#4fd6be", + "branchIconColor": "#74a0f1", "bookmarkIconColor": "#FFFFFF", "closedBranchIconColor": "#828bb8", "localTagIconColor": "#a9b8e8", @@ -958,20 +958,20 @@ "#43494A": "#191a2a", "#6B6B6B": "#a9b8e8", "#A7A7A7": "#222436", - "#3D6185": "#4fd6be", - "#466D94": "#4fd6be", + "#3D6185": "#74a0f1", + "#466D94": "#74a0f1", "#3C3F41": "#222436", "#545556": "#828bb8", "#606060": "#828bb8", "#9AA7B0": "#c8d3f5", - "#675133": "#4fd6be", - "Actions.Blue": "#82aaff", - "Actions.Green": "#c3e88d", + "#675133": "#74a0f1", + "Actions.Blue": "#70b0ff", + "Actions.Green": "#7af8ca", "Actions.Grey": "#a9b8e8", - "Actions.GreyInline": "#7a88cf", + "Actions.GreyInline": "#7e8eda", "Actions.GreyInline.Dark": "#c8d3f5", "Actions.Red": "#ff757f", - "Actions.Yellow": "#c099ff", + "Actions.Yellow": "#ffbd76", "Checkbox.Background.Default": "#191a2a", "Checkbox.Background.Default.Dark": "#191a2a", "Checkbox.Background.Disabled": "#2f334d", @@ -980,31 +980,31 @@ "Checkbox.Border.Default.Dark": "#222436", "Checkbox.Border.Disabled": "#828bb8", "Checkbox.Border.Disabled.Dark": "#828bb8", - "Checkbox.Focus.Thin.Default": "#4fd6be", - "Checkbox.Focus.Thin.Default.Dark": "#4fd6be", - "Checkbox.Focus.Wide": "#4fd6be", - "Checkbox.Focus.Wide.Dark": "#4fd6be", + "Checkbox.Focus.Thin.Default": "#74a0f1", + "Checkbox.Focus.Thin.Default.Dark": "#74a0f1", + "Checkbox.Focus.Wide": "#74a0f1", + "Checkbox.Focus.Wide.Dark": "#74a0f1", "Checkbox.Foreground.Disabled": "#828bb8", "Checkbox.Foreground.Disabled.Dark": "#828bb8", - "Checkbox.Background.Selected": "#4fd6be", + "Checkbox.Background.Selected": "#74a0f1", "Checkbox.Background.Selected.Dark": "#222436", - "Checkbox.Border.Selected": "#4fd6be", - "Checkbox.Border.Selected.Dark": "#4fd6be", - "Checkbox.Foreground.Selected": "#4fd6be", - "Checkbox.Foreground.Selected.Dark": "#4fd6be", + "Checkbox.Border.Selected": "#74a0f1", + "Checkbox.Border.Selected.Dark": "#74a0f1", + "Checkbox.Foreground.Selected": "#74a0f1", + "Checkbox.Foreground.Selected.Dark": "#74a0f1", "Checkbox.Focus.Thin.Selected": "#c8d3f5", "Checkbox.Focus.Thin.Selected.Dark": "#c8d3f5", - "Objects.Grey": "#7a88cf", - "Objects.Blue": "#82aaff", + "Objects.Grey": "#7e8eda", + "Objects.Blue": "#70b0ff", "Objects.RedStatus": "#ff757f", "Objects.Red": "#ff757f", - "Objects.Pink": "#c099ff", - "Objects.Yellow": "#c099ff", - "Objects.Green": "#c3e88d", - "Objects.Purple": "#c099ff", + "Objects.Pink": "#baacff", + "Objects.Yellow": "#ffbd76", + "Objects.Green": "#7af8ca", + "Objects.Purple": "#baacff", "Objects.BlackText": "#c8d3f5", - "Objects.YellowDark": "#ff966c", - "Objects.GreenAndroid": "#c3e88d" + "Objects.YellowDark": "#ff9668", + "Objects.GreenAndroid": "#7af8ca" } } } 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 a8a0314a..e9cf40d1 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 @@ -11,188 +11,188 @@ }, "ui": { "*": { - "acceleratorSelectionForeground": "#607d8b", + "acceleratorSelectionForeground": "#5f7e97", "background": "#011627", - "borderColor": "#2a373e", - "disabledBackground": "#0B253A", - "disabledForeground": "#2e3c42", - "disabledText": "#2e3c42", - "focusColor": "#152C3B", + "borderColor": "#122d42", + "disabledBackground": "#0e293f", + "disabledForeground": "#697098", + "disabledText": "#697098", + "focusColor": "#084d81", "focusedBorderColor": "#7e57c2", - "foreground": "#b0bec5", - "inactiveBackground": "#0B253A", - "inactiveForeground": "#607d8b", - "infoForeground": "#607d8b", - "selectionBackground": "#152C3B", - "selectionBackgroundInactive": "#011627", - "selectionForeground": "#ffffff", - "selectionInactiveBackground": "#011627", - "separatorColor": "#2a373e" + "foreground": "#d6deeb", + "inactiveBackground": "#0e293f", + "inactiveForeground": "#5f7e97", + "infoForeground": "#5f7e97", + "selectionBackground": "#5f7e9790", + "selectionBackgroundInactive": "#0b2942", + "selectionForeground": "#FFFFFF", + "selectionInactiveBackground": "#0b2942", + "separatorColor": "#122d42" }, "activeCaption": "#011627", "ActionButton": { "hoverBackground": "#7e57c250", "hoverBorderColor": "#7e57c250", - "hoverSeparatorColor": "#2e3c43", + "hoverSeparatorColor": "#0b253a", "focusedBorderColor": "#7e57c250", "pressedBackground": "#7e57c250", "pressedBorderColor": "#7e57c250" }, "Autocomplete": { - "selectionBackground": "#152C3B" + "selectionBackground": "#5f7e9790" }, "Borders.ContrastBorderColor": "#011627", - "Borders.color": "#2a373e", + "Borders.color": "#122d42", "Button": { "arc": 0, "background": "#011627", "default": { - "endBackground": "#152C3B", - "endBorderColor": "#152C3B", - "foreground": "#ffffff", + "endBackground": "#13344f", + "endBorderColor": "#13344f", + "foreground": "#FFFFFF", "focusColor": "#7e57c2", "focusedBorderColor": "#7e57c2", - "shadowColor": "#152C3B", - "startBackground": "#152C3B", - "startBorderColor": "#152C3B" + "shadowColor": "#13344f", + "startBackground": "#13344f", + "startBorderColor": "#13344f" }, - "disabledBorderColor": "#2e3c43", - "disabledText": "#2e3c42", - "endBackground": "#2e3c43", - "endBorderColor": "#2e3c43", - "focus": "#152C3B", + "disabledBorderColor": "#0b253a", + "disabledText": "#697098", + "endBackground": "#0b253a", + "endBorderColor": "#0b253a", + "focus": "#084d81", "focusedBorderColor": "#7e57c2", - "foreground": "#607d8b", - "highlight": "#ffffff", - "mt.background": "#2e3c43", - "mt.foreground": "#607d8b", - "mt.selectedForeground": "#ffffff", - "mt.selection.color1": "#152C3B", - "mt.selection.color2": "#152C3B", - "startBackground": "#2e3c43", - "startBorderColor": "#2e3c43", - "shadowColor": "#2e3c43", + "foreground": "#5f7e97", + "highlight": "#FFFFFF", + "mt.background": "#0b253a", + "mt.foreground": "#5f7e97", + "mt.selectedForeground": "#FFFFFF", + "mt.selection.color1": "#13344f", + "mt.selection.color2": "#13344f", + "startBackground": "#0b253a", + "startBorderColor": "#0b253a", + "shadowColor": "#0b253a", "shadowWidth": 0 }, "Canvas": { - "Tooltip.borderColor": "#2a373e", - "Tooltip.background": "#152C3B" + "Tooltip.borderColor": "#122d42", + "Tooltip.background": "#01111d" }, "Content": { - "background": "#001424", - "selectionBackground": "#152C3B" + "background": "#010e1a", + "selectionBackground": "#5f7e9790" }, "CheckBox": { "background": "#011627", - "disabledText": "#2e3c42", - "foreground": "#b0bec5", + "disabledText": "#697098", + "foreground": "#d6deeb", "select": "#7e57c2" }, "CheckBoxMenuItem": { - "acceleratorForeground": "#607d8b", - "acceleratorSelectionForeground": "#607d8b", + "acceleratorForeground": "#5f7e97", + "acceleratorSelectionForeground": "#5f7e97", "background": "#011627", "disabledBackground": "#011627", - "disabledForeground": "#2e3c42", - "foreground": "#b0bec5", - "selectionBackground": "#152C3B", - "selectionForeground": "#ffffff" + "disabledForeground": "#697098", + "foreground": "#d6deeb", + "selectionBackground": "#5f7e9790", + "selectionForeground": "#FFFFFF" }, "CodeWithMe": { - "Avatar.foreground": "#b0bec5", + "Avatar.foreground": "#d6deeb", "AccessEnabled": { "accessDot": "#7e57c2", - "dropdownBorder": "#011627", + "dropdownBorder": "#0b2942", "pillBackground": "$second" } }, "ColorChooser": { "background": "#011627", - "foreground": "#b0bec5", - "swatchesDefaultRecentColor": "#b0bec5" + "foreground": "#d6deeb", + "swatchesDefaultRecentColor": "#d6deeb" }, - "ComboBoxButton.background": "#2e3c43", + "ComboBoxButton.background": "#0b253a", "ComboBox": { "ArrowButton": { - "background": "#2e3c43", - "disabledIconColor": "#2e3c42", - "iconColor": "#b0bec5", + "background": "#0b253a", + "disabledIconColor": "#697098", + "iconColor": "#d6deeb", "nonEditableBackground": "#011627" }, - "background": "#001424", - "buttonBackground": "#2e3c43", + "background": "#010e1a", + "buttonBackground": "#0b253a", "darcula.hoveredArrowButtonForeground": "#7e57c2", - "disabledForeground": "#2e3c42", - "foreground": "#b0bec5", + "disabledForeground": "#697098", + "foreground": "#d6deeb", "modifiedItemForeground": "#7e57c2", - "nonEditableBackground": "#011627", + "nonEditableBackground": "#0b2942", "padding": "5,5,5,5", - "selectionBackground": "#152C3B", - "selectionForeground": "#ffffff" + "selectionBackground": "#13344f", + "selectionForeground": "#FFFFFF" }, - "ComboPopup.border": "#2a373e", + "ComboPopup.border": "#122d42", "CompletionPopup": { - "background": "#011627", - "foreground": "#b0bec5", - "infoForeground": "#607d8b", + "background": "#0b2942", + "foreground": "#d6deeb", + "infoForeground": "#5f7e97", "matchForeground": "#7e57c2", "matchSelectionForeground": "#7e57c2", "nonFocusedState": "false", - "selectedGrayedForeground": "#ffffff", - "selectionGrayForeground": "#ffffff", - "selectionInactiveInfoForeground": "#607d8b", - "selectionInactiveBackground": "#152C3B50", - "selectionBackground": "#152C3B80", - "selectionForeground": "#ffffff", - "selectionInfoForeground": "#ffffff" + "selectedGrayedForeground": "#FFFFFF", + "selectionGrayForeground": "#FFFFFF", + "selectionInactiveInfoForeground": "#5f7e97", + "selectionInactiveBackground": "#5f7e9790", + "selectionBackground": "#5f7e9790", + "selectionForeground": "#FFFFFF", + "selectionInfoForeground": "#FFFFFF" }, "Component": { "arc": 4, - "borderColor": "#152C3B", - "disabledBorderColor": "#2e3c43", + "borderColor": "#084d81", + "disabledBorderColor": "#0b253a", "focusColor": "#7e57c2", "focusedBorderColor": "#7e57c2", "hoverIconColor": "#7e57c2", - "infoForeground": "#607d8b", - "iconColor": "#b0bec5" + "infoForeground": "#5f7e97", + "iconColor": "#d6deeb" }, "control": "#011627", - "controlText": "#607d8b", + "controlText": "#5f7e97", "Counter": { "background": "#7e57c2", - "foreground": "#ffffff" + "foreground": "#FFFFFF" }, "Debugger": { "Variables": { - "collectingDataForeground": "#607d8b", + "collectingDataForeground": "#5f7e97", "changedValueForeground": "#7e57c2", "errorMessageForeground": "#7fdbca", - "evaluatingExpressionForeground": "#607d8b", - "exceptionForeground": "#FAD430", + "evaluatingExpressionForeground": "#5f7e97", + "exceptionForeground": "#addb67", "modifyingValueForeground": "#7e57c2", "valueForeground": "#7e57c2" } }, "DebuggerTabs": { - "selectedBackground": "#152C3B", - "underlinedTabBackground": "#152C3B" + "selectedBackground": "#084d81", + "underlinedTabBackground": "#084d81" }, "DebuggerPopup": { - "borderColor": "#152C3B" + "borderColor": "#084d81" }, "DefaultTabs": { "background": "#011627", "borderColor": "#011627", - "hoverBackground": "#152C3B", - "hoverColor": "#001424", - "hoverMaskColor": "#152C3B", + "hoverBackground": "#13344f", + "hoverColor": "#010e1a", + "hoverMaskColor": "#084d81", "inactiveColoredTabBackground": "#011627", - "inactiveColoredFileBackground": "#2e3c43", + "inactiveColoredFileBackground": "#0b253a", "inactiveUnderlineColor": "#7e57c2", - "inactiveMaskColor": "#001424", + "inactiveMaskColor": "#010e1a", "underlineColor": "#7e57c2", - "underlinedTabBackground": "#152C3B", - "underlinedTabForeground": "#ffffff" + "underlinedTabBackground": "#13344f", + "underlinedTabForeground": "#FFFFFF" }, "Desktop.background": "#011627", "DialogWrapper.southPanelBackground": "#011627", @@ -200,50 +200,50 @@ "DragAndDrop": { "areaBackground": "#011627", "areaBorderColor": "#011627", - "areaForeground": "#b0bec5" + "areaForeground": "#d6deeb" }, "Editor": { - "background": "#001424", - "foreground": "#b0bec5", - "shortcutForeground": "#607d8b" + "background": "#010e1a", + "foreground": "#d6deeb", + "shortcutForeground": "#5f7e97" }, "EditorPane": { - "background": "#001424", + "background": "#010e1a", "caretForeground": "#7e57c2", - "foreground": "#b0bec5", + "foreground": "#d6deeb", "inactiveBackground": "#011627", - "inactiveForeground": "#2e3c42", - "selectionBackground": "#152C3B", - "selectionForeground": "#ffffff" + "inactiveForeground": "#697098", + "selectionBackground": "#5f7e9790", + "selectionForeground": "#FFFFFF" }, "EditorTabs": { - "borderColor": "#011627", - "hoverBackground": "#152C3B", - "hoverColor": "#152C3B", - "hoverMaskColor": "#152C3B", + "borderColor": "#0b2942", + "hoverBackground": "#084d81", + "hoverColor": "#084d81", + "hoverMaskColor": "#084d81", "inactiveMaskColor": "#011627", "inactiveColoredFileBackground": "#011627", - "inactiveUnderlineColor": "#2e3c42", - "selectedForeground": "#b0bec5", - "selectedBackground": "#152C3B", + "inactiveUnderlineColor": "#697098", + "selectedForeground": "#d6deeb", + "selectedBackground": "#13344f", "underlineColor": "#7e57c2", - "underlinedTabBackground": "#152C3B", - "underlinedTabForeground": "#ffffff" + "underlinedTabBackground": "#13344f", + "underlinedTabForeground": "#FFFFFF" }, "EditorGroupsTabs": { "background": "#011627", - "borderColor": "#011627", - "hoverBackground": "#152C3B", - "hoverColor": "#152C3B", + "borderColor": "#0b2942", + "hoverBackground": "#084d81", + "hoverColor": "#084d81", "inactiveUnderlineColor": "#7e57c2", "underlineColor": "#7e57c2", - "underlinedTabBackground": "#152C3B", - "underlinedTabForeground": "#b0bec5" + "underlinedTabBackground": "#13344f", + "underlinedTabForeground": "#d6deeb" }, "FileColor": { "Green": "#387002", "Blue": "#004BA0", - "Yellow": "#0B253A", + "Yellow": "#0e293f", "Orange": "#B53D00", "Violet": "#4D2C91", "Rose": "#A00037" @@ -258,134 +258,134 @@ "nativeSearchNotMatchedBackground": "#C792EA", "nativeFocusSearchNotMatchedBackground": "#BB80B3" }, - "Focus.color": "#2a373e", + "Focus.color": "#122d42", "FormattedTextField": { - "background": "#001424", + "background": "#010e1a", "caretForeground": "#7e57c2", - "foreground": "#b0bec5", - "inactiveBackground": "#2e3c43", - "inactiveForeground": "#2e3c42", - "selectionForeground": "#ffffff", - "selectionBackground": "#152C3B" + "foreground": "#d6deeb", + "inactiveBackground": "#0b253a", + "inactiveForeground": "#697098", + "selectionForeground": "#FFFFFF", + "selectionBackground": "#13344f" }, - "GotItTooltip.borderColor": "#152C3B", + "GotItTooltip.borderColor": "#01111d", "Group": { - "disabledSeparatorColor": "#2a373e", - "separatorColor": "#2a373e" + "disabledSeparatorColor": "#122d42", + "separatorColor": "#122d42" }, "GutterTooltip": { - "infoForeground": "#607d8b", + "infoForeground": "#5f7e97", "lineSeparatorColor": "#011627" }, "HeaderColor": { "active": "#011627", - "inactive": "#001424" + "inactive": "#010e1a" }, "HelpTooltip": { "background": "#011627", - "borderColor": "#2a373e", - "foreground": "#b0bec5", - "infoForeground": "#607d8b", - "shortcutForeground": "#607d8b" + "borderColor": "#122d42", + "foreground": "#d6deeb", + "infoForeground": "#5f7e97", + "shortcutForeground": "#5f7e97" }, "Hyperlink.linkColor": "#7e57c2", - "inactiveCaption": "#011627", + "inactiveCaption": "#0b2942", "inactiveCaptionBorder": "#011627", - "inactiveCaptionText": "#607d8b", - "info": "#607d8b", - "infoText": "#607d8b", + "inactiveCaptionText": "#5f7e97", + "info": "#5f7e97", + "infoText": "#5f7e97", "IdeStatusBar.border": "4,4,4,4", - "InformationHint.borderColor": "#2a373e", + "InformationHint.borderColor": "#122d42", "InplaceRefactoringPopup": { "borderColor": "#011627" }, "InternalFrame": { - "activeTitleForeground": "#b0bec5", + "activeTitleForeground": "#d6deeb", "background": "#011627", - "inactiveTitleForeground": "#607d8b" + "inactiveTitleForeground": "#5f7e97" }, "Label": { "background": "#011627", - "disabledForeground": "#2e3c42", + "disabledForeground": "#697098", "disabledShadow": "#011627", - "disabledText": "#2e3c42", - "foreground": "#b0bec5", - "infoForeground": "#607d8b", - "selectedForeground": "#ffffff", - "selectedDisabledForeground": "#b0bec5" + "disabledText": "#697098", + "foreground": "#d6deeb", + "infoForeground": "#5f7e97", + "selectedForeground": "#FFFFFF", + "selectedDisabledForeground": "#d6deeb" }, "Link": { "activeForeground": "#7e57c2", "hoverForeground": "#7e57c2", "pressedForeground": "#7e57c2", - "secondaryForeground": "#607d8b", + "secondaryForeground": "#5f7e97", "visitedForeground": "#7e57c2" }, "link.foreground": "#7e57c2", "List": { - "background": "#011627", - "foreground": "#b0bec5", - "hoverBackground": "#152C3B70", - "hoverInactiveBackground": "#152C3B", - "selectionBackground": "#152C3B50", - "selectionForeground": "#ffffff", - "selectionInactiveForeground": "#ffffff", - "selectionInactiveBackground": "#152C3B70" + "background": "#0b2942", + "foreground": "#d6deeb", + "hoverBackground": "#13344f50", + "hoverInactiveBackground": "#13344f", + "selectionBackground": "#5f7e9790", + "selectionForeground": "#FFFFFF", + "selectionInactiveForeground": "#FFFFFF", + "selectionInactiveBackground": "#13344f50" }, "material": { "background": "#011627", - "branchColor": "#b0bec5", - "contrast": "#001424", - "foreground": "#b0bec5", - "mergeCommits": "#2e3c43", - "primaryColor": "#607d8b", - "selectionForeground": "#ffffff", + "branchColor": "#d6deeb", + "contrast": "#010e1a", + "foreground": "#d6deeb", + "mergeCommits": "#0b253a", + "primaryColor": "#5f7e97", + "selectionForeground": "#FFFFFF", "tab.backgroundColor": "#011627", "tab.borderColor": "#7e57c2", - "tagColor": "#607d8b" + "tagColor": "#5f7e97" }, "MemoryIndicator": { - "allocatedBackground": "#011627", - "usedColor": "#152C3B", - "usedBackground": "#152C3B" + "allocatedBackground": "#0b2942", + "usedColor": "#084d81", + "usedBackground": "#084d81" }, "Menu": { - "acceleratorForeground": "#607d8b", - "acceleratorSelectionForeground": "#ffffff", + "acceleratorForeground": "#5f7e97", + "acceleratorSelectionForeground": "#FFFFFF", "background": "#011627", "border": "4,2,4,2", - "borderColor": "#011627", - "disabledBackground": "#011627", - "disabledForeground": "#2e3c42", - "foreground": "#b0bec5", - "selectionBackground": "#152C3B", - "selectionForeground": "#ffffff", - "separatorColor": "#2a373e" + "borderColor": "#0b2942", + "disabledBackground": "#0b2942", + "disabledForeground": "#697098", + "foreground": "#d6deeb", + "selectionBackground": "#5f7e9790", + "selectionForeground": "#FFFFFF", + "separatorColor": "#122d42" }, "MenuBar": { - "background": "#001424", + "background": "#010e1a", "borderColor": "#011627", "disabledBackground": "#011627", - "disabledForeground": "#2e3c42", - "foreground": "#b0bec5", + "disabledForeground": "#697098", + "foreground": "#d6deeb", "highlight": "#011627", - "selectionBackground": "#152C3B", - "selectionForeground": "#ffffff", - "shadow": "#001424" + "selectionBackground": "#5f7e9790", + "selectionForeground": "#FFFFFF", + "shadow": "#010e1a" }, "MenuItem": { - "acceleratorForeground": "#607d8b", - "acceleratorSelectionForeground": "#ffffff", + "acceleratorForeground": "#5f7e97", + "acceleratorSelectionForeground": "#FFFFFF", "border": "4,2,4,2", "background": "#011627", "disabledBackground": "#011627", - "disabledForeground": "#2e3c42", - "foreground": "#b0bec5", - "selectionBackground": "#152C3B", - "selectionForeground": "#ffffff" + "disabledForeground": "#697098", + "foreground": "#d6deeb", + "selectionBackground": "#5f7e9790", + "selectionForeground": "#FFFFFF" }, "NavBar": { - "arrowColor": "#b0bec5", + "arrowColor": "#d6deeb", "borderColor": "#011627" }, "NewClass": { @@ -393,98 +393,98 @@ "background": "#011627" }, "SearchField": { - "background": "#001424" + "background": "#010e1a" } }, "NewPSD.warning": "#7e57c2", "Notification": { - "background": "#152C3B", - "borderColor": "#152C3B", - "errorBackground": "#152C3B", - "errorBorderColor": "#152C3B", - "foreground": "#b0bec5", + "background": "#01111d", + "borderColor": "#01111d", + "errorBackground": "#01111d", + "errorBorderColor": "#01111d", + "foreground": "#d6deeb", "MoreButton": { - "background": "#2e3c43", - "foreground": "#b0bec5", - "innerBorderColor": "#2e3c43" + "background": "#0b253a", + "foreground": "#d6deeb", + "innerBorderColor": "#0b253a" }, "ToolWindow": { - "errorBackground": "#152C3B", - "errorBorderColor": "#152C3B", - "informativeBackground": "#152C3B", - "informativeBorderColor": "#152C3B", - "warningBackground": "#152C3B", - "warningBorderColor": "#152C3B" + "errorBackground": "#01111d", + "errorBorderColor": "#01111d", + "informativeBackground": "#01111d", + "informativeBorderColor": "#01111d", + "warningBackground": "#01111d", + "warningBorderColor": "#01111d" } }, - "OnePixelDivider.background": "#2a373e", + "OnePixelDivider.background": "#122d42", "OptionPane": { "background": "#011627", - "foreground": "#b0bec5", - "messageForeground": "#b0bec5" + "foreground": "#d6deeb", + "messageForeground": "#d6deeb" }, "Outline": { - "color": "#2e3c43", + "color": "#0b253a", "focusedColor": "#7e57c2", - "disabledColor": "#2e3c42" + "disabledColor": "#697098" }, "Panel": { "background": "#011627", - "foreground": "#b0bec5" + "foreground": "#d6deeb" }, "ParameterInfo": { - "background": "#011627", - "borderColor": "#152C3B", - "currentOverloadBackground": "#152C3B", + "background": "#0b2942", + "borderColor": "#13344f", + "currentOverloadBackground": "#084d81", "currentParameterForeground": "#7e57c2", - "disabledForeground": "#2e3c42", - "foreground": "#b0bec5", - "infoForeground": "#607d8b", - "lineSeparatorColor": "#152C3B" + "disabledForeground": "#697098", + "foreground": "#d6deeb", + "infoForeground": "#5f7e97", + "lineSeparatorColor": "#13344f" }, "PasswordField": { - "background": "#001424", + "background": "#010e1a", "capsLockIconColor": "#7e57c2", "caretForeground": "#7e57c2", - "foreground": "#b0bec5", - "inactiveForeground": "#2e3c42", - "selectionBackground": "#152C3B", - "selectionForeground": "#ffffff" + "foreground": "#d6deeb", + "inactiveForeground": "#697098", + "selectionBackground": "#13344f", + "selectionForeground": "#FFFFFF" }, "Plugins": { "background": "#011627", - "disabledForeground": "#2e3c42", - "eapTagBackground": "#152C3B", - "hoverBackground": "#152C3B70", - "lightSelectionBackground": "#152C3B", - "paidTagBackground": "#152C3B", - "selectionBackground": "#152C3B", + "disabledForeground": "#697098", + "eapTagBackground": "#084d81", + "hoverBackground": "#13344f50", + "lightSelectionBackground": "#13344f", + "paidTagBackground": "#084d81", + "selectionBackground": "#5f7e9790", "tagForeground": "#7e57c2", - "tagBackground": "#152C3B", - "trialTagBackground": "#152C3B", + "tagBackground": "#084d81", + "trialTagBackground": "#084d81", "Button": { - "installBackground": "#2e3c43", - "installBorderColor": "#2e3c43", - "installForeground": "#b0bec5", - "installFocusedBackground": "#152C3B", - "installFillForeground": "#2e3c42", - "installFillBackground": "#2e3c43", + "installBackground": "#0b253a", + "installBorderColor": "#0b253a", + "installForeground": "#d6deeb", + "installFocusedBackground": "#084d81", + "installFillForeground": "#697098", + "installFillBackground": "#0b253a", "updateBackground": "#7e57c2", - "updateBorderColor": "#2e3c43", - "updateForeground": "#b0bec5" + "updateBorderColor": "#0b253a", + "updateForeground": "#d6deeb" }, "SearchField": { - "background": "#001424", - "borderColor": "#2a373e" + "background": "#010e1a", + "borderColor": "#122d42" }, "SectionHeader": { - "background": "#011627", - "foreground": "#b0bec5" + "background": "#0b2942", + "foreground": "#d6deeb" }, "Tab": { - "hoverBackground": "#152C3B", - "selectedForeground": "#ffffff", - "selectedBackground": "#152C3B" + "hoverBackground": "#13344f", + "selectedForeground": "#FFFFFF", + "selectedBackground": "#13344f" } }, "Popup": { @@ -493,26 +493,26 @@ "borderColor": "#011627", "foreground": "#7e57c2" }, - "borderColor": "#001424", + "borderColor": "#010e1a", "inactiveBorderColor": "#011627", - "innerBorderColor": "#011627", + "innerBorderColor": "#0b2942", "Header": { "activeBackground": "#011627", - "inactiveBackground": "#001424" + "inactiveBackground": "#010e1a" }, "paintBorder": true, - "separatorForeground": "#b0bec5", - "separatorColor": "#011627", + "separatorForeground": "#d6deeb", + "separatorColor": "#0b2942", "Toolbar": { - "Floating.background": "#001424", - "background": "#001424", - "borderColor": "#001424" + "Floating.background": "#010e1a", + "background": "#010e1a", + "borderColor": "#010e1a" } }, "PopupMenu": { "background": "#011627", "border": "2,0,2,0", - "foreground": "#b0bec5", + "foreground": "#d6deeb", "translucentBackground": "#011627" }, "PopupMenuSeparator.height": 10, @@ -523,28 +523,28 @@ "indeterminateEndColor": "#7e57c2", "indeterminateStartColor": "#7e57c2", "progressColor": "#7e57c2", - "selectionBackground": "#152C3B", - "trackColor": "#152C3B" + "selectionBackground": "#084d81", + "trackColor": "#084d81" }, "PsiViewer": { "referenceHighlightColor": "#7e57c2" }, "RadioButton": { "background": "#011627", - "disabledText": "#2e3c42", - "foreground": "#b0bec5" + "disabledText": "#697098", + "foreground": "#d6deeb" }, "RadioButtonMenuItem": { - "acceleratorForeground": "#607d8b", - "acceleratorSelectionForeground": "#607d8b", + "acceleratorForeground": "#5f7e97", + "acceleratorSelectionForeground": "#5f7e97", "background": "#011627", "disabledBackground": "#011627", - "disabledForeground": "#2e3c42", - "foreground": "#b0bec5", - "selectionBackground": "#152C3B", - "selectionForeground": "#ffffff" + "disabledForeground": "#697098", + "foreground": "#d6deeb", + "selectionBackground": "#5f7e9790", + "selectionForeground": "#FFFFFF" }, - "ScreenView.borderColor": "#2a373e", + "ScreenView.borderColor": "#122d42", "ScrollBar": { "background": "#011627", "hoverThumbBorderColor": "#7e57c2", @@ -566,7 +566,7 @@ "trackColor": "#01162730" } }, - "thumb": "#152C3B", + "thumb": "#084d81", "thumbBorderColor": "#7e57c270", "thumbColor": "#7e57c270", "trackColor": "#01162730", @@ -581,25 +581,25 @@ }, "SearchEverywhere": { "Advertiser": { - "background": "#001424", - "foreground": "#607d8b" + "background": "#010e1a", + "foreground": "#5f7e97" }, "Header": { "background": "#011627" }, "List": { - "separatorForeground": "#607d8b", - "separatorColor": "#2a373e" + "separatorForeground": "#5f7e97", + "separatorColor": "#122d42" }, "SearchField": { "background": "#011627", - "borderColor": "#001424", - "infoForeground": "#607d8b" + "borderColor": "#010e1a", + "infoForeground": "#5f7e97" }, "Tab": { - "active.foreground": "#ffffff", - "selectedForeground": "#ffffff", - "selectedBackground": "#152C3B" + "active.foreground": "#FFFFFF", + "selectedForeground": "#FFFFFF", + "selectedBackground": "#084d81" } }, "SearchMatch": { @@ -608,70 +608,70 @@ "endColor": "#7e57c2", "startColor": "#7e57c2" }, - "SearchField.errorBackground": "#152C3B", + "SearchField.errorBackground": "#01111d", "SearchOption": { - "selectedBackground": "#152C3B" + "selectedBackground": "#13344f" }, "SearchResults": { - "Ordinal.File.Foreground": "#607d8b", - "Repeated.File.Foreground": "#b0bec5" + "Ordinal.File.Foreground": "#5f7e97", + "Repeated.File.Foreground": "#d6deeb" }, "Separator": { - "background": "#011627", - "foreground": "#011627", - "separatorColor": "#011627" + "background": "#0b2942", + "foreground": "#0b2942", + "separatorColor": "#0b2942" }, "SidePanel": { - "background": "#001424" + "background": "#010e1a" }, "Slider": { "background": "#011627", "buttonBorderColor": "#7e57c2", "buttonColor": "#7e57c2", - "foreground": "#b0bec5", + "foreground": "#d6deeb", "majorTickLength": 6, - "tickColor": "#011627", - "trackColor": "#152C3B", + "tickColor": "#0b2942", + "trackColor": "#13344f", "trackWidth": 7, "thumb": "#7e57c2" }, "SpeedSearch": { - "background": "#152C3B", - "borderColor": "#2a373e", - "foreground": "#b0bec5", - "errorForeground": "#b0bec5" + "background": "#084d81", + "borderColor": "#122d42", + "foreground": "#d6deeb", + "errorForeground": "#d6deeb" }, "Spinner": { "background": "#011627", "border": "3,3,3,3", - "foreground": "#b0bec5", - "selectionForeground": "#ffffff" + "foreground": "#d6deeb", + "selectionForeground": "#FFFFFF" }, "SplitPane": { "background": "#011627", - "highlight": "#001424" + "highlight": "#010e1a" }, - "SplitPaneDivider.draggingColor": "#011627", + "SplitPaneDivider.draggingColor": "#0b2942", "StatusBar": { "borderColor": "#011627", - "hoverBackground": "#152C3B", - "LightEditBackground": "#152C3B" + "hoverBackground": "#084d81", + "LightEditBackground": "#13344f" }, "TabbedPane": { "background": "#011627", - "contentAreaColor": "#152C3B", + "contentAreaColor": "#084d81", "contentBorderInsets": "3,1,1,1", - "darkShadow": "#2a373e", - "disabledForeground": "#2e3c42", - "disabledUnderlineColor": "#2e3c42", - "focus": "#152C3B", - "focusColor": "#152C3B", + "darkShadow": "#122d42", + "disabledForeground": "#697098", + "disabledUnderlineColor": "#697098", + "focus": "#13344f", + "focusColor": "#13344f", "fontSizeOffset": 0, - "foreground": "#b0bec5", - "highlight": "#2a373e", - "hoverColor": "#152C3B", + "foreground": "#d6deeb", + "highlight": "#122d42", + "hoverColor": "#084d81", "labelShift": 0, - "selectedForeground": "#ffffff", + "selectedForeground": "#FFFFFF", "selectedLabelShift": 0, "selectedTabPadInsets": "0,0,0,0", "tabsOverlapBorder": true, @@ -680,329 +680,329 @@ "tabSelectionHeight": 2, "underlineColor": "#7e57c2" }, - "TabbedPane.mt.tab.background": "#001424", + "TabbedPane.mt.tab.background": "#010e1a", "Table": { - "alternativeRowBackground": "#001424", + "alternativeRowBackground": "#010e1a", "background": "#011627", "cellNoFocusBorder": "10,5,10,5", "focusCellHighlightBorder": "10,5,10,5", - "disabledForeground": "#2e3c42", + "disabledForeground": "#697098", "dropLineColor": "#7e57c2", "dropLineShortColor": "#7e57c2", - "focusCellBackground": "#152C3B", - "focusCellForeground": "#ffffff", - "foreground": "#b0bec5", + "focusCellBackground": "#13344f", + "focusCellForeground": "#FFFFFF", + "foreground": "#d6deeb", "gridColor": "#011627", - "highlightOuter": "#152C3B", - "hoverBackground": "#152C3B70", - "hoverInactiveBackground": "#152C3B", - "lightSelectionForeground": "#ffffff", - "lightSelectionInactiveForeground": "#607d8b", - "lightSelectionInactiveBackground": "#011627", - "selectionBackground": "#152C3B", - "selectionForeground": "#ffffff", - "selectionInactiveBackground": "#152C3B", - "selectionInactiveForeground": "#ffffff", - "sortIconColor": "#b0bec5", - "stripeColor": "#001424" + "highlightOuter": "#13344f", + "hoverBackground": "#13344f50", + "hoverInactiveBackground": "#13344f", + "lightSelectionForeground": "#FFFFFF", + "lightSelectionInactiveForeground": "#5f7e97", + "lightSelectionInactiveBackground": "#0b2942", + "selectionBackground": "#13344f", + "selectionForeground": "#FFFFFF", + "selectionInactiveBackground": "#13344f", + "selectionInactiveForeground": "#FFFFFF", + "sortIconColor": "#d6deeb", + "stripeColor": "#010e1a" }, "TableHeader": { "background": "#011627", "borderColor": "#011627", - "bottomSeparatorColor": "#011627", + "bottomSeparatorColor": "#0b2942", "cellBorder": "4,0,4,0", - "disabledForeground": "#2e3c42", - "foreground": "#b0bec5", - "focusCellBackground": "#152C3B", - "focusCellForeground": "#ffffff", + "disabledForeground": "#697098", + "foreground": "#d6deeb", + "focusCellBackground": "#13344f", + "focusCellForeground": "#FFFFFF", "height": 25, - "separatorColor": "#011627" + "separatorColor": "#0b2942" }, - "text": "#607d8b", - "textInactiveText": "#607d8b", - "textText": "#607d8b", + "text": "#5f7e97", + "textInactiveText": "#5f7e97", + "textText": "#5f7e97", "TextArea": { - "background": "#001424", + "background": "#010e1a", "caretForeground": "#7e57c2", - "foreground": "#b0bec5", - "inactiveForeground": "#2e3c42", - "selectionBackground": "#152C3B", - "selectionForeground": "#ffffff" + "foreground": "#d6deeb", + "inactiveForeground": "#697098", + "selectionBackground": "#13344f", + "selectionForeground": "#FFFFFF" }, "TextField": { - "background": "#001424", + "background": "#010e1a", "caretForeground": "#7e57c2", - "foreground": "#b0bec5", - "inactiveForeground": "#2e3c42", - "selectionBackground": "#152C3B", - "selectionForeground": "#ffffff" + "foreground": "#d6deeb", + "inactiveForeground": "#697098", + "selectionBackground": "#13344f", + "selectionForeground": "#FFFFFF" }, "TextPane": { - "background": "#001424", + "background": "#010e1a", "caretForeground": "#7e57c2", - "foreground": "#b0bec5", - "inactiveForeground": "#2e3c42", - "selectionBackground": "#152C3B", - "selectionForeground": "#ffffff" + "foreground": "#d6deeb", + "inactiveForeground": "#697098", + "selectionBackground": "#13344f", + "selectionForeground": "#FFFFFF" }, "TitlePane": { - "background": "#001424", - "Button.hoverBackground": "#152C3B", + "background": "#010e1a", + "Button.hoverBackground": "#084d81", "inactiveBackground": "#011627", - "infoForeground": "#607d8b", - "inactiveInfoForeground": "#607d8b" + "infoForeground": "#5f7e97", + "inactiveInfoForeground": "#5f7e97" }, - "TitledBorder.titleColor": "#b0bec5", + "TitledBorder.titleColor": "#d6deeb", "ToggleButton": { - "borderColor": "#2e3c43", - "buttonColor": "#b0bec5", - "disabledText": "#2e3c42", - "foreground": "#b0bec5", + "borderColor": "#0b253a", + "buttonColor": "#d6deeb", + "disabledText": "#697098", + "foreground": "#d6deeb", "offForeground": "#011627", "offBackground": "#011627", "onBackground": "#7e57c2", "onForeground": "#7e57c2" }, "ToolBar": { - "background": "#001424", - "borderHandleColor": "#607d8b", - "floatingForeground": "#607d8b", - "foreground": "#b0bec5" + "background": "#010e1a", + "borderHandleColor": "#5f7e97", + "floatingForeground": "#5f7e97", + "foreground": "#d6deeb" }, "ToolTip": { "Actions.background": "#011627", - "Actions.infoForeground": "#607d8b", - "background": "#152C3B", - "borderColor": "#2a373e", - "foreground": "#b0bec5", - "infoForeground": "#607d8b", - "separatorColor": "#2a373e", - "shortcutForeground": "#607d8b" + "Actions.infoForeground": "#5f7e97", + "background": "#01111d", + "borderColor": "#122d42", + "foreground": "#d6deeb", + "infoForeground": "#5f7e97", + "separatorColor": "#122d42", + "shortcutForeground": "#5f7e97" }, "ToolWindow": { "Button": { - "hoverBackground": "#152C3B", - "selectedForeground": "#ffffff", - "selectedBackground": "#001424" + "hoverBackground": "#13344f", + "selectedForeground": "#FFFFFF", + "selectedBackground": "#010e1a" }, "Header": { "background": "#011627", - "borderColor": "#011627", + "borderColor": "#0b2942", "inactiveBackground": "#011627" }, "HeaderCloseButton": { "background": "#011627" }, "HeaderTab": { - "borderColor": "#152C3B", - "hoverBackground": "#152C3B", - "hoverInactiveBackground": "#152C3B", + "borderColor": "#084d81", + "hoverBackground": "#084d81", + "hoverInactiveBackground": "#084d81", "inactiveUnderlineColor": "#7e57c2", - "selectedBackground": "#001424", - "selectedInactiveBackground": "#001424", + "selectedBackground": "#010e1a", + "selectedInactiveBackground": "#010e1a", "underlineColor": "#7e57c2", - "underlinedTabBackground": "#152C3B", - "underlinedTabInactiveBackground": "#011627", - "underlinedTabForeground": "#ffffff", - "underlinedTabInactiveForeground": "#b0bec5" + "underlinedTabBackground": "#13344f", + "underlinedTabInactiveBackground": "#0b2942", + "underlinedTabForeground": "#FFFFFF", + "underlinedTabInactiveForeground": "#d6deeb" } }, "Tree": { - "background": "#001424", - "foreground": "#607d8b", - "hash": "#2a373e", - "hoverBackground": "#152C3B70", - "hoverInactiveBackground": "#152C3B", + "background": "#010e1a", + "foreground": "#5f7e97", + "hash": "#122d42", + "hoverBackground": "#13344f50", + "hoverInactiveBackground": "#13344f", "modifiedItemForeground": "#7e57c2", "rowHeight": 28, - "selectionBackground": "#152C3B70", - "selectionForeground": "#ffffff", - "selectionInactiveForeground": "#ffffff", - "selectionInactiveBackground": "#152C3B70", - "textBackground": "#001424" + "selectionBackground": "#13344f50", + "selectionForeground": "#FFFFFF", + "selectionInactiveForeground": "#FFFFFF", + "selectionInactiveBackground": "#13344f50", + "textBackground": "#010e1a" }, "Tree.leftChildIndent": 10, "Tree.rightChildIndent": 5, "UIDesigner": { - "Activity.borderColor": "#2a373e", - "Canvas.background": "#001424", + "Activity.borderColor": "#122d42", + "Canvas.background": "#010e1a", "ColorPicker": { "background": "#011627", - "foreground": "#b0bec5" + "foreground": "#d6deeb" }, "Component": { - "borderColor": "#2a373e", + "borderColor": "#122d42", "background": "#011627", - "foreground": "#b0bec5", - "hoverBorderColor": "#152C3B" + "foreground": "#d6deeb", + "hoverBorderColor": "#084d81" }, "Connector": { - "borderColor": "#2a373e", - "hoverBorderColor": "#152C3B" + "borderColor": "#122d42", + "hoverBorderColor": "#084d81" }, - "Canvas.background": "#001424", - "highStroke.foreground": "#b0bec5", - "Label.foreground": "#607d8b", - "List.selectionBackground": "#152C3B70", + "Canvas.background": "#010e1a", + "highStroke.foreground": "#d6deeb", + "Label.foreground": "#5f7e97", + "List.selectionBackground": "#13344f50", "motion": { - "borderColor": "#2a373e", - "Component.foreground": "#b0bec5", - "ConstraintSetText.foreground": "#607d8b", - "ConstraintSet.background": "#011627", - "CSPanel.SelectedFocusBackground": "#152C3B", - "CSPanel.SelectedBackground": "#152C3B70", - "cs_FocusText.infoForeground": "#607d8b", - "CursorTextColor.foreground": "#b0bec5", - "HoverColor.disabledBackground": "#2e3c42", + "borderColor": "#122d42", + "Component.foreground": "#d6deeb", + "ConstraintSetText.foreground": "#5f7e97", + "ConstraintSet.background": "#0b2942", + "CSPanel.SelectedFocusBackground": "#5f7e9790", + "CSPanel.SelectedBackground": "#13344f50", + "cs_FocusText.infoForeground": "#5f7e97", + "CursorTextColor.foreground": "#d6deeb", + "HoverColor.disabledBackground": "#697098", "motionGraph.background": "#011627", - "Notification.background": "#152C3B", - "ourAvg.background": "#011627", - "ourCS.background": "#011627", - "ourCS_Border.borderColor": "#2a373e", - "ourCS_TextColor.foreground": "#607d8b", - "ourCS_SelectedFocusBackground.selectionForeground": "#ffffff", - "ourCS_SelectedBackground.selectionInactiveBackground": "#152C3B", - "ourCS_SelectedBorder.pressedBorderColor": "#152C3B", - "ourML_BarColor.separatorColor": "#2a373e", - "PrimaryPanel.background": "#001424", + "Notification.background": "#01111d", + "ourAvg.background": "#0b2942", + "ourCS.background": "#0b2942", + "ourCS_Border.borderColor": "#122d42", + "ourCS_TextColor.foreground": "#5f7e97", + "ourCS_SelectedFocusBackground.selectionForeground": "#FFFFFF", + "ourCS_SelectedBackground.selectionInactiveBackground": "#13344f", + "ourCS_SelectedBorder.pressedBorderColor": "#084d81", + "ourML_BarColor.separatorColor": "#122d42", + "PrimaryPanel.background": "#010e1a", "SecondaryPanel.background": "#011627", - "SecondaryPanel.header.foreground": "#607d8b", - "SecondaryPanel.header.background": "#001424", - "timeLine.disabledBorderColor": "#2a373e" + "SecondaryPanel.header.foreground": "#5f7e97", + "SecondaryPanel.header.background": "#010e1a", + "timeLine.disabledBorderColor": "#122d42" }, "Panel": { - "borderColor": "#2a373e", + "borderColor": "#122d42", "background": "#011627" }, - "percent.foreground": "#b0bec5", + "percent.foreground": "#d6deeb", "Placeholder": { "background": "#011627", - "borderColor": "#2a373e", - "foreground": "#b0bec5", - "selectedForeground": "#ffffff" + "borderColor": "#122d42", + "foreground": "#d6deeb", + "selectedForeground": "#FFFFFF" }, "Preview.background": "#011627", - "stroke.acceleratorForeground": "#607d8b" + "stroke.acceleratorForeground": "#5f7e97" }, "ValidationTooltip": { - "errorBackground": "#152C3B", - "errorBorderColor": "#152C3B", - "warningBackground": "#152C3B", - "warningBorderColor": "#152C3B" + "errorBackground": "#01111d", + "errorBorderColor": "#01111d", + "warningBackground": "#01111d", + "warningBorderColor": "#01111d" }, "VersionControl": { "FileHistory.Commit": { "selectedBranchBackground": "#011627" }, "GitCommits": { - "graphColor": "#152C3B" + "graphColor": "#084d81" }, "GitLog": { "localBranchIconColor": "#7e57c2", - "otherIconColor": "#607d8b", - "remoteBranchIconColor": "#b0bec5", - "tagIconColor": "#607d8b" + "otherIconColor": "#5f7e97", + "remoteBranchIconColor": "#d6deeb", + "tagIconColor": "#5f7e97" }, "HgLog": { "branchIconColor": "#7e57c2", - "bookmarkIconColor": "#ffffff", - "closedBranchIconColor": "#2e3c42", - "localTagIconColor": "#607d8b", - "mqTagIconColor": "#607d8b", - "tagIconColor": "#607d8b", - "tipIconColor": "#607d8b" + "bookmarkIconColor": "#FFFFFF", + "closedBranchIconColor": "#697098", + "localTagIconColor": "#5f7e97", + "mqTagIconColor": "#5f7e97", + "tagIconColor": "#5f7e97", + "tipIconColor": "#5f7e97" }, "Log": { - "Commit.unmatchedForeground": "#607d8b", - "Commit.currentBranchBackground": "#011627", - "Commit.hoveredBackground": "#152C3B70" + "Commit.unmatchedForeground": "#5f7e97", + "Commit.currentBranchBackground": "#0b2942", + "Commit.hoveredBackground": "#13344f50" }, "RefLabel": { - "foreground": "#ffffff", - "backgroundBase": "#152C3B" + "foreground": "#FFFFFF", + "backgroundBase": "#084d81" } }, "Viewport": { - "background": "#001424", - "foreground": "#b0bec5" + "background": "#010e1a", + "foreground": "#d6deeb" }, "WelcomeScreen": { "AssociatedComponent.background": "#011627", "background": "#011627", "borderColor": "#011627", - "captionBackground": "#001424", - "captionForeground": "#b0bec5", + "captionBackground": "#010e1a", + "captionForeground": "#d6deeb", "Details.background": "#011627", - "footerBackground": "#001424", - "footerForeground": "#b0bec5", + "footerBackground": "#010e1a", + "footerForeground": "#d6deeb", "headerBackground": "#011627", - "headerForeground": "#b0bec5", - "List.background": "#001424", - "separatorColor": "#2a373e", - "SidePanel.background": "#011627", + "headerForeground": "#d6deeb", + "List.background": "#010e1a", + "separatorColor": "#122d42", + "SidePanel.background": "#0b2942", "Projects": { - "actions.background": "#001424", - "actions.selectionBackground": "#152C3B", - "background": "#011627", - "selectionBackground": "#152C3B", - "selectionInactiveBackground": "#011627" + "actions.background": "#010e1a", + "actions.selectionBackground": "#084d81", + "background": "#0b2942", + "selectionBackground": "#5f7e9790", + "selectionInactiveBackground": "#0b2942" } }, - "window": "#001424", - "windowBorder": "#2a373e", - "windowText": "#607d8b", - "Window.border": "#2a373e" + "window": "#010e1a", + "windowBorder": "#122d42", + "windowText": "#5f7e97", + "Window.border": "#122d42" }, "icons": { "ColorPalette": { - "#43494A": "#001424", - "#6B6B6B": "#607d8b", + "#43494A": "#010e1a", + "#6B6B6B": "#5f7e97", "#A7A7A7": "#011627", "#3D6185": "#7e57c2", "#466D94": "#7e57c2", "#3C3F41": "#011627", - "#545556": "#2e3c42", - "#606060": "#2e3c42", - "#9AA7B0": "#b0bec5", + "#545556": "#697098", + "#606060": "#697098", + "#9AA7B0": "#d6deeb", "#675133": "#7e57c2", - "Actions.Blue": "#82AAFF", + "Actions.Blue": "#82aaff", "Actions.Green": "#ecc48d", - "Actions.Grey": "#607d8b", + "Actions.Grey": "#5f7e97", "Actions.GreyInline": "#637777", - "Actions.GreyInline.Dark": "#b0bec5", + "Actions.GreyInline.Dark": "#d6deeb", "Actions.Red": "#7fdbca", - "Actions.Yellow": "#FAD430", - "Checkbox.Background.Default": "#001424", - "Checkbox.Background.Default.Dark": "#001424", - "Checkbox.Background.Disabled": "#0B253A", - "Checkbox.Background.Disabled.Dark": "#0B253A", - "Checkbox.Border.Default": "#2a373e", - "Checkbox.Border.Default.Dark": "#2a373e", - "Checkbox.Border.Disabled": "#2e3c42", - "Checkbox.Border.Disabled.Dark": "#2e3c42", + "Actions.Yellow": "#addb67", + "Checkbox.Background.Default": "#010e1a", + "Checkbox.Background.Default.Dark": "#010e1a", + "Checkbox.Background.Disabled": "#0e293f", + "Checkbox.Background.Disabled.Dark": "#0e293f", + "Checkbox.Border.Default": "#122d42", + "Checkbox.Border.Default.Dark": "#122d42", + "Checkbox.Border.Disabled": "#697098", + "Checkbox.Border.Disabled.Dark": "#697098", "Checkbox.Focus.Thin.Default": "#7e57c2", "Checkbox.Focus.Thin.Default.Dark": "#7e57c2", "Checkbox.Focus.Wide": "#7e57c2", "Checkbox.Focus.Wide.Dark": "#7e57c2", - "Checkbox.Foreground.Disabled": "#2e3c42", - "Checkbox.Foreground.Disabled.Dark": "#2e3c42", + "Checkbox.Foreground.Disabled": "#697098", + "Checkbox.Foreground.Disabled.Dark": "#697098", "Checkbox.Background.Selected": "#7e57c2", "Checkbox.Background.Selected.Dark": "#011627", "Checkbox.Border.Selected": "#7e57c2", "Checkbox.Border.Selected.Dark": "#7e57c2", "Checkbox.Foreground.Selected": "#7e57c2", "Checkbox.Foreground.Selected.Dark": "#7e57c2", - "Checkbox.Focus.Thin.Selected": "#b0bec5", - "Checkbox.Focus.Thin.Selected.Dark": "#b0bec5", + "Checkbox.Focus.Thin.Selected": "#d6deeb", + "Checkbox.Focus.Thin.Selected.Dark": "#d6deeb", "Objects.Grey": "#637777", - "Objects.Blue": "#82AAFF", + "Objects.Blue": "#82aaff", "Objects.RedStatus": "#7fdbca", "Objects.Red": "#7fdbca", "Objects.Pink": "#c792ea", - "Objects.Yellow": "#FAD430", + "Objects.Yellow": "#addb67", "Objects.Green": "#ecc48d", "Objects.Purple": "#c792ea", - "Objects.BlackText": "#b0bec5", + "Objects.BlackText": "#d6deeb", "Objects.YellowDark": "#f78c6c", "Objects.GreenAndroid": "#ecc48d" } 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 36e60be7..2d30e87b 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 @@ -11,188 +11,188 @@ }, "ui": { "*": { - "acceleratorSelectionForeground": "#607d8b", + "acceleratorSelectionForeground": "#5f7e97", "background": "#011627", - "borderColor": "#2a373e", - "disabledBackground": "#0B253A", - "disabledForeground": "#2e3c42", - "disabledText": "#2e3c42", - "focusColor": "#152C3B", + "borderColor": "#122d42", + "disabledBackground": "#0e293f", + "disabledForeground": "#697098", + "disabledText": "#697098", + "focusColor": "#084d81", "focusedBorderColor": "#7e57c2", - "foreground": "#b0bec5", - "inactiveBackground": "#0B253A", - "inactiveForeground": "#607d8b", - "infoForeground": "#607d8b", - "selectionBackground": "#152C3B", - "selectionBackgroundInactive": "#011627", - "selectionForeground": "#ffffff", - "selectionInactiveBackground": "#011627", - "separatorColor": "#2a373e" + "foreground": "#d6deeb", + "inactiveBackground": "#0e293f", + "inactiveForeground": "#5f7e97", + "infoForeground": "#5f7e97", + "selectionBackground": "#5f7e9790", + "selectionBackgroundInactive": "#0b2942", + "selectionForeground": "#FFFFFF", + "selectionInactiveBackground": "#0b2942", + "separatorColor": "#122d42" }, "activeCaption": "#011627", "ActionButton": { "hoverBackground": "#7e57c250", "hoverBorderColor": "#7e57c250", - "hoverSeparatorColor": "#2e3c43", + "hoverSeparatorColor": "#0b253a", "focusedBorderColor": "#7e57c250", "pressedBackground": "#7e57c250", "pressedBorderColor": "#7e57c250" }, "Autocomplete": { - "selectionBackground": "#152C3B" + "selectionBackground": "#5f7e9790" }, "Borders.ContrastBorderColor": "#011627", - "Borders.color": "#2a373e", + "Borders.color": "#122d42", "Button": { "arc": 0, "background": "#011627", "default": { - "endBackground": "#152C3B", - "endBorderColor": "#152C3B", - "foreground": "#ffffff", + "endBackground": "#13344f", + "endBorderColor": "#13344f", + "foreground": "#FFFFFF", "focusColor": "#7e57c2", "focusedBorderColor": "#7e57c2", - "shadowColor": "#152C3B", - "startBackground": "#152C3B", - "startBorderColor": "#152C3B" + "shadowColor": "#13344f", + "startBackground": "#13344f", + "startBorderColor": "#13344f" }, - "disabledBorderColor": "#2e3c43", - "disabledText": "#2e3c42", - "endBackground": "#2e3c43", - "endBorderColor": "#2e3c43", - "focus": "#152C3B", + "disabledBorderColor": "#0b253a", + "disabledText": "#697098", + "endBackground": "#0b253a", + "endBorderColor": "#0b253a", + "focus": "#084d81", "focusedBorderColor": "#7e57c2", - "foreground": "#607d8b", - "highlight": "#ffffff", - "mt.background": "#2e3c43", - "mt.foreground": "#607d8b", - "mt.selectedForeground": "#ffffff", - "mt.selection.color1": "#152C3B", - "mt.selection.color2": "#152C3B", - "startBackground": "#2e3c43", - "startBorderColor": "#2e3c43", - "shadowColor": "#2e3c43", + "foreground": "#5f7e97", + "highlight": "#FFFFFF", + "mt.background": "#0b253a", + "mt.foreground": "#5f7e97", + "mt.selectedForeground": "#FFFFFF", + "mt.selection.color1": "#13344f", + "mt.selection.color2": "#13344f", + "startBackground": "#0b253a", + "startBorderColor": "#0b253a", + "shadowColor": "#0b253a", "shadowWidth": 0 }, "Canvas": { - "Tooltip.borderColor": "#2a373e", - "Tooltip.background": "#152C3B" + "Tooltip.borderColor": "#122d42", + "Tooltip.background": "#01111d" }, "Content": { - "background": "#001424", - "selectionBackground": "#152C3B" + "background": "#010e1a", + "selectionBackground": "#5f7e9790" }, "CheckBox": { "background": "#011627", - "disabledText": "#2e3c42", - "foreground": "#b0bec5", + "disabledText": "#697098", + "foreground": "#d6deeb", "select": "#7e57c2" }, "CheckBoxMenuItem": { - "acceleratorForeground": "#607d8b", - "acceleratorSelectionForeground": "#607d8b", + "acceleratorForeground": "#5f7e97", + "acceleratorSelectionForeground": "#5f7e97", "background": "#011627", "disabledBackground": "#011627", - "disabledForeground": "#2e3c42", - "foreground": "#b0bec5", - "selectionBackground": "#152C3B", - "selectionForeground": "#ffffff" + "disabledForeground": "#697098", + "foreground": "#d6deeb", + "selectionBackground": "#5f7e9790", + "selectionForeground": "#FFFFFF" }, "CodeWithMe": { - "Avatar.foreground": "#b0bec5", + "Avatar.foreground": "#d6deeb", "AccessEnabled": { "accessDot": "#7e57c2", - "dropdownBorder": "#011627", + "dropdownBorder": "#0b2942", "pillBackground": "$second" } }, "ColorChooser": { "background": "#011627", - "foreground": "#b0bec5", - "swatchesDefaultRecentColor": "#b0bec5" + "foreground": "#d6deeb", + "swatchesDefaultRecentColor": "#d6deeb" }, - "ComboBoxButton.background": "#2e3c43", + "ComboBoxButton.background": "#0b253a", "ComboBox": { "ArrowButton": { - "background": "#2e3c43", - "disabledIconColor": "#2e3c42", - "iconColor": "#b0bec5", + "background": "#0b253a", + "disabledIconColor": "#697098", + "iconColor": "#d6deeb", "nonEditableBackground": "#011627" }, "background": "#011627", - "buttonBackground": "#2e3c43", + "buttonBackground": "#0b253a", "darcula.hoveredArrowButtonForeground": "#7e57c2", - "disabledForeground": "#2e3c42", - "foreground": "#b0bec5", + "disabledForeground": "#697098", + "foreground": "#d6deeb", "modifiedItemForeground": "#7e57c2", - "nonEditableBackground": "#011627", + "nonEditableBackground": "#0b2942", "padding": "5,5,5,5", - "selectionBackground": "#152C3B", - "selectionForeground": "#ffffff" + "selectionBackground": "#13344f", + "selectionForeground": "#FFFFFF" }, - "ComboPopup.border": "#2a373e", + "ComboPopup.border": "#122d42", "CompletionPopup": { - "background": "#011627", - "foreground": "#b0bec5", - "infoForeground": "#607d8b", + "background": "#0b2942", + "foreground": "#d6deeb", + "infoForeground": "#5f7e97", "matchForeground": "#7e57c2", "matchSelectionForeground": "#7e57c2", "nonFocusedState": "false", - "selectedGrayedForeground": "#ffffff", - "selectionGrayForeground": "#ffffff", - "selectionInactiveInfoForeground": "#607d8b", - "selectionInactiveBackground": "#152C3B50", - "selectionBackground": "#152C3B80", - "selectionForeground": "#ffffff", - "selectionInfoForeground": "#ffffff" + "selectedGrayedForeground": "#FFFFFF", + "selectionGrayForeground": "#FFFFFF", + "selectionInactiveInfoForeground": "#5f7e97", + "selectionInactiveBackground": "#5f7e9790", + "selectionBackground": "#5f7e9790", + "selectionForeground": "#FFFFFF", + "selectionInfoForeground": "#FFFFFF" }, "Component": { "arc": 4, - "borderColor": "#152C3B", - "disabledBorderColor": "#2e3c43", + "borderColor": "#084d81", + "disabledBorderColor": "#0b253a", "focusColor": "#7e57c2", "focusedBorderColor": "#7e57c2", "hoverIconColor": "#7e57c2", - "infoForeground": "#607d8b", - "iconColor": "#b0bec5" + "infoForeground": "#5f7e97", + "iconColor": "#d6deeb" }, "control": "#011627", - "controlText": "#607d8b", + "controlText": "#5f7e97", "Counter": { "background": "#7e57c2", - "foreground": "#ffffff" + "foreground": "#FFFFFF" }, "Debugger": { "Variables": { - "collectingDataForeground": "#607d8b", + "collectingDataForeground": "#5f7e97", "changedValueForeground": "#7e57c2", "errorMessageForeground": "#7fdbca", - "evaluatingExpressionForeground": "#607d8b", - "exceptionForeground": "#FAD430", + "evaluatingExpressionForeground": "#5f7e97", + "exceptionForeground": "#addb67", "modifyingValueForeground": "#7e57c2", "valueForeground": "#7e57c2" } }, "DebuggerTabs": { - "selectedBackground": "#152C3B", - "underlinedTabBackground": "#152C3B" + "selectedBackground": "#084d81", + "underlinedTabBackground": "#084d81" }, "DebuggerPopup": { - "borderColor": "#152C3B" + "borderColor": "#084d81" }, "DefaultTabs": { "background": "#011627", "borderColor": "#011627", - "hoverBackground": "#152C3B", + "hoverBackground": "#13344f", "hoverColor": "#011627", - "hoverMaskColor": "#152C3B", + "hoverMaskColor": "#084d81", "inactiveColoredTabBackground": "#011627", - "inactiveColoredFileBackground": "#2e3c43", + "inactiveColoredFileBackground": "#0b253a", "inactiveUnderlineColor": "#7e57c2", "inactiveMaskColor": "#011627", "underlineColor": "#7e57c2", - "underlinedTabBackground": "#152C3B", - "underlinedTabForeground": "#ffffff" + "underlinedTabBackground": "#13344f", + "underlinedTabForeground": "#FFFFFF" }, "Desktop.background": "#011627", "DialogWrapper.southPanelBackground": "#011627", @@ -200,50 +200,50 @@ "DragAndDrop": { "areaBackground": "#011627", "areaBorderColor": "#011627", - "areaForeground": "#b0bec5" + "areaForeground": "#d6deeb" }, "Editor": { "background": "#011627", - "foreground": "#b0bec5", - "shortcutForeground": "#607d8b" + "foreground": "#d6deeb", + "shortcutForeground": "#5f7e97" }, "EditorPane": { "background": "#011627", "caretForeground": "#7e57c2", - "foreground": "#b0bec5", + "foreground": "#d6deeb", "inactiveBackground": "#011627", - "inactiveForeground": "#2e3c42", - "selectionBackground": "#152C3B", - "selectionForeground": "#ffffff" + "inactiveForeground": "#697098", + "selectionBackground": "#5f7e9790", + "selectionForeground": "#FFFFFF" }, "EditorTabs": { - "borderColor": "#011627", - "hoverBackground": "#152C3B", - "hoverColor": "#152C3B", - "hoverMaskColor": "#152C3B", + "borderColor": "#0b2942", + "hoverBackground": "#084d81", + "hoverColor": "#084d81", + "hoverMaskColor": "#084d81", "inactiveMaskColor": "#011627", "inactiveColoredFileBackground": "#011627", - "inactiveUnderlineColor": "#2e3c42", - "selectedForeground": "#b0bec5", - "selectedBackground": "#152C3B", + "inactiveUnderlineColor": "#697098", + "selectedForeground": "#d6deeb", + "selectedBackground": "#13344f", "underlineColor": "#7e57c2", - "underlinedTabBackground": "#152C3B", - "underlinedTabForeground": "#ffffff" + "underlinedTabBackground": "#13344f", + "underlinedTabForeground": "#FFFFFF" }, "EditorGroupsTabs": { "background": "#011627", - "borderColor": "#011627", - "hoverBackground": "#152C3B", - "hoverColor": "#152C3B", + "borderColor": "#0b2942", + "hoverBackground": "#084d81", + "hoverColor": "#084d81", "inactiveUnderlineColor": "#7e57c2", "underlineColor": "#7e57c2", - "underlinedTabBackground": "#152C3B", - "underlinedTabForeground": "#b0bec5" + "underlinedTabBackground": "#13344f", + "underlinedTabForeground": "#d6deeb" }, "FileColor": { "Green": "#387002", "Blue": "#004BA0", - "Yellow": "#0B253A", + "Yellow": "#0e293f", "Orange": "#B53D00", "Violet": "#4D2C91", "Rose": "#A00037" @@ -258,134 +258,134 @@ "nativeSearchNotMatchedBackground": "#C792EA", "nativeFocusSearchNotMatchedBackground": "#BB80B3" }, - "Focus.color": "#2a373e", + "Focus.color": "#122d42", "FormattedTextField": { "background": "#011627", "caretForeground": "#7e57c2", - "foreground": "#b0bec5", - "inactiveBackground": "#2e3c43", - "inactiveForeground": "#2e3c42", - "selectionForeground": "#ffffff", - "selectionBackground": "#152C3B" + "foreground": "#d6deeb", + "inactiveBackground": "#0b253a", + "inactiveForeground": "#697098", + "selectionForeground": "#FFFFFF", + "selectionBackground": "#13344f" }, - "GotItTooltip.borderColor": "#152C3B", + "GotItTooltip.borderColor": "#01111d", "Group": { - "disabledSeparatorColor": "#2a373e", - "separatorColor": "#2a373e" + "disabledSeparatorColor": "#122d42", + "separatorColor": "#122d42" }, "GutterTooltip": { - "infoForeground": "#607d8b", + "infoForeground": "#5f7e97", "lineSeparatorColor": "#011627" }, "HeaderColor": { "active": "#011627", - "inactive": "#001424" + "inactive": "#010e1a" }, "HelpTooltip": { "background": "#011627", - "borderColor": "#2a373e", - "foreground": "#b0bec5", - "infoForeground": "#607d8b", - "shortcutForeground": "#607d8b" + "borderColor": "#122d42", + "foreground": "#d6deeb", + "infoForeground": "#5f7e97", + "shortcutForeground": "#5f7e97" }, "Hyperlink.linkColor": "#7e57c2", - "inactiveCaption": "#011627", + "inactiveCaption": "#0b2942", "inactiveCaptionBorder": "#011627", - "inactiveCaptionText": "#607d8b", - "info": "#607d8b", - "infoText": "#607d8b", + "inactiveCaptionText": "#5f7e97", + "info": "#5f7e97", + "infoText": "#5f7e97", "IdeStatusBar.border": "4,4,4,4", - "InformationHint.borderColor": "#2a373e", + "InformationHint.borderColor": "#122d42", "InplaceRefactoringPopup": { "borderColor": "#011627" }, "InternalFrame": { - "activeTitleForeground": "#b0bec5", + "activeTitleForeground": "#d6deeb", "background": "#011627", - "inactiveTitleForeground": "#607d8b" + "inactiveTitleForeground": "#5f7e97" }, "Label": { "background": "#011627", - "disabledForeground": "#2e3c42", + "disabledForeground": "#697098", "disabledShadow": "#011627", - "disabledText": "#2e3c42", - "foreground": "#b0bec5", - "infoForeground": "#607d8b", - "selectedForeground": "#ffffff", - "selectedDisabledForeground": "#b0bec5" + "disabledText": "#697098", + "foreground": "#d6deeb", + "infoForeground": "#5f7e97", + "selectedForeground": "#FFFFFF", + "selectedDisabledForeground": "#d6deeb" }, "Link": { "activeForeground": "#7e57c2", "hoverForeground": "#7e57c2", "pressedForeground": "#7e57c2", - "secondaryForeground": "#607d8b", + "secondaryForeground": "#5f7e97", "visitedForeground": "#7e57c2" }, "link.foreground": "#7e57c2", "List": { - "background": "#011627", - "foreground": "#b0bec5", - "hoverBackground": "#152C3B70", - "hoverInactiveBackground": "#152C3B", - "selectionBackground": "#152C3B50", - "selectionForeground": "#ffffff", - "selectionInactiveForeground": "#ffffff", - "selectionInactiveBackground": "#152C3B70" + "background": "#0b2942", + "foreground": "#d6deeb", + "hoverBackground": "#13344f50", + "hoverInactiveBackground": "#13344f", + "selectionBackground": "#5f7e9790", + "selectionForeground": "#FFFFFF", + "selectionInactiveForeground": "#FFFFFF", + "selectionInactiveBackground": "#13344f50" }, "material": { "background": "#011627", - "branchColor": "#b0bec5", - "contrast": "#001424", - "foreground": "#b0bec5", - "mergeCommits": "#2e3c43", - "primaryColor": "#607d8b", - "selectionForeground": "#ffffff", + "branchColor": "#d6deeb", + "contrast": "#010e1a", + "foreground": "#d6deeb", + "mergeCommits": "#0b253a", + "primaryColor": "#5f7e97", + "selectionForeground": "#FFFFFF", "tab.backgroundColor": "#011627", "tab.borderColor": "#7e57c2", - "tagColor": "#607d8b" + "tagColor": "#5f7e97" }, "MemoryIndicator": { - "allocatedBackground": "#011627", - "usedColor": "#152C3B", - "usedBackground": "#152C3B" + "allocatedBackground": "#0b2942", + "usedColor": "#084d81", + "usedBackground": "#084d81" }, "Menu": { - "acceleratorForeground": "#607d8b", - "acceleratorSelectionForeground": "#ffffff", + "acceleratorForeground": "#5f7e97", + "acceleratorSelectionForeground": "#FFFFFF", "background": "#011627", "border": "4,2,4,2", - "borderColor": "#011627", - "disabledBackground": "#011627", - "disabledForeground": "#2e3c42", - "foreground": "#b0bec5", - "selectionBackground": "#152C3B", - "selectionForeground": "#ffffff", - "separatorColor": "#2a373e" + "borderColor": "#0b2942", + "disabledBackground": "#0b2942", + "disabledForeground": "#697098", + "foreground": "#d6deeb", + "selectionBackground": "#5f7e9790", + "selectionForeground": "#FFFFFF", + "separatorColor": "#122d42" }, "MenuBar": { "background": "#011627", "borderColor": "#011627", "disabledBackground": "#011627", - "disabledForeground": "#2e3c42", - "foreground": "#b0bec5", + "disabledForeground": "#697098", + "foreground": "#d6deeb", "highlight": "#011627", - "selectionBackground": "#152C3B", - "selectionForeground": "#ffffff", + "selectionBackground": "#5f7e9790", + "selectionForeground": "#FFFFFF", "shadow": "#011627" }, "MenuItem": { - "acceleratorForeground": "#607d8b", - "acceleratorSelectionForeground": "#ffffff", + "acceleratorForeground": "#5f7e97", + "acceleratorSelectionForeground": "#FFFFFF", "border": "4,2,4,2", "background": "#011627", "disabledBackground": "#011627", - "disabledForeground": "#2e3c42", - "foreground": "#b0bec5", - "selectionBackground": "#152C3B", - "selectionForeground": "#ffffff" + "disabledForeground": "#697098", + "foreground": "#d6deeb", + "selectionBackground": "#5f7e9790", + "selectionForeground": "#FFFFFF" }, "NavBar": { - "arrowColor": "#b0bec5", + "arrowColor": "#d6deeb", "borderColor": "#011627" }, "NewClass": { @@ -398,93 +398,93 @@ }, "NewPSD.warning": "#7e57c2", "Notification": { - "background": "#152C3B", - "borderColor": "#152C3B", - "errorBackground": "#152C3B", - "errorBorderColor": "#152C3B", - "foreground": "#b0bec5", + "background": "#01111d", + "borderColor": "#01111d", + "errorBackground": "#01111d", + "errorBorderColor": "#01111d", + "foreground": "#d6deeb", "MoreButton": { - "background": "#2e3c43", - "foreground": "#b0bec5", - "innerBorderColor": "#2e3c43" + "background": "#0b253a", + "foreground": "#d6deeb", + "innerBorderColor": "#0b253a" }, "ToolWindow": { - "errorBackground": "#152C3B", - "errorBorderColor": "#152C3B", - "informativeBackground": "#152C3B", - "informativeBorderColor": "#152C3B", - "warningBackground": "#152C3B", - "warningBorderColor": "#152C3B" + "errorBackground": "#01111d", + "errorBorderColor": "#01111d", + "informativeBackground": "#01111d", + "informativeBorderColor": "#01111d", + "warningBackground": "#01111d", + "warningBorderColor": "#01111d" } }, - "OnePixelDivider.background": "#2a373e", + "OnePixelDivider.background": "#122d42", "OptionPane": { "background": "#011627", - "foreground": "#b0bec5", - "messageForeground": "#b0bec5" + "foreground": "#d6deeb", + "messageForeground": "#d6deeb" }, "Outline": { - "color": "#2e3c43", + "color": "#0b253a", "focusedColor": "#7e57c2", - "disabledColor": "#2e3c42" + "disabledColor": "#697098" }, "Panel": { "background": "#011627", - "foreground": "#b0bec5" + "foreground": "#d6deeb" }, "ParameterInfo": { - "background": "#011627", - "borderColor": "#152C3B", - "currentOverloadBackground": "#152C3B", + "background": "#0b2942", + "borderColor": "#13344f", + "currentOverloadBackground": "#084d81", "currentParameterForeground": "#7e57c2", - "disabledForeground": "#2e3c42", - "foreground": "#b0bec5", - "infoForeground": "#607d8b", - "lineSeparatorColor": "#152C3B" + "disabledForeground": "#697098", + "foreground": "#d6deeb", + "infoForeground": "#5f7e97", + "lineSeparatorColor": "#13344f" }, "PasswordField": { "background": "#011627", "capsLockIconColor": "#7e57c2", "caretForeground": "#7e57c2", - "foreground": "#b0bec5", - "inactiveForeground": "#2e3c42", - "selectionBackground": "#152C3B", - "selectionForeground": "#ffffff" + "foreground": "#d6deeb", + "inactiveForeground": "#697098", + "selectionBackground": "#13344f", + "selectionForeground": "#FFFFFF" }, "Plugins": { "background": "#011627", - "disabledForeground": "#2e3c42", - "eapTagBackground": "#152C3B", - "hoverBackground": "#152C3B70", - "lightSelectionBackground": "#152C3B", - "paidTagBackground": "#152C3B", - "selectionBackground": "#152C3B", + "disabledForeground": "#697098", + "eapTagBackground": "#084d81", + "hoverBackground": "#13344f50", + "lightSelectionBackground": "#13344f", + "paidTagBackground": "#084d81", + "selectionBackground": "#5f7e9790", "tagForeground": "#7e57c2", - "tagBackground": "#152C3B", - "trialTagBackground": "#152C3B", + "tagBackground": "#084d81", + "trialTagBackground": "#084d81", "Button": { - "installBackground": "#2e3c43", - "installBorderColor": "#2e3c43", - "installForeground": "#b0bec5", - "installFocusedBackground": "#152C3B", - "installFillForeground": "#2e3c42", - "installFillBackground": "#2e3c43", + "installBackground": "#0b253a", + "installBorderColor": "#0b253a", + "installForeground": "#d6deeb", + "installFocusedBackground": "#084d81", + "installFillForeground": "#697098", + "installFillBackground": "#0b253a", "updateBackground": "#7e57c2", - "updateBorderColor": "#2e3c43", - "updateForeground": "#b0bec5" + "updateBorderColor": "#0b253a", + "updateForeground": "#d6deeb" }, "SearchField": { "background": "#011627", - "borderColor": "#2a373e" + "borderColor": "#122d42" }, "SectionHeader": { - "background": "#011627", - "foreground": "#b0bec5" + "background": "#0b2942", + "foreground": "#d6deeb" }, "Tab": { - "hoverBackground": "#152C3B", - "selectedForeground": "#ffffff", - "selectedBackground": "#152C3B" + "hoverBackground": "#13344f", + "selectedForeground": "#FFFFFF", + "selectedBackground": "#13344f" } }, "Popup": { @@ -493,26 +493,26 @@ "borderColor": "#011627", "foreground": "#7e57c2" }, - "borderColor": "#001424", + "borderColor": "#010e1a", "inactiveBorderColor": "#011627", - "innerBorderColor": "#011627", + "innerBorderColor": "#0b2942", "Header": { "activeBackground": "#011627", - "inactiveBackground": "#001424" + "inactiveBackground": "#010e1a" }, "paintBorder": true, - "separatorForeground": "#b0bec5", - "separatorColor": "#011627", + "separatorForeground": "#d6deeb", + "separatorColor": "#0b2942", "Toolbar": { - "Floating.background": "#001424", - "background": "#001424", - "borderColor": "#001424" + "Floating.background": "#010e1a", + "background": "#010e1a", + "borderColor": "#010e1a" } }, "PopupMenu": { "background": "#011627", "border": "2,0,2,0", - "foreground": "#b0bec5", + "foreground": "#d6deeb", "translucentBackground": "#011627" }, "PopupMenuSeparator.height": 10, @@ -523,28 +523,28 @@ "indeterminateEndColor": "#7e57c2", "indeterminateStartColor": "#7e57c2", "progressColor": "#7e57c2", - "selectionBackground": "#152C3B", - "trackColor": "#152C3B" + "selectionBackground": "#084d81", + "trackColor": "#084d81" }, "PsiViewer": { "referenceHighlightColor": "#7e57c2" }, "RadioButton": { "background": "#011627", - "disabledText": "#2e3c42", - "foreground": "#b0bec5" + "disabledText": "#697098", + "foreground": "#d6deeb" }, "RadioButtonMenuItem": { - "acceleratorForeground": "#607d8b", - "acceleratorSelectionForeground": "#607d8b", + "acceleratorForeground": "#5f7e97", + "acceleratorSelectionForeground": "#5f7e97", "background": "#011627", "disabledBackground": "#011627", - "disabledForeground": "#2e3c42", - "foreground": "#b0bec5", - "selectionBackground": "#152C3B", - "selectionForeground": "#ffffff" + "disabledForeground": "#697098", + "foreground": "#d6deeb", + "selectionBackground": "#5f7e9790", + "selectionForeground": "#FFFFFF" }, - "ScreenView.borderColor": "#2a373e", + "ScreenView.borderColor": "#122d42", "ScrollBar": { "background": "#011627", "hoverThumbBorderColor": "#7e57c2", @@ -566,7 +566,7 @@ "trackColor": "#01162730" } }, - "thumb": "#152C3B", + "thumb": "#084d81", "thumbBorderColor": "#7e57c270", "thumbColor": "#7e57c270", "trackColor": "#01162730", @@ -581,25 +581,25 @@ }, "SearchEverywhere": { "Advertiser": { - "background": "#001424", - "foreground": "#607d8b" + "background": "#010e1a", + "foreground": "#5f7e97" }, "Header": { "background": "#011627" }, "List": { - "separatorForeground": "#607d8b", - "separatorColor": "#2a373e" + "separatorForeground": "#5f7e97", + "separatorColor": "#122d42" }, "SearchField": { "background": "#011627", - "borderColor": "#001424", - "infoForeground": "#607d8b" + "borderColor": "#010e1a", + "infoForeground": "#5f7e97" }, "Tab": { - "active.foreground": "#ffffff", - "selectedForeground": "#ffffff", - "selectedBackground": "#152C3B" + "active.foreground": "#FFFFFF", + "selectedForeground": "#FFFFFF", + "selectedBackground": "#084d81" } }, "SearchMatch": { @@ -608,18 +608,18 @@ "endColor": "#7e57c2", "startColor": "#7e57c2" }, - "SearchField.errorBackground": "#152C3B", + "SearchField.errorBackground": "#01111d", "SearchOption": { - "selectedBackground": "#152C3B" + "selectedBackground": "#13344f" }, "SearchResults": { - "Ordinal.File.Foreground": "#607d8b", - "Repeated.File.Foreground": "#b0bec5" + "Ordinal.File.Foreground": "#5f7e97", + "Repeated.File.Foreground": "#d6deeb" }, "Separator": { - "background": "#011627", - "foreground": "#011627", - "separatorColor": "#011627" + "background": "#0b2942", + "foreground": "#0b2942", + "separatorColor": "#0b2942" }, "SidePanel": { "background": "#011627" @@ -628,50 +628,50 @@ "background": "#011627", "buttonBorderColor": "#7e57c2", "buttonColor": "#7e57c2", - "foreground": "#b0bec5", + "foreground": "#d6deeb", "majorTickLength": 6, - "tickColor": "#011627", - "trackColor": "#152C3B", + "tickColor": "#0b2942", + "trackColor": "#13344f", "trackWidth": 7, "thumb": "#7e57c2" }, "SpeedSearch": { - "background": "#152C3B", - "borderColor": "#2a373e", - "foreground": "#b0bec5", - "errorForeground": "#b0bec5" + "background": "#084d81", + "borderColor": "#122d42", + "foreground": "#d6deeb", + "errorForeground": "#d6deeb" }, "Spinner": { "background": "#011627", "border": "3,3,3,3", - "foreground": "#b0bec5", - "selectionForeground": "#ffffff" + "foreground": "#d6deeb", + "selectionForeground": "#FFFFFF" }, "SplitPane": { "background": "#011627", "highlight": "#011627" }, - "SplitPaneDivider.draggingColor": "#011627", + "SplitPaneDivider.draggingColor": "#0b2942", "StatusBar": { "borderColor": "#011627", - "hoverBackground": "#152C3B", - "LightEditBackground": "#152C3B" + "hoverBackground": "#084d81", + "LightEditBackground": "#13344f" }, "TabbedPane": { "background": "#011627", - "contentAreaColor": "#152C3B", + "contentAreaColor": "#084d81", "contentBorderInsets": "3,1,1,1", - "darkShadow": "#2a373e", - "disabledForeground": "#2e3c42", - "disabledUnderlineColor": "#2e3c42", - "focus": "#152C3B", - "focusColor": "#152C3B", + "darkShadow": "#122d42", + "disabledForeground": "#697098", + "disabledUnderlineColor": "#697098", + "focus": "#13344f", + "focusColor": "#13344f", "fontSizeOffset": 0, - "foreground": "#b0bec5", - "highlight": "#2a373e", - "hoverColor": "#152C3B", + "foreground": "#d6deeb", + "highlight": "#122d42", + "hoverColor": "#084d81", "labelShift": 0, - "selectedForeground": "#ffffff", + "selectedForeground": "#FFFFFF", "selectedLabelShift": 0, "selectedTabPadInsets": "0,0,0,0", "tabsOverlapBorder": true, @@ -682,82 +682,82 @@ }, "TabbedPane.mt.tab.background": "#011627", "Table": { - "alternativeRowBackground": "#001424", + "alternativeRowBackground": "#010e1a", "background": "#011627", "cellNoFocusBorder": "10,5,10,5", "focusCellHighlightBorder": "10,5,10,5", - "disabledForeground": "#2e3c42", + "disabledForeground": "#697098", "dropLineColor": "#7e57c2", "dropLineShortColor": "#7e57c2", - "focusCellBackground": "#152C3B", - "focusCellForeground": "#ffffff", - "foreground": "#b0bec5", + "focusCellBackground": "#13344f", + "focusCellForeground": "#FFFFFF", + "foreground": "#d6deeb", "gridColor": "#011627", - "highlightOuter": "#152C3B", - "hoverBackground": "#152C3B70", - "hoverInactiveBackground": "#152C3B", - "lightSelectionForeground": "#ffffff", - "lightSelectionInactiveForeground": "#607d8b", - "lightSelectionInactiveBackground": "#011627", - "selectionBackground": "#152C3B", - "selectionForeground": "#ffffff", - "selectionInactiveBackground": "#152C3B", - "selectionInactiveForeground": "#ffffff", - "sortIconColor": "#b0bec5", - "stripeColor": "#001424" + "highlightOuter": "#13344f", + "hoverBackground": "#13344f50", + "hoverInactiveBackground": "#13344f", + "lightSelectionForeground": "#FFFFFF", + "lightSelectionInactiveForeground": "#5f7e97", + "lightSelectionInactiveBackground": "#0b2942", + "selectionBackground": "#13344f", + "selectionForeground": "#FFFFFF", + "selectionInactiveBackground": "#13344f", + "selectionInactiveForeground": "#FFFFFF", + "sortIconColor": "#d6deeb", + "stripeColor": "#010e1a" }, "TableHeader": { "background": "#011627", "borderColor": "#011627", - "bottomSeparatorColor": "#011627", + "bottomSeparatorColor": "#0b2942", "cellBorder": "4,0,4,0", - "disabledForeground": "#2e3c42", - "foreground": "#b0bec5", - "focusCellBackground": "#152C3B", - "focusCellForeground": "#ffffff", + "disabledForeground": "#697098", + "foreground": "#d6deeb", + "focusCellBackground": "#13344f", + "focusCellForeground": "#FFFFFF", "height": 25, - "separatorColor": "#011627" + "separatorColor": "#0b2942" }, - "text": "#607d8b", - "textInactiveText": "#607d8b", - "textText": "#607d8b", + "text": "#5f7e97", + "textInactiveText": "#5f7e97", + "textText": "#5f7e97", "TextArea": { "background": "#011627", "caretForeground": "#7e57c2", - "foreground": "#b0bec5", - "inactiveForeground": "#2e3c42", - "selectionBackground": "#152C3B", - "selectionForeground": "#ffffff" + "foreground": "#d6deeb", + "inactiveForeground": "#697098", + "selectionBackground": "#13344f", + "selectionForeground": "#FFFFFF" }, "TextField": { "background": "#011627", "caretForeground": "#7e57c2", - "foreground": "#b0bec5", - "inactiveForeground": "#2e3c42", - "selectionBackground": "#152C3B", - "selectionForeground": "#ffffff" + "foreground": "#d6deeb", + "inactiveForeground": "#697098", + "selectionBackground": "#13344f", + "selectionForeground": "#FFFFFF" }, "TextPane": { "background": "#011627", "caretForeground": "#7e57c2", - "foreground": "#b0bec5", - "inactiveForeground": "#2e3c42", - "selectionBackground": "#152C3B", - "selectionForeground": "#ffffff" + "foreground": "#d6deeb", + "inactiveForeground": "#697098", + "selectionBackground": "#13344f", + "selectionForeground": "#FFFFFF" }, "TitlePane": { - "background": "#001424", - "Button.hoverBackground": "#152C3B", + "background": "#010e1a", + "Button.hoverBackground": "#084d81", "inactiveBackground": "#011627", - "infoForeground": "#607d8b", - "inactiveInfoForeground": "#607d8b" + "infoForeground": "#5f7e97", + "inactiveInfoForeground": "#5f7e97" }, - "TitledBorder.titleColor": "#b0bec5", + "TitledBorder.titleColor": "#d6deeb", "ToggleButton": { - "borderColor": "#2e3c43", - "buttonColor": "#b0bec5", - "disabledText": "#2e3c42", - "foreground": "#b0bec5", + "borderColor": "#0b253a", + "buttonColor": "#d6deeb", + "disabledText": "#697098", + "foreground": "#d6deeb", "offForeground": "#011627", "offBackground": "#011627", "onBackground": "#7e57c2", @@ -765,244 +765,244 @@ }, "ToolBar": { "background": "#011627", - "borderHandleColor": "#607d8b", - "floatingForeground": "#607d8b", - "foreground": "#b0bec5" + "borderHandleColor": "#5f7e97", + "floatingForeground": "#5f7e97", + "foreground": "#d6deeb" }, "ToolTip": { "Actions.background": "#011627", - "Actions.infoForeground": "#607d8b", - "background": "#152C3B", - "borderColor": "#2a373e", - "foreground": "#b0bec5", - "infoForeground": "#607d8b", - "separatorColor": "#2a373e", - "shortcutForeground": "#607d8b" + "Actions.infoForeground": "#5f7e97", + "background": "#01111d", + "borderColor": "#122d42", + "foreground": "#d6deeb", + "infoForeground": "#5f7e97", + "separatorColor": "#122d42", + "shortcutForeground": "#5f7e97" }, "ToolWindow": { "Button": { - "hoverBackground": "#152C3B", - "selectedForeground": "#ffffff", - "selectedBackground": "#001424" + "hoverBackground": "#13344f", + "selectedForeground": "#FFFFFF", + "selectedBackground": "#010e1a" }, "Header": { "background": "#011627", - "borderColor": "#011627", + "borderColor": "#0b2942", "inactiveBackground": "#011627" }, "HeaderCloseButton": { "background": "#011627" }, "HeaderTab": { - "borderColor": "#152C3B", - "hoverBackground": "#152C3B", - "hoverInactiveBackground": "#152C3B", + "borderColor": "#084d81", + "hoverBackground": "#084d81", + "hoverInactiveBackground": "#084d81", "inactiveUnderlineColor": "#7e57c2", - "selectedBackground": "#001424", - "selectedInactiveBackground": "#001424", + "selectedBackground": "#010e1a", + "selectedInactiveBackground": "#010e1a", "underlineColor": "#7e57c2", - "underlinedTabBackground": "#152C3B", - "underlinedTabInactiveBackground": "#011627", - "underlinedTabForeground": "#ffffff", - "underlinedTabInactiveForeground": "#b0bec5" + "underlinedTabBackground": "#13344f", + "underlinedTabInactiveBackground": "#0b2942", + "underlinedTabForeground": "#FFFFFF", + "underlinedTabInactiveForeground": "#d6deeb" } }, "Tree": { "background": "#011627", - "foreground": "#607d8b", - "hash": "#2a373e", - "hoverBackground": "#152C3B70", - "hoverInactiveBackground": "#152C3B", + "foreground": "#5f7e97", + "hash": "#122d42", + "hoverBackground": "#13344f50", + "hoverInactiveBackground": "#13344f", "modifiedItemForeground": "#7e57c2", "rowHeight": 28, - "selectionBackground": "#152C3B70", - "selectionForeground": "#ffffff", - "selectionInactiveForeground": "#ffffff", - "selectionInactiveBackground": "#152C3B70", + "selectionBackground": "#13344f50", + "selectionForeground": "#FFFFFF", + "selectionInactiveForeground": "#FFFFFF", + "selectionInactiveBackground": "#13344f50", "textBackground": "#011627" }, "Tree.leftChildIndent": 10, "Tree.rightChildIndent": 5, "UIDesigner": { - "Activity.borderColor": "#2a373e", - "Canvas.background": "#001424", + "Activity.borderColor": "#122d42", + "Canvas.background": "#010e1a", "ColorPicker": { "background": "#011627", - "foreground": "#b0bec5" + "foreground": "#d6deeb" }, "Component": { - "borderColor": "#2a373e", + "borderColor": "#122d42", "background": "#011627", - "foreground": "#b0bec5", - "hoverBorderColor": "#152C3B" + "foreground": "#d6deeb", + "hoverBorderColor": "#084d81" }, "Connector": { - "borderColor": "#2a373e", - "hoverBorderColor": "#152C3B" + "borderColor": "#122d42", + "hoverBorderColor": "#084d81" }, - "Canvas.background": "#001424", - "highStroke.foreground": "#b0bec5", - "Label.foreground": "#607d8b", - "List.selectionBackground": "#152C3B70", + "Canvas.background": "#010e1a", + "highStroke.foreground": "#d6deeb", + "Label.foreground": "#5f7e97", + "List.selectionBackground": "#13344f50", "motion": { - "borderColor": "#2a373e", - "Component.foreground": "#b0bec5", - "ConstraintSetText.foreground": "#607d8b", - "ConstraintSet.background": "#011627", - "CSPanel.SelectedFocusBackground": "#152C3B", - "CSPanel.SelectedBackground": "#152C3B70", - "cs_FocusText.infoForeground": "#607d8b", - "CursorTextColor.foreground": "#b0bec5", - "HoverColor.disabledBackground": "#2e3c42", + "borderColor": "#122d42", + "Component.foreground": "#d6deeb", + "ConstraintSetText.foreground": "#5f7e97", + "ConstraintSet.background": "#0b2942", + "CSPanel.SelectedFocusBackground": "#5f7e9790", + "CSPanel.SelectedBackground": "#13344f50", + "cs_FocusText.infoForeground": "#5f7e97", + "CursorTextColor.foreground": "#d6deeb", + "HoverColor.disabledBackground": "#697098", "motionGraph.background": "#011627", - "Notification.background": "#152C3B", - "ourAvg.background": "#011627", - "ourCS.background": "#011627", - "ourCS_Border.borderColor": "#2a373e", - "ourCS_TextColor.foreground": "#607d8b", - "ourCS_SelectedFocusBackground.selectionForeground": "#ffffff", - "ourCS_SelectedBackground.selectionInactiveBackground": "#152C3B", - "ourCS_SelectedBorder.pressedBorderColor": "#152C3B", - "ourML_BarColor.separatorColor": "#2a373e", - "PrimaryPanel.background": "#001424", + "Notification.background": "#01111d", + "ourAvg.background": "#0b2942", + "ourCS.background": "#0b2942", + "ourCS_Border.borderColor": "#122d42", + "ourCS_TextColor.foreground": "#5f7e97", + "ourCS_SelectedFocusBackground.selectionForeground": "#FFFFFF", + "ourCS_SelectedBackground.selectionInactiveBackground": "#13344f", + "ourCS_SelectedBorder.pressedBorderColor": "#084d81", + "ourML_BarColor.separatorColor": "#122d42", + "PrimaryPanel.background": "#010e1a", "SecondaryPanel.background": "#011627", - "SecondaryPanel.header.foreground": "#607d8b", - "SecondaryPanel.header.background": "#001424", - "timeLine.disabledBorderColor": "#2a373e" + "SecondaryPanel.header.foreground": "#5f7e97", + "SecondaryPanel.header.background": "#010e1a", + "timeLine.disabledBorderColor": "#122d42" }, "Panel": { - "borderColor": "#2a373e", + "borderColor": "#122d42", "background": "#011627" }, - "percent.foreground": "#b0bec5", + "percent.foreground": "#d6deeb", "Placeholder": { "background": "#011627", - "borderColor": "#2a373e", - "foreground": "#b0bec5", - "selectedForeground": "#ffffff" + "borderColor": "#122d42", + "foreground": "#d6deeb", + "selectedForeground": "#FFFFFF" }, "Preview.background": "#011627", - "stroke.acceleratorForeground": "#607d8b" + "stroke.acceleratorForeground": "#5f7e97" }, "ValidationTooltip": { - "errorBackground": "#152C3B", - "errorBorderColor": "#152C3B", - "warningBackground": "#152C3B", - "warningBorderColor": "#152C3B" + "errorBackground": "#01111d", + "errorBorderColor": "#01111d", + "warningBackground": "#01111d", + "warningBorderColor": "#01111d" }, "VersionControl": { "FileHistory.Commit": { "selectedBranchBackground": "#011627" }, "GitCommits": { - "graphColor": "#152C3B" + "graphColor": "#084d81" }, "GitLog": { "localBranchIconColor": "#7e57c2", - "otherIconColor": "#607d8b", - "remoteBranchIconColor": "#b0bec5", - "tagIconColor": "#607d8b" + "otherIconColor": "#5f7e97", + "remoteBranchIconColor": "#d6deeb", + "tagIconColor": "#5f7e97" }, "HgLog": { "branchIconColor": "#7e57c2", - "bookmarkIconColor": "#ffffff", - "closedBranchIconColor": "#2e3c42", - "localTagIconColor": "#607d8b", - "mqTagIconColor": "#607d8b", - "tagIconColor": "#607d8b", - "tipIconColor": "#607d8b" + "bookmarkIconColor": "#FFFFFF", + "closedBranchIconColor": "#697098", + "localTagIconColor": "#5f7e97", + "mqTagIconColor": "#5f7e97", + "tagIconColor": "#5f7e97", + "tipIconColor": "#5f7e97" }, "Log": { - "Commit.unmatchedForeground": "#607d8b", - "Commit.currentBranchBackground": "#011627", - "Commit.hoveredBackground": "#152C3B70" + "Commit.unmatchedForeground": "#5f7e97", + "Commit.currentBranchBackground": "#0b2942", + "Commit.hoveredBackground": "#13344f50" }, "RefLabel": { - "foreground": "#ffffff", - "backgroundBase": "#152C3B" + "foreground": "#FFFFFF", + "backgroundBase": "#084d81" } }, "Viewport": { "background": "#011627", - "foreground": "#b0bec5" + "foreground": "#d6deeb" }, "WelcomeScreen": { "AssociatedComponent.background": "#011627", "background": "#011627", "borderColor": "#011627", - "captionBackground": "#001424", - "captionForeground": "#b0bec5", + "captionBackground": "#010e1a", + "captionForeground": "#d6deeb", "Details.background": "#011627", - "footerBackground": "#001424", - "footerForeground": "#b0bec5", + "footerBackground": "#010e1a", + "footerForeground": "#d6deeb", "headerBackground": "#011627", - "headerForeground": "#b0bec5", - "List.background": "#001424", - "separatorColor": "#2a373e", - "SidePanel.background": "#011627", + "headerForeground": "#d6deeb", + "List.background": "#010e1a", + "separatorColor": "#122d42", + "SidePanel.background": "#0b2942", "Projects": { - "actions.background": "#001424", - "actions.selectionBackground": "#152C3B", - "background": "#011627", - "selectionBackground": "#152C3B", - "selectionInactiveBackground": "#011627" + "actions.background": "#010e1a", + "actions.selectionBackground": "#084d81", + "background": "#0b2942", + "selectionBackground": "#5f7e9790", + "selectionInactiveBackground": "#0b2942" } }, "window": "#011627", - "windowBorder": "#2a373e", - "windowText": "#607d8b", - "Window.border": "#2a373e" + "windowBorder": "#122d42", + "windowText": "#5f7e97", + "Window.border": "#122d42" }, "icons": { "ColorPalette": { - "#43494A": "#001424", - "#6B6B6B": "#607d8b", + "#43494A": "#010e1a", + "#6B6B6B": "#5f7e97", "#A7A7A7": "#011627", "#3D6185": "#7e57c2", "#466D94": "#7e57c2", "#3C3F41": "#011627", - "#545556": "#2e3c42", - "#606060": "#2e3c42", - "#9AA7B0": "#b0bec5", + "#545556": "#697098", + "#606060": "#697098", + "#9AA7B0": "#d6deeb", "#675133": "#7e57c2", - "Actions.Blue": "#82AAFF", + "Actions.Blue": "#82aaff", "Actions.Green": "#ecc48d", - "Actions.Grey": "#607d8b", + "Actions.Grey": "#5f7e97", "Actions.GreyInline": "#637777", - "Actions.GreyInline.Dark": "#b0bec5", + "Actions.GreyInline.Dark": "#d6deeb", "Actions.Red": "#7fdbca", - "Actions.Yellow": "#FAD430", - "Checkbox.Background.Default": "#001424", - "Checkbox.Background.Default.Dark": "#001424", - "Checkbox.Background.Disabled": "#0B253A", - "Checkbox.Background.Disabled.Dark": "#0B253A", - "Checkbox.Border.Default": "#2a373e", - "Checkbox.Border.Default.Dark": "#2a373e", - "Checkbox.Border.Disabled": "#2e3c42", - "Checkbox.Border.Disabled.Dark": "#2e3c42", + "Actions.Yellow": "#addb67", + "Checkbox.Background.Default": "#010e1a", + "Checkbox.Background.Default.Dark": "#010e1a", + "Checkbox.Background.Disabled": "#0e293f", + "Checkbox.Background.Disabled.Dark": "#0e293f", + "Checkbox.Border.Default": "#122d42", + "Checkbox.Border.Default.Dark": "#122d42", + "Checkbox.Border.Disabled": "#697098", + "Checkbox.Border.Disabled.Dark": "#697098", "Checkbox.Focus.Thin.Default": "#7e57c2", "Checkbox.Focus.Thin.Default.Dark": "#7e57c2", "Checkbox.Focus.Wide": "#7e57c2", "Checkbox.Focus.Wide.Dark": "#7e57c2", - "Checkbox.Foreground.Disabled": "#2e3c42", - "Checkbox.Foreground.Disabled.Dark": "#2e3c42", + "Checkbox.Foreground.Disabled": "#697098", + "Checkbox.Foreground.Disabled.Dark": "#697098", "Checkbox.Background.Selected": "#7e57c2", "Checkbox.Background.Selected.Dark": "#011627", "Checkbox.Border.Selected": "#7e57c2", "Checkbox.Border.Selected.Dark": "#7e57c2", "Checkbox.Foreground.Selected": "#7e57c2", "Checkbox.Foreground.Selected.Dark": "#7e57c2", - "Checkbox.Focus.Thin.Selected": "#b0bec5", - "Checkbox.Focus.Thin.Selected.Dark": "#b0bec5", + "Checkbox.Focus.Thin.Selected": "#d6deeb", + "Checkbox.Focus.Thin.Selected.Dark": "#d6deeb", "Objects.Grey": "#637777", - "Objects.Blue": "#82AAFF", + "Objects.Blue": "#82aaff", "Objects.RedStatus": "#7fdbca", "Objects.Red": "#7fdbca", "Objects.Pink": "#c792ea", - "Objects.Yellow": "#FAD430", + "Objects.Yellow": "#addb67", "Objects.Green": "#ecc48d", "Objects.Purple": "#c792ea", - "Objects.BlackText": "#b0bec5", + "Objects.BlackText": "#d6deeb", "Objects.YellowDark": "#f78c6c", "Objects.GreenAndroid": "#ecc48d" } 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 0f3616ad..d8f235b2 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 @@ -17,7 +17,7 @@ "disabledBackground": "#083F4D", "disabledForeground": "#2E5861", "disabledText": "#2E5861", - "focusColor": "#11353F", + "focusColor": "#005a6f", "focusedBorderColor": "#d33682", "foreground": "#839496", "inactiveBackground": "#083F4D", @@ -47,28 +47,28 @@ "arc": 0, "background": "#002B36", "default": { - "endBackground": "#11353F", - "endBorderColor": "#11353F", + "endBackground": "#003946", + "endBorderColor": "#003946", "foreground": "#FFFFFF", "focusColor": "#d33682", "focusedBorderColor": "#d33682", - "shadowColor": "#11353F", - "startBackground": "#11353F", - "startBorderColor": "#11353F" + "shadowColor": "#003946", + "startBackground": "#003946", + "startBorderColor": "#003946" }, "disabledBorderColor": "#073642", "disabledText": "#2E5861", "endBackground": "#073642", "endBorderColor": "#073642", - "focus": "#11353F", + "focus": "#005a6f", "focusedBorderColor": "#d33682", "foreground": "#586e75", "highlight": "#FFFFFF", "mt.background": "#073642", "mt.foreground": "#586e75", "mt.selectedForeground": "#FFFFFF", - "mt.selection.color1": "#11353F", - "mt.selection.color2": "#11353F", + "mt.selection.color1": "#003946", + "mt.selection.color2": "#003946", "startBackground": "#073642", "startBorderColor": "#073642", "shadowColor": "#073642", @@ -127,7 +127,7 @@ "modifiedItemForeground": "#d33682", "nonEditableBackground": "#003745", "padding": "5,5,5,5", - "selectionBackground": "#11353F", + "selectionBackground": "#003946", "selectionForeground": "#FFFFFF" }, "ComboPopup.border": "#0D3640", @@ -141,14 +141,14 @@ "selectedGrayedForeground": "#FFFFFF", "selectionGrayForeground": "#FFFFFF", "selectionInactiveInfoForeground": "#586e75", - "selectionInactiveBackground": "#2E4C5250", - "selectionBackground": "#2E4C5280", + "selectionInactiveBackground": "#2E4C52", + "selectionBackground": "#2E4C52", "selectionForeground": "#FFFFFF", "selectionInfoForeground": "#FFFFFF" }, "Component": { "arc": 4, - "borderColor": "#11353F", + "borderColor": "#005a6f", "disabledBorderColor": "#073642", "focusColor": "#d33682", "focusedBorderColor": "#d33682", @@ -174,24 +174,24 @@ } }, "DebuggerTabs": { - "selectedBackground": "#11353F", - "underlinedTabBackground": "#11353F" + "selectedBackground": "#005a6f", + "underlinedTabBackground": "#005a6f" }, "DebuggerPopup": { - "borderColor": "#11353F" + "borderColor": "#005a6f" }, "DefaultTabs": { "background": "#002B36", "borderColor": "#002B36", - "hoverBackground": "#11353F", + "hoverBackground": "#003946", "hoverColor": "#00252E", - "hoverMaskColor": "#11353F", + "hoverMaskColor": "#005a6f", "inactiveColoredTabBackground": "#002B36", "inactiveColoredFileBackground": "#073642", "inactiveUnderlineColor": "#d33682", "inactiveMaskColor": "#00252E", "underlineColor": "#d33682", - "underlinedTabBackground": "#11353F", + "underlinedTabBackground": "#003946", "underlinedTabForeground": "#FFFFFF" }, "Desktop.background": "#002B36", @@ -218,26 +218,26 @@ }, "EditorTabs": { "borderColor": "#003745", - "hoverBackground": "#11353F", - "hoverColor": "#11353F", - "hoverMaskColor": "#11353F", + "hoverBackground": "#005a6f", + "hoverColor": "#005a6f", + "hoverMaskColor": "#005a6f", "inactiveMaskColor": "#002B36", "inactiveColoredFileBackground": "#002B36", "inactiveUnderlineColor": "#2E5861", "selectedForeground": "#839496", - "selectedBackground": "#11353F", + "selectedBackground": "#003946", "underlineColor": "#d33682", - "underlinedTabBackground": "#11353F", + "underlinedTabBackground": "#003946", "underlinedTabForeground": "#FFFFFF" }, "EditorGroupsTabs": { "background": "#002B36", "borderColor": "#003745", - "hoverBackground": "#11353F", - "hoverColor": "#11353F", + "hoverBackground": "#005a6f", + "hoverColor": "#005a6f", "inactiveUnderlineColor": "#d33682", "underlineColor": "#d33682", - "underlinedTabBackground": "#11353F", + "underlinedTabBackground": "#003946", "underlinedTabForeground": "#839496" }, "FileColor": { @@ -266,7 +266,7 @@ "inactiveBackground": "#073642", "inactiveForeground": "#2E5861", "selectionForeground": "#FFFFFF", - "selectionBackground": "#11353F" + "selectionBackground": "#003946" }, "GotItTooltip.borderColor": "#2E4C52", "Group": { @@ -325,12 +325,12 @@ "List": { "background": "#003745", "foreground": "#839496", - "hoverBackground": "#2E4C5270", - "hoverInactiveBackground": "#11353F", - "selectionBackground": "#2E4C5250", + "hoverBackground": "#2E4C5280", + "hoverInactiveBackground": "#003946", + "selectionBackground": "#2E4C52", "selectionForeground": "#FFFFFF", "selectionInactiveForeground": "#FFFFFF", - "selectionInactiveBackground": "#2E4C5270" + "selectionInactiveBackground": "#2E4C5280" }, "material": { "background": "#002B36", @@ -346,8 +346,8 @@ }, "MemoryIndicator": { "allocatedBackground": "#003745", - "usedColor": "#11353F", - "usedBackground": "#11353F" + "usedColor": "#005a6f", + "usedBackground": "#005a6f" }, "Menu": { "acceleratorForeground": "#586e75", @@ -434,13 +434,13 @@ }, "ParameterInfo": { "background": "#003745", - "borderColor": "#11353F", - "currentOverloadBackground": "#11353F", + "borderColor": "#003946", + "currentOverloadBackground": "#005a6f", "currentParameterForeground": "#d33682", "disabledForeground": "#2E5861", "foreground": "#839496", "infoForeground": "#586e75", - "lineSeparatorColor": "#11353F" + "lineSeparatorColor": "#003946" }, "PasswordField": { "background": "#00252E", @@ -448,25 +448,25 @@ "caretForeground": "#d33682", "foreground": "#839496", "inactiveForeground": "#2E5861", - "selectionBackground": "#11353F", + "selectionBackground": "#003946", "selectionForeground": "#FFFFFF" }, "Plugins": { "background": "#002B36", "disabledForeground": "#2E5861", - "eapTagBackground": "#11353F", - "hoverBackground": "#2E4C5270", - "lightSelectionBackground": "#11353F", - "paidTagBackground": "#11353F", + "eapTagBackground": "#005a6f", + "hoverBackground": "#2E4C5280", + "lightSelectionBackground": "#003946", + "paidTagBackground": "#005a6f", "selectionBackground": "#2E4C52", "tagForeground": "#d33682", - "tagBackground": "#11353F", - "trialTagBackground": "#11353F", + "tagBackground": "#005a6f", + "trialTagBackground": "#005a6f", "Button": { "installBackground": "#073642", "installBorderColor": "#073642", "installForeground": "#839496", - "installFocusedBackground": "#11353F", + "installFocusedBackground": "#005a6f", "installFillForeground": "#2E5861", "installFillBackground": "#073642", "updateBackground": "#d33682", @@ -482,9 +482,9 @@ "foreground": "#839496" }, "Tab": { - "hoverBackground": "#11353F", + "hoverBackground": "#003946", "selectedForeground": "#FFFFFF", - "selectedBackground": "#11353F" + "selectedBackground": "#003946" } }, "Popup": { @@ -523,8 +523,8 @@ "indeterminateEndColor": "#d33682", "indeterminateStartColor": "#d33682", "progressColor": "#d33682", - "selectionBackground": "#11353F", - "trackColor": "#11353F" + "selectionBackground": "#005a6f", + "trackColor": "#005a6f" }, "PsiViewer": { "referenceHighlightColor": "#d33682" @@ -566,7 +566,7 @@ "trackColor": "#002B3630" } }, - "thumb": "#11353F", + "thumb": "#005a6f", "thumbBorderColor": "#d3368270", "thumbColor": "#d3368270", "trackColor": "#002B3630", @@ -599,7 +599,7 @@ "Tab": { "active.foreground": "#FFFFFF", "selectedForeground": "#FFFFFF", - "selectedBackground": "#11353F" + "selectedBackground": "#005a6f" } }, "SearchMatch": { @@ -610,7 +610,7 @@ }, "SearchField.errorBackground": "#2E4C52", "SearchOption": { - "selectedBackground": "#11353F" + "selectedBackground": "#003946" }, "SearchResults": { "Ordinal.File.Foreground": "#586e75", @@ -631,12 +631,12 @@ "foreground": "#839496", "majorTickLength": 6, "tickColor": "#003745", - "trackColor": "#11353F", + "trackColor": "#003946", "trackWidth": 7, "thumb": "#d33682" }, "SpeedSearch": { - "background": "#11353F", + "background": "#005a6f", "borderColor": "#0D3640", "foreground": "#839496", "errorForeground": "#839496" @@ -654,22 +654,22 @@ "SplitPaneDivider.draggingColor": "#003745", "StatusBar": { "borderColor": "#002B36", - "hoverBackground": "#11353F", - "LightEditBackground": "#11353F" + "hoverBackground": "#005a6f", + "LightEditBackground": "#003946" }, "TabbedPane": { "background": "#002B36", - "contentAreaColor": "#11353F", + "contentAreaColor": "#005a6f", "contentBorderInsets": "3,1,1,1", "darkShadow": "#0D3640", "disabledForeground": "#2E5861", "disabledUnderlineColor": "#2E5861", - "focus": "#11353F", - "focusColor": "#11353F", + "focus": "#003946", + "focusColor": "#003946", "fontSizeOffset": 0, "foreground": "#839496", "highlight": "#0D3640", - "hoverColor": "#11353F", + "hoverColor": "#005a6f", "labelShift": 0, "selectedForeground": "#FFFFFF", "selectedLabelShift": 0, @@ -689,19 +689,19 @@ "disabledForeground": "#2E5861", "dropLineColor": "#d33682", "dropLineShortColor": "#d33682", - "focusCellBackground": "#11353F", + "focusCellBackground": "#003946", "focusCellForeground": "#FFFFFF", "foreground": "#839496", "gridColor": "#002B36", - "highlightOuter": "#11353F", - "hoverBackground": "#2E4C5270", - "hoverInactiveBackground": "#11353F", + "highlightOuter": "#003946", + "hoverBackground": "#2E4C5280", + "hoverInactiveBackground": "#003946", "lightSelectionForeground": "#FFFFFF", "lightSelectionInactiveForeground": "#586e75", "lightSelectionInactiveBackground": "#003745", - "selectionBackground": "#11353F", + "selectionBackground": "#003946", "selectionForeground": "#FFFFFF", - "selectionInactiveBackground": "#11353F", + "selectionInactiveBackground": "#003946", "selectionInactiveForeground": "#FFFFFF", "sortIconColor": "#839496", "stripeColor": "#00252E" @@ -713,7 +713,7 @@ "cellBorder": "4,0,4,0", "disabledForeground": "#2E5861", "foreground": "#839496", - "focusCellBackground": "#11353F", + "focusCellBackground": "#003946", "focusCellForeground": "#FFFFFF", "height": 25, "separatorColor": "#003745" @@ -726,7 +726,7 @@ "caretForeground": "#d33682", "foreground": "#839496", "inactiveForeground": "#2E5861", - "selectionBackground": "#11353F", + "selectionBackground": "#003946", "selectionForeground": "#FFFFFF" }, "TextField": { @@ -734,7 +734,7 @@ "caretForeground": "#d33682", "foreground": "#839496", "inactiveForeground": "#2E5861", - "selectionBackground": "#11353F", + "selectionBackground": "#003946", "selectionForeground": "#FFFFFF" }, "TextPane": { @@ -742,12 +742,12 @@ "caretForeground": "#d33682", "foreground": "#839496", "inactiveForeground": "#2E5861", - "selectionBackground": "#11353F", + "selectionBackground": "#003946", "selectionForeground": "#FFFFFF" }, "TitlePane": { "background": "#00252E", - "Button.hoverBackground": "#11353F", + "Button.hoverBackground": "#005a6f", "inactiveBackground": "#002B36", "infoForeground": "#586e75", "inactiveInfoForeground": "#586e75" @@ -781,7 +781,7 @@ }, "ToolWindow": { "Button": { - "hoverBackground": "#11353F", + "hoverBackground": "#003946", "selectedForeground": "#FFFFFF", "selectedBackground": "#00252E" }, @@ -794,14 +794,14 @@ "background": "#002B36" }, "HeaderTab": { - "borderColor": "#11353F", - "hoverBackground": "#11353F", - "hoverInactiveBackground": "#11353F", + "borderColor": "#005a6f", + "hoverBackground": "#005a6f", + "hoverInactiveBackground": "#005a6f", "inactiveUnderlineColor": "#d33682", "selectedBackground": "#00252E", "selectedInactiveBackground": "#00252E", "underlineColor": "#d33682", - "underlinedTabBackground": "#11353F", + "underlinedTabBackground": "#003946", "underlinedTabInactiveBackground": "#003745", "underlinedTabForeground": "#FFFFFF", "underlinedTabInactiveForeground": "#839496" @@ -811,14 +811,14 @@ "background": "#00252E", "foreground": "#586e75", "hash": "#0D3640", - "hoverBackground": "#2E4C5270", - "hoverInactiveBackground": "#11353F", + "hoverBackground": "#2E4C5280", + "hoverInactiveBackground": "#003946", "modifiedItemForeground": "#d33682", "rowHeight": 28, - "selectionBackground": "#2E4C5270", + "selectionBackground": "#2E4C5280", "selectionForeground": "#FFFFFF", "selectionInactiveForeground": "#FFFFFF", - "selectionInactiveBackground": "#2E4C5270", + "selectionInactiveBackground": "#2E4C5280", "textBackground": "#00252E" }, "Tree.leftChildIndent": 10, @@ -834,23 +834,23 @@ "borderColor": "#0D3640", "background": "#002B36", "foreground": "#839496", - "hoverBorderColor": "#11353F" + "hoverBorderColor": "#005a6f" }, "Connector": { "borderColor": "#0D3640", - "hoverBorderColor": "#11353F" + "hoverBorderColor": "#005a6f" }, "Canvas.background": "#00252E", "highStroke.foreground": "#839496", "Label.foreground": "#586e75", - "List.selectionBackground": "#2E4C5270", + "List.selectionBackground": "#2E4C5280", "motion": { "borderColor": "#0D3640", "Component.foreground": "#839496", "ConstraintSetText.foreground": "#586e75", "ConstraintSet.background": "#003745", "CSPanel.SelectedFocusBackground": "#2E4C52", - "CSPanel.SelectedBackground": "#2E4C5270", + "CSPanel.SelectedBackground": "#2E4C5280", "cs_FocusText.infoForeground": "#586e75", "CursorTextColor.foreground": "#839496", "HoverColor.disabledBackground": "#2E5861", @@ -861,8 +861,8 @@ "ourCS_Border.borderColor": "#0D3640", "ourCS_TextColor.foreground": "#586e75", "ourCS_SelectedFocusBackground.selectionForeground": "#FFFFFF", - "ourCS_SelectedBackground.selectionInactiveBackground": "#11353F", - "ourCS_SelectedBorder.pressedBorderColor": "#11353F", + "ourCS_SelectedBackground.selectionInactiveBackground": "#003946", + "ourCS_SelectedBorder.pressedBorderColor": "#005a6f", "ourML_BarColor.separatorColor": "#0D3640", "PrimaryPanel.background": "#00252E", "SecondaryPanel.background": "#002B36", @@ -895,7 +895,7 @@ "selectedBranchBackground": "#002B36" }, "GitCommits": { - "graphColor": "#11353F" + "graphColor": "#005a6f" }, "GitLog": { "localBranchIconColor": "#d33682", @@ -915,11 +915,11 @@ "Log": { "Commit.unmatchedForeground": "#586e75", "Commit.currentBranchBackground": "#003745", - "Commit.hoveredBackground": "#2E4C5270" + "Commit.hoveredBackground": "#2E4C5280" }, "RefLabel": { "foreground": "#FFFFFF", - "backgroundBase": "#11353F" + "backgroundBase": "#005a6f" } }, "Viewport": { @@ -942,7 +942,7 @@ "SidePanel.background": "#003745", "Projects": { "actions.background": "#00252E", - "actions.selectionBackground": "#11353F", + "actions.selectionBackground": "#005a6f", "background": "#003745", "selectionBackground": "#2E4C52", "selectionInactiveBackground": "#003745" 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 bc03015d..cec16c8a 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 @@ -17,7 +17,7 @@ "disabledBackground": "#083F4D", "disabledForeground": "#2E5861", "disabledText": "#2E5861", - "focusColor": "#11353F", + "focusColor": "#005a6f", "focusedBorderColor": "#d33682", "foreground": "#839496", "inactiveBackground": "#083F4D", @@ -47,28 +47,28 @@ "arc": 0, "background": "#002B36", "default": { - "endBackground": "#11353F", - "endBorderColor": "#11353F", + "endBackground": "#003946", + "endBorderColor": "#003946", "foreground": "#FFFFFF", "focusColor": "#d33682", "focusedBorderColor": "#d33682", - "shadowColor": "#11353F", - "startBackground": "#11353F", - "startBorderColor": "#11353F" + "shadowColor": "#003946", + "startBackground": "#003946", + "startBorderColor": "#003946" }, "disabledBorderColor": "#073642", "disabledText": "#2E5861", "endBackground": "#073642", "endBorderColor": "#073642", - "focus": "#11353F", + "focus": "#005a6f", "focusedBorderColor": "#d33682", "foreground": "#586e75", "highlight": "#FFFFFF", "mt.background": "#073642", "mt.foreground": "#586e75", "mt.selectedForeground": "#FFFFFF", - "mt.selection.color1": "#11353F", - "mt.selection.color2": "#11353F", + "mt.selection.color1": "#003946", + "mt.selection.color2": "#003946", "startBackground": "#073642", "startBorderColor": "#073642", "shadowColor": "#073642", @@ -127,7 +127,7 @@ "modifiedItemForeground": "#d33682", "nonEditableBackground": "#003745", "padding": "5,5,5,5", - "selectionBackground": "#11353F", + "selectionBackground": "#003946", "selectionForeground": "#FFFFFF" }, "ComboPopup.border": "#0D3640", @@ -141,14 +141,14 @@ "selectedGrayedForeground": "#FFFFFF", "selectionGrayForeground": "#FFFFFF", "selectionInactiveInfoForeground": "#586e75", - "selectionInactiveBackground": "#2E4C5250", - "selectionBackground": "#2E4C5280", + "selectionInactiveBackground": "#2E4C52", + "selectionBackground": "#2E4C52", "selectionForeground": "#FFFFFF", "selectionInfoForeground": "#FFFFFF" }, "Component": { "arc": 4, - "borderColor": "#11353F", + "borderColor": "#005a6f", "disabledBorderColor": "#073642", "focusColor": "#d33682", "focusedBorderColor": "#d33682", @@ -174,24 +174,24 @@ } }, "DebuggerTabs": { - "selectedBackground": "#11353F", - "underlinedTabBackground": "#11353F" + "selectedBackground": "#005a6f", + "underlinedTabBackground": "#005a6f" }, "DebuggerPopup": { - "borderColor": "#11353F" + "borderColor": "#005a6f" }, "DefaultTabs": { "background": "#002B36", "borderColor": "#002B36", - "hoverBackground": "#11353F", + "hoverBackground": "#003946", "hoverColor": "#002B36", - "hoverMaskColor": "#11353F", + "hoverMaskColor": "#005a6f", "inactiveColoredTabBackground": "#002B36", "inactiveColoredFileBackground": "#073642", "inactiveUnderlineColor": "#d33682", "inactiveMaskColor": "#002B36", "underlineColor": "#d33682", - "underlinedTabBackground": "#11353F", + "underlinedTabBackground": "#003946", "underlinedTabForeground": "#FFFFFF" }, "Desktop.background": "#002B36", @@ -218,26 +218,26 @@ }, "EditorTabs": { "borderColor": "#003745", - "hoverBackground": "#11353F", - "hoverColor": "#11353F", - "hoverMaskColor": "#11353F", + "hoverBackground": "#005a6f", + "hoverColor": "#005a6f", + "hoverMaskColor": "#005a6f", "inactiveMaskColor": "#002B36", "inactiveColoredFileBackground": "#002B36", "inactiveUnderlineColor": "#2E5861", "selectedForeground": "#839496", - "selectedBackground": "#11353F", + "selectedBackground": "#003946", "underlineColor": "#d33682", - "underlinedTabBackground": "#11353F", + "underlinedTabBackground": "#003946", "underlinedTabForeground": "#FFFFFF" }, "EditorGroupsTabs": { "background": "#002B36", "borderColor": "#003745", - "hoverBackground": "#11353F", - "hoverColor": "#11353F", + "hoverBackground": "#005a6f", + "hoverColor": "#005a6f", "inactiveUnderlineColor": "#d33682", "underlineColor": "#d33682", - "underlinedTabBackground": "#11353F", + "underlinedTabBackground": "#003946", "underlinedTabForeground": "#839496" }, "FileColor": { @@ -266,7 +266,7 @@ "inactiveBackground": "#073642", "inactiveForeground": "#2E5861", "selectionForeground": "#FFFFFF", - "selectionBackground": "#11353F" + "selectionBackground": "#003946" }, "GotItTooltip.borderColor": "#2E4C52", "Group": { @@ -325,12 +325,12 @@ "List": { "background": "#003745", "foreground": "#839496", - "hoverBackground": "#2E4C5270", - "hoverInactiveBackground": "#11353F", - "selectionBackground": "#2E4C5250", + "hoverBackground": "#2E4C5280", + "hoverInactiveBackground": "#003946", + "selectionBackground": "#2E4C52", "selectionForeground": "#FFFFFF", "selectionInactiveForeground": "#FFFFFF", - "selectionInactiveBackground": "#2E4C5270" + "selectionInactiveBackground": "#2E4C5280" }, "material": { "background": "#002B36", @@ -346,8 +346,8 @@ }, "MemoryIndicator": { "allocatedBackground": "#003745", - "usedColor": "#11353F", - "usedBackground": "#11353F" + "usedColor": "#005a6f", + "usedBackground": "#005a6f" }, "Menu": { "acceleratorForeground": "#586e75", @@ -434,13 +434,13 @@ }, "ParameterInfo": { "background": "#003745", - "borderColor": "#11353F", - "currentOverloadBackground": "#11353F", + "borderColor": "#003946", + "currentOverloadBackground": "#005a6f", "currentParameterForeground": "#d33682", "disabledForeground": "#2E5861", "foreground": "#839496", "infoForeground": "#586e75", - "lineSeparatorColor": "#11353F" + "lineSeparatorColor": "#003946" }, "PasswordField": { "background": "#002B36", @@ -448,25 +448,25 @@ "caretForeground": "#d33682", "foreground": "#839496", "inactiveForeground": "#2E5861", - "selectionBackground": "#11353F", + "selectionBackground": "#003946", "selectionForeground": "#FFFFFF" }, "Plugins": { "background": "#002B36", "disabledForeground": "#2E5861", - "eapTagBackground": "#11353F", - "hoverBackground": "#2E4C5270", - "lightSelectionBackground": "#11353F", - "paidTagBackground": "#11353F", + "eapTagBackground": "#005a6f", + "hoverBackground": "#2E4C5280", + "lightSelectionBackground": "#003946", + "paidTagBackground": "#005a6f", "selectionBackground": "#2E4C52", "tagForeground": "#d33682", - "tagBackground": "#11353F", - "trialTagBackground": "#11353F", + "tagBackground": "#005a6f", + "trialTagBackground": "#005a6f", "Button": { "installBackground": "#073642", "installBorderColor": "#073642", "installForeground": "#839496", - "installFocusedBackground": "#11353F", + "installFocusedBackground": "#005a6f", "installFillForeground": "#2E5861", "installFillBackground": "#073642", "updateBackground": "#d33682", @@ -482,9 +482,9 @@ "foreground": "#839496" }, "Tab": { - "hoverBackground": "#11353F", + "hoverBackground": "#003946", "selectedForeground": "#FFFFFF", - "selectedBackground": "#11353F" + "selectedBackground": "#003946" } }, "Popup": { @@ -523,8 +523,8 @@ "indeterminateEndColor": "#d33682", "indeterminateStartColor": "#d33682", "progressColor": "#d33682", - "selectionBackground": "#11353F", - "trackColor": "#11353F" + "selectionBackground": "#005a6f", + "trackColor": "#005a6f" }, "PsiViewer": { "referenceHighlightColor": "#d33682" @@ -566,7 +566,7 @@ "trackColor": "#002B3630" } }, - "thumb": "#11353F", + "thumb": "#005a6f", "thumbBorderColor": "#d3368270", "thumbColor": "#d3368270", "trackColor": "#002B3630", @@ -599,7 +599,7 @@ "Tab": { "active.foreground": "#FFFFFF", "selectedForeground": "#FFFFFF", - "selectedBackground": "#11353F" + "selectedBackground": "#005a6f" } }, "SearchMatch": { @@ -610,7 +610,7 @@ }, "SearchField.errorBackground": "#2E4C52", "SearchOption": { - "selectedBackground": "#11353F" + "selectedBackground": "#003946" }, "SearchResults": { "Ordinal.File.Foreground": "#586e75", @@ -631,12 +631,12 @@ "foreground": "#839496", "majorTickLength": 6, "tickColor": "#003745", - "trackColor": "#11353F", + "trackColor": "#003946", "trackWidth": 7, "thumb": "#d33682" }, "SpeedSearch": { - "background": "#11353F", + "background": "#005a6f", "borderColor": "#0D3640", "foreground": "#839496", "errorForeground": "#839496" @@ -654,22 +654,22 @@ "SplitPaneDivider.draggingColor": "#003745", "StatusBar": { "borderColor": "#002B36", - "hoverBackground": "#11353F", - "LightEditBackground": "#11353F" + "hoverBackground": "#005a6f", + "LightEditBackground": "#003946" }, "TabbedPane": { "background": "#002B36", - "contentAreaColor": "#11353F", + "contentAreaColor": "#005a6f", "contentBorderInsets": "3,1,1,1", "darkShadow": "#0D3640", "disabledForeground": "#2E5861", "disabledUnderlineColor": "#2E5861", - "focus": "#11353F", - "focusColor": "#11353F", + "focus": "#003946", + "focusColor": "#003946", "fontSizeOffset": 0, "foreground": "#839496", "highlight": "#0D3640", - "hoverColor": "#11353F", + "hoverColor": "#005a6f", "labelShift": 0, "selectedForeground": "#FFFFFF", "selectedLabelShift": 0, @@ -689,19 +689,19 @@ "disabledForeground": "#2E5861", "dropLineColor": "#d33682", "dropLineShortColor": "#d33682", - "focusCellBackground": "#11353F", + "focusCellBackground": "#003946", "focusCellForeground": "#FFFFFF", "foreground": "#839496", "gridColor": "#002B36", - "highlightOuter": "#11353F", - "hoverBackground": "#2E4C5270", - "hoverInactiveBackground": "#11353F", + "highlightOuter": "#003946", + "hoverBackground": "#2E4C5280", + "hoverInactiveBackground": "#003946", "lightSelectionForeground": "#FFFFFF", "lightSelectionInactiveForeground": "#586e75", "lightSelectionInactiveBackground": "#003745", - "selectionBackground": "#11353F", + "selectionBackground": "#003946", "selectionForeground": "#FFFFFF", - "selectionInactiveBackground": "#11353F", + "selectionInactiveBackground": "#003946", "selectionInactiveForeground": "#FFFFFF", "sortIconColor": "#839496", "stripeColor": "#00252E" @@ -713,7 +713,7 @@ "cellBorder": "4,0,4,0", "disabledForeground": "#2E5861", "foreground": "#839496", - "focusCellBackground": "#11353F", + "focusCellBackground": "#003946", "focusCellForeground": "#FFFFFF", "height": 25, "separatorColor": "#003745" @@ -726,7 +726,7 @@ "caretForeground": "#d33682", "foreground": "#839496", "inactiveForeground": "#2E5861", - "selectionBackground": "#11353F", + "selectionBackground": "#003946", "selectionForeground": "#FFFFFF" }, "TextField": { @@ -734,7 +734,7 @@ "caretForeground": "#d33682", "foreground": "#839496", "inactiveForeground": "#2E5861", - "selectionBackground": "#11353F", + "selectionBackground": "#003946", "selectionForeground": "#FFFFFF" }, "TextPane": { @@ -742,12 +742,12 @@ "caretForeground": "#d33682", "foreground": "#839496", "inactiveForeground": "#2E5861", - "selectionBackground": "#11353F", + "selectionBackground": "#003946", "selectionForeground": "#FFFFFF" }, "TitlePane": { "background": "#00252E", - "Button.hoverBackground": "#11353F", + "Button.hoverBackground": "#005a6f", "inactiveBackground": "#002B36", "infoForeground": "#586e75", "inactiveInfoForeground": "#586e75" @@ -781,7 +781,7 @@ }, "ToolWindow": { "Button": { - "hoverBackground": "#11353F", + "hoverBackground": "#003946", "selectedForeground": "#FFFFFF", "selectedBackground": "#00252E" }, @@ -794,14 +794,14 @@ "background": "#002B36" }, "HeaderTab": { - "borderColor": "#11353F", - "hoverBackground": "#11353F", - "hoverInactiveBackground": "#11353F", + "borderColor": "#005a6f", + "hoverBackground": "#005a6f", + "hoverInactiveBackground": "#005a6f", "inactiveUnderlineColor": "#d33682", "selectedBackground": "#00252E", "selectedInactiveBackground": "#00252E", "underlineColor": "#d33682", - "underlinedTabBackground": "#11353F", + "underlinedTabBackground": "#003946", "underlinedTabInactiveBackground": "#003745", "underlinedTabForeground": "#FFFFFF", "underlinedTabInactiveForeground": "#839496" @@ -811,14 +811,14 @@ "background": "#002B36", "foreground": "#586e75", "hash": "#0D3640", - "hoverBackground": "#2E4C5270", - "hoverInactiveBackground": "#11353F", + "hoverBackground": "#2E4C5280", + "hoverInactiveBackground": "#003946", "modifiedItemForeground": "#d33682", "rowHeight": 28, - "selectionBackground": "#2E4C5270", + "selectionBackground": "#2E4C5280", "selectionForeground": "#FFFFFF", "selectionInactiveForeground": "#FFFFFF", - "selectionInactiveBackground": "#2E4C5270", + "selectionInactiveBackground": "#2E4C5280", "textBackground": "#002B36" }, "Tree.leftChildIndent": 10, @@ -834,23 +834,23 @@ "borderColor": "#0D3640", "background": "#002B36", "foreground": "#839496", - "hoverBorderColor": "#11353F" + "hoverBorderColor": "#005a6f" }, "Connector": { "borderColor": "#0D3640", - "hoverBorderColor": "#11353F" + "hoverBorderColor": "#005a6f" }, "Canvas.background": "#00252E", "highStroke.foreground": "#839496", "Label.foreground": "#586e75", - "List.selectionBackground": "#2E4C5270", + "List.selectionBackground": "#2E4C5280", "motion": { "borderColor": "#0D3640", "Component.foreground": "#839496", "ConstraintSetText.foreground": "#586e75", "ConstraintSet.background": "#003745", "CSPanel.SelectedFocusBackground": "#2E4C52", - "CSPanel.SelectedBackground": "#2E4C5270", + "CSPanel.SelectedBackground": "#2E4C5280", "cs_FocusText.infoForeground": "#586e75", "CursorTextColor.foreground": "#839496", "HoverColor.disabledBackground": "#2E5861", @@ -861,8 +861,8 @@ "ourCS_Border.borderColor": "#0D3640", "ourCS_TextColor.foreground": "#586e75", "ourCS_SelectedFocusBackground.selectionForeground": "#FFFFFF", - "ourCS_SelectedBackground.selectionInactiveBackground": "#11353F", - "ourCS_SelectedBorder.pressedBorderColor": "#11353F", + "ourCS_SelectedBackground.selectionInactiveBackground": "#003946", + "ourCS_SelectedBorder.pressedBorderColor": "#005a6f", "ourML_BarColor.separatorColor": "#0D3640", "PrimaryPanel.background": "#00252E", "SecondaryPanel.background": "#002B36", @@ -895,7 +895,7 @@ "selectedBranchBackground": "#002B36" }, "GitCommits": { - "graphColor": "#11353F" + "graphColor": "#005a6f" }, "GitLog": { "localBranchIconColor": "#d33682", @@ -915,11 +915,11 @@ "Log": { "Commit.unmatchedForeground": "#586e75", "Commit.currentBranchBackground": "#003745", - "Commit.hoveredBackground": "#2E4C5270" + "Commit.hoveredBackground": "#2E4C5280" }, "RefLabel": { "foreground": "#FFFFFF", - "backgroundBase": "#11353F" + "backgroundBase": "#005a6f" } }, "Viewport": { @@ -942,7 +942,7 @@ "SidePanel.background": "#003745", "Projects": { "actions.background": "#00252E", - "actions.selectionBackground": "#11353F", + "actions.selectionBackground": "#005a6f", "background": "#003745", "selectionBackground": "#2E4C52", "selectionInactiveBackground": "#003745" 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 a6c24d12..e8d34b47 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 @@ -17,13 +17,13 @@ "disabledBackground": "#E3DCC9", "disabledForeground": "#C9CCC3", "disabledText": "#C9CCC3", - "focusColor": "#F6F0DE", + "focusColor": "#d1cbb8", "focusedBorderColor": "#d33682", "foreground": "#586e75", "inactiveBackground": "#E3DCC9", "inactiveForeground": "#93a1a1", "infoForeground": "#93a1a1", - "selectionBackground": "#93a1a1", + "selectionBackground": "#e8dcb6", "selectionBackgroundInactive": "#F6F0DE", "selectionForeground": "#002b36", "selectionInactiveBackground": "#F6F0DE", @@ -33,13 +33,13 @@ "ActionButton": { "hoverBackground": "#d3368250", "hoverBorderColor": "#d3368250", - "hoverSeparatorColor": "#FEFBF1", + "hoverSeparatorColor": "#d8d4c4", "focusedBorderColor": "#d3368250", "pressedBackground": "#d3368250", "pressedBorderColor": "#d3368250" }, "Autocomplete": { - "selectionBackground": "#93a1a1" + "selectionBackground": "#e8dcb6" }, "Borders.ContrastBorderColor": "#fdf6e3", "Borders.color": "#edead9", @@ -47,31 +47,31 @@ "arc": 0, "background": "#fdf6e3", "default": { - "endBackground": "#F6F0DE", - "endBorderColor": "#F6F0DE", + "endBackground": "#d1cbb8", + "endBorderColor": "#d1cbb8", "foreground": "#002b36", "focusColor": "#d33682", "focusedBorderColor": "#d33682", - "shadowColor": "#F6F0DE", - "startBackground": "#F6F0DE", - "startBorderColor": "#F6F0DE" + "shadowColor": "#d1cbb8", + "startBackground": "#d1cbb8", + "startBorderColor": "#d1cbb8" }, - "disabledBorderColor": "#FEFBF1", + "disabledBorderColor": "#d8d4c4", "disabledText": "#C9CCC3", - "endBackground": "#FEFBF1", - "endBorderColor": "#FEFBF1", - "focus": "#F6F0DE", + "endBackground": "#d8d4c4", + "endBorderColor": "#d8d4c4", + "focus": "#d1cbb8", "focusedBorderColor": "#d33682", "foreground": "#93a1a1", "highlight": "#002b36", - "mt.background": "#FEFBF1", + "mt.background": "#d8d4c4", "mt.foreground": "#93a1a1", "mt.selectedForeground": "#002b36", - "mt.selection.color1": "#F6F0DE", - "mt.selection.color2": "#F6F0DE", - "startBackground": "#FEFBF1", - "startBorderColor": "#FEFBF1", - "shadowColor": "#FEFBF1", + "mt.selection.color1": "#d1cbb8", + "mt.selection.color2": "#d1cbb8", + "startBackground": "#d8d4c4", + "startBorderColor": "#d8d4c4", + "shadowColor": "#d8d4c4", "shadowWidth": 0 }, "Canvas": { @@ -80,7 +80,7 @@ }, "Content": { "background": "#eee8d5", - "selectionBackground": "#93a1a1" + "selectionBackground": "#e8dcb6" }, "CheckBox": { "background": "#fdf6e3", @@ -95,7 +95,7 @@ "disabledBackground": "#fdf6e3", "disabledForeground": "#C9CCC3", "foreground": "#586e75", - "selectionBackground": "#93a1a1", + "selectionBackground": "#e8dcb6", "selectionForeground": "#002b36" }, "CodeWithMe": { @@ -111,23 +111,23 @@ "foreground": "#586e75", "swatchesDefaultRecentColor": "#586e75" }, - "ComboBoxButton.background": "#FEFBF1", + "ComboBoxButton.background": "#d8d4c4", "ComboBox": { "ArrowButton": { - "background": "#FEFBF1", + "background": "#d8d4c4", "disabledIconColor": "#C9CCC3", "iconColor": "#586e75", "nonEditableBackground": "#fdf6e3" }, "background": "#eee8d5", - "buttonBackground": "#FEFBF1", + "buttonBackground": "#d8d4c4", "darcula.hoveredArrowButtonForeground": "#d33682", "disabledForeground": "#C9CCC3", "foreground": "#586e75", "modifiedItemForeground": "#d33682", "nonEditableBackground": "#F6F0DE", "padding": "5,5,5,5", - "selectionBackground": "#F6F0DE", + "selectionBackground": "#d1cbb8", "selectionForeground": "#002b36" }, "ComboPopup.border": "#edead9", @@ -141,15 +141,15 @@ "selectedGrayedForeground": "#002b36", "selectionGrayForeground": "#002b36", "selectionInactiveInfoForeground": "#93a1a1", - "selectionInactiveBackground": "#93a1a150", - "selectionBackground": "#93a1a180", + "selectionInactiveBackground": "#e8dcb6", + "selectionBackground": "#e8dcb6", "selectionForeground": "#002b36", "selectionInfoForeground": "#002b36" }, "Component": { "arc": 4, - "borderColor": "#F6F0DE", - "disabledBorderColor": "#FEFBF1", + "borderColor": "#d1cbb8", + "disabledBorderColor": "#d8d4c4", "focusColor": "#d33682", "focusedBorderColor": "#d33682", "hoverIconColor": "#d33682", @@ -174,24 +174,24 @@ } }, "DebuggerTabs": { - "selectedBackground": "#F6F0DE", - "underlinedTabBackground": "#F6F0DE" + "selectedBackground": "#d1cbb8", + "underlinedTabBackground": "#d1cbb8" }, "DebuggerPopup": { - "borderColor": "#F6F0DE" + "borderColor": "#d1cbb8" }, "DefaultTabs": { "background": "#fdf6e3", "borderColor": "#fdf6e3", - "hoverBackground": "#F6F0DE", + "hoverBackground": "#d1cbb8", "hoverColor": "#eee8d5", - "hoverMaskColor": "#F6F0DE", + "hoverMaskColor": "#d1cbb8", "inactiveColoredTabBackground": "#fdf6e3", - "inactiveColoredFileBackground": "#FEFBF1", + "inactiveColoredFileBackground": "#d8d4c4", "inactiveUnderlineColor": "#d33682", "inactiveMaskColor": "#eee8d5", "underlineColor": "#d33682", - "underlinedTabBackground": "#F6F0DE", + "underlinedTabBackground": "#d1cbb8", "underlinedTabForeground": "#002b36" }, "Desktop.background": "#fdf6e3", @@ -213,31 +213,31 @@ "foreground": "#586e75", "inactiveBackground": "#fdf6e3", "inactiveForeground": "#C9CCC3", - "selectionBackground": "#93a1a1", + "selectionBackground": "#e8dcb6", "selectionForeground": "#002b36" }, "EditorTabs": { "borderColor": "#F6F0DE", - "hoverBackground": "#F6F0DE", - "hoverColor": "#F6F0DE", - "hoverMaskColor": "#F6F0DE", + "hoverBackground": "#d1cbb8", + "hoverColor": "#d1cbb8", + "hoverMaskColor": "#d1cbb8", "inactiveMaskColor": "#fdf6e3", "inactiveColoredFileBackground": "#fdf6e3", "inactiveUnderlineColor": "#C9CCC3", "selectedForeground": "#586e75", - "selectedBackground": "#F6F0DE", + "selectedBackground": "#d1cbb8", "underlineColor": "#d33682", - "underlinedTabBackground": "#F6F0DE", + "underlinedTabBackground": "#d1cbb8", "underlinedTabForeground": "#002b36" }, "EditorGroupsTabs": { "background": "#fdf6e3", "borderColor": "#F6F0DE", - "hoverBackground": "#F6F0DE", - "hoverColor": "#F6F0DE", + "hoverBackground": "#d1cbb8", + "hoverColor": "#d1cbb8", "inactiveUnderlineColor": "#d33682", "underlineColor": "#d33682", - "underlinedTabBackground": "#F6F0DE", + "underlinedTabBackground": "#d1cbb8", "underlinedTabForeground": "#586e75" }, "FileColor": { @@ -263,10 +263,10 @@ "background": "#eee8d5", "caretForeground": "#d33682", "foreground": "#586e75", - "inactiveBackground": "#FEFBF1", + "inactiveBackground": "#d8d4c4", "inactiveForeground": "#C9CCC3", "selectionForeground": "#002b36", - "selectionBackground": "#F6F0DE" + "selectionBackground": "#d1cbb8" }, "GotItTooltip.borderColor": "#EDE8D4", "Group": { @@ -325,19 +325,19 @@ "List": { "background": "#F6F0DE", "foreground": "#586e75", - "hoverBackground": "#93a1a170", - "hoverInactiveBackground": "#F6F0DE", - "selectionBackground": "#93a1a150", + "hoverBackground": "#e8dcb6b0", + "hoverInactiveBackground": "#d1cbb8", + "selectionBackground": "#e8dcb6", "selectionForeground": "#002b36", "selectionInactiveForeground": "#002b36", - "selectionInactiveBackground": "#93a1a170" + "selectionInactiveBackground": "#e8dcb6b0" }, "material": { "background": "#fdf6e3", "branchColor": "#586e75", "contrast": "#eee8d5", "foreground": "#586e75", - "mergeCommits": "#FEFBF1", + "mergeCommits": "#d8d4c4", "primaryColor": "#93a1a1", "selectionForeground": "#002b36", "tab.backgroundColor": "#fdf6e3", @@ -346,8 +346,8 @@ }, "MemoryIndicator": { "allocatedBackground": "#F6F0DE", - "usedColor": "#F6F0DE", - "usedBackground": "#F6F0DE" + "usedColor": "#d1cbb8", + "usedBackground": "#d1cbb8" }, "Menu": { "acceleratorForeground": "#93a1a1", @@ -358,7 +358,7 @@ "disabledBackground": "#F6F0DE", "disabledForeground": "#C9CCC3", "foreground": "#586e75", - "selectionBackground": "#93a1a1", + "selectionBackground": "#e8dcb6", "selectionForeground": "#002b36", "separatorColor": "#edead9" }, @@ -369,7 +369,7 @@ "disabledForeground": "#C9CCC3", "foreground": "#586e75", "highlight": "#fdf6e3", - "selectionBackground": "#93a1a1", + "selectionBackground": "#e8dcb6", "selectionForeground": "#002b36", "shadow": "#eee8d5" }, @@ -381,7 +381,7 @@ "disabledBackground": "#fdf6e3", "disabledForeground": "#C9CCC3", "foreground": "#586e75", - "selectionBackground": "#93a1a1", + "selectionBackground": "#e8dcb6", "selectionForeground": "#002b36" }, "NavBar": { @@ -404,9 +404,9 @@ "errorBorderColor": "#EDE8D4", "foreground": "#586e75", "MoreButton": { - "background": "#FEFBF1", + "background": "#d8d4c4", "foreground": "#586e75", - "innerBorderColor": "#FEFBF1" + "innerBorderColor": "#d8d4c4" }, "ToolWindow": { "errorBackground": "#EDE8D4", @@ -424,7 +424,7 @@ "messageForeground": "#586e75" }, "Outline": { - "color": "#FEFBF1", + "color": "#d8d4c4", "focusedColor": "#d33682", "disabledColor": "#C9CCC3" }, @@ -434,13 +434,13 @@ }, "ParameterInfo": { "background": "#F6F0DE", - "borderColor": "#F6F0DE", - "currentOverloadBackground": "#F6F0DE", + "borderColor": "#d1cbb8", + "currentOverloadBackground": "#d1cbb8", "currentParameterForeground": "#d33682", "disabledForeground": "#C9CCC3", "foreground": "#586e75", "infoForeground": "#93a1a1", - "lineSeparatorColor": "#F6F0DE" + "lineSeparatorColor": "#d1cbb8" }, "PasswordField": { "background": "#eee8d5", @@ -448,29 +448,29 @@ "caretForeground": "#d33682", "foreground": "#586e75", "inactiveForeground": "#C9CCC3", - "selectionBackground": "#F6F0DE", + "selectionBackground": "#d1cbb8", "selectionForeground": "#002b36" }, "Plugins": { "background": "#fdf6e3", "disabledForeground": "#C9CCC3", - "eapTagBackground": "#F6F0DE", - "hoverBackground": "#93a1a170", - "lightSelectionBackground": "#F6F0DE", - "paidTagBackground": "#F6F0DE", - "selectionBackground": "#93a1a1", + "eapTagBackground": "#d1cbb8", + "hoverBackground": "#e8dcb6b0", + "lightSelectionBackground": "#d1cbb8", + "paidTagBackground": "#d1cbb8", + "selectionBackground": "#e8dcb6", "tagForeground": "#d33682", - "tagBackground": "#F6F0DE", - "trialTagBackground": "#F6F0DE", + "tagBackground": "#d1cbb8", + "trialTagBackground": "#d1cbb8", "Button": { - "installBackground": "#FEFBF1", - "installBorderColor": "#FEFBF1", + "installBackground": "#d8d4c4", + "installBorderColor": "#d8d4c4", "installForeground": "#586e75", - "installFocusedBackground": "#F6F0DE", + "installFocusedBackground": "#d1cbb8", "installFillForeground": "#C9CCC3", - "installFillBackground": "#FEFBF1", + "installFillBackground": "#d8d4c4", "updateBackground": "#d33682", - "updateBorderColor": "#FEFBF1", + "updateBorderColor": "#d8d4c4", "updateForeground": "#586e75" }, "SearchField": { @@ -482,9 +482,9 @@ "foreground": "#586e75" }, "Tab": { - "hoverBackground": "#F6F0DE", + "hoverBackground": "#d1cbb8", "selectedForeground": "#002b36", - "selectedBackground": "#F6F0DE" + "selectedBackground": "#d1cbb8" } }, "Popup": { @@ -523,8 +523,8 @@ "indeterminateEndColor": "#d33682", "indeterminateStartColor": "#d33682", "progressColor": "#d33682", - "selectionBackground": "#F6F0DE", - "trackColor": "#F6F0DE" + "selectionBackground": "#d1cbb8", + "trackColor": "#d1cbb8" }, "PsiViewer": { "referenceHighlightColor": "#d33682" @@ -541,7 +541,7 @@ "disabledBackground": "#fdf6e3", "disabledForeground": "#C9CCC3", "foreground": "#586e75", - "selectionBackground": "#93a1a1", + "selectionBackground": "#e8dcb6", "selectionForeground": "#002b36" }, "ScreenView.borderColor": "#edead9", @@ -566,7 +566,7 @@ "trackColor": "#fdf6e330" } }, - "thumb": "#F6F0DE", + "thumb": "#d1cbb8", "thumbBorderColor": "#d3368270", "thumbColor": "#d3368270", "trackColor": "#fdf6e330", @@ -599,7 +599,7 @@ "Tab": { "active.foreground": "#002b36", "selectedForeground": "#002b36", - "selectedBackground": "#F6F0DE" + "selectedBackground": "#d1cbb8" } }, "SearchMatch": { @@ -610,7 +610,7 @@ }, "SearchField.errorBackground": "#EDE8D4", "SearchOption": { - "selectedBackground": "#F6F0DE" + "selectedBackground": "#d1cbb8" }, "SearchResults": { "Ordinal.File.Foreground": "#93a1a1", @@ -631,12 +631,12 @@ "foreground": "#586e75", "majorTickLength": 6, "tickColor": "#F6F0DE", - "trackColor": "#F6F0DE", + "trackColor": "#d1cbb8", "trackWidth": 7, "thumb": "#d33682" }, "SpeedSearch": { - "background": "#F6F0DE", + "background": "#d1cbb8", "borderColor": "#edead9", "foreground": "#586e75", "errorForeground": "#586e75" @@ -654,22 +654,22 @@ "SplitPaneDivider.draggingColor": "#F6F0DE", "StatusBar": { "borderColor": "#fdf6e3", - "hoverBackground": "#F6F0DE", - "LightEditBackground": "#F6F0DE" + "hoverBackground": "#d1cbb8", + "LightEditBackground": "#d1cbb8" }, "TabbedPane": { "background": "#fdf6e3", - "contentAreaColor": "#F6F0DE", + "contentAreaColor": "#d1cbb8", "contentBorderInsets": "3,1,1,1", "darkShadow": "#edead9", "disabledForeground": "#C9CCC3", "disabledUnderlineColor": "#C9CCC3", - "focus": "#F6F0DE", - "focusColor": "#F6F0DE", + "focus": "#d1cbb8", + "focusColor": "#d1cbb8", "fontSizeOffset": 0, "foreground": "#586e75", "highlight": "#edead9", - "hoverColor": "#F6F0DE", + "hoverColor": "#d1cbb8", "labelShift": 0, "selectedForeground": "#002b36", "selectedLabelShift": 0, @@ -689,19 +689,19 @@ "disabledForeground": "#C9CCC3", "dropLineColor": "#d33682", "dropLineShortColor": "#d33682", - "focusCellBackground": "#F6F0DE", + "focusCellBackground": "#d1cbb8", "focusCellForeground": "#002b36", "foreground": "#586e75", "gridColor": "#fdf6e3", - "highlightOuter": "#F6F0DE", - "hoverBackground": "#93a1a170", - "hoverInactiveBackground": "#F6F0DE", + "highlightOuter": "#d1cbb8", + "hoverBackground": "#e8dcb6b0", + "hoverInactiveBackground": "#d1cbb8", "lightSelectionForeground": "#002b36", "lightSelectionInactiveForeground": "#93a1a1", "lightSelectionInactiveBackground": "#F6F0DE", - "selectionBackground": "#F6F0DE", + "selectionBackground": "#d1cbb8", "selectionForeground": "#002b36", - "selectionInactiveBackground": "#F6F0DE", + "selectionInactiveBackground": "#d1cbb8", "selectionInactiveForeground": "#002b36", "sortIconColor": "#586e75", "stripeColor": "#eee8d5" @@ -713,7 +713,7 @@ "cellBorder": "4,0,4,0", "disabledForeground": "#C9CCC3", "foreground": "#586e75", - "focusCellBackground": "#F6F0DE", + "focusCellBackground": "#d1cbb8", "focusCellForeground": "#002b36", "height": 25, "separatorColor": "#F6F0DE" @@ -726,7 +726,7 @@ "caretForeground": "#d33682", "foreground": "#586e75", "inactiveForeground": "#C9CCC3", - "selectionBackground": "#F6F0DE", + "selectionBackground": "#d1cbb8", "selectionForeground": "#002b36" }, "TextField": { @@ -734,7 +734,7 @@ "caretForeground": "#d33682", "foreground": "#586e75", "inactiveForeground": "#C9CCC3", - "selectionBackground": "#F6F0DE", + "selectionBackground": "#d1cbb8", "selectionForeground": "#002b36" }, "TextPane": { @@ -742,19 +742,19 @@ "caretForeground": "#d33682", "foreground": "#586e75", "inactiveForeground": "#C9CCC3", - "selectionBackground": "#F6F0DE", + "selectionBackground": "#d1cbb8", "selectionForeground": "#002b36" }, "TitlePane": { "background": "#eee8d5", - "Button.hoverBackground": "#F6F0DE", + "Button.hoverBackground": "#d1cbb8", "inactiveBackground": "#fdf6e3", "infoForeground": "#93a1a1", "inactiveInfoForeground": "#93a1a1" }, "TitledBorder.titleColor": "#586e75", "ToggleButton": { - "borderColor": "#FEFBF1", + "borderColor": "#d8d4c4", "buttonColor": "#586e75", "disabledText": "#C9CCC3", "foreground": "#586e75", @@ -781,7 +781,7 @@ }, "ToolWindow": { "Button": { - "hoverBackground": "#F6F0DE", + "hoverBackground": "#d1cbb8", "selectedForeground": "#002b36", "selectedBackground": "#eee8d5" }, @@ -794,14 +794,14 @@ "background": "#fdf6e3" }, "HeaderTab": { - "borderColor": "#F6F0DE", - "hoverBackground": "#F6F0DE", - "hoverInactiveBackground": "#F6F0DE", + "borderColor": "#d1cbb8", + "hoverBackground": "#d1cbb8", + "hoverInactiveBackground": "#d1cbb8", "inactiveUnderlineColor": "#d33682", "selectedBackground": "#eee8d5", "selectedInactiveBackground": "#eee8d5", "underlineColor": "#d33682", - "underlinedTabBackground": "#F6F0DE", + "underlinedTabBackground": "#d1cbb8", "underlinedTabInactiveBackground": "#F6F0DE", "underlinedTabForeground": "#002b36", "underlinedTabInactiveForeground": "#586e75" @@ -811,14 +811,14 @@ "background": "#eee8d5", "foreground": "#93a1a1", "hash": "#edead9", - "hoverBackground": "#93a1a170", - "hoverInactiveBackground": "#F6F0DE", + "hoverBackground": "#e8dcb6b0", + "hoverInactiveBackground": "#d1cbb8", "modifiedItemForeground": "#d33682", "rowHeight": 28, - "selectionBackground": "#93a1a170", + "selectionBackground": "#e8dcb6b0", "selectionForeground": "#002b36", "selectionInactiveForeground": "#002b36", - "selectionInactiveBackground": "#93a1a170", + "selectionInactiveBackground": "#e8dcb6b0", "textBackground": "#eee8d5" }, "Tree.leftChildIndent": 10, @@ -834,23 +834,23 @@ "borderColor": "#edead9", "background": "#fdf6e3", "foreground": "#586e75", - "hoverBorderColor": "#F6F0DE" + "hoverBorderColor": "#d1cbb8" }, "Connector": { "borderColor": "#edead9", - "hoverBorderColor": "#F6F0DE" + "hoverBorderColor": "#d1cbb8" }, "Canvas.background": "#eee8d5", "highStroke.foreground": "#586e75", "Label.foreground": "#93a1a1", - "List.selectionBackground": "#93a1a170", + "List.selectionBackground": "#e8dcb6b0", "motion": { "borderColor": "#edead9", "Component.foreground": "#586e75", "ConstraintSetText.foreground": "#93a1a1", "ConstraintSet.background": "#F6F0DE", - "CSPanel.SelectedFocusBackground": "#93a1a1", - "CSPanel.SelectedBackground": "#93a1a170", + "CSPanel.SelectedFocusBackground": "#e8dcb6", + "CSPanel.SelectedBackground": "#e8dcb6b0", "cs_FocusText.infoForeground": "#93a1a1", "CursorTextColor.foreground": "#586e75", "HoverColor.disabledBackground": "#C9CCC3", @@ -861,8 +861,8 @@ "ourCS_Border.borderColor": "#edead9", "ourCS_TextColor.foreground": "#93a1a1", "ourCS_SelectedFocusBackground.selectionForeground": "#002b36", - "ourCS_SelectedBackground.selectionInactiveBackground": "#F6F0DE", - "ourCS_SelectedBorder.pressedBorderColor": "#F6F0DE", + "ourCS_SelectedBackground.selectionInactiveBackground": "#d1cbb8", + "ourCS_SelectedBorder.pressedBorderColor": "#d1cbb8", "ourML_BarColor.separatorColor": "#edead9", "PrimaryPanel.background": "#eee8d5", "SecondaryPanel.background": "#fdf6e3", @@ -895,7 +895,7 @@ "selectedBranchBackground": "#fdf6e3" }, "GitCommits": { - "graphColor": "#F6F0DE" + "graphColor": "#d1cbb8" }, "GitLog": { "localBranchIconColor": "#d33682", @@ -915,11 +915,11 @@ "Log": { "Commit.unmatchedForeground": "#93a1a1", "Commit.currentBranchBackground": "#F6F0DE", - "Commit.hoveredBackground": "#93a1a170" + "Commit.hoveredBackground": "#e8dcb6b0" }, "RefLabel": { "foreground": "#002b36", - "backgroundBase": "#F6F0DE" + "backgroundBase": "#d1cbb8" } }, "Viewport": { @@ -942,9 +942,9 @@ "SidePanel.background": "#F6F0DE", "Projects": { "actions.background": "#eee8d5", - "actions.selectionBackground": "#F6F0DE", + "actions.selectionBackground": "#d1cbb8", "background": "#F6F0DE", - "selectionBackground": "#93a1a1", + "selectionBackground": "#e8dcb6", "selectionInactiveBackground": "#F6F0DE" } }, 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 a260b958..5242d855 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 @@ -17,13 +17,13 @@ "disabledBackground": "#E3DCC9", "disabledForeground": "#C9CCC3", "disabledText": "#C9CCC3", - "focusColor": "#F6F0DE", + "focusColor": "#d1cbb8", "focusedBorderColor": "#d33682", "foreground": "#586e75", "inactiveBackground": "#E3DCC9", "inactiveForeground": "#93a1a1", "infoForeground": "#93a1a1", - "selectionBackground": "#93a1a1", + "selectionBackground": "#e8dcb6", "selectionBackgroundInactive": "#F6F0DE", "selectionForeground": "#002b36", "selectionInactiveBackground": "#F6F0DE", @@ -33,13 +33,13 @@ "ActionButton": { "hoverBackground": "#d3368250", "hoverBorderColor": "#d3368250", - "hoverSeparatorColor": "#FEFBF1", + "hoverSeparatorColor": "#d8d4c4", "focusedBorderColor": "#d3368250", "pressedBackground": "#d3368250", "pressedBorderColor": "#d3368250" }, "Autocomplete": { - "selectionBackground": "#93a1a1" + "selectionBackground": "#e8dcb6" }, "Borders.ContrastBorderColor": "#fdf6e3", "Borders.color": "#edead9", @@ -47,31 +47,31 @@ "arc": 0, "background": "#fdf6e3", "default": { - "endBackground": "#F6F0DE", - "endBorderColor": "#F6F0DE", + "endBackground": "#d1cbb8", + "endBorderColor": "#d1cbb8", "foreground": "#002b36", "focusColor": "#d33682", "focusedBorderColor": "#d33682", - "shadowColor": "#F6F0DE", - "startBackground": "#F6F0DE", - "startBorderColor": "#F6F0DE" + "shadowColor": "#d1cbb8", + "startBackground": "#d1cbb8", + "startBorderColor": "#d1cbb8" }, - "disabledBorderColor": "#FEFBF1", + "disabledBorderColor": "#d8d4c4", "disabledText": "#C9CCC3", - "endBackground": "#FEFBF1", - "endBorderColor": "#FEFBF1", - "focus": "#F6F0DE", + "endBackground": "#d8d4c4", + "endBorderColor": "#d8d4c4", + "focus": "#d1cbb8", "focusedBorderColor": "#d33682", "foreground": "#93a1a1", "highlight": "#002b36", - "mt.background": "#FEFBF1", + "mt.background": "#d8d4c4", "mt.foreground": "#93a1a1", "mt.selectedForeground": "#002b36", - "mt.selection.color1": "#F6F0DE", - "mt.selection.color2": "#F6F0DE", - "startBackground": "#FEFBF1", - "startBorderColor": "#FEFBF1", - "shadowColor": "#FEFBF1", + "mt.selection.color1": "#d1cbb8", + "mt.selection.color2": "#d1cbb8", + "startBackground": "#d8d4c4", + "startBorderColor": "#d8d4c4", + "shadowColor": "#d8d4c4", "shadowWidth": 0 }, "Canvas": { @@ -80,7 +80,7 @@ }, "Content": { "background": "#eee8d5", - "selectionBackground": "#93a1a1" + "selectionBackground": "#e8dcb6" }, "CheckBox": { "background": "#fdf6e3", @@ -95,7 +95,7 @@ "disabledBackground": "#fdf6e3", "disabledForeground": "#C9CCC3", "foreground": "#586e75", - "selectionBackground": "#93a1a1", + "selectionBackground": "#e8dcb6", "selectionForeground": "#002b36" }, "CodeWithMe": { @@ -111,23 +111,23 @@ "foreground": "#586e75", "swatchesDefaultRecentColor": "#586e75" }, - "ComboBoxButton.background": "#FEFBF1", + "ComboBoxButton.background": "#d8d4c4", "ComboBox": { "ArrowButton": { - "background": "#FEFBF1", + "background": "#d8d4c4", "disabledIconColor": "#C9CCC3", "iconColor": "#586e75", "nonEditableBackground": "#fdf6e3" }, "background": "#fdf6e3", - "buttonBackground": "#FEFBF1", + "buttonBackground": "#d8d4c4", "darcula.hoveredArrowButtonForeground": "#d33682", "disabledForeground": "#C9CCC3", "foreground": "#586e75", "modifiedItemForeground": "#d33682", "nonEditableBackground": "#F6F0DE", "padding": "5,5,5,5", - "selectionBackground": "#F6F0DE", + "selectionBackground": "#d1cbb8", "selectionForeground": "#002b36" }, "ComboPopup.border": "#edead9", @@ -141,15 +141,15 @@ "selectedGrayedForeground": "#002b36", "selectionGrayForeground": "#002b36", "selectionInactiveInfoForeground": "#93a1a1", - "selectionInactiveBackground": "#93a1a150", - "selectionBackground": "#93a1a180", + "selectionInactiveBackground": "#e8dcb6", + "selectionBackground": "#e8dcb6", "selectionForeground": "#002b36", "selectionInfoForeground": "#002b36" }, "Component": { "arc": 4, - "borderColor": "#F6F0DE", - "disabledBorderColor": "#FEFBF1", + "borderColor": "#d1cbb8", + "disabledBorderColor": "#d8d4c4", "focusColor": "#d33682", "focusedBorderColor": "#d33682", "hoverIconColor": "#d33682", @@ -174,24 +174,24 @@ } }, "DebuggerTabs": { - "selectedBackground": "#F6F0DE", - "underlinedTabBackground": "#F6F0DE" + "selectedBackground": "#d1cbb8", + "underlinedTabBackground": "#d1cbb8" }, "DebuggerPopup": { - "borderColor": "#F6F0DE" + "borderColor": "#d1cbb8" }, "DefaultTabs": { "background": "#fdf6e3", "borderColor": "#fdf6e3", - "hoverBackground": "#F6F0DE", + "hoverBackground": "#d1cbb8", "hoverColor": "#fdf6e3", - "hoverMaskColor": "#F6F0DE", + "hoverMaskColor": "#d1cbb8", "inactiveColoredTabBackground": "#fdf6e3", - "inactiveColoredFileBackground": "#FEFBF1", + "inactiveColoredFileBackground": "#d8d4c4", "inactiveUnderlineColor": "#d33682", "inactiveMaskColor": "#fdf6e3", "underlineColor": "#d33682", - "underlinedTabBackground": "#F6F0DE", + "underlinedTabBackground": "#d1cbb8", "underlinedTabForeground": "#002b36" }, "Desktop.background": "#fdf6e3", @@ -213,31 +213,31 @@ "foreground": "#586e75", "inactiveBackground": "#fdf6e3", "inactiveForeground": "#C9CCC3", - "selectionBackground": "#93a1a1", + "selectionBackground": "#e8dcb6", "selectionForeground": "#002b36" }, "EditorTabs": { "borderColor": "#F6F0DE", - "hoverBackground": "#F6F0DE", - "hoverColor": "#F6F0DE", - "hoverMaskColor": "#F6F0DE", + "hoverBackground": "#d1cbb8", + "hoverColor": "#d1cbb8", + "hoverMaskColor": "#d1cbb8", "inactiveMaskColor": "#fdf6e3", "inactiveColoredFileBackground": "#fdf6e3", "inactiveUnderlineColor": "#C9CCC3", "selectedForeground": "#586e75", - "selectedBackground": "#F6F0DE", + "selectedBackground": "#d1cbb8", "underlineColor": "#d33682", - "underlinedTabBackground": "#F6F0DE", + "underlinedTabBackground": "#d1cbb8", "underlinedTabForeground": "#002b36" }, "EditorGroupsTabs": { "background": "#fdf6e3", "borderColor": "#F6F0DE", - "hoverBackground": "#F6F0DE", - "hoverColor": "#F6F0DE", + "hoverBackground": "#d1cbb8", + "hoverColor": "#d1cbb8", "inactiveUnderlineColor": "#d33682", "underlineColor": "#d33682", - "underlinedTabBackground": "#F6F0DE", + "underlinedTabBackground": "#d1cbb8", "underlinedTabForeground": "#586e75" }, "FileColor": { @@ -263,10 +263,10 @@ "background": "#fdf6e3", "caretForeground": "#d33682", "foreground": "#586e75", - "inactiveBackground": "#FEFBF1", + "inactiveBackground": "#d8d4c4", "inactiveForeground": "#C9CCC3", "selectionForeground": "#002b36", - "selectionBackground": "#F6F0DE" + "selectionBackground": "#d1cbb8" }, "GotItTooltip.borderColor": "#EDE8D4", "Group": { @@ -325,19 +325,19 @@ "List": { "background": "#F6F0DE", "foreground": "#586e75", - "hoverBackground": "#93a1a170", - "hoverInactiveBackground": "#F6F0DE", - "selectionBackground": "#93a1a150", + "hoverBackground": "#e8dcb6b0", + "hoverInactiveBackground": "#d1cbb8", + "selectionBackground": "#e8dcb6", "selectionForeground": "#002b36", "selectionInactiveForeground": "#002b36", - "selectionInactiveBackground": "#93a1a170" + "selectionInactiveBackground": "#e8dcb6b0" }, "material": { "background": "#fdf6e3", "branchColor": "#586e75", "contrast": "#eee8d5", "foreground": "#586e75", - "mergeCommits": "#FEFBF1", + "mergeCommits": "#d8d4c4", "primaryColor": "#93a1a1", "selectionForeground": "#002b36", "tab.backgroundColor": "#fdf6e3", @@ -346,8 +346,8 @@ }, "MemoryIndicator": { "allocatedBackground": "#F6F0DE", - "usedColor": "#F6F0DE", - "usedBackground": "#F6F0DE" + "usedColor": "#d1cbb8", + "usedBackground": "#d1cbb8" }, "Menu": { "acceleratorForeground": "#93a1a1", @@ -358,7 +358,7 @@ "disabledBackground": "#F6F0DE", "disabledForeground": "#C9CCC3", "foreground": "#586e75", - "selectionBackground": "#93a1a1", + "selectionBackground": "#e8dcb6", "selectionForeground": "#002b36", "separatorColor": "#edead9" }, @@ -369,7 +369,7 @@ "disabledForeground": "#C9CCC3", "foreground": "#586e75", "highlight": "#fdf6e3", - "selectionBackground": "#93a1a1", + "selectionBackground": "#e8dcb6", "selectionForeground": "#002b36", "shadow": "#fdf6e3" }, @@ -381,7 +381,7 @@ "disabledBackground": "#fdf6e3", "disabledForeground": "#C9CCC3", "foreground": "#586e75", - "selectionBackground": "#93a1a1", + "selectionBackground": "#e8dcb6", "selectionForeground": "#002b36" }, "NavBar": { @@ -404,9 +404,9 @@ "errorBorderColor": "#EDE8D4", "foreground": "#586e75", "MoreButton": { - "background": "#FEFBF1", + "background": "#d8d4c4", "foreground": "#586e75", - "innerBorderColor": "#FEFBF1" + "innerBorderColor": "#d8d4c4" }, "ToolWindow": { "errorBackground": "#EDE8D4", @@ -424,7 +424,7 @@ "messageForeground": "#586e75" }, "Outline": { - "color": "#FEFBF1", + "color": "#d8d4c4", "focusedColor": "#d33682", "disabledColor": "#C9CCC3" }, @@ -434,13 +434,13 @@ }, "ParameterInfo": { "background": "#F6F0DE", - "borderColor": "#F6F0DE", - "currentOverloadBackground": "#F6F0DE", + "borderColor": "#d1cbb8", + "currentOverloadBackground": "#d1cbb8", "currentParameterForeground": "#d33682", "disabledForeground": "#C9CCC3", "foreground": "#586e75", "infoForeground": "#93a1a1", - "lineSeparatorColor": "#F6F0DE" + "lineSeparatorColor": "#d1cbb8" }, "PasswordField": { "background": "#fdf6e3", @@ -448,29 +448,29 @@ "caretForeground": "#d33682", "foreground": "#586e75", "inactiveForeground": "#C9CCC3", - "selectionBackground": "#F6F0DE", + "selectionBackground": "#d1cbb8", "selectionForeground": "#002b36" }, "Plugins": { "background": "#fdf6e3", "disabledForeground": "#C9CCC3", - "eapTagBackground": "#F6F0DE", - "hoverBackground": "#93a1a170", - "lightSelectionBackground": "#F6F0DE", - "paidTagBackground": "#F6F0DE", - "selectionBackground": "#93a1a1", + "eapTagBackground": "#d1cbb8", + "hoverBackground": "#e8dcb6b0", + "lightSelectionBackground": "#d1cbb8", + "paidTagBackground": "#d1cbb8", + "selectionBackground": "#e8dcb6", "tagForeground": "#d33682", - "tagBackground": "#F6F0DE", - "trialTagBackground": "#F6F0DE", + "tagBackground": "#d1cbb8", + "trialTagBackground": "#d1cbb8", "Button": { - "installBackground": "#FEFBF1", - "installBorderColor": "#FEFBF1", + "installBackground": "#d8d4c4", + "installBorderColor": "#d8d4c4", "installForeground": "#586e75", - "installFocusedBackground": "#F6F0DE", + "installFocusedBackground": "#d1cbb8", "installFillForeground": "#C9CCC3", - "installFillBackground": "#FEFBF1", + "installFillBackground": "#d8d4c4", "updateBackground": "#d33682", - "updateBorderColor": "#FEFBF1", + "updateBorderColor": "#d8d4c4", "updateForeground": "#586e75" }, "SearchField": { @@ -482,9 +482,9 @@ "foreground": "#586e75" }, "Tab": { - "hoverBackground": "#F6F0DE", + "hoverBackground": "#d1cbb8", "selectedForeground": "#002b36", - "selectedBackground": "#F6F0DE" + "selectedBackground": "#d1cbb8" } }, "Popup": { @@ -523,8 +523,8 @@ "indeterminateEndColor": "#d33682", "indeterminateStartColor": "#d33682", "progressColor": "#d33682", - "selectionBackground": "#F6F0DE", - "trackColor": "#F6F0DE" + "selectionBackground": "#d1cbb8", + "trackColor": "#d1cbb8" }, "PsiViewer": { "referenceHighlightColor": "#d33682" @@ -541,7 +541,7 @@ "disabledBackground": "#fdf6e3", "disabledForeground": "#C9CCC3", "foreground": "#586e75", - "selectionBackground": "#93a1a1", + "selectionBackground": "#e8dcb6", "selectionForeground": "#002b36" }, "ScreenView.borderColor": "#edead9", @@ -566,7 +566,7 @@ "trackColor": "#fdf6e330" } }, - "thumb": "#F6F0DE", + "thumb": "#d1cbb8", "thumbBorderColor": "#d3368270", "thumbColor": "#d3368270", "trackColor": "#fdf6e330", @@ -599,7 +599,7 @@ "Tab": { "active.foreground": "#002b36", "selectedForeground": "#002b36", - "selectedBackground": "#F6F0DE" + "selectedBackground": "#d1cbb8" } }, "SearchMatch": { @@ -610,7 +610,7 @@ }, "SearchField.errorBackground": "#EDE8D4", "SearchOption": { - "selectedBackground": "#F6F0DE" + "selectedBackground": "#d1cbb8" }, "SearchResults": { "Ordinal.File.Foreground": "#93a1a1", @@ -631,12 +631,12 @@ "foreground": "#586e75", "majorTickLength": 6, "tickColor": "#F6F0DE", - "trackColor": "#F6F0DE", + "trackColor": "#d1cbb8", "trackWidth": 7, "thumb": "#d33682" }, "SpeedSearch": { - "background": "#F6F0DE", + "background": "#d1cbb8", "borderColor": "#edead9", "foreground": "#586e75", "errorForeground": "#586e75" @@ -654,22 +654,22 @@ "SplitPaneDivider.draggingColor": "#F6F0DE", "StatusBar": { "borderColor": "#fdf6e3", - "hoverBackground": "#F6F0DE", - "LightEditBackground": "#F6F0DE" + "hoverBackground": "#d1cbb8", + "LightEditBackground": "#d1cbb8" }, "TabbedPane": { "background": "#fdf6e3", - "contentAreaColor": "#F6F0DE", + "contentAreaColor": "#d1cbb8", "contentBorderInsets": "3,1,1,1", "darkShadow": "#edead9", "disabledForeground": "#C9CCC3", "disabledUnderlineColor": "#C9CCC3", - "focus": "#F6F0DE", - "focusColor": "#F6F0DE", + "focus": "#d1cbb8", + "focusColor": "#d1cbb8", "fontSizeOffset": 0, "foreground": "#586e75", "highlight": "#edead9", - "hoverColor": "#F6F0DE", + "hoverColor": "#d1cbb8", "labelShift": 0, "selectedForeground": "#002b36", "selectedLabelShift": 0, @@ -689,19 +689,19 @@ "disabledForeground": "#C9CCC3", "dropLineColor": "#d33682", "dropLineShortColor": "#d33682", - "focusCellBackground": "#F6F0DE", + "focusCellBackground": "#d1cbb8", "focusCellForeground": "#002b36", "foreground": "#586e75", "gridColor": "#fdf6e3", - "highlightOuter": "#F6F0DE", - "hoverBackground": "#93a1a170", - "hoverInactiveBackground": "#F6F0DE", + "highlightOuter": "#d1cbb8", + "hoverBackground": "#e8dcb6b0", + "hoverInactiveBackground": "#d1cbb8", "lightSelectionForeground": "#002b36", "lightSelectionInactiveForeground": "#93a1a1", "lightSelectionInactiveBackground": "#F6F0DE", - "selectionBackground": "#F6F0DE", + "selectionBackground": "#d1cbb8", "selectionForeground": "#002b36", - "selectionInactiveBackground": "#F6F0DE", + "selectionInactiveBackground": "#d1cbb8", "selectionInactiveForeground": "#002b36", "sortIconColor": "#586e75", "stripeColor": "#eee8d5" @@ -713,7 +713,7 @@ "cellBorder": "4,0,4,0", "disabledForeground": "#C9CCC3", "foreground": "#586e75", - "focusCellBackground": "#F6F0DE", + "focusCellBackground": "#d1cbb8", "focusCellForeground": "#002b36", "height": 25, "separatorColor": "#F6F0DE" @@ -726,7 +726,7 @@ "caretForeground": "#d33682", "foreground": "#586e75", "inactiveForeground": "#C9CCC3", - "selectionBackground": "#F6F0DE", + "selectionBackground": "#d1cbb8", "selectionForeground": "#002b36" }, "TextField": { @@ -734,7 +734,7 @@ "caretForeground": "#d33682", "foreground": "#586e75", "inactiveForeground": "#C9CCC3", - "selectionBackground": "#F6F0DE", + "selectionBackground": "#d1cbb8", "selectionForeground": "#002b36" }, "TextPane": { @@ -742,19 +742,19 @@ "caretForeground": "#d33682", "foreground": "#586e75", "inactiveForeground": "#C9CCC3", - "selectionBackground": "#F6F0DE", + "selectionBackground": "#d1cbb8", "selectionForeground": "#002b36" }, "TitlePane": { "background": "#eee8d5", - "Button.hoverBackground": "#F6F0DE", + "Button.hoverBackground": "#d1cbb8", "inactiveBackground": "#fdf6e3", "infoForeground": "#93a1a1", "inactiveInfoForeground": "#93a1a1" }, "TitledBorder.titleColor": "#586e75", "ToggleButton": { - "borderColor": "#FEFBF1", + "borderColor": "#d8d4c4", "buttonColor": "#586e75", "disabledText": "#C9CCC3", "foreground": "#586e75", @@ -781,7 +781,7 @@ }, "ToolWindow": { "Button": { - "hoverBackground": "#F6F0DE", + "hoverBackground": "#d1cbb8", "selectedForeground": "#002b36", "selectedBackground": "#eee8d5" }, @@ -794,14 +794,14 @@ "background": "#fdf6e3" }, "HeaderTab": { - "borderColor": "#F6F0DE", - "hoverBackground": "#F6F0DE", - "hoverInactiveBackground": "#F6F0DE", + "borderColor": "#d1cbb8", + "hoverBackground": "#d1cbb8", + "hoverInactiveBackground": "#d1cbb8", "inactiveUnderlineColor": "#d33682", "selectedBackground": "#eee8d5", "selectedInactiveBackground": "#eee8d5", "underlineColor": "#d33682", - "underlinedTabBackground": "#F6F0DE", + "underlinedTabBackground": "#d1cbb8", "underlinedTabInactiveBackground": "#F6F0DE", "underlinedTabForeground": "#002b36", "underlinedTabInactiveForeground": "#586e75" @@ -811,14 +811,14 @@ "background": "#fdf6e3", "foreground": "#93a1a1", "hash": "#edead9", - "hoverBackground": "#93a1a170", - "hoverInactiveBackground": "#F6F0DE", + "hoverBackground": "#e8dcb6b0", + "hoverInactiveBackground": "#d1cbb8", "modifiedItemForeground": "#d33682", "rowHeight": 28, - "selectionBackground": "#93a1a170", + "selectionBackground": "#e8dcb6b0", "selectionForeground": "#002b36", "selectionInactiveForeground": "#002b36", - "selectionInactiveBackground": "#93a1a170", + "selectionInactiveBackground": "#e8dcb6b0", "textBackground": "#fdf6e3" }, "Tree.leftChildIndent": 10, @@ -834,23 +834,23 @@ "borderColor": "#edead9", "background": "#fdf6e3", "foreground": "#586e75", - "hoverBorderColor": "#F6F0DE" + "hoverBorderColor": "#d1cbb8" }, "Connector": { "borderColor": "#edead9", - "hoverBorderColor": "#F6F0DE" + "hoverBorderColor": "#d1cbb8" }, "Canvas.background": "#eee8d5", "highStroke.foreground": "#586e75", "Label.foreground": "#93a1a1", - "List.selectionBackground": "#93a1a170", + "List.selectionBackground": "#e8dcb6b0", "motion": { "borderColor": "#edead9", "Component.foreground": "#586e75", "ConstraintSetText.foreground": "#93a1a1", "ConstraintSet.background": "#F6F0DE", - "CSPanel.SelectedFocusBackground": "#93a1a1", - "CSPanel.SelectedBackground": "#93a1a170", + "CSPanel.SelectedFocusBackground": "#e8dcb6", + "CSPanel.SelectedBackground": "#e8dcb6b0", "cs_FocusText.infoForeground": "#93a1a1", "CursorTextColor.foreground": "#586e75", "HoverColor.disabledBackground": "#C9CCC3", @@ -861,8 +861,8 @@ "ourCS_Border.borderColor": "#edead9", "ourCS_TextColor.foreground": "#93a1a1", "ourCS_SelectedFocusBackground.selectionForeground": "#002b36", - "ourCS_SelectedBackground.selectionInactiveBackground": "#F6F0DE", - "ourCS_SelectedBorder.pressedBorderColor": "#F6F0DE", + "ourCS_SelectedBackground.selectionInactiveBackground": "#d1cbb8", + "ourCS_SelectedBorder.pressedBorderColor": "#d1cbb8", "ourML_BarColor.separatorColor": "#edead9", "PrimaryPanel.background": "#eee8d5", "SecondaryPanel.background": "#fdf6e3", @@ -895,7 +895,7 @@ "selectedBranchBackground": "#fdf6e3" }, "GitCommits": { - "graphColor": "#F6F0DE" + "graphColor": "#d1cbb8" }, "GitLog": { "localBranchIconColor": "#d33682", @@ -915,11 +915,11 @@ "Log": { "Commit.unmatchedForeground": "#93a1a1", "Commit.currentBranchBackground": "#F6F0DE", - "Commit.hoveredBackground": "#93a1a170" + "Commit.hoveredBackground": "#e8dcb6b0" }, "RefLabel": { "foreground": "#002b36", - "backgroundBase": "#F6F0DE" + "backgroundBase": "#d1cbb8" } }, "Viewport": { @@ -942,9 +942,9 @@ "SidePanel.background": "#F6F0DE", "Projects": { "actions.background": "#eee8d5", - "actions.selectionBackground": "#F6F0DE", + "actions.selectionBackground": "#d1cbb8", "background": "#F6F0DE", - "selectionBackground": "#93a1a1", + "selectionBackground": "#e8dcb6", "selectionInactiveBackground": "#F6F0DE" } }, diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/one_dark.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/one_dark.theme.json index 379efced..06f8a51e 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/one_dark.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/one_dark.theme.json @@ -6,7 +6,8 @@ "colors": { "accentColor": "#568AF2", "backgroundColor": "#21252b", - "borderColor": "#333841" + "borderColor": "#333841", + "infoForeground": "#7e8491" }, "ui": { "*": { @@ -131,7 +132,7 @@ }, "Label": { - "infoForeground": "#7e8491" + "infoForeground": "infoForeground" }, "Link": { @@ -325,6 +326,11 @@ } }, + "TitlePane" : { + "infoForeground": "infoForeground", + "inactiveInfoForeground": "#5C6370" + }, + "Tree": { "selectionBackground": "#4d78cc", "modifiedItemForeground": "accentColor",