From 593502287dcb8fe6188eded933761449568e94aa Mon Sep 17 00:00:00 2001 From: Karl Tauber Date: Thu, 3 Aug 2023 00:26:59 +0200 Subject: [PATCH] IntelliJ Themes: removed all "Contrast" themes from "Material UI Lite" --- CHANGELOG.md | 1 + .../flatlaf/IntelliJTheme$ThemeLaf.properties | 41 - .../flatlaf/demo/intellijthemes/themes.json | 131 -- flatlaf-intellij-themes/README.md | 19 +- .../intellijthemes/FlatAllIJThemes.java | 17 - .../FlatArcDarkContrastIJTheme.java | 54 - .../FlatAtomOneDarkContrastIJTheme.java | 54 - .../FlatAtomOneLightContrastIJTheme.java | 54 - .../FlatDraculaContrastIJTheme.java | 54 - .../FlatGitHubContrastIJTheme.java | 54 - .../FlatGitHubDarkContrastIJTheme.java | 54 - .../FlatLightOwlContrastIJTheme.java | 54 - .../FlatMaterialDarkerContrastIJTheme.java | 54 - .../FlatMaterialDeepOceanContrastIJTheme.java | 54 - .../FlatMaterialLighterContrastIJTheme.java | 54 - .../FlatMaterialOceanicContrastIJTheme.java | 54 - .../FlatMaterialPalenightContrastIJTheme.java | 54 - .../FlatMonokaiProContrastIJTheme.java | 54 - .../FlatMoonlightContrastIJTheme.java | 54 - .../FlatNightOwlContrastIJTheme.java | 54 - .../FlatSolarizedDarkContrastIJTheme.java | 54 - .../FlatSolarizedLightContrastIJTheme.java | 54 - .../Arc Dark Contrast.theme.json | 1778 ----------------- .../Atom One Dark Contrast.theme.json | 1778 ----------------- .../Atom One Light Contrast.theme.json | 1778 ----------------- .../Dracula Contrast.theme.json | 1778 ----------------- .../GitHub Contrast.theme.json | 1778 ----------------- .../GitHub Dark Contrast.theme.json | 1778 ----------------- .../Light Owl Contrast.theme.json | 1778 ----------------- .../Material Darker Contrast.theme.json | 1778 ----------------- .../Material Deep Ocean Contrast.theme.json | 1778 ----------------- .../Material Lighter Contrast.theme.json | 1778 ----------------- .../Material Oceanic Contrast.theme.json | 1778 ----------------- .../Material Palenight Contrast.theme.json | 1778 ----------------- .../Monokai Pro Contrast.theme.json | 1778 ----------------- .../Moonlight Contrast.theme.json | 1778 ----------------- .../Night Owl Contrast.theme.json | 1778 ----------------- .../Solarized Dark Contrast.theme.json | 1778 ----------------- .../Solarized Light Contrast.theme.json | 1778 ----------------- 39 files changed, 2 insertions(+), 31351 deletions(-) delete mode 100644 flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatArcDarkContrastIJTheme.java delete mode 100644 flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatAtomOneDarkContrastIJTheme.java delete mode 100644 flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatAtomOneLightContrastIJTheme.java delete mode 100644 flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatDraculaContrastIJTheme.java delete mode 100644 flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatGitHubContrastIJTheme.java delete mode 100644 flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatGitHubDarkContrastIJTheme.java delete mode 100644 flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatLightOwlContrastIJTheme.java delete mode 100644 flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMaterialDarkerContrastIJTheme.java delete mode 100644 flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMaterialDeepOceanContrastIJTheme.java delete mode 100644 flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMaterialLighterContrastIJTheme.java delete mode 100644 flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMaterialOceanicContrastIJTheme.java delete mode 100644 flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMaterialPalenightContrastIJTheme.java delete mode 100644 flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMonokaiProContrastIJTheme.java delete mode 100644 flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMoonlightContrastIJTheme.java delete mode 100644 flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatNightOwlContrastIJTheme.java delete mode 100644 flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatSolarizedDarkContrastIJTheme.java delete mode 100644 flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatSolarizedLightContrastIJTheme.java delete mode 100644 flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Arc Dark Contrast.theme.json delete mode 100644 flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Atom One Dark Contrast.theme.json delete mode 100644 flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Atom One Light Contrast.theme.json delete mode 100644 flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Dracula Contrast.theme.json delete mode 100644 flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/GitHub Contrast.theme.json delete mode 100644 flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/GitHub Dark Contrast.theme.json delete mode 100644 flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Light Owl Contrast.theme.json delete mode 100644 flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Darker Contrast.theme.json delete mode 100644 flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Deep Ocean Contrast.theme.json delete mode 100644 flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Lighter Contrast.theme.json delete mode 100644 flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Oceanic Contrast.theme.json delete mode 100644 flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Palenight Contrast.theme.json delete mode 100644 flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Monokai Pro Contrast.theme.json delete mode 100644 flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Moonlight Contrast.theme.json delete mode 100644 flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Night Owl Contrast.theme.json delete mode 100644 flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Solarized Dark Contrast.theme.json delete mode 100644 flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Solarized Light Contrast.theme.json diff --git a/CHANGELOG.md b/CHANGELOG.md index e5b4bcd3..eae0a4bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -55,6 +55,7 @@ FlatLaf Change Log library for SVG rendering. You need to replace svgSalamander with JSVG in your build scripts and distribute `jsvg.jar` with your application. Also replace `com.kitfox.svg` with `com.github.weisj.jsvg` in `module-info.java` files. +- IntelliJ Themes: Removed all "Contrast" themes from "Material UI Lite". ## 3.1.1 diff --git a/flatlaf-core/src/main/resources/com/formdev/flatlaf/IntelliJTheme$ThemeLaf.properties b/flatlaf-core/src/main/resources/com/formdev/flatlaf/IntelliJTheme$ThemeLaf.properties index 3959639c..bf04755d 100644 --- a/flatlaf-core/src/main/resources/com/formdev/flatlaf/IntelliJTheme$ThemeLaf.properties +++ b/flatlaf-core/src/main/resources/com/formdev/flatlaf/IntelliJTheme$ThemeLaf.properties @@ -249,15 +249,9 @@ ToggleButton.endBackground = $ToggleButton.background [Dracula---Mallowigi]ProgressBar.selectionBackground = #fff [Dracula---Mallowigi]ProgressBar.selectionForeground = #fff -[Dracula_Contrast]ProgressBar.selectionBackground = #fff -[Dracula_Contrast]ProgressBar.selectionForeground = #fff - [GitHub]ProgressBar.selectionBackground = #222 [GitHub]ProgressBar.selectionForeground = #222 -[GitHub_Contrast]ProgressBar.selectionBackground = #222 -[GitHub_Contrast]ProgressBar.selectionForeground = #222 - [Light_Owl]CheckBoxMenuItem.selectionForeground = lazy(CheckBoxMenuItem.foreground) [Light_Owl]ComboBox.selectionForeground = lazy(ComboBox.foreground) [Light_Owl]EditorPane.selectionForeground = lazy(EditorPane.foreground) @@ -275,55 +269,20 @@ ToggleButton.endBackground = $ToggleButton.background [Light_Owl]TextField.selectionForeground = lazy(TextField.foreground) [Light_Owl]TextPane.selectionForeground = lazy(TextPane.foreground) -[Light_Owl_Contrast]CheckBoxMenuItem.selectionForeground = lazy(CheckBoxMenuItem.foreground) -[Light_Owl_Contrast]ComboBox.selectionForeground = lazy(ComboBox.foreground) -[Light_Owl_Contrast]EditorPane.selectionForeground = lazy(EditorPane.foreground) -[Light_Owl_Contrast]FormattedTextField.selectionForeground = lazy(FormattedTextField.foreground) -[Light_Owl_Contrast]List.selectionInactiveForeground = lazy(List.foreground) -[Light_Owl_Contrast]Menu.selectionForeground = lazy(Menu.foreground) -[Light_Owl_Contrast]MenuBar.selectionForeground = lazy(MenuBar.foreground) -[Light_Owl_Contrast]MenuItem.selectionForeground = lazy(MenuItem.foreground) -[Light_Owl_Contrast]PasswordField.selectionForeground = lazy(PasswordField.foreground) -[Light_Owl_Contrast]ProgressBar.selectionBackground = #111 -[Light_Owl_Contrast]ProgressBar.selectionForeground = #fff -[Light_Owl_Contrast]Spinner.selectionForeground = lazy(Spinner.foreground) -[Light_Owl_Contrast]Table.selectionForeground = lazy(Table.foreground) -[Light_Owl_Contrast]TextArea.selectionForeground = lazy(TextArea.foreground) -[Light_Owl_Contrast]TextField.selectionForeground = lazy(TextField.foreground) -[Light_Owl_Contrast]TextPane.selectionForeground = lazy(TextPane.foreground) - [Material_Lighter]ProgressBar.selectionBackground = #222 [Material_Lighter]ProgressBar.selectionForeground = #fff -[Material_Lighter_Contrast]ProgressBar.selectionBackground = #222 -[Material_Lighter_Contrast]ProgressBar.selectionForeground = #fff - [Material_Oceanic]ProgressBar.selectionBackground = #ddd [Material_Oceanic]ProgressBar.selectionForeground = #ddd -[Material_Oceanic_Contrast]ProgressBar.selectionBackground = #ddd -[Material_Oceanic_Contrast]ProgressBar.selectionForeground = #ddd - [Material_Palenight]ProgressBar.selectionBackground = #ddd [Material_Palenight]ProgressBar.selectionForeground = #ddd -[Material_Palenight_Contrast]ProgressBar.selectionBackground = #ddd -[Material_Palenight_Contrast]ProgressBar.selectionForeground = #ddd - [Night_Owl]ProgressBar.selectionBackground = #ddd [Night_Owl]ProgressBar.selectionForeground = #ddd -[Night_Owl_Contrast]ProgressBar.selectionBackground = #ddd -[Night_Owl_Contrast]ProgressBar.selectionForeground = #ddd - [Solarized_Dark---Mallowigi]ProgressBar.selectionBackground = #ccc [Solarized_Dark---Mallowigi]ProgressBar.selectionForeground = #ccc -[Solarized_Dark_Contrast]ProgressBar.selectionBackground = #ccc -[Solarized_Dark_Contrast]ProgressBar.selectionForeground = #ccc - [Solarized_Light---Mallowigi]ProgressBar.selectionBackground = #222 [Solarized_Light---Mallowigi]ProgressBar.selectionForeground = #fff - -[Solarized_Light_Contrast]ProgressBar.selectionBackground = #222 -[Solarized_Light_Contrast]ProgressBar.selectionForeground = #fff diff --git a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/themes.json b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/themes.json index 6513b90a..54241237 100644 --- a/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/themes.json +++ b/flatlaf-demo/src/main/resources/com/formdev/flatlaf/demo/intellijthemes/themes.json @@ -249,14 +249,6 @@ "sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite", "sourceCodePath": "blob/master/src/main/resources/themes/regular/Arc Dark.theme.json" }, - "material-theme-ui-lite/Arc Dark Contrast.theme.json": { - "name": "Material Theme UI Lite / Arc Dark Contrast", - "dark": true, - "license": "MIT", - "licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt", - "sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite", - "sourceCodePath": "blob/master/src/main/resources/themes/contrast/Arc Dark Contrast.theme.json" - }, "material-theme-ui-lite/Atom One Dark.theme.json": { "name": "Material Theme UI Lite / Atom One Dark", "dark": true, @@ -265,14 +257,6 @@ "sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite", "sourceCodePath": "blob/master/src/main/resources/themes/regular/Atom One Dark.theme.json" }, - "material-theme-ui-lite/Atom One Dark Contrast.theme.json": { - "name": "Material Theme UI Lite / Atom One Dark Contrast", - "dark": true, - "license": "MIT", - "licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt", - "sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite", - "sourceCodePath": "blob/master/src/main/resources/themes/contrast/Atom One Dark Contrast.theme.json" - }, "material-theme-ui-lite/Atom One Light.theme.json": { "name": "Material Theme UI Lite / Atom One Light", "license": "MIT", @@ -280,13 +264,6 @@ "sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite", "sourceCodePath": "blob/master/src/main/resources/themes/regular/Atom One Light.theme.json" }, - "material-theme-ui-lite/Atom One Light Contrast.theme.json": { - "name": "Material Theme UI Lite / Atom One Light Contrast", - "license": "MIT", - "licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt", - "sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite", - "sourceCodePath": "blob/master/src/main/resources/themes/contrast/Atom One Light Contrast.theme.json" - }, "material-theme-ui-lite/Dracula.theme.json": { "name": "Material Theme UI Lite / Dracula", "dark": true, @@ -295,14 +272,6 @@ "sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite", "sourceCodePath": "blob/master/src/main/resources/themes/regular/Dracula.theme.json" }, - "material-theme-ui-lite/Dracula Contrast.theme.json": { - "name": "Material Theme UI Lite / Dracula Contrast", - "dark": true, - "license": "MIT", - "licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt", - "sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite", - "sourceCodePath": "blob/master/src/main/resources/themes/contrast/Dracula Contrast.theme.json" - }, "material-theme-ui-lite/GitHub.theme.json": { "name": "Material Theme UI Lite / GitHub", "license": "MIT", @@ -310,13 +279,6 @@ "sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite", "sourceCodePath": "blob/master/src/main/resources/themes/regular/GitHub.theme.json" }, - "material-theme-ui-lite/GitHub Contrast.theme.json": { - "name": "Material Theme UI Lite / GitHub Contrast", - "license": "MIT", - "licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt", - "sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite", - "sourceCodePath": "blob/master/src/main/resources/themes/contrast/GitHub Contrast.theme.json" - }, "material-theme-ui-lite/GitHub Dark.theme.json": { "name": "Material Theme UI Lite / GitHub Dark", "dark": true, @@ -325,14 +287,6 @@ "sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite", "sourceCodePath": "blob/master/src/main/resources/themes/regular/GitHub Dark.theme.json" }, - "material-theme-ui-lite/GitHub Dark Contrast.theme.json": { - "name": "Material Theme UI Lite / GitHub Dark Contrast", - "dark": true, - "license": "MIT", - "licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt", - "sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite", - "sourceCodePath": "blob/master/src/main/resources/themes/contrast/GitHub Dark Contrast.theme.json" - }, "material-theme-ui-lite/Light Owl.theme.json": { "name": "Material Theme UI Lite / Light Owl", "license": "MIT", @@ -340,13 +294,6 @@ "sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite", "sourceCodePath": "blob/master/src/main/resources/themes/regular/Light Owl.theme.json" }, - "material-theme-ui-lite/Light Owl Contrast.theme.json": { - "name": "Material Theme UI Lite / Light Owl Contrast", - "license": "MIT", - "licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt", - "sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite", - "sourceCodePath": "blob/master/src/main/resources/themes/contrast/Light Owl Contrast.theme.json" - }, "material-theme-ui-lite/Material Darker.theme.json": { "name": "Material Theme UI Lite / Material Darker", "dark": true, @@ -355,14 +302,6 @@ "sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite", "sourceCodePath": "blob/master/src/main/resources/themes/regular/Material Darker.theme.json" }, - "material-theme-ui-lite/Material Darker Contrast.theme.json": { - "name": "Material Theme UI Lite / Material Darker Contrast", - "dark": true, - "license": "MIT", - "licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt", - "sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite", - "sourceCodePath": "blob/master/src/main/resources/themes/contrast/Material Darker Contrast.theme.json" - }, "material-theme-ui-lite/Material Deep Ocean.theme.json": { "name": "Material Theme UI Lite / Material Deep Ocean", "dark": true, @@ -371,14 +310,6 @@ "sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite", "sourceCodePath": "blob/master/src/main/resources/themes/regular/Material Deep Ocean.theme.json" }, - "material-theme-ui-lite/Material Deep Ocean Contrast.theme.json": { - "name": "Material Theme UI Lite / Material Deep Ocean Contrast", - "dark": true, - "license": "MIT", - "licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt", - "sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite", - "sourceCodePath": "blob/master/src/main/resources/themes/contrast/Material Deep Ocean Contrast.theme.json" - }, "material-theme-ui-lite/Material Lighter.theme.json": { "name": "Material Theme UI Lite / Material Lighter", "license": "MIT", @@ -386,13 +317,6 @@ "sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite", "sourceCodePath": "blob/master/src/main/resources/themes/regular/Material Lighter.theme.json" }, - "material-theme-ui-lite/Material Lighter Contrast.theme.json": { - "name": "Material Theme UI Lite / Material Lighter Contrast", - "license": "MIT", - "licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt", - "sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite", - "sourceCodePath": "blob/master/src/main/resources/themes/contrast/Material Lighter Contrast.theme.json" - }, "material-theme-ui-lite/Material Oceanic.theme.json": { "name": "Material Theme UI Lite / Material Oceanic", "dark": true, @@ -401,14 +325,6 @@ "sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite", "sourceCodePath": "blob/master/src/main/resources/themes/regular/Material Oceanic.theme.json" }, - "material-theme-ui-lite/Material Oceanic Contrast.theme.json": { - "name": "Material Theme UI Lite / Material Oceanic Contrast", - "dark": true, - "license": "MIT", - "licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt", - "sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite", - "sourceCodePath": "blob/master/src/main/resources/themes/contrast/Material Oceanic Contrast.theme.json" - }, "material-theme-ui-lite/Material Palenight.theme.json": { "name": "Material Theme UI Lite / Material Palenight", "dark": true, @@ -417,14 +333,6 @@ "sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite", "sourceCodePath": "blob/master/src/main/resources/themes/regular/Material Palenight.theme.json" }, - "material-theme-ui-lite/Material Palenight Contrast.theme.json": { - "name": "Material Theme UI Lite / Material Palenight Contrast", - "dark": true, - "license": "MIT", - "licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt", - "sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite", - "sourceCodePath": "blob/master/src/main/resources/themes/contrast/Material Palenight Contrast.theme.json" - }, "material-theme-ui-lite/Monokai Pro.theme.json": { "name": "Material Theme UI Lite / Monokai Pro", "dark": true, @@ -433,14 +341,6 @@ "sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite", "sourceCodePath": "blob/master/src/main/resources/themes/regular/Monokai Pro.theme.json" }, - "material-theme-ui-lite/Monokai Pro Contrast.theme.json": { - "name": "Material Theme UI Lite / Monokai Pro Contrast", - "dark": true, - "license": "MIT", - "licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt", - "sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite", - "sourceCodePath": "blob/master/src/main/resources/themes/contrast/Monokai Pro Contrast.theme.json" - }, "material-theme-ui-lite/Moonlight.theme.json": { "name": "Material Theme UI Lite / Moonlight", "dark": true, @@ -449,14 +349,6 @@ "sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite", "sourceCodePath": "blob/master/src/main/resources/themes/regular/Moonlight.theme.json" }, - "material-theme-ui-lite/Moonlight Contrast.theme.json": { - "name": "Material Theme UI Lite / Moonlight Contrast", - "dark": true, - "license": "MIT", - "licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt", - "sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite", - "sourceCodePath": "blob/master/src/main/resources/themes/contrast/Moonlight Contrast.theme.json" - }, "material-theme-ui-lite/Night Owl.theme.json": { "name": "Material Theme UI Lite / Night Owl", "dark": true, @@ -465,14 +357,6 @@ "sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite", "sourceCodePath": "blob/master/src/main/resources/themes/regular/Night Owl.theme.json" }, - "material-theme-ui-lite/Night Owl Contrast.theme.json": { - "name": "Material Theme UI Lite / Night Owl Contrast", - "dark": true, - "license": "MIT", - "licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt", - "sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite", - "sourceCodePath": "blob/master/src/main/resources/themes/contrast/Night Owl Contrast.theme.json" - }, "material-theme-ui-lite/Solarized Dark.theme.json": { "name": "Material Theme UI Lite / Solarized Dark", "dark": true, @@ -481,26 +365,11 @@ "sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite", "sourceCodePath": "blob/master/src/main/resources/themes/regular/Solarized Dark.theme.json" }, - "material-theme-ui-lite/Solarized Dark Contrast.theme.json": { - "name": "Material Theme UI Lite / Solarized Dark Contrast", - "dark": true, - "license": "MIT", - "licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt", - "sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite", - "sourceCodePath": "blob/master/src/main/resources/themes/contrast/Solarized Dark Contrast.theme.json" - }, "material-theme-ui-lite/Solarized Light.theme.json": { "name": "Material Theme UI Lite / Solarized Light", "license": "MIT", "licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt", "sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite", "sourceCodePath": "blob/master/src/main/resources/themes/regular/Solarized Light.theme.json" - }, - "material-theme-ui-lite/Solarized Light Contrast.theme.json": { - "name": "Material Theme UI Lite / Solarized Light Contrast", - "license": "MIT", - "licenseFile": "material-theme-ui-lite/Material Theme UI Lite.LICENSE.txt", - "sourceCodeUrl": "https://github.com/mallowigi/material-theme-ui-lite", - "sourceCodePath": "blob/master/src/main/resources/themes/contrast/Solarized Light Contrast.theme.json" } } diff --git a/flatlaf-intellij-themes/README.md b/flatlaf-intellij-themes/README.md index 50d69670..01eaf527 100644 --- a/flatlaf-intellij-themes/README.md +++ b/flatlaf-intellij-themes/README.md @@ -60,7 +60,7 @@ Name | Class [Gruvbox Dark Hard](https://github.com/Vincent-P/gruvbox-intellij-theme) | `com.formdev.flatlaf.intellijthemes.FlatGruvboxDarkHardIJTheme` [Gruvbox Dark Medium](https://github.com/Vincent-P/gruvbox-intellij-theme) | `com.formdev.flatlaf.intellijthemes.FlatGruvboxDarkMediumIJTheme` [Gruvbox Dark Soft](https://github.com/Vincent-P/gruvbox-intellij-theme) | `com.formdev.flatlaf.intellijthemes.FlatGruvboxDarkSoftIJTheme` -[Hiberbee Dark](https://github.com/Hiberbee/code-highlight-themes) | `com.formdev.flatlaf.intellijthemes.FlatHiberbeeDarkIJTheme` +[Hiberbee Dark](https://github.com/Hiberbee/themes) | `com.formdev.flatlaf.intellijthemes.FlatHiberbeeDarkIJTheme` [High contrast](https://github.com/OlyaB/HighContrastTheme) | `com.formdev.flatlaf.intellijthemes.FlatHighContrastIJTheme` [Light Flat](https://github.com/nerzhulart/LightFlatTheme) | `com.formdev.flatlaf.intellijthemes.FlatLightFlatIJTheme` [Material Design Dark](https://github.com/xinkunZ/NotReallyMDTheme) | `com.formdev.flatlaf.intellijthemes.FlatMaterialDesignDarkIJTheme` @@ -79,36 +79,19 @@ Material Theme UI Lite: Name | Class -----|------ [Arc Dark (Material)](https://github.com/mallowigi/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatArcDarkIJTheme` -[Arc Dark Contrast (Material)](https://github.com/mallowigi/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatArcDarkContrastIJTheme` [Atom One Dark (Material)](https://github.com/mallowigi/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatAtomOneDarkIJTheme` -[Atom One Dark Contrast (Material)](https://github.com/mallowigi/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatAtomOneDarkContrastIJTheme` [Atom One Light (Material)](https://github.com/mallowigi/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatAtomOneLightIJTheme` -[Atom One Light Contrast (Material)](https://github.com/mallowigi/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatAtomOneLightContrastIJTheme` [Dracula (Material)](https://github.com/mallowigi/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatDraculaIJTheme` -[Dracula Contrast (Material)](https://github.com/mallowigi/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatDraculaContrastIJTheme` [GitHub (Material)](https://github.com/mallowigi/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatGitHubIJTheme` -[GitHub Contrast (Material)](https://github.com/mallowigi/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatGitHubContrastIJTheme` [GitHub Dark (Material)](https://github.com/mallowigi/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatGitHubDarkIJTheme` -[GitHub Dark Contrast (Material)](https://github.com/mallowigi/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatGitHubDarkContrastIJTheme` [Light Owl (Material)](https://github.com/mallowigi/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatLightOwlIJTheme` -[Light Owl Contrast (Material)](https://github.com/mallowigi/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatLightOwlContrastIJTheme` [Material Darker (Material)](https://github.com/mallowigi/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMaterialDarkerIJTheme` -[Material Darker Contrast (Material)](https://github.com/mallowigi/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMaterialDarkerContrastIJTheme` [Material Deep Ocean (Material)](https://github.com/mallowigi/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMaterialDeepOceanIJTheme` -[Material Deep Ocean Contrast (Material)](https://github.com/mallowigi/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMaterialDeepOceanContrastIJTheme` [Material Lighter (Material)](https://github.com/mallowigi/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMaterialLighterIJTheme` -[Material Lighter Contrast (Material)](https://github.com/mallowigi/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMaterialLighterContrastIJTheme` [Material Oceanic (Material)](https://github.com/mallowigi/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMaterialOceanicIJTheme` -[Material Oceanic Contrast (Material)](https://github.com/mallowigi/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMaterialOceanicContrastIJTheme` [Material Palenight (Material)](https://github.com/mallowigi/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMaterialPalenightIJTheme` -[Material Palenight Contrast (Material)](https://github.com/mallowigi/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMaterialPalenightContrastIJTheme` [Monokai Pro (Material)](https://github.com/mallowigi/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMonokaiProIJTheme` -[Monokai Pro Contrast (Material)](https://github.com/mallowigi/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMonokaiProContrastIJTheme` [Moonlight (Material)](https://github.com/mallowigi/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMoonlightIJTheme` -[Moonlight Contrast (Material)](https://github.com/mallowigi/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMoonlightContrastIJTheme` [Night Owl (Material)](https://github.com/mallowigi/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatNightOwlIJTheme` -[Night Owl Contrast (Material)](https://github.com/mallowigi/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatNightOwlContrastIJTheme` [Solarized Dark (Material)](https://github.com/mallowigi/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatSolarizedDarkIJTheme` -[Solarized Dark Contrast (Material)](https://github.com/mallowigi/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatSolarizedDarkContrastIJTheme` [Solarized Light (Material)](https://github.com/mallowigi/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatSolarizedLightIJTheme` -[Solarized Light Contrast (Material)](https://github.com/mallowigi/material-theme-ui-lite) | `com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatSolarizedLightContrastIJTheme` diff --git a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/FlatAllIJThemes.java b/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/FlatAllIJThemes.java index 4ffc6e56..4243b88b 100644 --- a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/FlatAllIJThemes.java +++ b/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/FlatAllIJThemes.java @@ -61,39 +61,22 @@ public class FlatAllIJThemes new FlatIJLookAndFeelInfo( "Vuesion", "com.formdev.flatlaf.intellijthemes.FlatVuesionIJTheme", true ), new FlatIJLookAndFeelInfo( "Xcode-Dark", "com.formdev.flatlaf.intellijthemes.FlatXcodeDarkIJTheme", true ), new FlatIJLookAndFeelInfo( "Arc Dark (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatArcDarkIJTheme", true ), - new FlatIJLookAndFeelInfo( "Arc Dark Contrast (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatArcDarkContrastIJTheme", true ), new FlatIJLookAndFeelInfo( "Atom One Dark (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatAtomOneDarkIJTheme", true ), - new FlatIJLookAndFeelInfo( "Atom One Dark Contrast (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatAtomOneDarkContrastIJTheme", true ), new FlatIJLookAndFeelInfo( "Atom One Light (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatAtomOneLightIJTheme", false ), - new FlatIJLookAndFeelInfo( "Atom One Light Contrast (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatAtomOneLightContrastIJTheme", false ), new FlatIJLookAndFeelInfo( "Dracula (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatDraculaIJTheme", true ), - new FlatIJLookAndFeelInfo( "Dracula Contrast (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatDraculaContrastIJTheme", true ), new FlatIJLookAndFeelInfo( "GitHub (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatGitHubIJTheme", false ), - new FlatIJLookAndFeelInfo( "GitHub Contrast (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatGitHubContrastIJTheme", false ), new FlatIJLookAndFeelInfo( "GitHub Dark (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatGitHubDarkIJTheme", true ), - new FlatIJLookAndFeelInfo( "GitHub Dark Contrast (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatGitHubDarkContrastIJTheme", true ), new FlatIJLookAndFeelInfo( "Light Owl (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatLightOwlIJTheme", false ), - new FlatIJLookAndFeelInfo( "Light Owl Contrast (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatLightOwlContrastIJTheme", false ), new FlatIJLookAndFeelInfo( "Material Darker (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMaterialDarkerIJTheme", true ), - new FlatIJLookAndFeelInfo( "Material Darker Contrast (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMaterialDarkerContrastIJTheme", true ), new FlatIJLookAndFeelInfo( "Material Deep Ocean (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMaterialDeepOceanIJTheme", true ), - new FlatIJLookAndFeelInfo( "Material Deep Ocean Contrast (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMaterialDeepOceanContrastIJTheme", true ), new FlatIJLookAndFeelInfo( "Material Lighter (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMaterialLighterIJTheme", false ), - new FlatIJLookAndFeelInfo( "Material Lighter Contrast (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMaterialLighterContrastIJTheme", false ), new FlatIJLookAndFeelInfo( "Material Oceanic (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMaterialOceanicIJTheme", true ), - new FlatIJLookAndFeelInfo( "Material Oceanic Contrast (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMaterialOceanicContrastIJTheme", true ), new FlatIJLookAndFeelInfo( "Material Palenight (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMaterialPalenightIJTheme", true ), - new FlatIJLookAndFeelInfo( "Material Palenight Contrast (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMaterialPalenightContrastIJTheme", true ), new FlatIJLookAndFeelInfo( "Monokai Pro (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMonokaiProIJTheme", true ), - new FlatIJLookAndFeelInfo( "Monokai Pro Contrast (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMonokaiProContrastIJTheme", true ), new FlatIJLookAndFeelInfo( "Moonlight (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMoonlightIJTheme", true ), - new FlatIJLookAndFeelInfo( "Moonlight Contrast (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatMoonlightContrastIJTheme", true ), new FlatIJLookAndFeelInfo( "Night Owl (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatNightOwlIJTheme", true ), - new FlatIJLookAndFeelInfo( "Night Owl Contrast (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatNightOwlContrastIJTheme", true ), new FlatIJLookAndFeelInfo( "Solarized Dark (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatSolarizedDarkIJTheme", true ), - new FlatIJLookAndFeelInfo( "Solarized Dark Contrast (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatSolarizedDarkContrastIJTheme", true ), new FlatIJLookAndFeelInfo( "Solarized Light (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatSolarizedLightIJTheme", false ), - new FlatIJLookAndFeelInfo( "Solarized Light Contrast (Material)", "com.formdev.flatlaf.intellijthemes.materialthemeuilite.FlatSolarizedLightContrastIJTheme", false ), }; //---- class FlatIJLookAndFeelInfo ---------------------------------------- diff --git a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatArcDarkContrastIJTheme.java b/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatArcDarkContrastIJTheme.java deleted file mode 100644 index b03012bb..00000000 --- a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatArcDarkContrastIJTheme.java +++ /dev/null @@ -1,54 +0,0 @@ -/* - * Copyright 2020 FormDev Software GmbH - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.formdev.flatlaf.intellijthemes.materialthemeuilite; - -// -// DO NOT MODIFY -// Generated with com.formdev.flatlaf.demo.intellijthemes.IJThemesClassGenerator -// - -import com.formdev.flatlaf.IntelliJTheme; - -/** - * @author Karl Tauber - */ -public class FlatArcDarkContrastIJTheme - extends IntelliJTheme.ThemeLaf -{ - public static final String NAME = "Arc Dark Contrast (Material)"; - - public static boolean setup() { - try { - return setup( new FlatArcDarkContrastIJTheme() ); - } catch( RuntimeException ex ) { - return false; - } - } - - public static void installLafInfo() { - installLafInfo( NAME, FlatArcDarkContrastIJTheme.class ); - } - - public FlatArcDarkContrastIJTheme() { - super( Utils.loadTheme( "Arc Dark Contrast.theme.json" ) ); - } - - @Override - public String getName() { - return NAME; - } -} diff --git a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatAtomOneDarkContrastIJTheme.java b/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatAtomOneDarkContrastIJTheme.java deleted file mode 100644 index 33ef4994..00000000 --- a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatAtomOneDarkContrastIJTheme.java +++ /dev/null @@ -1,54 +0,0 @@ -/* - * Copyright 2020 FormDev Software GmbH - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.formdev.flatlaf.intellijthemes.materialthemeuilite; - -// -// DO NOT MODIFY -// Generated with com.formdev.flatlaf.demo.intellijthemes.IJThemesClassGenerator -// - -import com.formdev.flatlaf.IntelliJTheme; - -/** - * @author Karl Tauber - */ -public class FlatAtomOneDarkContrastIJTheme - extends IntelliJTheme.ThemeLaf -{ - public static final String NAME = "Atom One Dark Contrast (Material)"; - - public static boolean setup() { - try { - return setup( new FlatAtomOneDarkContrastIJTheme() ); - } catch( RuntimeException ex ) { - return false; - } - } - - public static void installLafInfo() { - installLafInfo( NAME, FlatAtomOneDarkContrastIJTheme.class ); - } - - public FlatAtomOneDarkContrastIJTheme() { - super( Utils.loadTheme( "Atom One Dark Contrast.theme.json" ) ); - } - - @Override - public String getName() { - return NAME; - } -} diff --git a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatAtomOneLightContrastIJTheme.java b/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatAtomOneLightContrastIJTheme.java deleted file mode 100644 index 4945d26a..00000000 --- a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatAtomOneLightContrastIJTheme.java +++ /dev/null @@ -1,54 +0,0 @@ -/* - * Copyright 2020 FormDev Software GmbH - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.formdev.flatlaf.intellijthemes.materialthemeuilite; - -// -// DO NOT MODIFY -// Generated with com.formdev.flatlaf.demo.intellijthemes.IJThemesClassGenerator -// - -import com.formdev.flatlaf.IntelliJTheme; - -/** - * @author Karl Tauber - */ -public class FlatAtomOneLightContrastIJTheme - extends IntelliJTheme.ThemeLaf -{ - public static final String NAME = "Atom One Light Contrast (Material)"; - - public static boolean setup() { - try { - return setup( new FlatAtomOneLightContrastIJTheme() ); - } catch( RuntimeException ex ) { - return false; - } - } - - public static void installLafInfo() { - installLafInfo( NAME, FlatAtomOneLightContrastIJTheme.class ); - } - - public FlatAtomOneLightContrastIJTheme() { - super( Utils.loadTheme( "Atom One Light Contrast.theme.json" ) ); - } - - @Override - public String getName() { - return NAME; - } -} diff --git a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatDraculaContrastIJTheme.java b/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatDraculaContrastIJTheme.java deleted file mode 100644 index 787ad8bc..00000000 --- a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatDraculaContrastIJTheme.java +++ /dev/null @@ -1,54 +0,0 @@ -/* - * Copyright 2020 FormDev Software GmbH - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.formdev.flatlaf.intellijthemes.materialthemeuilite; - -// -// DO NOT MODIFY -// Generated with com.formdev.flatlaf.demo.intellijthemes.IJThemesClassGenerator -// - -import com.formdev.flatlaf.IntelliJTheme; - -/** - * @author Karl Tauber - */ -public class FlatDraculaContrastIJTheme - extends IntelliJTheme.ThemeLaf -{ - public static final String NAME = "Dracula Contrast (Material)"; - - public static boolean setup() { - try { - return setup( new FlatDraculaContrastIJTheme() ); - } catch( RuntimeException ex ) { - return false; - } - } - - public static void installLafInfo() { - installLafInfo( NAME, FlatDraculaContrastIJTheme.class ); - } - - public FlatDraculaContrastIJTheme() { - super( Utils.loadTheme( "Dracula Contrast.theme.json" ) ); - } - - @Override - public String getName() { - return NAME; - } -} diff --git a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatGitHubContrastIJTheme.java b/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatGitHubContrastIJTheme.java deleted file mode 100644 index a6bacee4..00000000 --- a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatGitHubContrastIJTheme.java +++ /dev/null @@ -1,54 +0,0 @@ -/* - * Copyright 2020 FormDev Software GmbH - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.formdev.flatlaf.intellijthemes.materialthemeuilite; - -// -// DO NOT MODIFY -// Generated with com.formdev.flatlaf.demo.intellijthemes.IJThemesClassGenerator -// - -import com.formdev.flatlaf.IntelliJTheme; - -/** - * @author Karl Tauber - */ -public class FlatGitHubContrastIJTheme - extends IntelliJTheme.ThemeLaf -{ - public static final String NAME = "GitHub Contrast (Material)"; - - public static boolean setup() { - try { - return setup( new FlatGitHubContrastIJTheme() ); - } catch( RuntimeException ex ) { - return false; - } - } - - public static void installLafInfo() { - installLafInfo( NAME, FlatGitHubContrastIJTheme.class ); - } - - public FlatGitHubContrastIJTheme() { - super( Utils.loadTheme( "GitHub Contrast.theme.json" ) ); - } - - @Override - public String getName() { - return NAME; - } -} diff --git a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatGitHubDarkContrastIJTheme.java b/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatGitHubDarkContrastIJTheme.java deleted file mode 100644 index 3673dc1c..00000000 --- a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatGitHubDarkContrastIJTheme.java +++ /dev/null @@ -1,54 +0,0 @@ -/* - * Copyright 2020 FormDev Software GmbH - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.formdev.flatlaf.intellijthemes.materialthemeuilite; - -// -// DO NOT MODIFY -// Generated with com.formdev.flatlaf.demo.intellijthemes.IJThemesClassGenerator -// - -import com.formdev.flatlaf.IntelliJTheme; - -/** - * @author Karl Tauber - */ -public class FlatGitHubDarkContrastIJTheme - extends IntelliJTheme.ThemeLaf -{ - public static final String NAME = "GitHub Dark Contrast (Material)"; - - public static boolean setup() { - try { - return setup( new FlatGitHubDarkContrastIJTheme() ); - } catch( RuntimeException ex ) { - return false; - } - } - - public static void installLafInfo() { - installLafInfo( NAME, FlatGitHubDarkContrastIJTheme.class ); - } - - public FlatGitHubDarkContrastIJTheme() { - super( Utils.loadTheme( "GitHub Dark Contrast.theme.json" ) ); - } - - @Override - public String getName() { - return NAME; - } -} diff --git a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatLightOwlContrastIJTheme.java b/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatLightOwlContrastIJTheme.java deleted file mode 100644 index 527b8a48..00000000 --- a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatLightOwlContrastIJTheme.java +++ /dev/null @@ -1,54 +0,0 @@ -/* - * Copyright 2020 FormDev Software GmbH - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.formdev.flatlaf.intellijthemes.materialthemeuilite; - -// -// DO NOT MODIFY -// Generated with com.formdev.flatlaf.demo.intellijthemes.IJThemesClassGenerator -// - -import com.formdev.flatlaf.IntelliJTheme; - -/** - * @author Karl Tauber - */ -public class FlatLightOwlContrastIJTheme - extends IntelliJTheme.ThemeLaf -{ - public static final String NAME = "Light Owl Contrast (Material)"; - - public static boolean setup() { - try { - return setup( new FlatLightOwlContrastIJTheme() ); - } catch( RuntimeException ex ) { - return false; - } - } - - public static void installLafInfo() { - installLafInfo( NAME, FlatLightOwlContrastIJTheme.class ); - } - - public FlatLightOwlContrastIJTheme() { - super( Utils.loadTheme( "Light Owl Contrast.theme.json" ) ); - } - - @Override - public String getName() { - return NAME; - } -} diff --git a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMaterialDarkerContrastIJTheme.java b/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMaterialDarkerContrastIJTheme.java deleted file mode 100644 index 49101b37..00000000 --- a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMaterialDarkerContrastIJTheme.java +++ /dev/null @@ -1,54 +0,0 @@ -/* - * Copyright 2020 FormDev Software GmbH - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.formdev.flatlaf.intellijthemes.materialthemeuilite; - -// -// DO NOT MODIFY -// Generated with com.formdev.flatlaf.demo.intellijthemes.IJThemesClassGenerator -// - -import com.formdev.flatlaf.IntelliJTheme; - -/** - * @author Karl Tauber - */ -public class FlatMaterialDarkerContrastIJTheme - extends IntelliJTheme.ThemeLaf -{ - public static final String NAME = "Material Darker Contrast (Material)"; - - public static boolean setup() { - try { - return setup( new FlatMaterialDarkerContrastIJTheme() ); - } catch( RuntimeException ex ) { - return false; - } - } - - public static void installLafInfo() { - installLafInfo( NAME, FlatMaterialDarkerContrastIJTheme.class ); - } - - public FlatMaterialDarkerContrastIJTheme() { - super( Utils.loadTheme( "Material Darker Contrast.theme.json" ) ); - } - - @Override - public String getName() { - return NAME; - } -} diff --git a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMaterialDeepOceanContrastIJTheme.java b/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMaterialDeepOceanContrastIJTheme.java deleted file mode 100644 index 4d81f51c..00000000 --- a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMaterialDeepOceanContrastIJTheme.java +++ /dev/null @@ -1,54 +0,0 @@ -/* - * Copyright 2020 FormDev Software GmbH - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.formdev.flatlaf.intellijthemes.materialthemeuilite; - -// -// DO NOT MODIFY -// Generated with com.formdev.flatlaf.demo.intellijthemes.IJThemesClassGenerator -// - -import com.formdev.flatlaf.IntelliJTheme; - -/** - * @author Karl Tauber - */ -public class FlatMaterialDeepOceanContrastIJTheme - extends IntelliJTheme.ThemeLaf -{ - public static final String NAME = "Material Deep Ocean Contrast (Material)"; - - public static boolean setup() { - try { - return setup( new FlatMaterialDeepOceanContrastIJTheme() ); - } catch( RuntimeException ex ) { - return false; - } - } - - public static void installLafInfo() { - installLafInfo( NAME, FlatMaterialDeepOceanContrastIJTheme.class ); - } - - public FlatMaterialDeepOceanContrastIJTheme() { - super( Utils.loadTheme( "Material Deep Ocean Contrast.theme.json" ) ); - } - - @Override - public String getName() { - return NAME; - } -} diff --git a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMaterialLighterContrastIJTheme.java b/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMaterialLighterContrastIJTheme.java deleted file mode 100644 index 86318c39..00000000 --- a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMaterialLighterContrastIJTheme.java +++ /dev/null @@ -1,54 +0,0 @@ -/* - * Copyright 2020 FormDev Software GmbH - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.formdev.flatlaf.intellijthemes.materialthemeuilite; - -// -// DO NOT MODIFY -// Generated with com.formdev.flatlaf.demo.intellijthemes.IJThemesClassGenerator -// - -import com.formdev.flatlaf.IntelliJTheme; - -/** - * @author Karl Tauber - */ -public class FlatMaterialLighterContrastIJTheme - extends IntelliJTheme.ThemeLaf -{ - public static final String NAME = "Material Lighter Contrast (Material)"; - - public static boolean setup() { - try { - return setup( new FlatMaterialLighterContrastIJTheme() ); - } catch( RuntimeException ex ) { - return false; - } - } - - public static void installLafInfo() { - installLafInfo( NAME, FlatMaterialLighterContrastIJTheme.class ); - } - - public FlatMaterialLighterContrastIJTheme() { - super( Utils.loadTheme( "Material Lighter Contrast.theme.json" ) ); - } - - @Override - public String getName() { - return NAME; - } -} diff --git a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMaterialOceanicContrastIJTheme.java b/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMaterialOceanicContrastIJTheme.java deleted file mode 100644 index 18031bc9..00000000 --- a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMaterialOceanicContrastIJTheme.java +++ /dev/null @@ -1,54 +0,0 @@ -/* - * Copyright 2020 FormDev Software GmbH - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.formdev.flatlaf.intellijthemes.materialthemeuilite; - -// -// DO NOT MODIFY -// Generated with com.formdev.flatlaf.demo.intellijthemes.IJThemesClassGenerator -// - -import com.formdev.flatlaf.IntelliJTheme; - -/** - * @author Karl Tauber - */ -public class FlatMaterialOceanicContrastIJTheme - extends IntelliJTheme.ThemeLaf -{ - public static final String NAME = "Material Oceanic Contrast (Material)"; - - public static boolean setup() { - try { - return setup( new FlatMaterialOceanicContrastIJTheme() ); - } catch( RuntimeException ex ) { - return false; - } - } - - public static void installLafInfo() { - installLafInfo( NAME, FlatMaterialOceanicContrastIJTheme.class ); - } - - public FlatMaterialOceanicContrastIJTheme() { - super( Utils.loadTheme( "Material Oceanic Contrast.theme.json" ) ); - } - - @Override - public String getName() { - return NAME; - } -} diff --git a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMaterialPalenightContrastIJTheme.java b/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMaterialPalenightContrastIJTheme.java deleted file mode 100644 index f375fbfe..00000000 --- a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMaterialPalenightContrastIJTheme.java +++ /dev/null @@ -1,54 +0,0 @@ -/* - * Copyright 2020 FormDev Software GmbH - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.formdev.flatlaf.intellijthemes.materialthemeuilite; - -// -// DO NOT MODIFY -// Generated with com.formdev.flatlaf.demo.intellijthemes.IJThemesClassGenerator -// - -import com.formdev.flatlaf.IntelliJTheme; - -/** - * @author Karl Tauber - */ -public class FlatMaterialPalenightContrastIJTheme - extends IntelliJTheme.ThemeLaf -{ - public static final String NAME = "Material Palenight Contrast (Material)"; - - public static boolean setup() { - try { - return setup( new FlatMaterialPalenightContrastIJTheme() ); - } catch( RuntimeException ex ) { - return false; - } - } - - public static void installLafInfo() { - installLafInfo( NAME, FlatMaterialPalenightContrastIJTheme.class ); - } - - public FlatMaterialPalenightContrastIJTheme() { - super( Utils.loadTheme( "Material Palenight Contrast.theme.json" ) ); - } - - @Override - public String getName() { - return NAME; - } -} diff --git a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMonokaiProContrastIJTheme.java b/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMonokaiProContrastIJTheme.java deleted file mode 100644 index b0beb52b..00000000 --- a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMonokaiProContrastIJTheme.java +++ /dev/null @@ -1,54 +0,0 @@ -/* - * Copyright 2020 FormDev Software GmbH - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.formdev.flatlaf.intellijthemes.materialthemeuilite; - -// -// DO NOT MODIFY -// Generated with com.formdev.flatlaf.demo.intellijthemes.IJThemesClassGenerator -// - -import com.formdev.flatlaf.IntelliJTheme; - -/** - * @author Karl Tauber - */ -public class FlatMonokaiProContrastIJTheme - extends IntelliJTheme.ThemeLaf -{ - public static final String NAME = "Monokai Pro Contrast (Material)"; - - public static boolean setup() { - try { - return setup( new FlatMonokaiProContrastIJTheme() ); - } catch( RuntimeException ex ) { - return false; - } - } - - public static void installLafInfo() { - installLafInfo( NAME, FlatMonokaiProContrastIJTheme.class ); - } - - public FlatMonokaiProContrastIJTheme() { - super( Utils.loadTheme( "Monokai Pro Contrast.theme.json" ) ); - } - - @Override - public String getName() { - return NAME; - } -} diff --git a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMoonlightContrastIJTheme.java b/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMoonlightContrastIJTheme.java deleted file mode 100644 index 71b1c538..00000000 --- a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatMoonlightContrastIJTheme.java +++ /dev/null @@ -1,54 +0,0 @@ -/* - * Copyright 2020 FormDev Software GmbH - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.formdev.flatlaf.intellijthemes.materialthemeuilite; - -// -// DO NOT MODIFY -// Generated with com.formdev.flatlaf.demo.intellijthemes.IJThemesClassGenerator -// - -import com.formdev.flatlaf.IntelliJTheme; - -/** - * @author Karl Tauber - */ -public class FlatMoonlightContrastIJTheme - extends IntelliJTheme.ThemeLaf -{ - public static final String NAME = "Moonlight Contrast (Material)"; - - public static boolean setup() { - try { - return setup( new FlatMoonlightContrastIJTheme() ); - } catch( RuntimeException ex ) { - return false; - } - } - - public static void installLafInfo() { - installLafInfo( NAME, FlatMoonlightContrastIJTheme.class ); - } - - public FlatMoonlightContrastIJTheme() { - super( Utils.loadTheme( "Moonlight Contrast.theme.json" ) ); - } - - @Override - public String getName() { - return NAME; - } -} diff --git a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatNightOwlContrastIJTheme.java b/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatNightOwlContrastIJTheme.java deleted file mode 100644 index 714c727c..00000000 --- a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatNightOwlContrastIJTheme.java +++ /dev/null @@ -1,54 +0,0 @@ -/* - * Copyright 2020 FormDev Software GmbH - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.formdev.flatlaf.intellijthemes.materialthemeuilite; - -// -// DO NOT MODIFY -// Generated with com.formdev.flatlaf.demo.intellijthemes.IJThemesClassGenerator -// - -import com.formdev.flatlaf.IntelliJTheme; - -/** - * @author Karl Tauber - */ -public class FlatNightOwlContrastIJTheme - extends IntelliJTheme.ThemeLaf -{ - public static final String NAME = "Night Owl Contrast (Material)"; - - public static boolean setup() { - try { - return setup( new FlatNightOwlContrastIJTheme() ); - } catch( RuntimeException ex ) { - return false; - } - } - - public static void installLafInfo() { - installLafInfo( NAME, FlatNightOwlContrastIJTheme.class ); - } - - public FlatNightOwlContrastIJTheme() { - super( Utils.loadTheme( "Night Owl Contrast.theme.json" ) ); - } - - @Override - public String getName() { - return NAME; - } -} diff --git a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatSolarizedDarkContrastIJTheme.java b/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatSolarizedDarkContrastIJTheme.java deleted file mode 100644 index 32bcd01e..00000000 --- a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatSolarizedDarkContrastIJTheme.java +++ /dev/null @@ -1,54 +0,0 @@ -/* - * Copyright 2020 FormDev Software GmbH - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.formdev.flatlaf.intellijthemes.materialthemeuilite; - -// -// DO NOT MODIFY -// Generated with com.formdev.flatlaf.demo.intellijthemes.IJThemesClassGenerator -// - -import com.formdev.flatlaf.IntelliJTheme; - -/** - * @author Karl Tauber - */ -public class FlatSolarizedDarkContrastIJTheme - extends IntelliJTheme.ThemeLaf -{ - public static final String NAME = "Solarized Dark Contrast (Material)"; - - public static boolean setup() { - try { - return setup( new FlatSolarizedDarkContrastIJTheme() ); - } catch( RuntimeException ex ) { - return false; - } - } - - public static void installLafInfo() { - installLafInfo( NAME, FlatSolarizedDarkContrastIJTheme.class ); - } - - public FlatSolarizedDarkContrastIJTheme() { - super( Utils.loadTheme( "Solarized Dark Contrast.theme.json" ) ); - } - - @Override - public String getName() { - return NAME; - } -} diff --git a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatSolarizedLightContrastIJTheme.java b/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatSolarizedLightContrastIJTheme.java deleted file mode 100644 index 696a83df..00000000 --- a/flatlaf-intellij-themes/src/main/java/com/formdev/flatlaf/intellijthemes/materialthemeuilite/FlatSolarizedLightContrastIJTheme.java +++ /dev/null @@ -1,54 +0,0 @@ -/* - * Copyright 2020 FormDev Software GmbH - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.formdev.flatlaf.intellijthemes.materialthemeuilite; - -// -// DO NOT MODIFY -// Generated with com.formdev.flatlaf.demo.intellijthemes.IJThemesClassGenerator -// - -import com.formdev.flatlaf.IntelliJTheme; - -/** - * @author Karl Tauber - */ -public class FlatSolarizedLightContrastIJTheme - extends IntelliJTheme.ThemeLaf -{ - public static final String NAME = "Solarized Light Contrast (Material)"; - - public static boolean setup() { - try { - return setup( new FlatSolarizedLightContrastIJTheme() ); - } catch( RuntimeException ex ) { - return false; - } - } - - public static void installLafInfo() { - installLafInfo( NAME, FlatSolarizedLightContrastIJTheme.class ); - } - - public FlatSolarizedLightContrastIJTheme() { - super( Utils.loadTheme( "Solarized Light Contrast.theme.json" ) ); - } - - @Override - public String getName() { - return NAME; - } -} 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 deleted file mode 100644 index 423144e2..00000000 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Arc Dark Contrast.theme.json +++ /dev/null @@ -1,1778 +0,0 @@ -{ - "name": "Arc Dark Contrast", - "dark": true, - "author": "Mallowigi", - "colors": { - "bg": "#2f343f", - "bg30": "#2f343f30", - "fg": "#D3DAE3", - "text": "#8b9eb5", - "selBg": "#414181", - "selBg20": "#41418120", - "selFg": "#FFFFFF", - "activeFg": "#FFFFFF", - "border": "#404552", - "excl": "#37373d", - "second": "#393f4c", - "dis": "#a2a2a2", - "accent": "#5294E2", - "accent2": "#5294E22", - "accent50": "#5294E250", - "accent70": "#5294E270", - "cs": "#262b33", - "button": "#383C4A", - "table": "#41416A", - "tree": "#0f3d56", - "hl": "#444A58", - "notif": "#262a33", - "hc": "#262b33", - "shadow": "undefined", - "white": "#CF6A4C", - "blue": "#7587A6", - "red": "#CF6A4C", - "yellow": "#F9EE98", - "green": "#8F9D6A", - "gray": "#747c84", - "purple": "#9B859D", - "orange": "#CDA869" - }, - "editorScheme": "colors/Arc Dark.xml", - "ui": { - "*": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "text", - "background": "bg", - "borderColor": "border", - "disabledBackground": "excl", - "disabledBorderColor": "button", - "disabledForeground": "dis", - "disabledText": "dis", - "focusColor": "hl", - "focusedBorderColor": "accent", - "foreground": "fg", - "hoverBorderColor": "hl", - "inactiveBackground": "excl", - "inactiveForeground": "text", - "infoForeground": "text", - "lineSeparatorColor": "hl", - "pressedBorderColor": "hl", - "selectionBackground": "selBg", - "selectionBackgroundInactive": "second", - "selectionForeground": "selFg", - "selectionInactiveBackground": "second", - "separatorColor": "border" - }, - "activeCaption": "bg", - "activeCaptionBorder": "bg", - "activeCaptionText": "fg", - "ActionButton": { - "focusedBorderColor": "accent50", - "hoverBackground": "accent50", - "hoverBorderColor": "accent50", - "hoverSeparatorColor": "button", - "pressedBackground": "accent50", - "pressedBorderColor": "accent50" - }, - "ActionsList": { - "icon.gap": 12, - "mnemonic.icon.gap": 12 - }, - "ActionToolbar": { - "background": "hc" - }, - "AppInspector.GraphNode": { - "background": "second", - "borderColor": "border", - "focusedBorderColor": "accent" - }, - "AssignedMnemonic": { - "background": "hl", - "borderColor": "selBg", - "foreground": "activeFg" - }, - "Autocomplete": { - "selectionBackground": "selBg", - "selectionUnfocus": "hl" - }, - "AvailableMnemonic": { - "background": "button", - "borderColor": "button", - "foreground": "fg" - }, - "BigSpinner.background": "bg", - "Bookmark": { - "iconBackground": "accent", - "Mnemonic": { - "iconBackground": "hl", - "iconBorderColor": "hl", - "iconForeground": "fg" - } - }, - "BookmarkMnemonicAssigned": { - "background": "hl", - "borderColor": "selBg", - "foreground": "selFg" - }, - "BookmarkMnemonicAvailable": { - "background": "button", - "borderColor": "button", - "foreground": "fg" - }, - "BookmarkMnemonicCurrent": { - "background": "accent", - "borderColor": "accent", - "foreground": "selFg" - }, - "BookmarkMnemonicIcon": { - "background": "hl", - "borderColor": "hl", - "foreground": "fg" - }, - "BookmarkIcon.background": "accent", - "Borders.ContrastBorderColor": "bg", - "Borders.color": "border", - "Breakpoint.iconHoverAlpha": 0.35, - "Button": { - "arc": 8, - "background": "bg", - "darcula": { - "borderColor": "button", - "defaultBorderColor": "button", - "defaultEndColor": "button", - "defaultFocusedBorderColor": "table", - "defaultOutlineColor": "button", - "defaultStartColor": "button", - "disabledBorderColor": "button", - "disabledOutlineColor": "border", - "disabledText.shadow": "bg", - "endColor": "button", - "focusedBorderColor": "table", - "outlineColor": "button", - "selectedButtonForeground": "selFg", - "selection.color1": "table", - "selection.color2": "table", - "shadowColor": "shadow", - "smallComboButtonBackground": "button", - "startColor": "button" - }, - "default": { - "borderColor": "button", - "endBackground": "table", - "endBorderColor": "table", - "focusColor": "accent", - "focusedBorderColor": "accent", - "foreground": "selFg", - "shadowColor": "shadow", - "startBackground": "table", - "startBorderColor": "table" - }, - "disabledBackground": "excl", - "disabledBorderColor": "border", - "disabledText": "dis", - "endBackground": "table", - "endBorderColor": "button", - "focus": "hl", - "focusedBorderColor": "accent", - "foreground": "text", - "highlight": "selFg", - "mt.background": "button", - "mt.color1": "button", - "mt.color2": "button", - "mt.foreground": "text", - "mt.selectedForeground": "selFg", - "mt.selection.color1": "table", - "mt.selection.color2": "table", - "select": "button", - "shadowColor": "shadow", - "shadowWidth": 0, - "startBackground": "table", - "startBorderColor": "button", - "ToolWindow": { - "arc": 40 - } - }, - "Canvas": { - "Tooltip.background": "notif", - "Tooltip.borderColor": "border" - }, - "CheckBox": { - "background": "bg", - "background.selected": "accent", - "borderColor": "bg", - "borderColor.selected": "accent", - "checkSignColor": "bg", - "checkSignColor.selected": "bg", - "checkSignColorDisabled": "bg", - "checkSignColorDisabled.selected": "bg", - "darcula": { - "borderColor1": "fg", - "checkSignColorDisabled": "dis", - "disabledBorderColor1": "dis", - "disabledBorderColor2": "dis", - "inactiveFillColor": "hl" - }, - "disabledBorderColor": "bg", - "disabledBorderColor.selected": "accent", - "disabledText": "dis", - "focused.background": "bg", - "focused.background.selected": "accent", - "focusedArmed.background": "bg", - "focusedArmed.background.selected": "accent", - "foreground": "fg", - "inactiveFillColor": "bg", - "inactiveFillColor.selected": "accent", - "select": "accent", - "shadowColor": "bg", - "shadowColorDisabled": "bg" - }, - "Checkbox": { - "Background.Default": "bg", - "Background.Default.Dark": "bg", - "Background.Disabled": "second", - "Background.Disabled.Dark": "second", - "Background.Selected": "accent", - "Background.Selected.Dark": "accent", - "Border.Default": "hl", - "Border.Default.Dark": "hl", - "Border.Disabled": "second", - "Border.Disabled.Dark": "second", - "Border.Selected": "accent", - "Border.Selected.Dark": "accent", - "Focus.Thin.Default": "bg", - "Focus.Thin.Default.Dark": "bg", - "Focus.Wide.Default": "bg", - "Focus.Wide.Default.Dark": "bg", - "Focus.Thin.Selected": "accent", - "Focus.Thin.Selected.Dark": "accent", - "Focus.Wide.Selected": "accent", - "Focus.Wide.Selected.Dark": "accent" - }, - "CheckBoxMenuItem": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "text", - "background": "bg", - "disabledBackground": "bg", - "disabledForeground": "dis", - "foreground": "fg", - "selectionBackground": "selBg", - "selectionForeground": "activeFg" - }, - "CodeWithMe": { - "Avatar.foreground": "fg", - "AccessDisabled.accessDot": "dis", - "AccessEnabled": { - "accessDot": "accent", - "dropdownBorder": "second", - "pillBackground": "second" - }, - "Users": { - "1": { - "Background": "green", - "Foreground": "fg" - }, - "2": { - "Background": "blue", - "Foreground": "fg" - }, - "3": { - "Background": "red", - "Foreground": "fg" - }, - "4": { - "Background": "purple", - "Foreground": "fg" - }, - "5": { - "Background": "yellow", - "Foreground": "fg" - }, - "6": { - "Background": "orange", - "Foreground": "fg" - } - } - }, - "ColorChooser": { - "background": "bg", - "foreground": "fg", - "swatchesDefaultRecentColor": "fg" - }, - "ComboBoxButton.background": "button", - "ComboBox": { - "ArrowButton": { - "background": "button", - "disabledIconColor": "dis", - "iconColor": "fg", - "nonEditableBackground": "hc" - }, - "PopupBackground": "cs", - "arrowFillColor": "hc", - "background": "hc", - "buttonBackground": "button", - "darcula": { - "arrowButtonBackground": "hc", - "arrowButtonDisabledForeground": "dis", - "arrowButtonForeground": "fg", - "disabledArrowButtonBackground": "excl", - "editable.arrowButtonBackground": "hc", - "hoveredArrowButtonForeground": "accent", - "nonEditableBackground": "bg" - }, - "disabledBackground": "excl", - "disabledForeground": "dis", - "foreground": "fg", - "modifiedItemForeground": "accent", - "nonEditableBackground": "bg", - "padding": "5,5,5,5", - "selectionBackground": "table", - "selectionForeground": "activeFg" - }, - "ComboPopup.border": "1,1,1,1,#5294E2", - "CompletionPopup": { - "Advertiser": { - "background": "bg", - "foreground": "fg", - "borderInsets": "8,12,8,12" - }, - "background": "second", - "foreground": "fg", - "grayForeground": "text", - "grayedForeground": "text", - "infoForeground": "text", - "matchForeground": "accent", - "matchSelectedForeground": "accent", - "matchSelectionForeground": "accent", - "nonFocusedState": "false", - "selectedForeground": "selFg", - "selectedGrayedForeground": "selFg", - "selectionBackground": "cs", - "selectionForeground": "selFg", - "selectionGrayForeground": "selFg", - "selectionInactiveBackground": "hl", - "selectionInactiveForeground": "text", - "selectionInactiveInfoForeground": "text", - "selectionInfoForeground": "selFg" - }, - "ComplexPopup": { - "Header.background": "notif" - }, - "Component": { - "arc": 4, - "focusWidth": 2, - "borderColor": "hl", - "disabledBorderColor": "dis", - "focusColor": "accent", - "focusedBorderColor": "accent", - "hoverIconColor": "accent", - "iconColor": "text", - "grayForeground": "text", - "infoForeground": "text" - }, - "Content": { - "background": "cs", - "selectionBackground": "selBg", - "selectionInactiveBackground": "fg" - }, - "control": "button", - "controlLtHighlight": "selFg", - "controlText": "text", - "controlHighlight": "hl", - "controlShadow": "excl", - "controlDkShadow": "excl", - "Counter": { - "background": "accent", - "foreground": "selFg" - }, - "CurrentMnemonic": { - "background": "accent", - "borderColor": "accent", - "foreground": "selFg" - }, - "darcula": { - "background": "bg", - "foreground": "fg", - "primary": "bg" - }, - "desktop": "hc", - "Debugger": { - "EvaluateExpression.background": "bg", - "Variables": { - "changedValueForeground": "accent", - "collectingDataForeground": "text", - "errorMessageForeground": "red", - "evaluatingExpressionForeground": "text", - "exceptionForeground": "yellow", - "modifyingValueForeground": "accent", - "valueForeground": "accent", - "typeForeground": "text" - } - }, - "DebuggerTabs": { - "active.background": "hl", - "selectedBackground": "hl", - "underlinedTabBackground": "table", - "underlineHeight": 2 - }, - "DebuggerPopup": { - "borderColor": "bg" - }, - "DefaultTabs": { - "background": "bg", - "borderColor": "bg", - "hoverBackground": "table", - "hoverColor": "hl", - "hoverMaskColor": "hl", - "inactiveColoredFileBackground": "button", - "inactiveColoredTabBackground": "bg", - "inactiveMaskColor": "hc", - "inactiveUnderlineColor": "accent", - "underlineColor": "accent", - "underlineHeight": 3, - "underlinedTabBackground": "table", - "underlinedTabForeground": "selFg" - }, - "Desktop.background": "bg", - "Dialog": { - "titleColor": "bg" - }, - "DialogWrapper": { - "southPanelBackground": "bg", - "southPanelDivider": "bg" - }, - "DragAndDrop": { - "areaBackground": "tree", - "areaBorderColor": "bg", - "areaForeground": "fg", - "backgroundBorderColor": "bg", - "backgroundColor": "bg", - "borderColor": "accent", - "foregroundColor": "fg", - "rowBackground": "accent70" - }, - "dropArea.base": "accent", - "Editor": { - "background": "hc", - "foreground": "fg", - "shortcutForeground": "text", - "SearchField": { - "background": "cs", - "borderInsets": "8,12,8,12" - }, - "Toolbar": { - "borderColor": "border" - } - }, - "EditorGroupsTabs": { - "background": "bg", - "borderColor": "second", - "hoverBackground": "hl", - "hoverColor": "hl", - "inactiveUnderlineColor": "accent", - "underlineColor": "accent", - "underlinedTabBackground": "table", - "underlinedTabForeground": "fg" - }, - "EditorPane": { - "background": "hc", - "caretForeground": "accent", - "foreground": "fg", - "inactiveBackground": "bg", - "inactiveForeground": "dis", - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "splitBorder": "border" - }, - "EditorTabs": { - "active.background": "table", - "active.foreground": "fg", - "active.underlineColor": "accent", - "background": "bg", - "borderColor": "second", - "foreground": "fg", - "hoverBackground": "hl", - "hoverColor": "hl", - "hoverMaskColor": "hl", - "inactive.maskColor": "bg", - "inactiveColoredFileBackground": "bg", - "inactiveMaskColor": "bg", - "inactiveUnderlineColor": "dis", - "selectedBackground": "table", - "selectedForeground": "fg", - "tabInsets": "-10,10,-10,10", - "underlineColor": "accent", - "underlineHeight": 3, - "underlineArc": 4, - "underlinedTabBackground": "table", - "underlinedTabForeground": "selFg" - }, - "FileColor": { - "Blue": "#004BA0", - "Green": "#387002", - "Orange": "#B53D00", - "Rose": "#A00037", - "Violet": "#4D2C91", - "Yellow": "excl", - "Gray": "excl", - "excluded": "excl" - }, - "FlameGraph": { - "JVMBackground": "#89DDF7", - "JVMFocusBackground": "#82AAFF", - "JVMFocusSearchNotMatchedBackground": "#AB7967", - "JVMSearchNotMatchedBackground": "#FF5370", - "nativeBackground": "#FFCB6B", - "nativeFocusBackground": "#F78C6C", - "nativeFocusSearchNotMatchedBackground": "#BB80B3", - "nativeSearchNotMatchedBackground": "#C792EA" - }, - "Focus": { - "Color": "accent50", - "borderColor": "accent50", - "color": "accent50", - "defaultButtonBorderColor": "accent" - }, - "FormattedTextField": { - "background": "cs", - "caretForeground": "accent", - "foreground": "fg", - "inactiveBackground": "button", - "inactiveForeground": "dis", - "selectionBackground": "selBg", - "selectionForeground": "activeFg" - }, - "Git.Log.Ref": { - "LocalBranch": "accent", - "Other": "text", - "RemoteBranch": "fg", - "Tag": "text" - }, - "Github.List.tallRow": { - "foreground": "fg", - "secondary.foreground": "text", - "selectionBackground": "selBg", - "selectionBackground.unfocused": "hl", - "selectionForeground": "selFg", - "selectionForeground.unfocused": "selFg" - }, - "GotItTooltip": { - "background": "notif", - "borderColor": "notif", - "endBackground": "button", - "endBorderColor": "button", - "foreground": "fg", - "linkForeground": "accent", - "shortcutForeground": "text", - "startBackground": "button", - "startBorderColor": "button" - }, - "Group": { - "disabledSeparatorColor": "border", - "separatorColor": "border" - }, - "Gutter": { - "VcsChanges.width": 4 - }, - "GutterTooltip": { - "borderColor": "bg", - "infoForeground": "text", - "lineSeparatorColor": "bg" - }, - "HeaderColor": { - "active": "bg", - "inactive": "cs" - }, - "HelpTooltip": { - "background": "bg", - "backgroundColor": "bg", - "borderColor": "border", - "defaultTextBorderInsets": "16,16,16,16", - "foreground": "fg", - "infoForeground": "text", - "shortcutForeground": "text", - "shortcutTextColor": "text", - "smallTextBorderInsets": "8,12,8,12", - "textColor": "fg", - "verticalGap": 8 - }, - "Hg.Log.Ref": { - "Branch": "accent", - "ClosedBranch": "fg", - "LocalTag": "text", - "MqTag": "text", - "Tag": "text" - }, - "Hyperlink.linkColor": "accent", - "IconBadge": { - "infoBackground": "accent" - }, - "IdeStatusBar.border": "4,4,4,4", - "InformationHint.borderColor": "border", - "inactiveCaption": "second", - "inactiveCaptionBorder": "bg", - "inactiveCaptionText": "text", - "info": "text", - "infoPanelForeground": "text", - "infoText": "text", - "InplaceRefactoringPopup": { - "background": "bg", - "borderColor": "bg" - }, - "intellijlaf": { - "background": "bg", - "foreground": "fg" - }, - "InternalFrame": { - "activeTitleForeground": "fg", - "background": "bg", - "inactiveTitleBackground": "bg", - "inactiveTitleForeground": "text" - }, - "Label": { - "background": "bg", - "disabledForeground": "dis", - "disabledForegroundColor": "dis", - "disabledShadow": "dis", - "disabledText": "dis", - "errorForeground": "accent", - "foreground": "fg", - "grayForeground": "text", - "infoForeground": "text", - "selectedDisabledForeground": "fg", - "selectedForeground": "activeFg", - "textForeground": "text" - }, - "Lesson": { - "Badge": { - "newLessonBackground": "accent", - "newLessonForeground": "selFg" - }, - "shortcutBackground": "second", - "stepNumberForeground": "text", - "Tooltip": { - "background": "notif", - "borderColor": "notif", - "foreground": "fg", - "spanBackground": "button", - "spanForeground": "fg", - "stepNumberForeground": "text" - } - }, - "link": "accent", - "Link": { - "activeForeground": "accent", - "focusedBorderColor": "accent", - "hoverForeground": "accent", - "pressedForeground": "accent", - "secondaryForeground": "text", - "visitedForeground": "accent" - }, - "link.foreground": "accent", - "link.hover.foreground": "accent", - "link.pressed.foreground": "accent", - "link.visited.foreground": "accent", - "List": { - "background": "bg", - "Button": { - "hoverBackground": "hl", - "leftRightInset": 8, - "separatorColor": "border", - "separatorInset": 4 - }, - "foreground": "fg", - "hoverBackground": "hl", - "hoverInactiveBackground": "table", - "Line.hoverBackground": "selBg", - "rowHeight": "28", - "selectionBackground": "tree", - "selectionForeground": "selFg", - "selectionInactiveBackground": "table", - "selectionInactiveForeground": "activeFg", - "Tag": { - "background": "button", - "foreground": "fg" - } - }, - "LiveIndicator": { - "color": "accent" - }, - "macOSWindow.Title": { - "height": 30, - "heightSmall": 20 - }, - "MainMenu": { - "background": "hc", - "foreground": "fg", - "selectionForeground": "activeFg", - "selectionBackground": "selBg" - }, - "MainToolbar": { - "background": "bg", - "Button": { - "buttonInsets": "0,0,0,0" - }, - "Dropdown": { - "borderInsets": "6,12,6,12", - "background": "bg", - "foreground": "fg", - "hoverBackground": "hl", - "pressedBackground": "table" - }, - "hoverBackground": "hl", - "Icon": { - "borderInsets": "10,10,10,10", - "background": "bg", - "hoverBackground": "hl", - "pressedBackground": "table" - }, - "inactiveBackground": "bg", - "pressedBackground": "table", - "separatorColor": "border" - }, - "material": { - "background": "bg", - "branchColor": "fg", - "contrast": "cs", - "foreground": "fg", - "mergeCommits": "button", - "primaryColor": "text", - "selectionBackground": "selBg", - "selectionForeground": "selFg", - "tab.backgroundColor": "bg", - "tab.borderColor": "accent", - "tagColor": "text" - }, - "MemoryIndicator": { - "allocatedBackground": "second", - "unusedColor": "second", - "usedBackground": "hl", - "usedColor": "hl" - }, - "menu": "bg", - "menuText": "fg", - "Menu": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "activeFg", - "background": "bg", - "border": "8,8,8,8", - "borderColor": "second", - "disabledBackground": "second", - "disabledForeground": "dis", - "foreground": "fg", - "Selection": { - "arc": 8, - "innerInsets": "8,2,8,2" - }, - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "separatorColor": "border" - }, - "MenuBar": { - "background": "hc", - "borderColor": "bg", - "disabledBackground": "bg", - "disabledForeground": "dis", - "foreground": "fg", - "highlight": "bg", - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "shadow": "hc" - }, - "MenuItem": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "activeFg", - "background": "bg", - "border": "8,8,8,8", - "disabledBackground": "bg", - "disabledForeground": "dis", - "foreground": "fg", - "selectionBackground": "selBg", - "selectionForeground": "activeFg" - }, - "MlModelBinding.Viewer.CodeEditor.background": "bg", - "MnemonicIcon": { - "background": "hl", - "borderColor": "hl", - "foreground": "fg" - }, - "NavBar": { - "arrowColor": "fg", - "borderColor": "bg", - "selectedColor": "accent" - }, - "NewClass": { - "Panel": { - "background": "bg" - }, - "SearchField": { - "background": "cs" - }, - "separatorWidth": 6 - }, - "NewPSD.warning": "accent", - "Notification": { - "arc": 16, - "Error.foreground": "accent", - "Link.foreground": "accent", - "background": "notif", - "borderColor": "notif", - "errorBackground": "notif", - "errorBorderColor": "notif", - "errorForeground": "accent", - "foreground": "fg", - "linkForeground": "accent", - "MoreButton": { - "background": "button", - "foreground": "fg", - "innerBorderColor": "button" - }, - "ToolWindow": { - "Button.DragAndDrop": { - "buttonFloatingBackground": "button", - "stripeBackground": "bg" - }, - "errorBackground": "notifError", - "errorBorderColor": "notifError", - "errorForeground": "fg", - "infoBackground": "notif", - "infoBorderColor": "notif", - "infoForeground": "fg", - "informativeBackground": "notif", - "informativeBorderColor": "notif", - "informativeForeground": "fg", - "warningBackground": "notifWarn", - "warningBorderColor": "notifWarn", - "warningForeground": "fg" - }, - "ToolWindowError": { - "foreground": "fg", - "background": "notifError" - }, - "ToolWindowInfo": { - "foreground": "fg", - "background": "notif", - "borderColor": "notif" - }, - "ToolWindowWarning": { - "foreground": "fg", - "background": "notifWarn" - } - }, - "Notifications": { - "background": "notif", - "borderColor": "notif" - }, - "NotificationsToolwindow": { - "Notification.hoverBackground": "tree", - "newNotification.background": "notif", - "newNotification.hoverBackground": "tree" - }, - "OnePixelDivider.background": "border", - "OptionPane": { - "background": "bg", - "foreground": "fg", - "messageForeground": "fg" - }, - "OptionButton": { - "default.separatorColor": "table", - "separatorColor": "button" - }, - "Outline": { - "color": "button", - "disabledColor": "dis", - "focusedColor": "accent" - }, - "Panel": { - "background": "bg", - "foreground": "fg", - "mouseShortcutBackground": "bg" - }, - "ParameterInfo": { - "ContextHelp.foreground": "text", - "background": "second", - "borderColor": "table", - "currentOverloadBackground": "hl", - "currentParameterForeground": "accent", - "disabledColor": "dis", - "disabledForeground": "dis", - "foreground": "fg", - "highlightedColor": "accent", - "infoForeground": "text", - "lineSeparatorColor": "table" - }, - "PasswordField": { - "background": "cs", - "capsLockIconColor": "accent", - "caretForeground": "accent", - "foreground": "fg", - "inactiveForeground": "dis", - "selectionBackground": "table", - "selectionForeground": "activeFg" - }, - "Plugins": { - "background": "bg", - "borderColor": "border", - "disabledForeground": "dis", - "eapTagBackground": "hl", - "hoverBackground": "hl", - "lightSelectionBackground": "table", - "paidTagBackground": "hl", - "selectionBackground": "selBg", - "selectionForeground": "selFg", - "tagBackground": "hl", - "tagForeground": "accent", - "trialTagBackground": "hl", - "Button": { - "installBackground": "button", - "installBorderColor": "button", - "installFillBackground": "button", - "installFillForeground": "dis", - "installFocusedBackground": "hl", - "installForeground": "fg", - "updateBackground": "accent", - "updateBorderColor": "button", - "updateForeground": "fg" - }, - "ScreenshotPagination": { - "CurrentImage.fillColor": "accent" - }, - "SearchField": { - "background": "cs", - "borderColor": "border" - }, - "SectionHeader": { - "background": "second", - "foreground": "fg" - }, - "Tab": { - "active.background": "table", - "active.foreground": "activeFg", - "hover.background": "table", - "hoverBackground": "table", - "selectedBackground": "table", - "selectedForeground": "selFg" - } - }, - "Popup": { - "Advertiser": { - "borderInsets": "6,20,6,20", - "background": "bg", - "borderColor": "bg", - "foreground": "accent" - }, - "Body": { - "bottomInsetNoAd": 8, - "bottomInsetBeforeAd": 8, - "topInsetNoHeader": 8 - }, - "Border": { - "color": "cs", - "inactiveColor": "bg" - }, - "background": "notif", - "borderColor": "cs", - "borderWidth": 0, - "inactiveBorderColor": "bg", - "innerBorderColor": "second", - "Header": { - "activeBackground": "bg", - "inactiveBackground": "cs", - "inactiveForeground": "text" - }, - "paintBorder": false, - "preferences": { - "background": "bg", - "borderColor": "bg", - "foreground": "fg" - }, - "Selection.arc": 8, - "Selection.leftRightInset": 8, - "Separator": { - "foreground": "fg", - "color": "border" - }, - "separatorColor": "second", - "separatorForeground": "fg", - "Toolbar": { - "Border.color": "cs", - "Floating.background": "cs", - "background": "cs", - "borderColor": "cs" - } - }, - "PopupMenu": { - "background": "bg", - "borderWidth": 1, - "border": "8,8,8,8", - "borderCornerRadius": 8, - "foreground": "fg", - "Selection": { - "arc": 8, - "innerInsets": "8,2,8,2" - }, - "selectionBackground": "selBg", - "translucentBackground": "bg" - }, - "PopupMenuSeparator": { - "height": 10, - "stripeWidth": 2, - "stripeIndent": 5, - "withToEdge": 4, - "borderCornerRadius": 8 - }, - "ProgressBar": { - "background": "bg", - "foreground": "accent", - "halfColor": "hl", - "indeterminateEndColor": "accent", - "indeterminateStartColor": "accent", - "progressColor": "accent", - "selectionBackground": "hl", - "trackColor": "hl" - }, - "ProgressIcon": { - "color": "accent" - }, - "PsiViewer": { - "referenceHighlightColor": "accent" - }, - "RadioButton": { - "background": "bg", - "darcula": { - "borderColor1": "fg", - "selectionDisabledColor": "bg", - "selectionDisabledShadowColor": "accent", - "selectionEnabledColor": "accent", - "selectionEnabledShadowColor": "accent" - }, - "disabledText": "dis", - "focusColor": "accent", - "foreground": "fg", - "selectionDisabledColor": "bg", - "selectionDisabledShadowColor": "accent", - "selectionEnabledColor": "accent", - "selectionEnabledShadowColor": "accent" - }, - "RadioButtonMenuItem": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "text", - "background": "bg", - "disabledBackground": "bg", - "disabledForeground": "dis", - "foreground": "fg", - "selectionBackground": "selBg", - "selectionForeground": "selFg" - }, - "ReviewList": { - "state.background": "second", - "state.foreground": "fg" - }, - "RunWidget": { - "background": "button", - "Debug.activeBackground": "hl", - "foreground": "fg", - "hoverBackground": "table", - "pressedBackground": "hl", - "Profile.activeBackground": "hl", - "runningBackground": "hl", - "runningForeground": "selFg", - "Run.activeBackground": "hl", - "Running": { - "background": "hl", - "foreground": "selFg", - "leftHoverBackground": "hl", - "leftPressedBackground": "hl" - }, - "separatorColor": "border" - }, - "ScreenView.borderColor": "border", - "scrollbar": "bg", - "ScrollBar": { - "background": "bg", - "hoverThumbBorderColor": "accent", - "hoverThumbColor": "accent", - "hoverTrackColor": "bg30", - "Mac": { - "hoverThumbBorderColor": "accent", - "hoverThumbColor": "accent", - "hoverTrackColor": "bg30", - "thumbBorderColor": "accent70", - "thumbColor": "accent70", - "trackColor": "bg30", - "Transparent": { - "hoverThumbBorderColor": "accent", - "hoverThumbColor": "accent", - "hoverTrackColor": "bg30", - "thumbBorderColor": "accent70", - "thumbColor": "accent70", - "trackColor": "bg30" - } - }, - "thumb": "hl", - "thumbBorderColor": "accent70", - "thumbColor": "accent70", - "Thumb": { - "Hovered.background": "accent", - "NonOpaque.Hovered.background": "accent" - }, - "trackColor": "bg30", - "Transparent": { - "hoverThumbBorderColor": "accent", - "hoverThumbColor": "accent", - "hoverTrackColor": "bg30", - "thumbBorderColor": "accent70", - "thumbColor": "accent70", - "trackColor": "bg30" - } - }, - "SearchEverywhere": { - "Advertiser": { - "background": "bg", - "foreground": "text", - "borderInsets": "10,20,10,20" - }, - "background": "bg", - "Dialog": { - "background": "bg", - "borderColor": "bg", - "foreground": "fg" - }, - "foreground": "fg", - "Header": { - "background": "bg" - }, - "List": { - "Separator.Color": "border", - "Separator.foreground": "text", - "selectionBackground": "selBg", - "separatorColor": "border", - "separatorForeground": "text", - "settingsBackground": "bg" - }, - "SearchField": { - "Border.color": "hl", - "background": "cs", - "borderColor": "hl", - "grayForeground": "dis", - "infoForeground": "dis" - }, - "shortcutForeground": "text", - "Tab": { - "active.background": "hl", - "active.foreground": "activeFg", - "selected.background": "hl", - "selected.foreground": "activeFg", - "selectedBackground": "hl", - "selectedForeground": "activeFg" - } - }, - "SearchMatch": { - "endBackground": "accent", - "endColor": "accent", - "startBackground": "accent", - "startColor": "accent" - }, - "SearchField.errorBackground": "notif", - "SearchFieldWithExtension": { - "background": "cs" - }, - "SearchOption": { - "selectedBackground": "table", - "selectedPressedBackground": "hl", - "selectedHoveredBackground": "hl" - }, - "SearchResults": { - "Ordinal.File.Foreground": "text", - "Repeated.File.Foreground": "fg" - }, - "SegmentedButton": { - "focusedSelectedButtonColor": "hl", - "selectedButtonColor": "button", - "selectedStartBorderColor": "border", - "selectedEndBorderColor": "border" - }, - "Separator": { - "background": "second", - "foreground": "second", - "separatorColor": "border" - }, - "Settings": { - "Spotlight.borderColor": "accent" - }, - "SidePanel": { - "background": "hc" - }, - "Slider": { - "background": "bg", - "buttonBorderColor": "accent", - "buttonColor": "accent", - "foreground": "fg", - "majorTickLength": 6, - "thumb": "accent", - "tickColor": "second", - "track": "table", - "trackColor": "table", - "trackDisabled": "hl", - "trackWidth": 7 - }, - "Space.Review.diffAnchorBackground": "second", - "SpeedSearch": { - "background": "hl", - "borderColor": "border", - "errorForeground": "red", - "foreground": "fg" - }, - "Spinner": { - "background": "bg", - "border": "4,4,4,4", - "disabledBackground": "excl", - "foreground": "fg", - "selectionForeground": "activeFg" - }, - "SplitPane": { - "background": "bg", - "highlight": "hc" - }, - "SplitPaneDivider.draggingColor": "second", - "StateWidget.activeBackground": "button", - "StatusBar": { - "background": "bg", - "Breadcrumbs": { - "floatingBackground": "tree", - "floatingForeground": "fg", - "floatingToolbarInsets": "8,12,8,12", - "foreground": "fg", - "hoverBackground": "tree", - "hoverForeground": "fg", - "itemBackgroundInsets": "2,4,2,4", - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "selectionInactiveBackground": "button", - "selectionInactiveForeground": "fg" - }, - "borderColor": "border", - "bottomColor": "bg", - "hoverBackground": "hl", - "top2Color": "bg", - "topColor": "bg", - "LightEditBackground": "table", - "Widget": { - "foreground": "fg", - "hoverBackground": "hl", - "hoverForeground": "selFg", - "pressedBackground": "button", - "pressedForeground": "fg", - "widgetInsets": "8,12,8,12" - } - }, - "TabbedPane": { - "background": "bg", - "borderColor": "hc", - "contentAreaColor": "hl", - "contentBorderInsets": "3,1,1,1", - "darkShadow": "hc", - "disabledForeground": "dis", - "disabledText": "dis", - "disabledUnderlineColor": "dis", - "focus": "table", - "focusColor": "table", - "fontSizeOffset": 0, - "foreground": "fg", - "highlight": "border", - "hoverColor": "hl", - "labelShift": 0, - "mt.tab.background": "hc", - "selectHighlight": "hl", - "selected": "selBg", - "selectedColor": "accent", - "selectedDisabledColor": "dis", - "selectedForeground": "activeFg", - "selectedLabelShift": 0, - "selectedTabPadInsets": "0,0,0,0", - "shadow": "hc", - "tabHeight": 32, - "tabInsets": "5,10,5,10", - "tabSelectionArc": 4, - "tabSelectionHeight": 2, - "tabsOverlapBorder": true, - "underlineColor": "accent" - }, - "TabbedPane.mt.tab.background": "hc", - "Table": { - "alternativeRowBackground": "cs", - "background": "bg", - "cellNoFocusBorder": "16,4,16,4", - "disabledForeground": "dis", - "dropLineColor": "accent", - "dropLineShortColor": "accent", - "focusCellBackground": "table", - "focusCellForeground": "activeFg", - "focusCellHighlightBorder": "18,6,18,6", - "foreground": "fg", - "gridColor": "bg", - "highlightOuter": "table", - "hoverBackground": "hl", - "hoverInactiveBackground": "table", - "lightSelectionBackground": "table", - "lightSelectionForeground": "activeFg", - "lightSelectionInactiveBackground": "second", - "lightSelectionInactiveForeground": "text", - "rowHeight": 32, - "selectionBackground": "table", - "selectionForeground": "activeFg", - "selectionInactiveBackground": "table", - "selectionInactiveForeground": "selFg", - "sortIconColor": "fg", - "stripeColor": "cs", - "stripedBackground": "cs" - }, - "TableHeader": { - "background": "button", - "bottomSeparatorColor": "border", - "borderColor": "hl", - "cellBorder": "6,0,6,0", - "disabledForeground": "dis", - "focusCellBackground": "table", - "focusCellForeground": "activeFg", - "foreground": "fg", - "height": 32, - "hoverBackground": "hl", - "separatorColor": "border" - }, - "Tag": { - "background": "button", - "borderColor": "button", - "foreground": "fg" - }, - "text": "bg", - "textInactiveText": "text", - "textHighlight": "selBg", - "textHighlightText": "activeFg", - "textText": "text", - "TextArea": { - "background": "cs", - "caretForeground": "accent", - "foreground": "fg", - "inactiveForeground": "dis", - "selectionBackground": "table", - "selectionForeground": "activeFg" - }, - "TextField": { - "background": "cs", - "borderColor": "bg", - "caretForeground": "accent", - "disabledBackground": "excl", - "focusedBorderColor": "bg", - "foreground": "fg", - "hoverBorderColor": "bg", - "inactiveForeground": "dis", - "selectedSeparatorColor": "accent", - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "separatorColor": "hl", - "separatorColorDisabled": "bg" - }, - "TextPane": { - "background": "cs", - "caretForeground": "accent", - "foreground": "fg", - "inactiveForeground": "dis", - "selectionBackground": "table", - "selectionForeground": "activeFg" - }, - "TipOfTheDay": { - "Image.borderColor": "border" - }, - "TitlePane": { - "Button": { - "hoverBackground": "hl", - "preferredSize": "48,40" - }, - "background": "hc", - "inactiveBackground": "bg", - "inactiveInfoForeground": "dis", - "infoForeground": "text" - }, - "TitledBorder.titleColor": "fg", - "ToggleButton": { - "borderColor": "button", - "buttonColor": "button", - "disabledText": "dis", - "foreground": "fg", - "off.background": "bg", - "off.foreground": "bg", - "offBackground": "bg", - "offForeground": "bg", - "on.background": "accent", - "on.foreground": "accent", - "onBackground": "accent", - "onForeground": "accent" - }, - "Toolbar.Floating.background": "button", - "ToolBar": { - "background": "hc", - "borderHandleColor": "text", - "comboBoxButtonBackground": "button", - "floatingForeground": "text", - "foreground": "fg", - "verticalToolbarInsets": "6,6,6,6", - "horizontalToolbarInsets": "6,6,6,6" - }, - "ToolbarComboWidget": { - "background": "button", - "hoverBackground": "hl" - }, - "tooltips": { - "actions.keymap.text.color": "text", - "actions.settings.icon.background.color": "bg", - "description.title.text.color": "fg" - }, - "ToolTip": { - "arc": 6, - "actions": { - "background": "bg" - }, - "Actions": { - "background": "bg", - "grayForeground": "text", - "infoForeground": "text" - }, - "background": "notif", - "borderColor": "border", - "borderCornerRadius": 8, - "foreground": "fg", - "infoForeground": "text", - "linkForeground": "accent", - "Learning": { - "background": "accent", - "borderColor": "accent", - "foreground": "fg", - "spanBackground": "accent50", - "spanForeground": "fg", - "stepNumberForeground": "accent" - }, - "separatorColor": "border", - "shortcutForeground": "text" - }, - "ToolWindow": { - "active": { - "Header.background": "second", - "HeaderTab.background": "cs" - }, - "Background": "bg", - "background": "hc", - "Button": { - "hoverBackground": "table", - "DragAndDrop": { - "stripeBackground": "cs", - "buttonDropBackground": "accent70" - }, - "selectedBackground": "cs", - "selectedForeground": "activeFg" - }, - "header": { - "active.background": "second", - "background": "bg", - "border.background": "second", - "closeButton.background": "bg", - "tab.selected.active.background": "cs", - "tab.selected.background": "cs" - }, - "Header": { - "height": 42, - "background": "second", - "borderColor": "second", - "inactiveBackground": "bg" - }, - "HeaderCloseButton": { - "background": "bg" - }, - "HeaderTab": { - "borderColor": "bg", - "hoverBackground": "hl", - "hoverInactiveBackground": "hl", - "inactiveUnderlineColor": "accent", - "leftRightInsets": "0,12,0,12", - "selectedBackground": "cs", - "selectedInactiveBackground": "cs", - "underlineArc": 4, - "underlineColor": "accent", - "underlineHeight": 3, - "underlinedTabBackground": "table", - "underlinedTabForeground": "selFg", - "underlinedTabInactiveBackground": "hc", - "underlinedTabInactiveForeground": "fg", - "verticalPadding": 6 - }, - "inactive": { - "Header.background": "bg", - "HeaderTab.background": "cs" - } - }, - "Tree": { - "border": "4,12,4,12", - "background": "hc", - "foreground": "text", - "errorForeground": "red", - "hash": "border", - "hoverBackground": "tree", - "hoverInactiveBackground": "table", - "modifiedItemForeground": "accent", - "rowHeight": "28", - "selectionBackground": "tree", - "selectionForeground": "selFg", - "selectionInactiveBackground": "tree", - "selectionInactiveForeground": "selFg", - "textBackground": "hc" - }, - "Tree.leftChildIndent": 10, - "Tree.rightChildIndent": 5, - "UIDesigner": { - "Activity.borderColor": "border", - "Canvas.background": "cs", - "ColorPicker": { - "background": "second", - "foreground": "fg" - }, - "Component": { - "background": "bg", - "borderColor": "border", - "foreground": "fg", - "hoverBorderColor": "hl" - }, - "Connector": { - "borderColor": "border", - "hoverBorderColor": "hl" - }, - "Label.foreground": "text", - "highStroke.foreground": "fg", - "motion": { - "AddConstraintColor": "accent", - "AddConstraintPlus": "accent", - "CSPanel.SelectedBackground": "tree", - "CSPanel.SelectedFocusBackground": "selBg", - "Component.foreground": "fg", - "ConstraintSet.background": "second", - "ConstraintSetText.foreground": "text", - "CursorTextColor.foreground": "fg", - "HoverColor.disabledBackground": "dis", - "Key.selectedForeground": "accent", - "Notification.background": "notif", - "PositionMarkColor": "accent", - "PrimaryPanel.background": "cs", - "SecondaryPanel.background": "bg", - "SecondaryPanel.header.background": "cs", - "SecondaryPanel.header.foreground": "text", - "TimeCursor.End.selectedForeground": "accent", - "TimeCursor.Start.selectedForeground": "accent", - "TimeCursor.selectedForeground": "accent", - "borderColor": "border", - "cs_FocusText.infoForeground": "text", - "graphLine.lineSeparatorColor": "accent", - "motionGraph.background": "bg", - "ourAvg.background": "second", - "ourCS.background": "second", - "ourCS_Border.borderColor": "border", - "ourCS_SelectedBackground.selectionInactiveBackground": "table", - "ourCS_SelectedBorder.pressedBorderColor": "hl", - "ourCS_SelectedFocusBackground.selectionForeground": "selFg", - "ourCS_SelectedFocusBorder.focusedBorderColor": "accent", - "ourCS_TextColor.foreground": "text", - "ourML_BarColor.separatorColor": "border", - "timeLine.disabledBorderColor": "border" - }, - "PackageDetails": { - "border": "accent", - "infoBanner": "accent" - }, - "PackageSearch": { - "PackagesList.rowHeight": 28, - "PackageTag": { - "background": "excl", - "foreground": "fg", - "hoverBackground": "tree", - "selectedBackground": "selBg", - "selectedForeground": "selFg" - }, - "PackageTagSelected": { - "background": "selBg", - "foreground": "selFg" - }, - "SearchResult": { - "background": "cs", - "hoverBackground": "tree", - "PackageTag": { - "background": "excl", - "foreground": "fg", - "hoverBackground": "tree", - "selectedBackground": "selBg", - "selectedForeground": "selFg" - } - } - }, - "Panel": { - "background": "bg", - "borderColor": "border", - "graphLabel": "text", - "graphLines": "hl", - "lines3d": "accent", - "secondaryGraphLines": "border" - }, - "percent.foreground": "fg", - "Placeholder": { - "background": "bg", - "borderColor": "border", - "foreground": "fg", - "selectedForeground": "selFg" - }, - "Preview.background": "bg", - "stroke.acceleratorForeground": "text" - }, - "ValidationTooltip": { - "errorBackground": "notif", - "errorBorderColor": "notif", - "warningBackground": "notif", - "warningBorderColor": "notif" - }, - "VersionControl": { - "FileHistory.Commit": { - "otherBranchBackground": "excl", - "selectedBranchBackground": "bg" - }, - "GitCommits": { - "graphColor": "hl" - }, - "GitLog": { - "localBranchIconColor": "accent", - "otherIconColor": "text", - "remoteBranchIconColor": "fg", - "tagIconColor": "text" - }, - "HgLog": { - "bookmarkIconColor": "activeFg", - "branchIconColor": "accent", - "closedBranchIconColor": "dis", - "localTagIconColor": "text", - "mqTagIconColor": "text", - "tagIconColor": "text", - "tipIconColor": "text" - }, - "Log": { - "Commit": { - "currentBranchBackground": "cs", - "hoveredBackground": "tree", - "rowHeight": 28, - "unmatchedForeground": "text" - } - }, - "MarkerPopup": { - "borderColor": "border", - "borderInsets": "6,8,6,10", - "Toolbar.background": "hl" - }, - "Ref": { - "backgroundBase": "hl", - "foreground": "activeFg" - }, - "RefLabel": { - "backgroundBase": "hl", - "foreground": "activeFg" - } - }, - "UnattendedHostStatus": { - "warningBackground": "yellow", - "warningForeground": "activeFg", - "dangerBackground": "red" - }, - "Viewport": { - "background": "hc", - "foreground": "fg" - }, - "WelcomeScreen": { - "AssociatedComponent.background": "bg", - "Details.background": "bg", - "List": { - "background": "hc", - "selectionBackground": "selBg", - "selectionInactiveBackground": "hl" - }, - "SidePanel.background": "second", - "background": "bg", - "borderColor": "bg", - "captionBackground": "cs", - "captionForeground": "fg", - "footerBackground": "cs", - "footerForeground": "fg", - "groupIconBorderColor": "button", - "headerBackground": "bg", - "headerForeground": "fg", - "separatorColor": "border", - "Projects": { - "actions.background": "cs", - "actions.selectionBackground": "hl", - "background": "second", - "selectionBackground": "selBg", - "selectionInactiveBackground": "selBg" - } - }, - "Window.border": "border", - "window": "hc", - "windowBorder": "border", - "windowText": "text" - }, - "icons": { - "ColorPalette": { - "#43494A": "cs", - "#6B6B6B": "text", - "#A7A7A7": "bg", - "#3D6185": "accent", - "#466D94": "accent", - "#3C3F41": "bg", - "#545556": "dis", - "#606060": "dis", - "#9AA7B0": "fg", - "#675133": "accent", - "Actions.Blue": "blue", - "Actions.Green": "green", - "Actions.Grey": "text", - "Actions.GreyInline": "gray", - "Actions.GreyInline.Dark": "fg", - "Actions.Red": "red", - "Actions.Yellow": "yellow", - "Checkbox.Background.Default": "cs", - "Checkbox.Background.Default.Dark": "cs", - "Checkbox.Background.Disabled": "excl", - "Checkbox.Background.Disabled.Dark": "excl", - "Checkbox.Background.Selected": "accent", - "Checkbox.Background.Selected.Dark": "hc", - "Checkbox.Border.Default": "hl", - "Checkbox.Border.Default.Dark": "hl", - "Checkbox.Border.Disabled": "dis", - "Checkbox.Border.Disabled.Dark": "dis", - "Checkbox.Border.Selected": "accent", - "Checkbox.Border.Selected.Dark": "hl", - "Checkbox.Focus.Thin.Default": "accent", - "Checkbox.Focus.Thin.Default.Dark": "accent", - "Checkbox.Focus.Thin.Selected": "fg", - "Checkbox.Focus.Thin.Selected.Dark": "fg", - "Checkbox.Focus.Wide": "accent", - "Checkbox.Focus.Wide.Dark": "accent", - "Checkbox.Foreground.Disabled": "dis", - "Checkbox.Foreground.Disabled.Dark": "dis", - "Checkbox.Foreground.Selected": "hc", - "Checkbox.Foreground.Selected.Dark": "accent", - "Objects.BlackText": "fg", - "Objects.Blue": "blue", - "Objects.Green": "green", - "Objects.GreenAndroid": "green", - "Objects.Grey": "gray", - "Objects.Pink": "purple", - "Objects.Purple": "purple", - "Objects.Red": "red", - "Objects.RedStatus": "red", - "Objects.Yellow": "yellow", - "Objects.YellowDark": "orange", - "Tree.iconColor": "text", - "Tree.iconColor.Dark": "text" - } - } -} 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 deleted file mode 100644 index 060f891d..00000000 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Atom One Dark Contrast.theme.json +++ /dev/null @@ -1,1778 +0,0 @@ -{ - "name": "Atom One Dark Contrast", - "dark": true, - "author": "Mallowigi", - "colors": { - "bg": "#282C34", - "bg30": "#282C3430", - "fg": "#979FAD", - "text": "#979FAD", - "selBg": "#4D515D", - "selBg20": "#4D515D20", - "selFg": "#FFFFFF", - "activeFg": "#FFFFFF", - "border": "#282C34", - "excl": "#3c4150", - "second": "#2F333D", - "dis": "#6B727D", - "accent": "#2979ff", - "accent2": "#2979ff2", - "accent50": "#2979ff50", - "accent70": "#2979ff70", - "cs": "#21252B", - "button": "#3A3F4B", - "table": "#383E49", - "tree": "#303540", - "hl": "#383D48", - "notif": "#282C34", - "hc": "#21252B", - "shadow": "undefined", - "white": "#D19A66", - "blue": "#61AEEF", - "red": "#e06c75", - "yellow": "#E5C17C", - "green": "#98C379", - "gray": "#59626F", - "purple": "#C679DD", - "orange": "#D19A66" - }, - "editorScheme": "colors/Atom One Dark.xml", - "ui": { - "*": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "text", - "background": "bg", - "borderColor": "border", - "disabledBackground": "excl", - "disabledBorderColor": "button", - "disabledForeground": "dis", - "disabledText": "dis", - "focusColor": "hl", - "focusedBorderColor": "accent", - "foreground": "fg", - "hoverBorderColor": "hl", - "inactiveBackground": "excl", - "inactiveForeground": "text", - "infoForeground": "text", - "lineSeparatorColor": "hl", - "pressedBorderColor": "hl", - "selectionBackground": "selBg", - "selectionBackgroundInactive": "second", - "selectionForeground": "selFg", - "selectionInactiveBackground": "second", - "separatorColor": "border" - }, - "activeCaption": "bg", - "activeCaptionBorder": "bg", - "activeCaptionText": "fg", - "ActionButton": { - "focusedBorderColor": "accent50", - "hoverBackground": "accent50", - "hoverBorderColor": "accent50", - "hoverSeparatorColor": "button", - "pressedBackground": "accent50", - "pressedBorderColor": "accent50" - }, - "ActionsList": { - "icon.gap": 12, - "mnemonic.icon.gap": 12 - }, - "ActionToolbar": { - "background": "hc" - }, - "AppInspector.GraphNode": { - "background": "second", - "borderColor": "border", - "focusedBorderColor": "accent" - }, - "AssignedMnemonic": { - "background": "hl", - "borderColor": "selBg", - "foreground": "activeFg" - }, - "Autocomplete": { - "selectionBackground": "selBg", - "selectionUnfocus": "hl" - }, - "AvailableMnemonic": { - "background": "button", - "borderColor": "button", - "foreground": "fg" - }, - "BigSpinner.background": "bg", - "Bookmark": { - "iconBackground": "accent", - "Mnemonic": { - "iconBackground": "hl", - "iconBorderColor": "hl", - "iconForeground": "fg" - } - }, - "BookmarkMnemonicAssigned": { - "background": "hl", - "borderColor": "selBg", - "foreground": "selFg" - }, - "BookmarkMnemonicAvailable": { - "background": "button", - "borderColor": "button", - "foreground": "fg" - }, - "BookmarkMnemonicCurrent": { - "background": "accent", - "borderColor": "accent", - "foreground": "selFg" - }, - "BookmarkMnemonicIcon": { - "background": "hl", - "borderColor": "hl", - "foreground": "fg" - }, - "BookmarkIcon.background": "accent", - "Borders.ContrastBorderColor": "bg", - "Borders.color": "border", - "Breakpoint.iconHoverAlpha": 0.35, - "Button": { - "arc": 8, - "background": "bg", - "darcula": { - "borderColor": "button", - "defaultBorderColor": "button", - "defaultEndColor": "button", - "defaultFocusedBorderColor": "table", - "defaultOutlineColor": "button", - "defaultStartColor": "button", - "disabledBorderColor": "button", - "disabledOutlineColor": "border", - "disabledText.shadow": "bg", - "endColor": "button", - "focusedBorderColor": "table", - "outlineColor": "button", - "selectedButtonForeground": "selFg", - "selection.color1": "table", - "selection.color2": "table", - "shadowColor": "shadow", - "smallComboButtonBackground": "button", - "startColor": "button" - }, - "default": { - "borderColor": "button", - "endBackground": "table", - "endBorderColor": "table", - "focusColor": "accent", - "focusedBorderColor": "accent", - "foreground": "selFg", - "shadowColor": "shadow", - "startBackground": "table", - "startBorderColor": "table" - }, - "disabledBackground": "excl", - "disabledBorderColor": "border", - "disabledText": "dis", - "endBackground": "table", - "endBorderColor": "button", - "focus": "hl", - "focusedBorderColor": "accent", - "foreground": "text", - "highlight": "selFg", - "mt.background": "button", - "mt.color1": "button", - "mt.color2": "button", - "mt.foreground": "text", - "mt.selectedForeground": "selFg", - "mt.selection.color1": "table", - "mt.selection.color2": "table", - "select": "button", - "shadowColor": "shadow", - "shadowWidth": 0, - "startBackground": "table", - "startBorderColor": "button", - "ToolWindow": { - "arc": 40 - } - }, - "Canvas": { - "Tooltip.background": "notif", - "Tooltip.borderColor": "border" - }, - "CheckBox": { - "background": "bg", - "background.selected": "accent", - "borderColor": "bg", - "borderColor.selected": "accent", - "checkSignColor": "bg", - "checkSignColor.selected": "bg", - "checkSignColorDisabled": "bg", - "checkSignColorDisabled.selected": "bg", - "darcula": { - "borderColor1": "fg", - "checkSignColorDisabled": "dis", - "disabledBorderColor1": "dis", - "disabledBorderColor2": "dis", - "inactiveFillColor": "hl" - }, - "disabledBorderColor": "bg", - "disabledBorderColor.selected": "accent", - "disabledText": "dis", - "focused.background": "bg", - "focused.background.selected": "accent", - "focusedArmed.background": "bg", - "focusedArmed.background.selected": "accent", - "foreground": "fg", - "inactiveFillColor": "bg", - "inactiveFillColor.selected": "accent", - "select": "accent", - "shadowColor": "bg", - "shadowColorDisabled": "bg" - }, - "Checkbox": { - "Background.Default": "bg", - "Background.Default.Dark": "bg", - "Background.Disabled": "second", - "Background.Disabled.Dark": "second", - "Background.Selected": "accent", - "Background.Selected.Dark": "accent", - "Border.Default": "hl", - "Border.Default.Dark": "hl", - "Border.Disabled": "second", - "Border.Disabled.Dark": "second", - "Border.Selected": "accent", - "Border.Selected.Dark": "accent", - "Focus.Thin.Default": "bg", - "Focus.Thin.Default.Dark": "bg", - "Focus.Wide.Default": "bg", - "Focus.Wide.Default.Dark": "bg", - "Focus.Thin.Selected": "accent", - "Focus.Thin.Selected.Dark": "accent", - "Focus.Wide.Selected": "accent", - "Focus.Wide.Selected.Dark": "accent" - }, - "CheckBoxMenuItem": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "text", - "background": "bg", - "disabledBackground": "bg", - "disabledForeground": "dis", - "foreground": "fg", - "selectionBackground": "selBg", - "selectionForeground": "activeFg" - }, - "CodeWithMe": { - "Avatar.foreground": "fg", - "AccessDisabled.accessDot": "dis", - "AccessEnabled": { - "accessDot": "accent", - "dropdownBorder": "second", - "pillBackground": "second" - }, - "Users": { - "1": { - "Background": "green", - "Foreground": "fg" - }, - "2": { - "Background": "blue", - "Foreground": "fg" - }, - "3": { - "Background": "red", - "Foreground": "fg" - }, - "4": { - "Background": "purple", - "Foreground": "fg" - }, - "5": { - "Background": "yellow", - "Foreground": "fg" - }, - "6": { - "Background": "orange", - "Foreground": "fg" - } - } - }, - "ColorChooser": { - "background": "bg", - "foreground": "fg", - "swatchesDefaultRecentColor": "fg" - }, - "ComboBoxButton.background": "button", - "ComboBox": { - "ArrowButton": { - "background": "button", - "disabledIconColor": "dis", - "iconColor": "fg", - "nonEditableBackground": "hc" - }, - "PopupBackground": "cs", - "arrowFillColor": "hc", - "background": "hc", - "buttonBackground": "button", - "darcula": { - "arrowButtonBackground": "hc", - "arrowButtonDisabledForeground": "dis", - "arrowButtonForeground": "fg", - "disabledArrowButtonBackground": "excl", - "editable.arrowButtonBackground": "hc", - "hoveredArrowButtonForeground": "accent", - "nonEditableBackground": "bg" - }, - "disabledBackground": "excl", - "disabledForeground": "dis", - "foreground": "fg", - "modifiedItemForeground": "accent", - "nonEditableBackground": "bg", - "padding": "5,5,5,5", - "selectionBackground": "table", - "selectionForeground": "activeFg" - }, - "ComboPopup.border": "1,1,1,1,#2979ff", - "CompletionPopup": { - "Advertiser": { - "background": "bg", - "foreground": "fg", - "borderInsets": "8,12,8,12" - }, - "background": "second", - "foreground": "fg", - "grayForeground": "text", - "grayedForeground": "text", - "infoForeground": "text", - "matchForeground": "accent", - "matchSelectedForeground": "accent", - "matchSelectionForeground": "accent", - "nonFocusedState": "false", - "selectedForeground": "selFg", - "selectedGrayedForeground": "selFg", - "selectionBackground": "cs", - "selectionForeground": "selFg", - "selectionGrayForeground": "selFg", - "selectionInactiveBackground": "hl", - "selectionInactiveForeground": "text", - "selectionInactiveInfoForeground": "text", - "selectionInfoForeground": "selFg" - }, - "ComplexPopup": { - "Header.background": "notif" - }, - "Component": { - "arc": 4, - "focusWidth": 2, - "borderColor": "hl", - "disabledBorderColor": "dis", - "focusColor": "accent", - "focusedBorderColor": "accent", - "hoverIconColor": "accent", - "iconColor": "text", - "grayForeground": "text", - "infoForeground": "text" - }, - "Content": { - "background": "cs", - "selectionBackground": "selBg", - "selectionInactiveBackground": "fg" - }, - "control": "button", - "controlLtHighlight": "selFg", - "controlText": "text", - "controlHighlight": "hl", - "controlShadow": "excl", - "controlDkShadow": "excl", - "Counter": { - "background": "accent", - "foreground": "selFg" - }, - "CurrentMnemonic": { - "background": "accent", - "borderColor": "accent", - "foreground": "selFg" - }, - "darcula": { - "background": "bg", - "foreground": "fg", - "primary": "bg" - }, - "desktop": "hc", - "Debugger": { - "EvaluateExpression.background": "bg", - "Variables": { - "changedValueForeground": "accent", - "collectingDataForeground": "text", - "errorMessageForeground": "red", - "evaluatingExpressionForeground": "text", - "exceptionForeground": "yellow", - "modifyingValueForeground": "accent", - "valueForeground": "accent", - "typeForeground": "text" - } - }, - "DebuggerTabs": { - "active.background": "hl", - "selectedBackground": "hl", - "underlinedTabBackground": "table", - "underlineHeight": 2 - }, - "DebuggerPopup": { - "borderColor": "bg" - }, - "DefaultTabs": { - "background": "bg", - "borderColor": "bg", - "hoverBackground": "table", - "hoverColor": "hl", - "hoverMaskColor": "hl", - "inactiveColoredFileBackground": "button", - "inactiveColoredTabBackground": "bg", - "inactiveMaskColor": "hc", - "inactiveUnderlineColor": "accent", - "underlineColor": "accent", - "underlineHeight": 3, - "underlinedTabBackground": "table", - "underlinedTabForeground": "selFg" - }, - "Desktop.background": "bg", - "Dialog": { - "titleColor": "bg" - }, - "DialogWrapper": { - "southPanelBackground": "bg", - "southPanelDivider": "bg" - }, - "DragAndDrop": { - "areaBackground": "tree", - "areaBorderColor": "bg", - "areaForeground": "fg", - "backgroundBorderColor": "bg", - "backgroundColor": "bg", - "borderColor": "accent", - "foregroundColor": "fg", - "rowBackground": "accent70" - }, - "dropArea.base": "accent", - "Editor": { - "background": "hc", - "foreground": "fg", - "shortcutForeground": "text", - "SearchField": { - "background": "cs", - "borderInsets": "8,12,8,12" - }, - "Toolbar": { - "borderColor": "border" - } - }, - "EditorGroupsTabs": { - "background": "bg", - "borderColor": "second", - "hoverBackground": "hl", - "hoverColor": "hl", - "inactiveUnderlineColor": "accent", - "underlineColor": "accent", - "underlinedTabBackground": "table", - "underlinedTabForeground": "fg" - }, - "EditorPane": { - "background": "hc", - "caretForeground": "accent", - "foreground": "fg", - "inactiveBackground": "bg", - "inactiveForeground": "dis", - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "splitBorder": "border" - }, - "EditorTabs": { - "active.background": "table", - "active.foreground": "fg", - "active.underlineColor": "accent", - "background": "bg", - "borderColor": "second", - "foreground": "fg", - "hoverBackground": "hl", - "hoverColor": "hl", - "hoverMaskColor": "hl", - "inactive.maskColor": "bg", - "inactiveColoredFileBackground": "bg", - "inactiveMaskColor": "bg", - "inactiveUnderlineColor": "dis", - "selectedBackground": "table", - "selectedForeground": "fg", - "tabInsets": "-10,10,-10,10", - "underlineColor": "accent", - "underlineHeight": 3, - "underlineArc": 4, - "underlinedTabBackground": "table", - "underlinedTabForeground": "selFg" - }, - "FileColor": { - "Blue": "#004BA0", - "Green": "#387002", - "Orange": "#B53D00", - "Rose": "#A00037", - "Violet": "#4D2C91", - "Yellow": "excl", - "Gray": "excl", - "excluded": "excl" - }, - "FlameGraph": { - "JVMBackground": "#89DDF7", - "JVMFocusBackground": "#82AAFF", - "JVMFocusSearchNotMatchedBackground": "#AB7967", - "JVMSearchNotMatchedBackground": "#FF5370", - "nativeBackground": "#FFCB6B", - "nativeFocusBackground": "#F78C6C", - "nativeFocusSearchNotMatchedBackground": "#BB80B3", - "nativeSearchNotMatchedBackground": "#C792EA" - }, - "Focus": { - "Color": "accent50", - "borderColor": "accent50", - "color": "accent50", - "defaultButtonBorderColor": "accent" - }, - "FormattedTextField": { - "background": "cs", - "caretForeground": "accent", - "foreground": "fg", - "inactiveBackground": "button", - "inactiveForeground": "dis", - "selectionBackground": "selBg", - "selectionForeground": "activeFg" - }, - "Git.Log.Ref": { - "LocalBranch": "accent", - "Other": "text", - "RemoteBranch": "fg", - "Tag": "text" - }, - "Github.List.tallRow": { - "foreground": "fg", - "secondary.foreground": "text", - "selectionBackground": "selBg", - "selectionBackground.unfocused": "hl", - "selectionForeground": "selFg", - "selectionForeground.unfocused": "selFg" - }, - "GotItTooltip": { - "background": "notif", - "borderColor": "notif", - "endBackground": "button", - "endBorderColor": "button", - "foreground": "fg", - "linkForeground": "accent", - "shortcutForeground": "text", - "startBackground": "button", - "startBorderColor": "button" - }, - "Group": { - "disabledSeparatorColor": "border", - "separatorColor": "border" - }, - "Gutter": { - "VcsChanges.width": 4 - }, - "GutterTooltip": { - "borderColor": "bg", - "infoForeground": "text", - "lineSeparatorColor": "bg" - }, - "HeaderColor": { - "active": "bg", - "inactive": "cs" - }, - "HelpTooltip": { - "background": "bg", - "backgroundColor": "bg", - "borderColor": "border", - "defaultTextBorderInsets": "16,16,16,16", - "foreground": "fg", - "infoForeground": "text", - "shortcutForeground": "text", - "shortcutTextColor": "text", - "smallTextBorderInsets": "8,12,8,12", - "textColor": "fg", - "verticalGap": 8 - }, - "Hg.Log.Ref": { - "Branch": "accent", - "ClosedBranch": "fg", - "LocalTag": "text", - "MqTag": "text", - "Tag": "text" - }, - "Hyperlink.linkColor": "accent", - "IconBadge": { - "infoBackground": "accent" - }, - "IdeStatusBar.border": "4,4,4,4", - "InformationHint.borderColor": "border", - "inactiveCaption": "second", - "inactiveCaptionBorder": "bg", - "inactiveCaptionText": "text", - "info": "text", - "infoPanelForeground": "text", - "infoText": "text", - "InplaceRefactoringPopup": { - "background": "bg", - "borderColor": "bg" - }, - "intellijlaf": { - "background": "bg", - "foreground": "fg" - }, - "InternalFrame": { - "activeTitleForeground": "fg", - "background": "bg", - "inactiveTitleBackground": "bg", - "inactiveTitleForeground": "text" - }, - "Label": { - "background": "bg", - "disabledForeground": "dis", - "disabledForegroundColor": "dis", - "disabledShadow": "dis", - "disabledText": "dis", - "errorForeground": "accent", - "foreground": "fg", - "grayForeground": "text", - "infoForeground": "text", - "selectedDisabledForeground": "fg", - "selectedForeground": "activeFg", - "textForeground": "text" - }, - "Lesson": { - "Badge": { - "newLessonBackground": "accent", - "newLessonForeground": "selFg" - }, - "shortcutBackground": "second", - "stepNumberForeground": "text", - "Tooltip": { - "background": "notif", - "borderColor": "notif", - "foreground": "fg", - "spanBackground": "button", - "spanForeground": "fg", - "stepNumberForeground": "text" - } - }, - "link": "accent", - "Link": { - "activeForeground": "accent", - "focusedBorderColor": "accent", - "hoverForeground": "accent", - "pressedForeground": "accent", - "secondaryForeground": "text", - "visitedForeground": "accent" - }, - "link.foreground": "accent", - "link.hover.foreground": "accent", - "link.pressed.foreground": "accent", - "link.visited.foreground": "accent", - "List": { - "background": "bg", - "Button": { - "hoverBackground": "hl", - "leftRightInset": 8, - "separatorColor": "border", - "separatorInset": 4 - }, - "foreground": "fg", - "hoverBackground": "hl", - "hoverInactiveBackground": "table", - "Line.hoverBackground": "selBg", - "rowHeight": "28", - "selectionBackground": "tree", - "selectionForeground": "selFg", - "selectionInactiveBackground": "table", - "selectionInactiveForeground": "activeFg", - "Tag": { - "background": "button", - "foreground": "fg" - } - }, - "LiveIndicator": { - "color": "accent" - }, - "macOSWindow.Title": { - "height": 30, - "heightSmall": 20 - }, - "MainMenu": { - "background": "hc", - "foreground": "fg", - "selectionForeground": "activeFg", - "selectionBackground": "selBg" - }, - "MainToolbar": { - "background": "bg", - "Button": { - "buttonInsets": "0,0,0,0" - }, - "Dropdown": { - "borderInsets": "6,12,6,12", - "background": "bg", - "foreground": "fg", - "hoverBackground": "hl", - "pressedBackground": "table" - }, - "hoverBackground": "hl", - "Icon": { - "borderInsets": "10,10,10,10", - "background": "bg", - "hoverBackground": "hl", - "pressedBackground": "table" - }, - "inactiveBackground": "bg", - "pressedBackground": "table", - "separatorColor": "border" - }, - "material": { - "background": "bg", - "branchColor": "fg", - "contrast": "cs", - "foreground": "fg", - "mergeCommits": "button", - "primaryColor": "text", - "selectionBackground": "selBg", - "selectionForeground": "selFg", - "tab.backgroundColor": "bg", - "tab.borderColor": "accent", - "tagColor": "text" - }, - "MemoryIndicator": { - "allocatedBackground": "second", - "unusedColor": "second", - "usedBackground": "hl", - "usedColor": "hl" - }, - "menu": "bg", - "menuText": "fg", - "Menu": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "activeFg", - "background": "bg", - "border": "8,8,8,8", - "borderColor": "second", - "disabledBackground": "second", - "disabledForeground": "dis", - "foreground": "fg", - "Selection": { - "arc": 8, - "innerInsets": "8,2,8,2" - }, - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "separatorColor": "border" - }, - "MenuBar": { - "background": "hc", - "borderColor": "bg", - "disabledBackground": "bg", - "disabledForeground": "dis", - "foreground": "fg", - "highlight": "bg", - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "shadow": "hc" - }, - "MenuItem": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "activeFg", - "background": "bg", - "border": "8,8,8,8", - "disabledBackground": "bg", - "disabledForeground": "dis", - "foreground": "fg", - "selectionBackground": "selBg", - "selectionForeground": "activeFg" - }, - "MlModelBinding.Viewer.CodeEditor.background": "bg", - "MnemonicIcon": { - "background": "hl", - "borderColor": "hl", - "foreground": "fg" - }, - "NavBar": { - "arrowColor": "fg", - "borderColor": "bg", - "selectedColor": "accent" - }, - "NewClass": { - "Panel": { - "background": "bg" - }, - "SearchField": { - "background": "cs" - }, - "separatorWidth": 6 - }, - "NewPSD.warning": "accent", - "Notification": { - "arc": 16, - "Error.foreground": "accent", - "Link.foreground": "accent", - "background": "notif", - "borderColor": "notif", - "errorBackground": "notif", - "errorBorderColor": "notif", - "errorForeground": "accent", - "foreground": "fg", - "linkForeground": "accent", - "MoreButton": { - "background": "button", - "foreground": "fg", - "innerBorderColor": "button" - }, - "ToolWindow": { - "Button.DragAndDrop": { - "buttonFloatingBackground": "button", - "stripeBackground": "bg" - }, - "errorBackground": "notifError", - "errorBorderColor": "notifError", - "errorForeground": "fg", - "infoBackground": "notif", - "infoBorderColor": "notif", - "infoForeground": "fg", - "informativeBackground": "notif", - "informativeBorderColor": "notif", - "informativeForeground": "fg", - "warningBackground": "notifWarn", - "warningBorderColor": "notifWarn", - "warningForeground": "fg" - }, - "ToolWindowError": { - "foreground": "fg", - "background": "notifError" - }, - "ToolWindowInfo": { - "foreground": "fg", - "background": "notif", - "borderColor": "notif" - }, - "ToolWindowWarning": { - "foreground": "fg", - "background": "notifWarn" - } - }, - "Notifications": { - "background": "notif", - "borderColor": "notif" - }, - "NotificationsToolwindow": { - "Notification.hoverBackground": "tree", - "newNotification.background": "notif", - "newNotification.hoverBackground": "tree" - }, - "OnePixelDivider.background": "border", - "OptionPane": { - "background": "bg", - "foreground": "fg", - "messageForeground": "fg" - }, - "OptionButton": { - "default.separatorColor": "table", - "separatorColor": "button" - }, - "Outline": { - "color": "button", - "disabledColor": "dis", - "focusedColor": "accent" - }, - "Panel": { - "background": "bg", - "foreground": "fg", - "mouseShortcutBackground": "bg" - }, - "ParameterInfo": { - "ContextHelp.foreground": "text", - "background": "second", - "borderColor": "table", - "currentOverloadBackground": "hl", - "currentParameterForeground": "accent", - "disabledColor": "dis", - "disabledForeground": "dis", - "foreground": "fg", - "highlightedColor": "accent", - "infoForeground": "text", - "lineSeparatorColor": "table" - }, - "PasswordField": { - "background": "cs", - "capsLockIconColor": "accent", - "caretForeground": "accent", - "foreground": "fg", - "inactiveForeground": "dis", - "selectionBackground": "table", - "selectionForeground": "activeFg" - }, - "Plugins": { - "background": "bg", - "borderColor": "border", - "disabledForeground": "dis", - "eapTagBackground": "hl", - "hoverBackground": "hl", - "lightSelectionBackground": "table", - "paidTagBackground": "hl", - "selectionBackground": "selBg", - "selectionForeground": "selFg", - "tagBackground": "hl", - "tagForeground": "accent", - "trialTagBackground": "hl", - "Button": { - "installBackground": "button", - "installBorderColor": "button", - "installFillBackground": "button", - "installFillForeground": "dis", - "installFocusedBackground": "hl", - "installForeground": "fg", - "updateBackground": "accent", - "updateBorderColor": "button", - "updateForeground": "fg" - }, - "ScreenshotPagination": { - "CurrentImage.fillColor": "accent" - }, - "SearchField": { - "background": "cs", - "borderColor": "border" - }, - "SectionHeader": { - "background": "second", - "foreground": "fg" - }, - "Tab": { - "active.background": "table", - "active.foreground": "activeFg", - "hover.background": "table", - "hoverBackground": "table", - "selectedBackground": "table", - "selectedForeground": "selFg" - } - }, - "Popup": { - "Advertiser": { - "borderInsets": "6,20,6,20", - "background": "bg", - "borderColor": "bg", - "foreground": "accent" - }, - "Body": { - "bottomInsetNoAd": 8, - "bottomInsetBeforeAd": 8, - "topInsetNoHeader": 8 - }, - "Border": { - "color": "cs", - "inactiveColor": "bg" - }, - "background": "notif", - "borderColor": "cs", - "borderWidth": 0, - "inactiveBorderColor": "bg", - "innerBorderColor": "second", - "Header": { - "activeBackground": "bg", - "inactiveBackground": "cs", - "inactiveForeground": "text" - }, - "paintBorder": false, - "preferences": { - "background": "bg", - "borderColor": "bg", - "foreground": "fg" - }, - "Selection.arc": 8, - "Selection.leftRightInset": 8, - "Separator": { - "foreground": "fg", - "color": "border" - }, - "separatorColor": "second", - "separatorForeground": "fg", - "Toolbar": { - "Border.color": "cs", - "Floating.background": "cs", - "background": "cs", - "borderColor": "cs" - } - }, - "PopupMenu": { - "background": "bg", - "borderWidth": 1, - "border": "8,8,8,8", - "borderCornerRadius": 8, - "foreground": "fg", - "Selection": { - "arc": 8, - "innerInsets": "8,2,8,2" - }, - "selectionBackground": "selBg", - "translucentBackground": "bg" - }, - "PopupMenuSeparator": { - "height": 10, - "stripeWidth": 2, - "stripeIndent": 5, - "withToEdge": 4, - "borderCornerRadius": 8 - }, - "ProgressBar": { - "background": "bg", - "foreground": "accent", - "halfColor": "hl", - "indeterminateEndColor": "accent", - "indeterminateStartColor": "accent", - "progressColor": "accent", - "selectionBackground": "hl", - "trackColor": "hl" - }, - "ProgressIcon": { - "color": "accent" - }, - "PsiViewer": { - "referenceHighlightColor": "accent" - }, - "RadioButton": { - "background": "bg", - "darcula": { - "borderColor1": "fg", - "selectionDisabledColor": "bg", - "selectionDisabledShadowColor": "accent", - "selectionEnabledColor": "accent", - "selectionEnabledShadowColor": "accent" - }, - "disabledText": "dis", - "focusColor": "accent", - "foreground": "fg", - "selectionDisabledColor": "bg", - "selectionDisabledShadowColor": "accent", - "selectionEnabledColor": "accent", - "selectionEnabledShadowColor": "accent" - }, - "RadioButtonMenuItem": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "text", - "background": "bg", - "disabledBackground": "bg", - "disabledForeground": "dis", - "foreground": "fg", - "selectionBackground": "selBg", - "selectionForeground": "selFg" - }, - "ReviewList": { - "state.background": "second", - "state.foreground": "fg" - }, - "RunWidget": { - "background": "button", - "Debug.activeBackground": "hl", - "foreground": "fg", - "hoverBackground": "table", - "pressedBackground": "hl", - "Profile.activeBackground": "hl", - "runningBackground": "hl", - "runningForeground": "selFg", - "Run.activeBackground": "hl", - "Running": { - "background": "hl", - "foreground": "selFg", - "leftHoverBackground": "hl", - "leftPressedBackground": "hl" - }, - "separatorColor": "border" - }, - "ScreenView.borderColor": "border", - "scrollbar": "bg", - "ScrollBar": { - "background": "bg", - "hoverThumbBorderColor": "accent", - "hoverThumbColor": "accent", - "hoverTrackColor": "bg30", - "Mac": { - "hoverThumbBorderColor": "accent", - "hoverThumbColor": "accent", - "hoverTrackColor": "bg30", - "thumbBorderColor": "accent70", - "thumbColor": "accent70", - "trackColor": "bg30", - "Transparent": { - "hoverThumbBorderColor": "accent", - "hoverThumbColor": "accent", - "hoverTrackColor": "bg30", - "thumbBorderColor": "accent70", - "thumbColor": "accent70", - "trackColor": "bg30" - } - }, - "thumb": "hl", - "thumbBorderColor": "accent70", - "thumbColor": "accent70", - "Thumb": { - "Hovered.background": "accent", - "NonOpaque.Hovered.background": "accent" - }, - "trackColor": "bg30", - "Transparent": { - "hoverThumbBorderColor": "accent", - "hoverThumbColor": "accent", - "hoverTrackColor": "bg30", - "thumbBorderColor": "accent70", - "thumbColor": "accent70", - "trackColor": "bg30" - } - }, - "SearchEverywhere": { - "Advertiser": { - "background": "bg", - "foreground": "text", - "borderInsets": "10,20,10,20" - }, - "background": "bg", - "Dialog": { - "background": "bg", - "borderColor": "bg", - "foreground": "fg" - }, - "foreground": "fg", - "Header": { - "background": "bg" - }, - "List": { - "Separator.Color": "border", - "Separator.foreground": "text", - "selectionBackground": "selBg", - "separatorColor": "border", - "separatorForeground": "text", - "settingsBackground": "bg" - }, - "SearchField": { - "Border.color": "hl", - "background": "cs", - "borderColor": "hl", - "grayForeground": "dis", - "infoForeground": "dis" - }, - "shortcutForeground": "text", - "Tab": { - "active.background": "hl", - "active.foreground": "activeFg", - "selected.background": "hl", - "selected.foreground": "activeFg", - "selectedBackground": "hl", - "selectedForeground": "activeFg" - } - }, - "SearchMatch": { - "endBackground": "accent", - "endColor": "accent", - "startBackground": "accent", - "startColor": "accent" - }, - "SearchField.errorBackground": "notif", - "SearchFieldWithExtension": { - "background": "cs" - }, - "SearchOption": { - "selectedBackground": "table", - "selectedPressedBackground": "hl", - "selectedHoveredBackground": "hl" - }, - "SearchResults": { - "Ordinal.File.Foreground": "text", - "Repeated.File.Foreground": "fg" - }, - "SegmentedButton": { - "focusedSelectedButtonColor": "hl", - "selectedButtonColor": "button", - "selectedStartBorderColor": "border", - "selectedEndBorderColor": "border" - }, - "Separator": { - "background": "second", - "foreground": "second", - "separatorColor": "border" - }, - "Settings": { - "Spotlight.borderColor": "accent" - }, - "SidePanel": { - "background": "hc" - }, - "Slider": { - "background": "bg", - "buttonBorderColor": "accent", - "buttonColor": "accent", - "foreground": "fg", - "majorTickLength": 6, - "thumb": "accent", - "tickColor": "second", - "track": "table", - "trackColor": "table", - "trackDisabled": "hl", - "trackWidth": 7 - }, - "Space.Review.diffAnchorBackground": "second", - "SpeedSearch": { - "background": "hl", - "borderColor": "border", - "errorForeground": "red", - "foreground": "fg" - }, - "Spinner": { - "background": "bg", - "border": "4,4,4,4", - "disabledBackground": "excl", - "foreground": "fg", - "selectionForeground": "activeFg" - }, - "SplitPane": { - "background": "bg", - "highlight": "hc" - }, - "SplitPaneDivider.draggingColor": "second", - "StateWidget.activeBackground": "button", - "StatusBar": { - "background": "bg", - "Breadcrumbs": { - "floatingBackground": "tree", - "floatingForeground": "fg", - "floatingToolbarInsets": "8,12,8,12", - "foreground": "fg", - "hoverBackground": "tree", - "hoverForeground": "fg", - "itemBackgroundInsets": "2,4,2,4", - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "selectionInactiveBackground": "button", - "selectionInactiveForeground": "fg" - }, - "borderColor": "border", - "bottomColor": "bg", - "hoverBackground": "hl", - "top2Color": "bg", - "topColor": "bg", - "LightEditBackground": "table", - "Widget": { - "foreground": "fg", - "hoverBackground": "hl", - "hoverForeground": "selFg", - "pressedBackground": "button", - "pressedForeground": "fg", - "widgetInsets": "8,12,8,12" - } - }, - "TabbedPane": { - "background": "bg", - "borderColor": "hc", - "contentAreaColor": "hl", - "contentBorderInsets": "3,1,1,1", - "darkShadow": "hc", - "disabledForeground": "dis", - "disabledText": "dis", - "disabledUnderlineColor": "dis", - "focus": "table", - "focusColor": "table", - "fontSizeOffset": 0, - "foreground": "fg", - "highlight": "border", - "hoverColor": "hl", - "labelShift": 0, - "mt.tab.background": "hc", - "selectHighlight": "hl", - "selected": "selBg", - "selectedColor": "accent", - "selectedDisabledColor": "dis", - "selectedForeground": "activeFg", - "selectedLabelShift": 0, - "selectedTabPadInsets": "0,0,0,0", - "shadow": "hc", - "tabHeight": 32, - "tabInsets": "5,10,5,10", - "tabSelectionArc": 4, - "tabSelectionHeight": 2, - "tabsOverlapBorder": true, - "underlineColor": "accent" - }, - "TabbedPane.mt.tab.background": "hc", - "Table": { - "alternativeRowBackground": "cs", - "background": "bg", - "cellNoFocusBorder": "16,4,16,4", - "disabledForeground": "dis", - "dropLineColor": "accent", - "dropLineShortColor": "accent", - "focusCellBackground": "table", - "focusCellForeground": "activeFg", - "focusCellHighlightBorder": "18,6,18,6", - "foreground": "fg", - "gridColor": "bg", - "highlightOuter": "table", - "hoverBackground": "hl", - "hoverInactiveBackground": "table", - "lightSelectionBackground": "table", - "lightSelectionForeground": "activeFg", - "lightSelectionInactiveBackground": "second", - "lightSelectionInactiveForeground": "text", - "rowHeight": 32, - "selectionBackground": "table", - "selectionForeground": "activeFg", - "selectionInactiveBackground": "table", - "selectionInactiveForeground": "selFg", - "sortIconColor": "fg", - "stripeColor": "cs", - "stripedBackground": "cs" - }, - "TableHeader": { - "background": "button", - "bottomSeparatorColor": "border", - "borderColor": "hl", - "cellBorder": "6,0,6,0", - "disabledForeground": "dis", - "focusCellBackground": "table", - "focusCellForeground": "activeFg", - "foreground": "fg", - "height": 32, - "hoverBackground": "hl", - "separatorColor": "border" - }, - "Tag": { - "background": "button", - "borderColor": "button", - "foreground": "fg" - }, - "text": "bg", - "textInactiveText": "text", - "textHighlight": "selBg", - "textHighlightText": "activeFg", - "textText": "text", - "TextArea": { - "background": "cs", - "caretForeground": "accent", - "foreground": "fg", - "inactiveForeground": "dis", - "selectionBackground": "table", - "selectionForeground": "activeFg" - }, - "TextField": { - "background": "cs", - "borderColor": "bg", - "caretForeground": "accent", - "disabledBackground": "excl", - "focusedBorderColor": "bg", - "foreground": "fg", - "hoverBorderColor": "bg", - "inactiveForeground": "dis", - "selectedSeparatorColor": "accent", - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "separatorColor": "hl", - "separatorColorDisabled": "bg" - }, - "TextPane": { - "background": "cs", - "caretForeground": "accent", - "foreground": "fg", - "inactiveForeground": "dis", - "selectionBackground": "table", - "selectionForeground": "activeFg" - }, - "TipOfTheDay": { - "Image.borderColor": "border" - }, - "TitlePane": { - "Button": { - "hoverBackground": "hl", - "preferredSize": "48,40" - }, - "background": "hc", - "inactiveBackground": "bg", - "inactiveInfoForeground": "dis", - "infoForeground": "text" - }, - "TitledBorder.titleColor": "fg", - "ToggleButton": { - "borderColor": "button", - "buttonColor": "button", - "disabledText": "dis", - "foreground": "fg", - "off.background": "bg", - "off.foreground": "bg", - "offBackground": "bg", - "offForeground": "bg", - "on.background": "accent", - "on.foreground": "accent", - "onBackground": "accent", - "onForeground": "accent" - }, - "Toolbar.Floating.background": "button", - "ToolBar": { - "background": "hc", - "borderHandleColor": "text", - "comboBoxButtonBackground": "button", - "floatingForeground": "text", - "foreground": "fg", - "verticalToolbarInsets": "6,6,6,6", - "horizontalToolbarInsets": "6,6,6,6" - }, - "ToolbarComboWidget": { - "background": "button", - "hoverBackground": "hl" - }, - "tooltips": { - "actions.keymap.text.color": "text", - "actions.settings.icon.background.color": "bg", - "description.title.text.color": "fg" - }, - "ToolTip": { - "arc": 6, - "actions": { - "background": "bg" - }, - "Actions": { - "background": "bg", - "grayForeground": "text", - "infoForeground": "text" - }, - "background": "notif", - "borderColor": "border", - "borderCornerRadius": 8, - "foreground": "fg", - "infoForeground": "text", - "linkForeground": "accent", - "Learning": { - "background": "accent", - "borderColor": "accent", - "foreground": "fg", - "spanBackground": "accent50", - "spanForeground": "fg", - "stepNumberForeground": "accent" - }, - "separatorColor": "border", - "shortcutForeground": "text" - }, - "ToolWindow": { - "active": { - "Header.background": "second", - "HeaderTab.background": "cs" - }, - "Background": "bg", - "background": "hc", - "Button": { - "hoverBackground": "table", - "DragAndDrop": { - "stripeBackground": "cs", - "buttonDropBackground": "accent70" - }, - "selectedBackground": "cs", - "selectedForeground": "activeFg" - }, - "header": { - "active.background": "second", - "background": "bg", - "border.background": "second", - "closeButton.background": "bg", - "tab.selected.active.background": "cs", - "tab.selected.background": "cs" - }, - "Header": { - "height": 42, - "background": "second", - "borderColor": "second", - "inactiveBackground": "bg" - }, - "HeaderCloseButton": { - "background": "bg" - }, - "HeaderTab": { - "borderColor": "bg", - "hoverBackground": "hl", - "hoverInactiveBackground": "hl", - "inactiveUnderlineColor": "accent", - "leftRightInsets": "0,12,0,12", - "selectedBackground": "cs", - "selectedInactiveBackground": "cs", - "underlineArc": 4, - "underlineColor": "accent", - "underlineHeight": 3, - "underlinedTabBackground": "table", - "underlinedTabForeground": "selFg", - "underlinedTabInactiveBackground": "hc", - "underlinedTabInactiveForeground": "fg", - "verticalPadding": 6 - }, - "inactive": { - "Header.background": "bg", - "HeaderTab.background": "cs" - } - }, - "Tree": { - "border": "4,12,4,12", - "background": "hc", - "foreground": "text", - "errorForeground": "red", - "hash": "border", - "hoverBackground": "tree", - "hoverInactiveBackground": "table", - "modifiedItemForeground": "accent", - "rowHeight": "28", - "selectionBackground": "tree", - "selectionForeground": "selFg", - "selectionInactiveBackground": "tree", - "selectionInactiveForeground": "selFg", - "textBackground": "hc" - }, - "Tree.leftChildIndent": 10, - "Tree.rightChildIndent": 5, - "UIDesigner": { - "Activity.borderColor": "border", - "Canvas.background": "cs", - "ColorPicker": { - "background": "second", - "foreground": "fg" - }, - "Component": { - "background": "bg", - "borderColor": "border", - "foreground": "fg", - "hoverBorderColor": "hl" - }, - "Connector": { - "borderColor": "border", - "hoverBorderColor": "hl" - }, - "Label.foreground": "text", - "highStroke.foreground": "fg", - "motion": { - "AddConstraintColor": "accent", - "AddConstraintPlus": "accent", - "CSPanel.SelectedBackground": "tree", - "CSPanel.SelectedFocusBackground": "selBg", - "Component.foreground": "fg", - "ConstraintSet.background": "second", - "ConstraintSetText.foreground": "text", - "CursorTextColor.foreground": "fg", - "HoverColor.disabledBackground": "dis", - "Key.selectedForeground": "accent", - "Notification.background": "notif", - "PositionMarkColor": "accent", - "PrimaryPanel.background": "cs", - "SecondaryPanel.background": "bg", - "SecondaryPanel.header.background": "cs", - "SecondaryPanel.header.foreground": "text", - "TimeCursor.End.selectedForeground": "accent", - "TimeCursor.Start.selectedForeground": "accent", - "TimeCursor.selectedForeground": "accent", - "borderColor": "border", - "cs_FocusText.infoForeground": "text", - "graphLine.lineSeparatorColor": "accent", - "motionGraph.background": "bg", - "ourAvg.background": "second", - "ourCS.background": "second", - "ourCS_Border.borderColor": "border", - "ourCS_SelectedBackground.selectionInactiveBackground": "table", - "ourCS_SelectedBorder.pressedBorderColor": "hl", - "ourCS_SelectedFocusBackground.selectionForeground": "selFg", - "ourCS_SelectedFocusBorder.focusedBorderColor": "accent", - "ourCS_TextColor.foreground": "text", - "ourML_BarColor.separatorColor": "border", - "timeLine.disabledBorderColor": "border" - }, - "PackageDetails": { - "border": "accent", - "infoBanner": "accent" - }, - "PackageSearch": { - "PackagesList.rowHeight": 28, - "PackageTag": { - "background": "excl", - "foreground": "fg", - "hoverBackground": "tree", - "selectedBackground": "selBg", - "selectedForeground": "selFg" - }, - "PackageTagSelected": { - "background": "selBg", - "foreground": "selFg" - }, - "SearchResult": { - "background": "cs", - "hoverBackground": "tree", - "PackageTag": { - "background": "excl", - "foreground": "fg", - "hoverBackground": "tree", - "selectedBackground": "selBg", - "selectedForeground": "selFg" - } - } - }, - "Panel": { - "background": "bg", - "borderColor": "border", - "graphLabel": "text", - "graphLines": "hl", - "lines3d": "accent", - "secondaryGraphLines": "border" - }, - "percent.foreground": "fg", - "Placeholder": { - "background": "bg", - "borderColor": "border", - "foreground": "fg", - "selectedForeground": "selFg" - }, - "Preview.background": "bg", - "stroke.acceleratorForeground": "text" - }, - "ValidationTooltip": { - "errorBackground": "notif", - "errorBorderColor": "notif", - "warningBackground": "notif", - "warningBorderColor": "notif" - }, - "VersionControl": { - "FileHistory.Commit": { - "otherBranchBackground": "excl", - "selectedBranchBackground": "bg" - }, - "GitCommits": { - "graphColor": "hl" - }, - "GitLog": { - "localBranchIconColor": "accent", - "otherIconColor": "text", - "remoteBranchIconColor": "fg", - "tagIconColor": "text" - }, - "HgLog": { - "bookmarkIconColor": "activeFg", - "branchIconColor": "accent", - "closedBranchIconColor": "dis", - "localTagIconColor": "text", - "mqTagIconColor": "text", - "tagIconColor": "text", - "tipIconColor": "text" - }, - "Log": { - "Commit": { - "currentBranchBackground": "cs", - "hoveredBackground": "tree", - "rowHeight": 28, - "unmatchedForeground": "text" - } - }, - "MarkerPopup": { - "borderColor": "border", - "borderInsets": "6,8,6,10", - "Toolbar.background": "hl" - }, - "Ref": { - "backgroundBase": "hl", - "foreground": "activeFg" - }, - "RefLabel": { - "backgroundBase": "hl", - "foreground": "activeFg" - } - }, - "UnattendedHostStatus": { - "warningBackground": "yellow", - "warningForeground": "activeFg", - "dangerBackground": "red" - }, - "Viewport": { - "background": "hc", - "foreground": "fg" - }, - "WelcomeScreen": { - "AssociatedComponent.background": "bg", - "Details.background": "bg", - "List": { - "background": "hc", - "selectionBackground": "selBg", - "selectionInactiveBackground": "hl" - }, - "SidePanel.background": "second", - "background": "bg", - "borderColor": "bg", - "captionBackground": "cs", - "captionForeground": "fg", - "footerBackground": "cs", - "footerForeground": "fg", - "groupIconBorderColor": "button", - "headerBackground": "bg", - "headerForeground": "fg", - "separatorColor": "border", - "Projects": { - "actions.background": "cs", - "actions.selectionBackground": "hl", - "background": "second", - "selectionBackground": "selBg", - "selectionInactiveBackground": "selBg" - } - }, - "Window.border": "border", - "window": "hc", - "windowBorder": "border", - "windowText": "text" - }, - "icons": { - "ColorPalette": { - "#43494A": "cs", - "#6B6B6B": "text", - "#A7A7A7": "bg", - "#3D6185": "accent", - "#466D94": "accent", - "#3C3F41": "bg", - "#545556": "dis", - "#606060": "dis", - "#9AA7B0": "fg", - "#675133": "accent", - "Actions.Blue": "blue", - "Actions.Green": "green", - "Actions.Grey": "text", - "Actions.GreyInline": "gray", - "Actions.GreyInline.Dark": "fg", - "Actions.Red": "red", - "Actions.Yellow": "yellow", - "Checkbox.Background.Default": "cs", - "Checkbox.Background.Default.Dark": "cs", - "Checkbox.Background.Disabled": "excl", - "Checkbox.Background.Disabled.Dark": "excl", - "Checkbox.Background.Selected": "accent", - "Checkbox.Background.Selected.Dark": "hc", - "Checkbox.Border.Default": "hl", - "Checkbox.Border.Default.Dark": "hl", - "Checkbox.Border.Disabled": "dis", - "Checkbox.Border.Disabled.Dark": "dis", - "Checkbox.Border.Selected": "accent", - "Checkbox.Border.Selected.Dark": "hl", - "Checkbox.Focus.Thin.Default": "accent", - "Checkbox.Focus.Thin.Default.Dark": "accent", - "Checkbox.Focus.Thin.Selected": "fg", - "Checkbox.Focus.Thin.Selected.Dark": "fg", - "Checkbox.Focus.Wide": "accent", - "Checkbox.Focus.Wide.Dark": "accent", - "Checkbox.Foreground.Disabled": "dis", - "Checkbox.Foreground.Disabled.Dark": "dis", - "Checkbox.Foreground.Selected": "hc", - "Checkbox.Foreground.Selected.Dark": "accent", - "Objects.BlackText": "fg", - "Objects.Blue": "blue", - "Objects.Green": "green", - "Objects.GreenAndroid": "green", - "Objects.Grey": "gray", - "Objects.Pink": "purple", - "Objects.Purple": "purple", - "Objects.Red": "red", - "Objects.RedStatus": "red", - "Objects.Yellow": "yellow", - "Objects.YellowDark": "orange", - "Tree.iconColor": "text", - "Tree.iconColor.Dark": "text" - } - } -} 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 deleted file mode 100644 index e5689794..00000000 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Atom One Light Contrast.theme.json +++ /dev/null @@ -1,1778 +0,0 @@ -{ - "name": "Atom One Light Contrast", - "dark": false, - "author": "Mallowigi", - "colors": { - "bg": "#F4F4F4", - "bg30": "#F4F4F430", - "fg": "#232324", - "text": "#7f7f7f", - "selBg": "#FFFFFF", - "selBg20": "#FFFFFF20", - "selFg": "#232324", - "activeFg": "#232324", - "border": "#DBDBDC", - "excl": "#CACACB", - "second": "#EAEAEB", - "dis": "#b8b8b9", - "accent": "#2979ff", - "accent2": "#2979ff2", - "accent50": "#2979ff50", - "accent70": "#2979ff70", - "cs": "#eaeaeb", - "button": "#DBDBDC", - "table": "#DBDBDC", - "tree": "#e8e8e8", - "hl": "#FFFFFF", - "notif": "#F2F2F2", - "hc": "#eaeaeb", - "shadow": "undefined", - "white": "#986801", - "blue": "#4078F2", - "red": "#E4564A", - "yellow": "#C18401", - "green": "#50A14E", - "gray": "#A0A1A7", - "purple": "#A626A4", - "orange": "#986801" - }, - "editorScheme": "colors/Atom One Light.xml", - "ui": { - "*": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "text", - "background": "bg", - "borderColor": "border", - "disabledBackground": "excl", - "disabledBorderColor": "button", - "disabledForeground": "dis", - "disabledText": "dis", - "focusColor": "hl", - "focusedBorderColor": "accent", - "foreground": "fg", - "hoverBorderColor": "hl", - "inactiveBackground": "excl", - "inactiveForeground": "text", - "infoForeground": "text", - "lineSeparatorColor": "hl", - "pressedBorderColor": "hl", - "selectionBackground": "selBg", - "selectionBackgroundInactive": "second", - "selectionForeground": "selFg", - "selectionInactiveBackground": "second", - "separatorColor": "border" - }, - "activeCaption": "bg", - "activeCaptionBorder": "bg", - "activeCaptionText": "fg", - "ActionButton": { - "focusedBorderColor": "accent50", - "hoverBackground": "accent50", - "hoverBorderColor": "accent50", - "hoverSeparatorColor": "button", - "pressedBackground": "accent50", - "pressedBorderColor": "accent50" - }, - "ActionsList": { - "icon.gap": 12, - "mnemonic.icon.gap": 12 - }, - "ActionToolbar": { - "background": "hc" - }, - "AppInspector.GraphNode": { - "background": "second", - "borderColor": "border", - "focusedBorderColor": "accent" - }, - "AssignedMnemonic": { - "background": "hl", - "borderColor": "selBg", - "foreground": "activeFg" - }, - "Autocomplete": { - "selectionBackground": "selBg", - "selectionUnfocus": "hl" - }, - "AvailableMnemonic": { - "background": "button", - "borderColor": "button", - "foreground": "fg" - }, - "BigSpinner.background": "bg", - "Bookmark": { - "iconBackground": "accent", - "Mnemonic": { - "iconBackground": "hl", - "iconBorderColor": "hl", - "iconForeground": "fg" - } - }, - "BookmarkMnemonicAssigned": { - "background": "hl", - "borderColor": "selBg", - "foreground": "selFg" - }, - "BookmarkMnemonicAvailable": { - "background": "button", - "borderColor": "button", - "foreground": "fg" - }, - "BookmarkMnemonicCurrent": { - "background": "accent", - "borderColor": "accent", - "foreground": "selFg" - }, - "BookmarkMnemonicIcon": { - "background": "hl", - "borderColor": "hl", - "foreground": "fg" - }, - "BookmarkIcon.background": "accent", - "Borders.ContrastBorderColor": "bg", - "Borders.color": "border", - "Breakpoint.iconHoverAlpha": 0.35, - "Button": { - "arc": 8, - "background": "bg", - "darcula": { - "borderColor": "button", - "defaultBorderColor": "button", - "defaultEndColor": "button", - "defaultFocusedBorderColor": "table", - "defaultOutlineColor": "button", - "defaultStartColor": "button", - "disabledBorderColor": "button", - "disabledOutlineColor": "border", - "disabledText.shadow": "bg", - "endColor": "button", - "focusedBorderColor": "table", - "outlineColor": "button", - "selectedButtonForeground": "selFg", - "selection.color1": "table", - "selection.color2": "table", - "shadowColor": "shadow", - "smallComboButtonBackground": "button", - "startColor": "button" - }, - "default": { - "borderColor": "button", - "endBackground": "table", - "endBorderColor": "table", - "focusColor": "accent", - "focusedBorderColor": "accent", - "foreground": "selFg", - "shadowColor": "shadow", - "startBackground": "table", - "startBorderColor": "table" - }, - "disabledBackground": "excl", - "disabledBorderColor": "border", - "disabledText": "dis", - "endBackground": "table", - "endBorderColor": "button", - "focus": "hl", - "focusedBorderColor": "accent", - "foreground": "text", - "highlight": "selFg", - "mt.background": "button", - "mt.color1": "button", - "mt.color2": "button", - "mt.foreground": "text", - "mt.selectedForeground": "selFg", - "mt.selection.color1": "table", - "mt.selection.color2": "table", - "select": "button", - "shadowColor": "shadow", - "shadowWidth": 0, - "startBackground": "table", - "startBorderColor": "button", - "ToolWindow": { - "arc": 40 - } - }, - "Canvas": { - "Tooltip.background": "notif", - "Tooltip.borderColor": "border" - }, - "CheckBox": { - "background": "bg", - "background.selected": "accent", - "borderColor": "bg", - "borderColor.selected": "accent", - "checkSignColor": "bg", - "checkSignColor.selected": "bg", - "checkSignColorDisabled": "bg", - "checkSignColorDisabled.selected": "bg", - "darcula": { - "borderColor1": "fg", - "checkSignColorDisabled": "dis", - "disabledBorderColor1": "dis", - "disabledBorderColor2": "dis", - "inactiveFillColor": "hl" - }, - "disabledBorderColor": "bg", - "disabledBorderColor.selected": "accent", - "disabledText": "dis", - "focused.background": "bg", - "focused.background.selected": "accent", - "focusedArmed.background": "bg", - "focusedArmed.background.selected": "accent", - "foreground": "fg", - "inactiveFillColor": "bg", - "inactiveFillColor.selected": "accent", - "select": "accent", - "shadowColor": "bg", - "shadowColorDisabled": "bg" - }, - "Checkbox": { - "Background.Default": "bg", - "Background.Default.Dark": "bg", - "Background.Disabled": "second", - "Background.Disabled.Dark": "second", - "Background.Selected": "accent", - "Background.Selected.Dark": "accent", - "Border.Default": "hl", - "Border.Default.Dark": "hl", - "Border.Disabled": "second", - "Border.Disabled.Dark": "second", - "Border.Selected": "accent", - "Border.Selected.Dark": "accent", - "Focus.Thin.Default": "bg", - "Focus.Thin.Default.Dark": "bg", - "Focus.Wide.Default": "bg", - "Focus.Wide.Default.Dark": "bg", - "Focus.Thin.Selected": "accent", - "Focus.Thin.Selected.Dark": "accent", - "Focus.Wide.Selected": "accent", - "Focus.Wide.Selected.Dark": "accent" - }, - "CheckBoxMenuItem": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "text", - "background": "bg", - "disabledBackground": "bg", - "disabledForeground": "dis", - "foreground": "fg", - "selectionBackground": "selBg", - "selectionForeground": "activeFg" - }, - "CodeWithMe": { - "Avatar.foreground": "fg", - "AccessDisabled.accessDot": "dis", - "AccessEnabled": { - "accessDot": "accent", - "dropdownBorder": "second", - "pillBackground": "second" - }, - "Users": { - "1": { - "Background": "green", - "Foreground": "fg" - }, - "2": { - "Background": "blue", - "Foreground": "fg" - }, - "3": { - "Background": "red", - "Foreground": "fg" - }, - "4": { - "Background": "purple", - "Foreground": "fg" - }, - "5": { - "Background": "yellow", - "Foreground": "fg" - }, - "6": { - "Background": "orange", - "Foreground": "fg" - } - } - }, - "ColorChooser": { - "background": "bg", - "foreground": "fg", - "swatchesDefaultRecentColor": "fg" - }, - "ComboBoxButton.background": "button", - "ComboBox": { - "ArrowButton": { - "background": "button", - "disabledIconColor": "dis", - "iconColor": "fg", - "nonEditableBackground": "hc" - }, - "PopupBackground": "cs", - "arrowFillColor": "hc", - "background": "hc", - "buttonBackground": "button", - "darcula": { - "arrowButtonBackground": "hc", - "arrowButtonDisabledForeground": "dis", - "arrowButtonForeground": "fg", - "disabledArrowButtonBackground": "excl", - "editable.arrowButtonBackground": "hc", - "hoveredArrowButtonForeground": "accent", - "nonEditableBackground": "bg" - }, - "disabledBackground": "excl", - "disabledForeground": "dis", - "foreground": "fg", - "modifiedItemForeground": "accent", - "nonEditableBackground": "bg", - "padding": "5,5,5,5", - "selectionBackground": "table", - "selectionForeground": "activeFg" - }, - "ComboPopup.border": "1,1,1,1,#2979ff", - "CompletionPopup": { - "Advertiser": { - "background": "bg", - "foreground": "fg", - "borderInsets": "8,12,8,12" - }, - "background": "second", - "foreground": "fg", - "grayForeground": "text", - "grayedForeground": "text", - "infoForeground": "text", - "matchForeground": "accent", - "matchSelectedForeground": "accent", - "matchSelectionForeground": "accent", - "nonFocusedState": "false", - "selectedForeground": "selFg", - "selectedGrayedForeground": "selFg", - "selectionBackground": "cs", - "selectionForeground": "selFg", - "selectionGrayForeground": "selFg", - "selectionInactiveBackground": "hl", - "selectionInactiveForeground": "text", - "selectionInactiveInfoForeground": "text", - "selectionInfoForeground": "selFg" - }, - "ComplexPopup": { - "Header.background": "notif" - }, - "Component": { - "arc": 4, - "focusWidth": 2, - "borderColor": "hl", - "disabledBorderColor": "dis", - "focusColor": "accent", - "focusedBorderColor": "accent", - "hoverIconColor": "accent", - "iconColor": "text", - "grayForeground": "text", - "infoForeground": "text" - }, - "Content": { - "background": "cs", - "selectionBackground": "selBg", - "selectionInactiveBackground": "fg" - }, - "control": "button", - "controlLtHighlight": "selFg", - "controlText": "text", - "controlHighlight": "hl", - "controlShadow": "excl", - "controlDkShadow": "excl", - "Counter": { - "background": "accent", - "foreground": "selFg" - }, - "CurrentMnemonic": { - "background": "accent", - "borderColor": "accent", - "foreground": "selFg" - }, - "darcula": { - "background": "bg", - "foreground": "fg", - "primary": "bg" - }, - "desktop": "hc", - "Debugger": { - "EvaluateExpression.background": "bg", - "Variables": { - "changedValueForeground": "accent", - "collectingDataForeground": "text", - "errorMessageForeground": "red", - "evaluatingExpressionForeground": "text", - "exceptionForeground": "yellow", - "modifyingValueForeground": "accent", - "valueForeground": "accent", - "typeForeground": "text" - } - }, - "DebuggerTabs": { - "active.background": "hl", - "selectedBackground": "hl", - "underlinedTabBackground": "table", - "underlineHeight": 2 - }, - "DebuggerPopup": { - "borderColor": "bg" - }, - "DefaultTabs": { - "background": "bg", - "borderColor": "bg", - "hoverBackground": "table", - "hoverColor": "hl", - "hoverMaskColor": "hl", - "inactiveColoredFileBackground": "button", - "inactiveColoredTabBackground": "bg", - "inactiveMaskColor": "hc", - "inactiveUnderlineColor": "accent", - "underlineColor": "accent", - "underlineHeight": 3, - "underlinedTabBackground": "table", - "underlinedTabForeground": "selFg" - }, - "Desktop.background": "bg", - "Dialog": { - "titleColor": "bg" - }, - "DialogWrapper": { - "southPanelBackground": "bg", - "southPanelDivider": "bg" - }, - "DragAndDrop": { - "areaBackground": "tree", - "areaBorderColor": "bg", - "areaForeground": "fg", - "backgroundBorderColor": "bg", - "backgroundColor": "bg", - "borderColor": "accent", - "foregroundColor": "fg", - "rowBackground": "accent70" - }, - "dropArea.base": "accent", - "Editor": { - "background": "hc", - "foreground": "fg", - "shortcutForeground": "text", - "SearchField": { - "background": "cs", - "borderInsets": "8,12,8,12" - }, - "Toolbar": { - "borderColor": "border" - } - }, - "EditorGroupsTabs": { - "background": "bg", - "borderColor": "second", - "hoverBackground": "hl", - "hoverColor": "hl", - "inactiveUnderlineColor": "accent", - "underlineColor": "accent", - "underlinedTabBackground": "table", - "underlinedTabForeground": "fg" - }, - "EditorPane": { - "background": "hc", - "caretForeground": "accent", - "foreground": "fg", - "inactiveBackground": "bg", - "inactiveForeground": "dis", - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "splitBorder": "border" - }, - "EditorTabs": { - "active.background": "table", - "active.foreground": "fg", - "active.underlineColor": "accent", - "background": "bg", - "borderColor": "second", - "foreground": "fg", - "hoverBackground": "hl", - "hoverColor": "hl", - "hoverMaskColor": "hl", - "inactive.maskColor": "bg", - "inactiveColoredFileBackground": "bg", - "inactiveMaskColor": "bg", - "inactiveUnderlineColor": "dis", - "selectedBackground": "table", - "selectedForeground": "fg", - "tabInsets": "-10,10,-10,10", - "underlineColor": "accent", - "underlineHeight": 3, - "underlineArc": 4, - "underlinedTabBackground": "table", - "underlinedTabForeground": "selFg" - }, - "FileColor": { - "Blue": "#004BA0", - "Green": "#387002", - "Orange": "#B53D00", - "Rose": "#A00037", - "Violet": "#4D2C91", - "Yellow": "excl", - "Gray": "excl", - "excluded": "excl" - }, - "FlameGraph": { - "JVMBackground": "#89DDF7", - "JVMFocusBackground": "#82AAFF", - "JVMFocusSearchNotMatchedBackground": "#AB7967", - "JVMSearchNotMatchedBackground": "#FF5370", - "nativeBackground": "#FFCB6B", - "nativeFocusBackground": "#F78C6C", - "nativeFocusSearchNotMatchedBackground": "#BB80B3", - "nativeSearchNotMatchedBackground": "#C792EA" - }, - "Focus": { - "Color": "accent50", - "borderColor": "accent50", - "color": "accent50", - "defaultButtonBorderColor": "accent" - }, - "FormattedTextField": { - "background": "cs", - "caretForeground": "accent", - "foreground": "fg", - "inactiveBackground": "button", - "inactiveForeground": "dis", - "selectionBackground": "selBg", - "selectionForeground": "activeFg" - }, - "Git.Log.Ref": { - "LocalBranch": "accent", - "Other": "text", - "RemoteBranch": "fg", - "Tag": "text" - }, - "Github.List.tallRow": { - "foreground": "fg", - "secondary.foreground": "text", - "selectionBackground": "selBg", - "selectionBackground.unfocused": "hl", - "selectionForeground": "selFg", - "selectionForeground.unfocused": "selFg" - }, - "GotItTooltip": { - "background": "notif", - "borderColor": "notif", - "endBackground": "button", - "endBorderColor": "button", - "foreground": "fg", - "linkForeground": "accent", - "shortcutForeground": "text", - "startBackground": "button", - "startBorderColor": "button" - }, - "Group": { - "disabledSeparatorColor": "border", - "separatorColor": "border" - }, - "Gutter": { - "VcsChanges.width": 4 - }, - "GutterTooltip": { - "borderColor": "bg", - "infoForeground": "text", - "lineSeparatorColor": "bg" - }, - "HeaderColor": { - "active": "bg", - "inactive": "cs" - }, - "HelpTooltip": { - "background": "bg", - "backgroundColor": "bg", - "borderColor": "border", - "defaultTextBorderInsets": "16,16,16,16", - "foreground": "fg", - "infoForeground": "text", - "shortcutForeground": "text", - "shortcutTextColor": "text", - "smallTextBorderInsets": "8,12,8,12", - "textColor": "fg", - "verticalGap": 8 - }, - "Hg.Log.Ref": { - "Branch": "accent", - "ClosedBranch": "fg", - "LocalTag": "text", - "MqTag": "text", - "Tag": "text" - }, - "Hyperlink.linkColor": "accent", - "IconBadge": { - "infoBackground": "accent" - }, - "IdeStatusBar.border": "4,4,4,4", - "InformationHint.borderColor": "border", - "inactiveCaption": "second", - "inactiveCaptionBorder": "bg", - "inactiveCaptionText": "text", - "info": "text", - "infoPanelForeground": "text", - "infoText": "text", - "InplaceRefactoringPopup": { - "background": "bg", - "borderColor": "bg" - }, - "intellijlaf": { - "background": "bg", - "foreground": "fg" - }, - "InternalFrame": { - "activeTitleForeground": "fg", - "background": "bg", - "inactiveTitleBackground": "bg", - "inactiveTitleForeground": "text" - }, - "Label": { - "background": "bg", - "disabledForeground": "dis", - "disabledForegroundColor": "dis", - "disabledShadow": "dis", - "disabledText": "dis", - "errorForeground": "accent", - "foreground": "fg", - "grayForeground": "text", - "infoForeground": "text", - "selectedDisabledForeground": "fg", - "selectedForeground": "activeFg", - "textForeground": "text" - }, - "Lesson": { - "Badge": { - "newLessonBackground": "accent", - "newLessonForeground": "selFg" - }, - "shortcutBackground": "second", - "stepNumberForeground": "text", - "Tooltip": { - "background": "notif", - "borderColor": "notif", - "foreground": "fg", - "spanBackground": "button", - "spanForeground": "fg", - "stepNumberForeground": "text" - } - }, - "link": "accent", - "Link": { - "activeForeground": "accent", - "focusedBorderColor": "accent", - "hoverForeground": "accent", - "pressedForeground": "accent", - "secondaryForeground": "text", - "visitedForeground": "accent" - }, - "link.foreground": "accent", - "link.hover.foreground": "accent", - "link.pressed.foreground": "accent", - "link.visited.foreground": "accent", - "List": { - "background": "bg", - "Button": { - "hoverBackground": "hl", - "leftRightInset": 8, - "separatorColor": "border", - "separatorInset": 4 - }, - "foreground": "fg", - "hoverBackground": "hl", - "hoverInactiveBackground": "table", - "Line.hoverBackground": "selBg", - "rowHeight": "28", - "selectionBackground": "tree", - "selectionForeground": "selFg", - "selectionInactiveBackground": "table", - "selectionInactiveForeground": "activeFg", - "Tag": { - "background": "button", - "foreground": "fg" - } - }, - "LiveIndicator": { - "color": "accent" - }, - "macOSWindow.Title": { - "height": 30, - "heightSmall": 20 - }, - "MainMenu": { - "background": "hc", - "foreground": "fg", - "selectionForeground": "activeFg", - "selectionBackground": "selBg" - }, - "MainToolbar": { - "background": "bg", - "Button": { - "buttonInsets": "0,0,0,0" - }, - "Dropdown": { - "borderInsets": "6,12,6,12", - "background": "bg", - "foreground": "fg", - "hoverBackground": "hl", - "pressedBackground": "table" - }, - "hoverBackground": "hl", - "Icon": { - "borderInsets": "10,10,10,10", - "background": "bg", - "hoverBackground": "hl", - "pressedBackground": "table" - }, - "inactiveBackground": "bg", - "pressedBackground": "table", - "separatorColor": "border" - }, - "material": { - "background": "bg", - "branchColor": "fg", - "contrast": "cs", - "foreground": "fg", - "mergeCommits": "button", - "primaryColor": "text", - "selectionBackground": "selBg", - "selectionForeground": "selFg", - "tab.backgroundColor": "bg", - "tab.borderColor": "accent", - "tagColor": "text" - }, - "MemoryIndicator": { - "allocatedBackground": "second", - "unusedColor": "second", - "usedBackground": "hl", - "usedColor": "hl" - }, - "menu": "bg", - "menuText": "fg", - "Menu": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "activeFg", - "background": "bg", - "border": "8,8,8,8", - "borderColor": "second", - "disabledBackground": "second", - "disabledForeground": "dis", - "foreground": "fg", - "Selection": { - "arc": 8, - "innerInsets": "8,2,8,2" - }, - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "separatorColor": "border" - }, - "MenuBar": { - "background": "hc", - "borderColor": "bg", - "disabledBackground": "bg", - "disabledForeground": "dis", - "foreground": "fg", - "highlight": "bg", - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "shadow": "hc" - }, - "MenuItem": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "activeFg", - "background": "bg", - "border": "8,8,8,8", - "disabledBackground": "bg", - "disabledForeground": "dis", - "foreground": "fg", - "selectionBackground": "selBg", - "selectionForeground": "activeFg" - }, - "MlModelBinding.Viewer.CodeEditor.background": "bg", - "MnemonicIcon": { - "background": "hl", - "borderColor": "hl", - "foreground": "fg" - }, - "NavBar": { - "arrowColor": "fg", - "borderColor": "bg", - "selectedColor": "accent" - }, - "NewClass": { - "Panel": { - "background": "bg" - }, - "SearchField": { - "background": "cs" - }, - "separatorWidth": 6 - }, - "NewPSD.warning": "accent", - "Notification": { - "arc": 16, - "Error.foreground": "accent", - "Link.foreground": "accent", - "background": "notif", - "borderColor": "notif", - "errorBackground": "notif", - "errorBorderColor": "notif", - "errorForeground": "accent", - "foreground": "fg", - "linkForeground": "accent", - "MoreButton": { - "background": "button", - "foreground": "fg", - "innerBorderColor": "button" - }, - "ToolWindow": { - "Button.DragAndDrop": { - "buttonFloatingBackground": "button", - "stripeBackground": "bg" - }, - "errorBackground": "notifError", - "errorBorderColor": "notifError", - "errorForeground": "fg", - "infoBackground": "notif", - "infoBorderColor": "notif", - "infoForeground": "fg", - "informativeBackground": "notif", - "informativeBorderColor": "notif", - "informativeForeground": "fg", - "warningBackground": "notifWarn", - "warningBorderColor": "notifWarn", - "warningForeground": "fg" - }, - "ToolWindowError": { - "foreground": "fg", - "background": "notifError" - }, - "ToolWindowInfo": { - "foreground": "fg", - "background": "notif", - "borderColor": "notif" - }, - "ToolWindowWarning": { - "foreground": "fg", - "background": "notifWarn" - } - }, - "Notifications": { - "background": "notif", - "borderColor": "notif" - }, - "NotificationsToolwindow": { - "Notification.hoverBackground": "tree", - "newNotification.background": "notif", - "newNotification.hoverBackground": "tree" - }, - "OnePixelDivider.background": "border", - "OptionPane": { - "background": "bg", - "foreground": "fg", - "messageForeground": "fg" - }, - "OptionButton": { - "default.separatorColor": "table", - "separatorColor": "button" - }, - "Outline": { - "color": "button", - "disabledColor": "dis", - "focusedColor": "accent" - }, - "Panel": { - "background": "bg", - "foreground": "fg", - "mouseShortcutBackground": "bg" - }, - "ParameterInfo": { - "ContextHelp.foreground": "text", - "background": "second", - "borderColor": "table", - "currentOverloadBackground": "hl", - "currentParameterForeground": "accent", - "disabledColor": "dis", - "disabledForeground": "dis", - "foreground": "fg", - "highlightedColor": "accent", - "infoForeground": "text", - "lineSeparatorColor": "table" - }, - "PasswordField": { - "background": "cs", - "capsLockIconColor": "accent", - "caretForeground": "accent", - "foreground": "fg", - "inactiveForeground": "dis", - "selectionBackground": "table", - "selectionForeground": "activeFg" - }, - "Plugins": { - "background": "bg", - "borderColor": "border", - "disabledForeground": "dis", - "eapTagBackground": "hl", - "hoverBackground": "hl", - "lightSelectionBackground": "table", - "paidTagBackground": "hl", - "selectionBackground": "selBg", - "selectionForeground": "selFg", - "tagBackground": "hl", - "tagForeground": "accent", - "trialTagBackground": "hl", - "Button": { - "installBackground": "button", - "installBorderColor": "button", - "installFillBackground": "button", - "installFillForeground": "dis", - "installFocusedBackground": "hl", - "installForeground": "fg", - "updateBackground": "accent", - "updateBorderColor": "button", - "updateForeground": "fg" - }, - "ScreenshotPagination": { - "CurrentImage.fillColor": "accent" - }, - "SearchField": { - "background": "cs", - "borderColor": "border" - }, - "SectionHeader": { - "background": "second", - "foreground": "fg" - }, - "Tab": { - "active.background": "table", - "active.foreground": "activeFg", - "hover.background": "table", - "hoverBackground": "table", - "selectedBackground": "table", - "selectedForeground": "selFg" - } - }, - "Popup": { - "Advertiser": { - "borderInsets": "6,20,6,20", - "background": "bg", - "borderColor": "bg", - "foreground": "accent" - }, - "Body": { - "bottomInsetNoAd": 8, - "bottomInsetBeforeAd": 8, - "topInsetNoHeader": 8 - }, - "Border": { - "color": "cs", - "inactiveColor": "bg" - }, - "background": "notif", - "borderColor": "cs", - "borderWidth": 0, - "inactiveBorderColor": "bg", - "innerBorderColor": "second", - "Header": { - "activeBackground": "bg", - "inactiveBackground": "cs", - "inactiveForeground": "text" - }, - "paintBorder": false, - "preferences": { - "background": "bg", - "borderColor": "bg", - "foreground": "fg" - }, - "Selection.arc": 8, - "Selection.leftRightInset": 8, - "Separator": { - "foreground": "fg", - "color": "border" - }, - "separatorColor": "second", - "separatorForeground": "fg", - "Toolbar": { - "Border.color": "cs", - "Floating.background": "cs", - "background": "cs", - "borderColor": "cs" - } - }, - "PopupMenu": { - "background": "bg", - "borderWidth": 1, - "border": "8,8,8,8", - "borderCornerRadius": 8, - "foreground": "fg", - "Selection": { - "arc": 8, - "innerInsets": "8,2,8,2" - }, - "selectionBackground": "selBg", - "translucentBackground": "bg" - }, - "PopupMenuSeparator": { - "height": 10, - "stripeWidth": 2, - "stripeIndent": 5, - "withToEdge": 4, - "borderCornerRadius": 8 - }, - "ProgressBar": { - "background": "bg", - "foreground": "accent", - "halfColor": "hl", - "indeterminateEndColor": "accent", - "indeterminateStartColor": "accent", - "progressColor": "accent", - "selectionBackground": "hl", - "trackColor": "hl" - }, - "ProgressIcon": { - "color": "accent" - }, - "PsiViewer": { - "referenceHighlightColor": "accent" - }, - "RadioButton": { - "background": "bg", - "darcula": { - "borderColor1": "fg", - "selectionDisabledColor": "bg", - "selectionDisabledShadowColor": "accent", - "selectionEnabledColor": "accent", - "selectionEnabledShadowColor": "accent" - }, - "disabledText": "dis", - "focusColor": "accent", - "foreground": "fg", - "selectionDisabledColor": "bg", - "selectionDisabledShadowColor": "accent", - "selectionEnabledColor": "accent", - "selectionEnabledShadowColor": "accent" - }, - "RadioButtonMenuItem": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "text", - "background": "bg", - "disabledBackground": "bg", - "disabledForeground": "dis", - "foreground": "fg", - "selectionBackground": "selBg", - "selectionForeground": "selFg" - }, - "ReviewList": { - "state.background": "second", - "state.foreground": "fg" - }, - "RunWidget": { - "background": "button", - "Debug.activeBackground": "hl", - "foreground": "fg", - "hoverBackground": "table", - "pressedBackground": "hl", - "Profile.activeBackground": "hl", - "runningBackground": "hl", - "runningForeground": "selFg", - "Run.activeBackground": "hl", - "Running": { - "background": "hl", - "foreground": "selFg", - "leftHoverBackground": "hl", - "leftPressedBackground": "hl" - }, - "separatorColor": "border" - }, - "ScreenView.borderColor": "border", - "scrollbar": "bg", - "ScrollBar": { - "background": "bg", - "hoverThumbBorderColor": "accent", - "hoverThumbColor": "accent", - "hoverTrackColor": "bg30", - "Mac": { - "hoverThumbBorderColor": "accent", - "hoverThumbColor": "accent", - "hoverTrackColor": "bg30", - "thumbBorderColor": "accent70", - "thumbColor": "accent70", - "trackColor": "bg30", - "Transparent": { - "hoverThumbBorderColor": "accent", - "hoverThumbColor": "accent", - "hoverTrackColor": "bg30", - "thumbBorderColor": "accent70", - "thumbColor": "accent70", - "trackColor": "bg30" - } - }, - "thumb": "hl", - "thumbBorderColor": "accent70", - "thumbColor": "accent70", - "Thumb": { - "Hovered.background": "accent", - "NonOpaque.Hovered.background": "accent" - }, - "trackColor": "bg30", - "Transparent": { - "hoverThumbBorderColor": "accent", - "hoverThumbColor": "accent", - "hoverTrackColor": "bg30", - "thumbBorderColor": "accent70", - "thumbColor": "accent70", - "trackColor": "bg30" - } - }, - "SearchEverywhere": { - "Advertiser": { - "background": "bg", - "foreground": "text", - "borderInsets": "10,20,10,20" - }, - "background": "bg", - "Dialog": { - "background": "bg", - "borderColor": "bg", - "foreground": "fg" - }, - "foreground": "fg", - "Header": { - "background": "bg" - }, - "List": { - "Separator.Color": "border", - "Separator.foreground": "text", - "selectionBackground": "selBg", - "separatorColor": "border", - "separatorForeground": "text", - "settingsBackground": "bg" - }, - "SearchField": { - "Border.color": "hl", - "background": "cs", - "borderColor": "hl", - "grayForeground": "dis", - "infoForeground": "dis" - }, - "shortcutForeground": "text", - "Tab": { - "active.background": "hl", - "active.foreground": "activeFg", - "selected.background": "hl", - "selected.foreground": "activeFg", - "selectedBackground": "hl", - "selectedForeground": "activeFg" - } - }, - "SearchMatch": { - "endBackground": "accent", - "endColor": "accent", - "startBackground": "accent", - "startColor": "accent" - }, - "SearchField.errorBackground": "notif", - "SearchFieldWithExtension": { - "background": "cs" - }, - "SearchOption": { - "selectedBackground": "table", - "selectedPressedBackground": "hl", - "selectedHoveredBackground": "hl" - }, - "SearchResults": { - "Ordinal.File.Foreground": "text", - "Repeated.File.Foreground": "fg" - }, - "SegmentedButton": { - "focusedSelectedButtonColor": "hl", - "selectedButtonColor": "button", - "selectedStartBorderColor": "border", - "selectedEndBorderColor": "border" - }, - "Separator": { - "background": "second", - "foreground": "second", - "separatorColor": "border" - }, - "Settings": { - "Spotlight.borderColor": "accent" - }, - "SidePanel": { - "background": "hc" - }, - "Slider": { - "background": "bg", - "buttonBorderColor": "accent", - "buttonColor": "accent", - "foreground": "fg", - "majorTickLength": 6, - "thumb": "accent", - "tickColor": "second", - "track": "table", - "trackColor": "table", - "trackDisabled": "hl", - "trackWidth": 7 - }, - "Space.Review.diffAnchorBackground": "second", - "SpeedSearch": { - "background": "hl", - "borderColor": "border", - "errorForeground": "red", - "foreground": "fg" - }, - "Spinner": { - "background": "bg", - "border": "4,4,4,4", - "disabledBackground": "excl", - "foreground": "fg", - "selectionForeground": "activeFg" - }, - "SplitPane": { - "background": "bg", - "highlight": "hc" - }, - "SplitPaneDivider.draggingColor": "second", - "StateWidget.activeBackground": "button", - "StatusBar": { - "background": "bg", - "Breadcrumbs": { - "floatingBackground": "tree", - "floatingForeground": "fg", - "floatingToolbarInsets": "8,12,8,12", - "foreground": "fg", - "hoverBackground": "tree", - "hoverForeground": "fg", - "itemBackgroundInsets": "2,4,2,4", - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "selectionInactiveBackground": "button", - "selectionInactiveForeground": "fg" - }, - "borderColor": "border", - "bottomColor": "bg", - "hoverBackground": "hl", - "top2Color": "bg", - "topColor": "bg", - "LightEditBackground": "table", - "Widget": { - "foreground": "fg", - "hoverBackground": "hl", - "hoverForeground": "selFg", - "pressedBackground": "button", - "pressedForeground": "fg", - "widgetInsets": "8,12,8,12" - } - }, - "TabbedPane": { - "background": "bg", - "borderColor": "hc", - "contentAreaColor": "hl", - "contentBorderInsets": "3,1,1,1", - "darkShadow": "hc", - "disabledForeground": "dis", - "disabledText": "dis", - "disabledUnderlineColor": "dis", - "focus": "table", - "focusColor": "table", - "fontSizeOffset": 0, - "foreground": "fg", - "highlight": "border", - "hoverColor": "hl", - "labelShift": 0, - "mt.tab.background": "hc", - "selectHighlight": "hl", - "selected": "selBg", - "selectedColor": "accent", - "selectedDisabledColor": "dis", - "selectedForeground": "activeFg", - "selectedLabelShift": 0, - "selectedTabPadInsets": "0,0,0,0", - "shadow": "hc", - "tabHeight": 32, - "tabInsets": "5,10,5,10", - "tabSelectionArc": 4, - "tabSelectionHeight": 2, - "tabsOverlapBorder": true, - "underlineColor": "accent" - }, - "TabbedPane.mt.tab.background": "hc", - "Table": { - "alternativeRowBackground": "cs", - "background": "bg", - "cellNoFocusBorder": "16,4,16,4", - "disabledForeground": "dis", - "dropLineColor": "accent", - "dropLineShortColor": "accent", - "focusCellBackground": "table", - "focusCellForeground": "activeFg", - "focusCellHighlightBorder": "18,6,18,6", - "foreground": "fg", - "gridColor": "bg", - "highlightOuter": "table", - "hoverBackground": "hl", - "hoverInactiveBackground": "table", - "lightSelectionBackground": "table", - "lightSelectionForeground": "activeFg", - "lightSelectionInactiveBackground": "second", - "lightSelectionInactiveForeground": "text", - "rowHeight": 32, - "selectionBackground": "table", - "selectionForeground": "activeFg", - "selectionInactiveBackground": "table", - "selectionInactiveForeground": "selFg", - "sortIconColor": "fg", - "stripeColor": "cs", - "stripedBackground": "cs" - }, - "TableHeader": { - "background": "button", - "bottomSeparatorColor": "border", - "borderColor": "hl", - "cellBorder": "6,0,6,0", - "disabledForeground": "dis", - "focusCellBackground": "table", - "focusCellForeground": "activeFg", - "foreground": "fg", - "height": 32, - "hoverBackground": "hl", - "separatorColor": "border" - }, - "Tag": { - "background": "button", - "borderColor": "button", - "foreground": "fg" - }, - "text": "bg", - "textInactiveText": "text", - "textHighlight": "selBg", - "textHighlightText": "activeFg", - "textText": "text", - "TextArea": { - "background": "cs", - "caretForeground": "accent", - "foreground": "fg", - "inactiveForeground": "dis", - "selectionBackground": "table", - "selectionForeground": "activeFg" - }, - "TextField": { - "background": "cs", - "borderColor": "bg", - "caretForeground": "accent", - "disabledBackground": "excl", - "focusedBorderColor": "bg", - "foreground": "fg", - "hoverBorderColor": "bg", - "inactiveForeground": "dis", - "selectedSeparatorColor": "accent", - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "separatorColor": "hl", - "separatorColorDisabled": "bg" - }, - "TextPane": { - "background": "cs", - "caretForeground": "accent", - "foreground": "fg", - "inactiveForeground": "dis", - "selectionBackground": "table", - "selectionForeground": "activeFg" - }, - "TipOfTheDay": { - "Image.borderColor": "border" - }, - "TitlePane": { - "Button": { - "hoverBackground": "hl", - "preferredSize": "48,40" - }, - "background": "hc", - "inactiveBackground": "bg", - "inactiveInfoForeground": "dis", - "infoForeground": "text" - }, - "TitledBorder.titleColor": "fg", - "ToggleButton": { - "borderColor": "button", - "buttonColor": "button", - "disabledText": "dis", - "foreground": "fg", - "off.background": "bg", - "off.foreground": "bg", - "offBackground": "bg", - "offForeground": "bg", - "on.background": "accent", - "on.foreground": "accent", - "onBackground": "accent", - "onForeground": "accent" - }, - "Toolbar.Floating.background": "button", - "ToolBar": { - "background": "hc", - "borderHandleColor": "text", - "comboBoxButtonBackground": "button", - "floatingForeground": "text", - "foreground": "fg", - "verticalToolbarInsets": "6,6,6,6", - "horizontalToolbarInsets": "6,6,6,6" - }, - "ToolbarComboWidget": { - "background": "button", - "hoverBackground": "hl" - }, - "tooltips": { - "actions.keymap.text.color": "text", - "actions.settings.icon.background.color": "bg", - "description.title.text.color": "fg" - }, - "ToolTip": { - "arc": 6, - "actions": { - "background": "bg" - }, - "Actions": { - "background": "bg", - "grayForeground": "text", - "infoForeground": "text" - }, - "background": "notif", - "borderColor": "border", - "borderCornerRadius": 8, - "foreground": "fg", - "infoForeground": "text", - "linkForeground": "accent", - "Learning": { - "background": "accent", - "borderColor": "accent", - "foreground": "fg", - "spanBackground": "accent50", - "spanForeground": "fg", - "stepNumberForeground": "accent" - }, - "separatorColor": "border", - "shortcutForeground": "text" - }, - "ToolWindow": { - "active": { - "Header.background": "second", - "HeaderTab.background": "cs" - }, - "Background": "bg", - "background": "hc", - "Button": { - "hoverBackground": "table", - "DragAndDrop": { - "stripeBackground": "cs", - "buttonDropBackground": "accent70" - }, - "selectedBackground": "cs", - "selectedForeground": "activeFg" - }, - "header": { - "active.background": "second", - "background": "bg", - "border.background": "second", - "closeButton.background": "bg", - "tab.selected.active.background": "cs", - "tab.selected.background": "cs" - }, - "Header": { - "height": 42, - "background": "second", - "borderColor": "second", - "inactiveBackground": "bg" - }, - "HeaderCloseButton": { - "background": "bg" - }, - "HeaderTab": { - "borderColor": "bg", - "hoverBackground": "hl", - "hoverInactiveBackground": "hl", - "inactiveUnderlineColor": "accent", - "leftRightInsets": "0,12,0,12", - "selectedBackground": "cs", - "selectedInactiveBackground": "cs", - "underlineArc": 4, - "underlineColor": "accent", - "underlineHeight": 3, - "underlinedTabBackground": "table", - "underlinedTabForeground": "selFg", - "underlinedTabInactiveBackground": "hc", - "underlinedTabInactiveForeground": "fg", - "verticalPadding": 6 - }, - "inactive": { - "Header.background": "bg", - "HeaderTab.background": "cs" - } - }, - "Tree": { - "border": "4,12,4,12", - "background": "hc", - "foreground": "text", - "errorForeground": "red", - "hash": "border", - "hoverBackground": "tree", - "hoverInactiveBackground": "table", - "modifiedItemForeground": "accent", - "rowHeight": "28", - "selectionBackground": "tree", - "selectionForeground": "selFg", - "selectionInactiveBackground": "tree", - "selectionInactiveForeground": "selFg", - "textBackground": "hc" - }, - "Tree.leftChildIndent": 10, - "Tree.rightChildIndent": 5, - "UIDesigner": { - "Activity.borderColor": "border", - "Canvas.background": "cs", - "ColorPicker": { - "background": "second", - "foreground": "fg" - }, - "Component": { - "background": "bg", - "borderColor": "border", - "foreground": "fg", - "hoverBorderColor": "hl" - }, - "Connector": { - "borderColor": "border", - "hoverBorderColor": "hl" - }, - "Label.foreground": "text", - "highStroke.foreground": "fg", - "motion": { - "AddConstraintColor": "accent", - "AddConstraintPlus": "accent", - "CSPanel.SelectedBackground": "tree", - "CSPanel.SelectedFocusBackground": "selBg", - "Component.foreground": "fg", - "ConstraintSet.background": "second", - "ConstraintSetText.foreground": "text", - "CursorTextColor.foreground": "fg", - "HoverColor.disabledBackground": "dis", - "Key.selectedForeground": "accent", - "Notification.background": "notif", - "PositionMarkColor": "accent", - "PrimaryPanel.background": "cs", - "SecondaryPanel.background": "bg", - "SecondaryPanel.header.background": "cs", - "SecondaryPanel.header.foreground": "text", - "TimeCursor.End.selectedForeground": "accent", - "TimeCursor.Start.selectedForeground": "accent", - "TimeCursor.selectedForeground": "accent", - "borderColor": "border", - "cs_FocusText.infoForeground": "text", - "graphLine.lineSeparatorColor": "accent", - "motionGraph.background": "bg", - "ourAvg.background": "second", - "ourCS.background": "second", - "ourCS_Border.borderColor": "border", - "ourCS_SelectedBackground.selectionInactiveBackground": "table", - "ourCS_SelectedBorder.pressedBorderColor": "hl", - "ourCS_SelectedFocusBackground.selectionForeground": "selFg", - "ourCS_SelectedFocusBorder.focusedBorderColor": "accent", - "ourCS_TextColor.foreground": "text", - "ourML_BarColor.separatorColor": "border", - "timeLine.disabledBorderColor": "border" - }, - "PackageDetails": { - "border": "accent", - "infoBanner": "accent" - }, - "PackageSearch": { - "PackagesList.rowHeight": 28, - "PackageTag": { - "background": "excl", - "foreground": "fg", - "hoverBackground": "tree", - "selectedBackground": "selBg", - "selectedForeground": "selFg" - }, - "PackageTagSelected": { - "background": "selBg", - "foreground": "selFg" - }, - "SearchResult": { - "background": "cs", - "hoverBackground": "tree", - "PackageTag": { - "background": "excl", - "foreground": "fg", - "hoverBackground": "tree", - "selectedBackground": "selBg", - "selectedForeground": "selFg" - } - } - }, - "Panel": { - "background": "bg", - "borderColor": "border", - "graphLabel": "text", - "graphLines": "hl", - "lines3d": "accent", - "secondaryGraphLines": "border" - }, - "percent.foreground": "fg", - "Placeholder": { - "background": "bg", - "borderColor": "border", - "foreground": "fg", - "selectedForeground": "selFg" - }, - "Preview.background": "bg", - "stroke.acceleratorForeground": "text" - }, - "ValidationTooltip": { - "errorBackground": "notif", - "errorBorderColor": "notif", - "warningBackground": "notif", - "warningBorderColor": "notif" - }, - "VersionControl": { - "FileHistory.Commit": { - "otherBranchBackground": "excl", - "selectedBranchBackground": "bg" - }, - "GitCommits": { - "graphColor": "hl" - }, - "GitLog": { - "localBranchIconColor": "accent", - "otherIconColor": "text", - "remoteBranchIconColor": "fg", - "tagIconColor": "text" - }, - "HgLog": { - "bookmarkIconColor": "activeFg", - "branchIconColor": "accent", - "closedBranchIconColor": "dis", - "localTagIconColor": "text", - "mqTagIconColor": "text", - "tagIconColor": "text", - "tipIconColor": "text" - }, - "Log": { - "Commit": { - "currentBranchBackground": "cs", - "hoveredBackground": "tree", - "rowHeight": 28, - "unmatchedForeground": "text" - } - }, - "MarkerPopup": { - "borderColor": "border", - "borderInsets": "6,8,6,10", - "Toolbar.background": "hl" - }, - "Ref": { - "backgroundBase": "hl", - "foreground": "activeFg" - }, - "RefLabel": { - "backgroundBase": "hl", - "foreground": "activeFg" - } - }, - "UnattendedHostStatus": { - "warningBackground": "yellow", - "warningForeground": "activeFg", - "dangerBackground": "red" - }, - "Viewport": { - "background": "hc", - "foreground": "fg" - }, - "WelcomeScreen": { - "AssociatedComponent.background": "bg", - "Details.background": "bg", - "List": { - "background": "hc", - "selectionBackground": "selBg", - "selectionInactiveBackground": "hl" - }, - "SidePanel.background": "second", - "background": "bg", - "borderColor": "bg", - "captionBackground": "cs", - "captionForeground": "fg", - "footerBackground": "cs", - "footerForeground": "fg", - "groupIconBorderColor": "button", - "headerBackground": "bg", - "headerForeground": "fg", - "separatorColor": "border", - "Projects": { - "actions.background": "cs", - "actions.selectionBackground": "hl", - "background": "second", - "selectionBackground": "selBg", - "selectionInactiveBackground": "selBg" - } - }, - "Window.border": "border", - "window": "hc", - "windowBorder": "border", - "windowText": "text" - }, - "icons": { - "ColorPalette": { - "#43494A": "cs", - "#6B6B6B": "text", - "#A7A7A7": "bg", - "#3D6185": "accent", - "#466D94": "accent", - "#3C3F41": "bg", - "#545556": "dis", - "#606060": "dis", - "#9AA7B0": "fg", - "#675133": "accent", - "Actions.Blue": "blue", - "Actions.Green": "green", - "Actions.Grey": "text", - "Actions.GreyInline": "gray", - "Actions.GreyInline.Dark": "fg", - "Actions.Red": "red", - "Actions.Yellow": "yellow", - "Checkbox.Background.Default": "cs", - "Checkbox.Background.Default.Dark": "cs", - "Checkbox.Background.Disabled": "excl", - "Checkbox.Background.Disabled.Dark": "excl", - "Checkbox.Background.Selected": "accent", - "Checkbox.Background.Selected.Dark": "hc", - "Checkbox.Border.Default": "hl", - "Checkbox.Border.Default.Dark": "hl", - "Checkbox.Border.Disabled": "dis", - "Checkbox.Border.Disabled.Dark": "dis", - "Checkbox.Border.Selected": "accent", - "Checkbox.Border.Selected.Dark": "hl", - "Checkbox.Focus.Thin.Default": "accent", - "Checkbox.Focus.Thin.Default.Dark": "accent", - "Checkbox.Focus.Thin.Selected": "fg", - "Checkbox.Focus.Thin.Selected.Dark": "fg", - "Checkbox.Focus.Wide": "accent", - "Checkbox.Focus.Wide.Dark": "accent", - "Checkbox.Foreground.Disabled": "dis", - "Checkbox.Foreground.Disabled.Dark": "dis", - "Checkbox.Foreground.Selected": "hc", - "Checkbox.Foreground.Selected.Dark": "accent", - "Objects.BlackText": "fg", - "Objects.Blue": "blue", - "Objects.Green": "green", - "Objects.GreenAndroid": "green", - "Objects.Grey": "gray", - "Objects.Pink": "purple", - "Objects.Purple": "purple", - "Objects.Red": "red", - "Objects.RedStatus": "red", - "Objects.Yellow": "yellow", - "Objects.YellowDark": "orange", - "Tree.iconColor": "text", - "Tree.iconColor.Dark": "text" - } - } -} 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 deleted file mode 100644 index 827170cd..00000000 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Dracula Contrast.theme.json +++ /dev/null @@ -1,1778 +0,0 @@ -{ - "name": "Dracula Contrast", - "dark": true, - "author": "Mallowigi", - "colors": { - "bg": "#282A36", - "bg30": "#282A3630", - "fg": "#F8F8F2", - "text": "#6272A4", - "selBg": "#44475A", - "selBg20": "#44475A20", - "selFg": "#8BE9FD", - "activeFg": "#FFFFFF", - "border": "#21222C", - "excl": "#313341", - "second": "#282A36", - "dis": "#6272A4", - "accent": "#FF79C5", - "accent2": "#FF79C52", - "accent50": "#FF79C550", - "accent70": "#FF79C570", - "cs": "#191A21", - "button": "#393C4B", - "table": "#44475A", - "tree": "#2f3342", - "hl": "#44475a", - "notif": "#1D2228", - "hc": "#191A21", - "shadow": "undefined", - "white": "#F8F8F2", - "blue": "#8aff80", - "red": "#FF79C5", - "yellow": "#8aff80", - "green": "#feff80", - "gray": "#6272A4", - "purple": "#FF79C5", - "orange": "#9580ff" - }, - "editorScheme": "colors/Dracula.xml", - "ui": { - "*": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "text", - "background": "bg", - "borderColor": "border", - "disabledBackground": "excl", - "disabledBorderColor": "button", - "disabledForeground": "dis", - "disabledText": "dis", - "focusColor": "hl", - "focusedBorderColor": "accent", - "foreground": "fg", - "hoverBorderColor": "hl", - "inactiveBackground": "excl", - "inactiveForeground": "text", - "infoForeground": "text", - "lineSeparatorColor": "hl", - "pressedBorderColor": "hl", - "selectionBackground": "selBg", - "selectionBackgroundInactive": "second", - "selectionForeground": "selFg", - "selectionInactiveBackground": "second", - "separatorColor": "border" - }, - "activeCaption": "bg", - "activeCaptionBorder": "bg", - "activeCaptionText": "fg", - "ActionButton": { - "focusedBorderColor": "accent50", - "hoverBackground": "accent50", - "hoverBorderColor": "accent50", - "hoverSeparatorColor": "button", - "pressedBackground": "accent50", - "pressedBorderColor": "accent50" - }, - "ActionsList": { - "icon.gap": 12, - "mnemonic.icon.gap": 12 - }, - "ActionToolbar": { - "background": "hc" - }, - "AppInspector.GraphNode": { - "background": "second", - "borderColor": "border", - "focusedBorderColor": "accent" - }, - "AssignedMnemonic": { - "background": "hl", - "borderColor": "selBg", - "foreground": "activeFg" - }, - "Autocomplete": { - "selectionBackground": "selBg", - "selectionUnfocus": "hl" - }, - "AvailableMnemonic": { - "background": "button", - "borderColor": "button", - "foreground": "fg" - }, - "BigSpinner.background": "bg", - "Bookmark": { - "iconBackground": "accent", - "Mnemonic": { - "iconBackground": "hl", - "iconBorderColor": "hl", - "iconForeground": "fg" - } - }, - "BookmarkMnemonicAssigned": { - "background": "hl", - "borderColor": "selBg", - "foreground": "selFg" - }, - "BookmarkMnemonicAvailable": { - "background": "button", - "borderColor": "button", - "foreground": "fg" - }, - "BookmarkMnemonicCurrent": { - "background": "accent", - "borderColor": "accent", - "foreground": "selFg" - }, - "BookmarkMnemonicIcon": { - "background": "hl", - "borderColor": "hl", - "foreground": "fg" - }, - "BookmarkIcon.background": "accent", - "Borders.ContrastBorderColor": "bg", - "Borders.color": "border", - "Breakpoint.iconHoverAlpha": 0.35, - "Button": { - "arc": 8, - "background": "bg", - "darcula": { - "borderColor": "button", - "defaultBorderColor": "button", - "defaultEndColor": "button", - "defaultFocusedBorderColor": "table", - "defaultOutlineColor": "button", - "defaultStartColor": "button", - "disabledBorderColor": "button", - "disabledOutlineColor": "border", - "disabledText.shadow": "bg", - "endColor": "button", - "focusedBorderColor": "table", - "outlineColor": "button", - "selectedButtonForeground": "selFg", - "selection.color1": "table", - "selection.color2": "table", - "shadowColor": "shadow", - "smallComboButtonBackground": "button", - "startColor": "button" - }, - "default": { - "borderColor": "button", - "endBackground": "table", - "endBorderColor": "table", - "focusColor": "accent", - "focusedBorderColor": "accent", - "foreground": "selFg", - "shadowColor": "shadow", - "startBackground": "table", - "startBorderColor": "table" - }, - "disabledBackground": "excl", - "disabledBorderColor": "border", - "disabledText": "dis", - "endBackground": "table", - "endBorderColor": "button", - "focus": "hl", - "focusedBorderColor": "accent", - "foreground": "text", - "highlight": "selFg", - "mt.background": "button", - "mt.color1": "button", - "mt.color2": "button", - "mt.foreground": "text", - "mt.selectedForeground": "selFg", - "mt.selection.color1": "table", - "mt.selection.color2": "table", - "select": "button", - "shadowColor": "shadow", - "shadowWidth": 0, - "startBackground": "table", - "startBorderColor": "button", - "ToolWindow": { - "arc": 40 - } - }, - "Canvas": { - "Tooltip.background": "notif", - "Tooltip.borderColor": "border" - }, - "CheckBox": { - "background": "bg", - "background.selected": "accent", - "borderColor": "bg", - "borderColor.selected": "accent", - "checkSignColor": "bg", - "checkSignColor.selected": "bg", - "checkSignColorDisabled": "bg", - "checkSignColorDisabled.selected": "bg", - "darcula": { - "borderColor1": "fg", - "checkSignColorDisabled": "dis", - "disabledBorderColor1": "dis", - "disabledBorderColor2": "dis", - "inactiveFillColor": "hl" - }, - "disabledBorderColor": "bg", - "disabledBorderColor.selected": "accent", - "disabledText": "dis", - "focused.background": "bg", - "focused.background.selected": "accent", - "focusedArmed.background": "bg", - "focusedArmed.background.selected": "accent", - "foreground": "fg", - "inactiveFillColor": "bg", - "inactiveFillColor.selected": "accent", - "select": "accent", - "shadowColor": "bg", - "shadowColorDisabled": "bg" - }, - "Checkbox": { - "Background.Default": "bg", - "Background.Default.Dark": "bg", - "Background.Disabled": "second", - "Background.Disabled.Dark": "second", - "Background.Selected": "accent", - "Background.Selected.Dark": "accent", - "Border.Default": "hl", - "Border.Default.Dark": "hl", - "Border.Disabled": "second", - "Border.Disabled.Dark": "second", - "Border.Selected": "accent", - "Border.Selected.Dark": "accent", - "Focus.Thin.Default": "bg", - "Focus.Thin.Default.Dark": "bg", - "Focus.Wide.Default": "bg", - "Focus.Wide.Default.Dark": "bg", - "Focus.Thin.Selected": "accent", - "Focus.Thin.Selected.Dark": "accent", - "Focus.Wide.Selected": "accent", - "Focus.Wide.Selected.Dark": "accent" - }, - "CheckBoxMenuItem": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "text", - "background": "bg", - "disabledBackground": "bg", - "disabledForeground": "dis", - "foreground": "fg", - "selectionBackground": "selBg", - "selectionForeground": "activeFg" - }, - "CodeWithMe": { - "Avatar.foreground": "fg", - "AccessDisabled.accessDot": "dis", - "AccessEnabled": { - "accessDot": "accent", - "dropdownBorder": "second", - "pillBackground": "second" - }, - "Users": { - "1": { - "Background": "green", - "Foreground": "fg" - }, - "2": { - "Background": "blue", - "Foreground": "fg" - }, - "3": { - "Background": "red", - "Foreground": "fg" - }, - "4": { - "Background": "purple", - "Foreground": "fg" - }, - "5": { - "Background": "yellow", - "Foreground": "fg" - }, - "6": { - "Background": "orange", - "Foreground": "fg" - } - } - }, - "ColorChooser": { - "background": "bg", - "foreground": "fg", - "swatchesDefaultRecentColor": "fg" - }, - "ComboBoxButton.background": "button", - "ComboBox": { - "ArrowButton": { - "background": "button", - "disabledIconColor": "dis", - "iconColor": "fg", - "nonEditableBackground": "hc" - }, - "PopupBackground": "cs", - "arrowFillColor": "hc", - "background": "hc", - "buttonBackground": "button", - "darcula": { - "arrowButtonBackground": "hc", - "arrowButtonDisabledForeground": "dis", - "arrowButtonForeground": "fg", - "disabledArrowButtonBackground": "excl", - "editable.arrowButtonBackground": "hc", - "hoveredArrowButtonForeground": "accent", - "nonEditableBackground": "bg" - }, - "disabledBackground": "excl", - "disabledForeground": "dis", - "foreground": "fg", - "modifiedItemForeground": "accent", - "nonEditableBackground": "bg", - "padding": "5,5,5,5", - "selectionBackground": "table", - "selectionForeground": "activeFg" - }, - "ComboPopup.border": "1,1,1,1,#FF79C5", - "CompletionPopup": { - "Advertiser": { - "background": "bg", - "foreground": "fg", - "borderInsets": "8,12,8,12" - }, - "background": "second", - "foreground": "fg", - "grayForeground": "text", - "grayedForeground": "text", - "infoForeground": "text", - "matchForeground": "accent", - "matchSelectedForeground": "accent", - "matchSelectionForeground": "accent", - "nonFocusedState": "false", - "selectedForeground": "selFg", - "selectedGrayedForeground": "selFg", - "selectionBackground": "cs", - "selectionForeground": "selFg", - "selectionGrayForeground": "selFg", - "selectionInactiveBackground": "hl", - "selectionInactiveForeground": "text", - "selectionInactiveInfoForeground": "text", - "selectionInfoForeground": "selFg" - }, - "ComplexPopup": { - "Header.background": "notif" - }, - "Component": { - "arc": 4, - "focusWidth": 2, - "borderColor": "hl", - "disabledBorderColor": "dis", - "focusColor": "accent", - "focusedBorderColor": "accent", - "hoverIconColor": "accent", - "iconColor": "text", - "grayForeground": "text", - "infoForeground": "text" - }, - "Content": { - "background": "cs", - "selectionBackground": "selBg", - "selectionInactiveBackground": "fg" - }, - "control": "button", - "controlLtHighlight": "selFg", - "controlText": "text", - "controlHighlight": "hl", - "controlShadow": "excl", - "controlDkShadow": "excl", - "Counter": { - "background": "accent", - "foreground": "selFg" - }, - "CurrentMnemonic": { - "background": "accent", - "borderColor": "accent", - "foreground": "selFg" - }, - "darcula": { - "background": "bg", - "foreground": "fg", - "primary": "bg" - }, - "desktop": "hc", - "Debugger": { - "EvaluateExpression.background": "bg", - "Variables": { - "changedValueForeground": "accent", - "collectingDataForeground": "text", - "errorMessageForeground": "red", - "evaluatingExpressionForeground": "text", - "exceptionForeground": "yellow", - "modifyingValueForeground": "accent", - "valueForeground": "accent", - "typeForeground": "text" - } - }, - "DebuggerTabs": { - "active.background": "hl", - "selectedBackground": "hl", - "underlinedTabBackground": "table", - "underlineHeight": 2 - }, - "DebuggerPopup": { - "borderColor": "bg" - }, - "DefaultTabs": { - "background": "bg", - "borderColor": "bg", - "hoverBackground": "table", - "hoverColor": "hl", - "hoverMaskColor": "hl", - "inactiveColoredFileBackground": "button", - "inactiveColoredTabBackground": "bg", - "inactiveMaskColor": "hc", - "inactiveUnderlineColor": "accent", - "underlineColor": "accent", - "underlineHeight": 3, - "underlinedTabBackground": "table", - "underlinedTabForeground": "selFg" - }, - "Desktop.background": "bg", - "Dialog": { - "titleColor": "bg" - }, - "DialogWrapper": { - "southPanelBackground": "bg", - "southPanelDivider": "bg" - }, - "DragAndDrop": { - "areaBackground": "tree", - "areaBorderColor": "bg", - "areaForeground": "fg", - "backgroundBorderColor": "bg", - "backgroundColor": "bg", - "borderColor": "accent", - "foregroundColor": "fg", - "rowBackground": "accent70" - }, - "dropArea.base": "accent", - "Editor": { - "background": "hc", - "foreground": "fg", - "shortcutForeground": "text", - "SearchField": { - "background": "cs", - "borderInsets": "8,12,8,12" - }, - "Toolbar": { - "borderColor": "border" - } - }, - "EditorGroupsTabs": { - "background": "bg", - "borderColor": "second", - "hoverBackground": "hl", - "hoverColor": "hl", - "inactiveUnderlineColor": "accent", - "underlineColor": "accent", - "underlinedTabBackground": "table", - "underlinedTabForeground": "fg" - }, - "EditorPane": { - "background": "hc", - "caretForeground": "accent", - "foreground": "fg", - "inactiveBackground": "bg", - "inactiveForeground": "dis", - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "splitBorder": "border" - }, - "EditorTabs": { - "active.background": "table", - "active.foreground": "fg", - "active.underlineColor": "accent", - "background": "bg", - "borderColor": "second", - "foreground": "fg", - "hoverBackground": "hl", - "hoverColor": "hl", - "hoverMaskColor": "hl", - "inactive.maskColor": "bg", - "inactiveColoredFileBackground": "bg", - "inactiveMaskColor": "bg", - "inactiveUnderlineColor": "dis", - "selectedBackground": "table", - "selectedForeground": "fg", - "tabInsets": "-10,10,-10,10", - "underlineColor": "accent", - "underlineHeight": 3, - "underlineArc": 4, - "underlinedTabBackground": "table", - "underlinedTabForeground": "selFg" - }, - "FileColor": { - "Blue": "#004BA0", - "Green": "#387002", - "Orange": "#B53D00", - "Rose": "#A00037", - "Violet": "#4D2C91", - "Yellow": "excl", - "Gray": "excl", - "excluded": "excl" - }, - "FlameGraph": { - "JVMBackground": "#89DDF7", - "JVMFocusBackground": "#82AAFF", - "JVMFocusSearchNotMatchedBackground": "#AB7967", - "JVMSearchNotMatchedBackground": "#FF5370", - "nativeBackground": "#FFCB6B", - "nativeFocusBackground": "#F78C6C", - "nativeFocusSearchNotMatchedBackground": "#BB80B3", - "nativeSearchNotMatchedBackground": "#C792EA" - }, - "Focus": { - "Color": "accent50", - "borderColor": "accent50", - "color": "accent50", - "defaultButtonBorderColor": "accent" - }, - "FormattedTextField": { - "background": "cs", - "caretForeground": "accent", - "foreground": "fg", - "inactiveBackground": "button", - "inactiveForeground": "dis", - "selectionBackground": "selBg", - "selectionForeground": "activeFg" - }, - "Git.Log.Ref": { - "LocalBranch": "accent", - "Other": "text", - "RemoteBranch": "fg", - "Tag": "text" - }, - "Github.List.tallRow": { - "foreground": "fg", - "secondary.foreground": "text", - "selectionBackground": "selBg", - "selectionBackground.unfocused": "hl", - "selectionForeground": "selFg", - "selectionForeground.unfocused": "selFg" - }, - "GotItTooltip": { - "background": "notif", - "borderColor": "notif", - "endBackground": "button", - "endBorderColor": "button", - "foreground": "fg", - "linkForeground": "accent", - "shortcutForeground": "text", - "startBackground": "button", - "startBorderColor": "button" - }, - "Group": { - "disabledSeparatorColor": "border", - "separatorColor": "border" - }, - "Gutter": { - "VcsChanges.width": 4 - }, - "GutterTooltip": { - "borderColor": "bg", - "infoForeground": "text", - "lineSeparatorColor": "bg" - }, - "HeaderColor": { - "active": "bg", - "inactive": "cs" - }, - "HelpTooltip": { - "background": "bg", - "backgroundColor": "bg", - "borderColor": "border", - "defaultTextBorderInsets": "16,16,16,16", - "foreground": "fg", - "infoForeground": "text", - "shortcutForeground": "text", - "shortcutTextColor": "text", - "smallTextBorderInsets": "8,12,8,12", - "textColor": "fg", - "verticalGap": 8 - }, - "Hg.Log.Ref": { - "Branch": "accent", - "ClosedBranch": "fg", - "LocalTag": "text", - "MqTag": "text", - "Tag": "text" - }, - "Hyperlink.linkColor": "accent", - "IconBadge": { - "infoBackground": "accent" - }, - "IdeStatusBar.border": "4,4,4,4", - "InformationHint.borderColor": "border", - "inactiveCaption": "second", - "inactiveCaptionBorder": "bg", - "inactiveCaptionText": "text", - "info": "text", - "infoPanelForeground": "text", - "infoText": "text", - "InplaceRefactoringPopup": { - "background": "bg", - "borderColor": "bg" - }, - "intellijlaf": { - "background": "bg", - "foreground": "fg" - }, - "InternalFrame": { - "activeTitleForeground": "fg", - "background": "bg", - "inactiveTitleBackground": "bg", - "inactiveTitleForeground": "text" - }, - "Label": { - "background": "bg", - "disabledForeground": "dis", - "disabledForegroundColor": "dis", - "disabledShadow": "dis", - "disabledText": "dis", - "errorForeground": "accent", - "foreground": "fg", - "grayForeground": "text", - "infoForeground": "text", - "selectedDisabledForeground": "fg", - "selectedForeground": "activeFg", - "textForeground": "text" - }, - "Lesson": { - "Badge": { - "newLessonBackground": "accent", - "newLessonForeground": "selFg" - }, - "shortcutBackground": "second", - "stepNumberForeground": "text", - "Tooltip": { - "background": "notif", - "borderColor": "notif", - "foreground": "fg", - "spanBackground": "button", - "spanForeground": "fg", - "stepNumberForeground": "text" - } - }, - "link": "accent", - "Link": { - "activeForeground": "accent", - "focusedBorderColor": "accent", - "hoverForeground": "accent", - "pressedForeground": "accent", - "secondaryForeground": "text", - "visitedForeground": "accent" - }, - "link.foreground": "accent", - "link.hover.foreground": "accent", - "link.pressed.foreground": "accent", - "link.visited.foreground": "accent", - "List": { - "background": "bg", - "Button": { - "hoverBackground": "hl", - "leftRightInset": 8, - "separatorColor": "border", - "separatorInset": 4 - }, - "foreground": "fg", - "hoverBackground": "hl", - "hoverInactiveBackground": "table", - "Line.hoverBackground": "selBg", - "rowHeight": "28", - "selectionBackground": "tree", - "selectionForeground": "selFg", - "selectionInactiveBackground": "table", - "selectionInactiveForeground": "activeFg", - "Tag": { - "background": "button", - "foreground": "fg" - } - }, - "LiveIndicator": { - "color": "accent" - }, - "macOSWindow.Title": { - "height": 30, - "heightSmall": 20 - }, - "MainMenu": { - "background": "hc", - "foreground": "fg", - "selectionForeground": "activeFg", - "selectionBackground": "selBg" - }, - "MainToolbar": { - "background": "bg", - "Button": { - "buttonInsets": "0,0,0,0" - }, - "Dropdown": { - "borderInsets": "6,12,6,12", - "background": "bg", - "foreground": "fg", - "hoverBackground": "hl", - "pressedBackground": "table" - }, - "hoverBackground": "hl", - "Icon": { - "borderInsets": "10,10,10,10", - "background": "bg", - "hoverBackground": "hl", - "pressedBackground": "table" - }, - "inactiveBackground": "bg", - "pressedBackground": "table", - "separatorColor": "border" - }, - "material": { - "background": "bg", - "branchColor": "fg", - "contrast": "cs", - "foreground": "fg", - "mergeCommits": "button", - "primaryColor": "text", - "selectionBackground": "selBg", - "selectionForeground": "selFg", - "tab.backgroundColor": "bg", - "tab.borderColor": "accent", - "tagColor": "text" - }, - "MemoryIndicator": { - "allocatedBackground": "second", - "unusedColor": "second", - "usedBackground": "hl", - "usedColor": "hl" - }, - "menu": "bg", - "menuText": "fg", - "Menu": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "activeFg", - "background": "bg", - "border": "8,8,8,8", - "borderColor": "second", - "disabledBackground": "second", - "disabledForeground": "dis", - "foreground": "fg", - "Selection": { - "arc": 8, - "innerInsets": "8,2,8,2" - }, - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "separatorColor": "border" - }, - "MenuBar": { - "background": "hc", - "borderColor": "bg", - "disabledBackground": "bg", - "disabledForeground": "dis", - "foreground": "fg", - "highlight": "bg", - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "shadow": "hc" - }, - "MenuItem": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "activeFg", - "background": "bg", - "border": "8,8,8,8", - "disabledBackground": "bg", - "disabledForeground": "dis", - "foreground": "fg", - "selectionBackground": "selBg", - "selectionForeground": "activeFg" - }, - "MlModelBinding.Viewer.CodeEditor.background": "bg", - "MnemonicIcon": { - "background": "hl", - "borderColor": "hl", - "foreground": "fg" - }, - "NavBar": { - "arrowColor": "fg", - "borderColor": "bg", - "selectedColor": "accent" - }, - "NewClass": { - "Panel": { - "background": "bg" - }, - "SearchField": { - "background": "cs" - }, - "separatorWidth": 6 - }, - "NewPSD.warning": "accent", - "Notification": { - "arc": 16, - "Error.foreground": "accent", - "Link.foreground": "accent", - "background": "notif", - "borderColor": "notif", - "errorBackground": "notif", - "errorBorderColor": "notif", - "errorForeground": "accent", - "foreground": "fg", - "linkForeground": "accent", - "MoreButton": { - "background": "button", - "foreground": "fg", - "innerBorderColor": "button" - }, - "ToolWindow": { - "Button.DragAndDrop": { - "buttonFloatingBackground": "button", - "stripeBackground": "bg" - }, - "errorBackground": "notifError", - "errorBorderColor": "notifError", - "errorForeground": "fg", - "infoBackground": "notif", - "infoBorderColor": "notif", - "infoForeground": "fg", - "informativeBackground": "notif", - "informativeBorderColor": "notif", - "informativeForeground": "fg", - "warningBackground": "notifWarn", - "warningBorderColor": "notifWarn", - "warningForeground": "fg" - }, - "ToolWindowError": { - "foreground": "fg", - "background": "notifError" - }, - "ToolWindowInfo": { - "foreground": "fg", - "background": "notif", - "borderColor": "notif" - }, - "ToolWindowWarning": { - "foreground": "fg", - "background": "notifWarn" - } - }, - "Notifications": { - "background": "notif", - "borderColor": "notif" - }, - "NotificationsToolwindow": { - "Notification.hoverBackground": "tree", - "newNotification.background": "notif", - "newNotification.hoverBackground": "tree" - }, - "OnePixelDivider.background": "border", - "OptionPane": { - "background": "bg", - "foreground": "fg", - "messageForeground": "fg" - }, - "OptionButton": { - "default.separatorColor": "table", - "separatorColor": "button" - }, - "Outline": { - "color": "button", - "disabledColor": "dis", - "focusedColor": "accent" - }, - "Panel": { - "background": "bg", - "foreground": "fg", - "mouseShortcutBackground": "bg" - }, - "ParameterInfo": { - "ContextHelp.foreground": "text", - "background": "second", - "borderColor": "table", - "currentOverloadBackground": "hl", - "currentParameterForeground": "accent", - "disabledColor": "dis", - "disabledForeground": "dis", - "foreground": "fg", - "highlightedColor": "accent", - "infoForeground": "text", - "lineSeparatorColor": "table" - }, - "PasswordField": { - "background": "cs", - "capsLockIconColor": "accent", - "caretForeground": "accent", - "foreground": "fg", - "inactiveForeground": "dis", - "selectionBackground": "table", - "selectionForeground": "activeFg" - }, - "Plugins": { - "background": "bg", - "borderColor": "border", - "disabledForeground": "dis", - "eapTagBackground": "hl", - "hoverBackground": "hl", - "lightSelectionBackground": "table", - "paidTagBackground": "hl", - "selectionBackground": "selBg", - "selectionForeground": "selFg", - "tagBackground": "hl", - "tagForeground": "accent", - "trialTagBackground": "hl", - "Button": { - "installBackground": "button", - "installBorderColor": "button", - "installFillBackground": "button", - "installFillForeground": "dis", - "installFocusedBackground": "hl", - "installForeground": "fg", - "updateBackground": "accent", - "updateBorderColor": "button", - "updateForeground": "fg" - }, - "ScreenshotPagination": { - "CurrentImage.fillColor": "accent" - }, - "SearchField": { - "background": "cs", - "borderColor": "border" - }, - "SectionHeader": { - "background": "second", - "foreground": "fg" - }, - "Tab": { - "active.background": "table", - "active.foreground": "activeFg", - "hover.background": "table", - "hoverBackground": "table", - "selectedBackground": "table", - "selectedForeground": "selFg" - } - }, - "Popup": { - "Advertiser": { - "borderInsets": "6,20,6,20", - "background": "bg", - "borderColor": "bg", - "foreground": "accent" - }, - "Body": { - "bottomInsetNoAd": 8, - "bottomInsetBeforeAd": 8, - "topInsetNoHeader": 8 - }, - "Border": { - "color": "cs", - "inactiveColor": "bg" - }, - "background": "notif", - "borderColor": "cs", - "borderWidth": 0, - "inactiveBorderColor": "bg", - "innerBorderColor": "second", - "Header": { - "activeBackground": "bg", - "inactiveBackground": "cs", - "inactiveForeground": "text" - }, - "paintBorder": false, - "preferences": { - "background": "bg", - "borderColor": "bg", - "foreground": "fg" - }, - "Selection.arc": 8, - "Selection.leftRightInset": 8, - "Separator": { - "foreground": "fg", - "color": "border" - }, - "separatorColor": "second", - "separatorForeground": "fg", - "Toolbar": { - "Border.color": "cs", - "Floating.background": "cs", - "background": "cs", - "borderColor": "cs" - } - }, - "PopupMenu": { - "background": "bg", - "borderWidth": 1, - "border": "8,8,8,8", - "borderCornerRadius": 8, - "foreground": "fg", - "Selection": { - "arc": 8, - "innerInsets": "8,2,8,2" - }, - "selectionBackground": "selBg", - "translucentBackground": "bg" - }, - "PopupMenuSeparator": { - "height": 10, - "stripeWidth": 2, - "stripeIndent": 5, - "withToEdge": 4, - "borderCornerRadius": 8 - }, - "ProgressBar": { - "background": "bg", - "foreground": "accent", - "halfColor": "hl", - "indeterminateEndColor": "accent", - "indeterminateStartColor": "accent", - "progressColor": "accent", - "selectionBackground": "hl", - "trackColor": "hl" - }, - "ProgressIcon": { - "color": "accent" - }, - "PsiViewer": { - "referenceHighlightColor": "accent" - }, - "RadioButton": { - "background": "bg", - "darcula": { - "borderColor1": "fg", - "selectionDisabledColor": "bg", - "selectionDisabledShadowColor": "accent", - "selectionEnabledColor": "accent", - "selectionEnabledShadowColor": "accent" - }, - "disabledText": "dis", - "focusColor": "accent", - "foreground": "fg", - "selectionDisabledColor": "bg", - "selectionDisabledShadowColor": "accent", - "selectionEnabledColor": "accent", - "selectionEnabledShadowColor": "accent" - }, - "RadioButtonMenuItem": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "text", - "background": "bg", - "disabledBackground": "bg", - "disabledForeground": "dis", - "foreground": "fg", - "selectionBackground": "selBg", - "selectionForeground": "selFg" - }, - "ReviewList": { - "state.background": "second", - "state.foreground": "fg" - }, - "RunWidget": { - "background": "button", - "Debug.activeBackground": "hl", - "foreground": "fg", - "hoverBackground": "table", - "pressedBackground": "hl", - "Profile.activeBackground": "hl", - "runningBackground": "hl", - "runningForeground": "selFg", - "Run.activeBackground": "hl", - "Running": { - "background": "hl", - "foreground": "selFg", - "leftHoverBackground": "hl", - "leftPressedBackground": "hl" - }, - "separatorColor": "border" - }, - "ScreenView.borderColor": "border", - "scrollbar": "bg", - "ScrollBar": { - "background": "bg", - "hoverThumbBorderColor": "accent", - "hoverThumbColor": "accent", - "hoverTrackColor": "bg30", - "Mac": { - "hoverThumbBorderColor": "accent", - "hoverThumbColor": "accent", - "hoverTrackColor": "bg30", - "thumbBorderColor": "accent70", - "thumbColor": "accent70", - "trackColor": "bg30", - "Transparent": { - "hoverThumbBorderColor": "accent", - "hoverThumbColor": "accent", - "hoverTrackColor": "bg30", - "thumbBorderColor": "accent70", - "thumbColor": "accent70", - "trackColor": "bg30" - } - }, - "thumb": "hl", - "thumbBorderColor": "accent70", - "thumbColor": "accent70", - "Thumb": { - "Hovered.background": "accent", - "NonOpaque.Hovered.background": "accent" - }, - "trackColor": "bg30", - "Transparent": { - "hoverThumbBorderColor": "accent", - "hoverThumbColor": "accent", - "hoverTrackColor": "bg30", - "thumbBorderColor": "accent70", - "thumbColor": "accent70", - "trackColor": "bg30" - } - }, - "SearchEverywhere": { - "Advertiser": { - "background": "bg", - "foreground": "text", - "borderInsets": "10,20,10,20" - }, - "background": "bg", - "Dialog": { - "background": "bg", - "borderColor": "bg", - "foreground": "fg" - }, - "foreground": "fg", - "Header": { - "background": "bg" - }, - "List": { - "Separator.Color": "border", - "Separator.foreground": "text", - "selectionBackground": "selBg", - "separatorColor": "border", - "separatorForeground": "text", - "settingsBackground": "bg" - }, - "SearchField": { - "Border.color": "hl", - "background": "cs", - "borderColor": "hl", - "grayForeground": "dis", - "infoForeground": "dis" - }, - "shortcutForeground": "text", - "Tab": { - "active.background": "hl", - "active.foreground": "activeFg", - "selected.background": "hl", - "selected.foreground": "activeFg", - "selectedBackground": "hl", - "selectedForeground": "activeFg" - } - }, - "SearchMatch": { - "endBackground": "accent", - "endColor": "accent", - "startBackground": "accent", - "startColor": "accent" - }, - "SearchField.errorBackground": "notif", - "SearchFieldWithExtension": { - "background": "cs" - }, - "SearchOption": { - "selectedBackground": "table", - "selectedPressedBackground": "hl", - "selectedHoveredBackground": "hl" - }, - "SearchResults": { - "Ordinal.File.Foreground": "text", - "Repeated.File.Foreground": "fg" - }, - "SegmentedButton": { - "focusedSelectedButtonColor": "hl", - "selectedButtonColor": "button", - "selectedStartBorderColor": "border", - "selectedEndBorderColor": "border" - }, - "Separator": { - "background": "second", - "foreground": "second", - "separatorColor": "border" - }, - "Settings": { - "Spotlight.borderColor": "accent" - }, - "SidePanel": { - "background": "hc" - }, - "Slider": { - "background": "bg", - "buttonBorderColor": "accent", - "buttonColor": "accent", - "foreground": "fg", - "majorTickLength": 6, - "thumb": "accent", - "tickColor": "second", - "track": "table", - "trackColor": "table", - "trackDisabled": "hl", - "trackWidth": 7 - }, - "Space.Review.diffAnchorBackground": "second", - "SpeedSearch": { - "background": "hl", - "borderColor": "border", - "errorForeground": "red", - "foreground": "fg" - }, - "Spinner": { - "background": "bg", - "border": "4,4,4,4", - "disabledBackground": "excl", - "foreground": "fg", - "selectionForeground": "activeFg" - }, - "SplitPane": { - "background": "bg", - "highlight": "hc" - }, - "SplitPaneDivider.draggingColor": "second", - "StateWidget.activeBackground": "button", - "StatusBar": { - "background": "bg", - "Breadcrumbs": { - "floatingBackground": "tree", - "floatingForeground": "fg", - "floatingToolbarInsets": "8,12,8,12", - "foreground": "fg", - "hoverBackground": "tree", - "hoverForeground": "fg", - "itemBackgroundInsets": "2,4,2,4", - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "selectionInactiveBackground": "button", - "selectionInactiveForeground": "fg" - }, - "borderColor": "border", - "bottomColor": "bg", - "hoverBackground": "hl", - "top2Color": "bg", - "topColor": "bg", - "LightEditBackground": "table", - "Widget": { - "foreground": "fg", - "hoverBackground": "hl", - "hoverForeground": "selFg", - "pressedBackground": "button", - "pressedForeground": "fg", - "widgetInsets": "8,12,8,12" - } - }, - "TabbedPane": { - "background": "bg", - "borderColor": "hc", - "contentAreaColor": "hl", - "contentBorderInsets": "3,1,1,1", - "darkShadow": "hc", - "disabledForeground": "dis", - "disabledText": "dis", - "disabledUnderlineColor": "dis", - "focus": "table", - "focusColor": "table", - "fontSizeOffset": 0, - "foreground": "fg", - "highlight": "border", - "hoverColor": "hl", - "labelShift": 0, - "mt.tab.background": "hc", - "selectHighlight": "hl", - "selected": "selBg", - "selectedColor": "accent", - "selectedDisabledColor": "dis", - "selectedForeground": "activeFg", - "selectedLabelShift": 0, - "selectedTabPadInsets": "0,0,0,0", - "shadow": "hc", - "tabHeight": 32, - "tabInsets": "5,10,5,10", - "tabSelectionArc": 4, - "tabSelectionHeight": 2, - "tabsOverlapBorder": true, - "underlineColor": "accent" - }, - "TabbedPane.mt.tab.background": "hc", - "Table": { - "alternativeRowBackground": "cs", - "background": "bg", - "cellNoFocusBorder": "16,4,16,4", - "disabledForeground": "dis", - "dropLineColor": "accent", - "dropLineShortColor": "accent", - "focusCellBackground": "table", - "focusCellForeground": "activeFg", - "focusCellHighlightBorder": "18,6,18,6", - "foreground": "fg", - "gridColor": "bg", - "highlightOuter": "table", - "hoverBackground": "hl", - "hoverInactiveBackground": "table", - "lightSelectionBackground": "table", - "lightSelectionForeground": "activeFg", - "lightSelectionInactiveBackground": "second", - "lightSelectionInactiveForeground": "text", - "rowHeight": 32, - "selectionBackground": "table", - "selectionForeground": "activeFg", - "selectionInactiveBackground": "table", - "selectionInactiveForeground": "selFg", - "sortIconColor": "fg", - "stripeColor": "cs", - "stripedBackground": "cs" - }, - "TableHeader": { - "background": "button", - "bottomSeparatorColor": "border", - "borderColor": "hl", - "cellBorder": "6,0,6,0", - "disabledForeground": "dis", - "focusCellBackground": "table", - "focusCellForeground": "activeFg", - "foreground": "fg", - "height": 32, - "hoverBackground": "hl", - "separatorColor": "border" - }, - "Tag": { - "background": "button", - "borderColor": "button", - "foreground": "fg" - }, - "text": "bg", - "textInactiveText": "text", - "textHighlight": "selBg", - "textHighlightText": "activeFg", - "textText": "text", - "TextArea": { - "background": "cs", - "caretForeground": "accent", - "foreground": "fg", - "inactiveForeground": "dis", - "selectionBackground": "table", - "selectionForeground": "activeFg" - }, - "TextField": { - "background": "cs", - "borderColor": "bg", - "caretForeground": "accent", - "disabledBackground": "excl", - "focusedBorderColor": "bg", - "foreground": "fg", - "hoverBorderColor": "bg", - "inactiveForeground": "dis", - "selectedSeparatorColor": "accent", - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "separatorColor": "hl", - "separatorColorDisabled": "bg" - }, - "TextPane": { - "background": "cs", - "caretForeground": "accent", - "foreground": "fg", - "inactiveForeground": "dis", - "selectionBackground": "table", - "selectionForeground": "activeFg" - }, - "TipOfTheDay": { - "Image.borderColor": "border" - }, - "TitlePane": { - "Button": { - "hoverBackground": "hl", - "preferredSize": "48,40" - }, - "background": "hc", - "inactiveBackground": "bg", - "inactiveInfoForeground": "dis", - "infoForeground": "text" - }, - "TitledBorder.titleColor": "fg", - "ToggleButton": { - "borderColor": "button", - "buttonColor": "button", - "disabledText": "dis", - "foreground": "fg", - "off.background": "bg", - "off.foreground": "bg", - "offBackground": "bg", - "offForeground": "bg", - "on.background": "accent", - "on.foreground": "accent", - "onBackground": "accent", - "onForeground": "accent" - }, - "Toolbar.Floating.background": "button", - "ToolBar": { - "background": "hc", - "borderHandleColor": "text", - "comboBoxButtonBackground": "button", - "floatingForeground": "text", - "foreground": "fg", - "verticalToolbarInsets": "6,6,6,6", - "horizontalToolbarInsets": "6,6,6,6" - }, - "ToolbarComboWidget": { - "background": "button", - "hoverBackground": "hl" - }, - "tooltips": { - "actions.keymap.text.color": "text", - "actions.settings.icon.background.color": "bg", - "description.title.text.color": "fg" - }, - "ToolTip": { - "arc": 6, - "actions": { - "background": "bg" - }, - "Actions": { - "background": "bg", - "grayForeground": "text", - "infoForeground": "text" - }, - "background": "notif", - "borderColor": "border", - "borderCornerRadius": 8, - "foreground": "fg", - "infoForeground": "text", - "linkForeground": "accent", - "Learning": { - "background": "accent", - "borderColor": "accent", - "foreground": "fg", - "spanBackground": "accent50", - "spanForeground": "fg", - "stepNumberForeground": "accent" - }, - "separatorColor": "border", - "shortcutForeground": "text" - }, - "ToolWindow": { - "active": { - "Header.background": "second", - "HeaderTab.background": "cs" - }, - "Background": "bg", - "background": "hc", - "Button": { - "hoverBackground": "table", - "DragAndDrop": { - "stripeBackground": "cs", - "buttonDropBackground": "accent70" - }, - "selectedBackground": "cs", - "selectedForeground": "activeFg" - }, - "header": { - "active.background": "second", - "background": "bg", - "border.background": "second", - "closeButton.background": "bg", - "tab.selected.active.background": "cs", - "tab.selected.background": "cs" - }, - "Header": { - "height": 42, - "background": "second", - "borderColor": "second", - "inactiveBackground": "bg" - }, - "HeaderCloseButton": { - "background": "bg" - }, - "HeaderTab": { - "borderColor": "bg", - "hoverBackground": "hl", - "hoverInactiveBackground": "hl", - "inactiveUnderlineColor": "accent", - "leftRightInsets": "0,12,0,12", - "selectedBackground": "cs", - "selectedInactiveBackground": "cs", - "underlineArc": 4, - "underlineColor": "accent", - "underlineHeight": 3, - "underlinedTabBackground": "table", - "underlinedTabForeground": "selFg", - "underlinedTabInactiveBackground": "hc", - "underlinedTabInactiveForeground": "fg", - "verticalPadding": 6 - }, - "inactive": { - "Header.background": "bg", - "HeaderTab.background": "cs" - } - }, - "Tree": { - "border": "4,12,4,12", - "background": "hc", - "foreground": "text", - "errorForeground": "red", - "hash": "border", - "hoverBackground": "tree", - "hoverInactiveBackground": "table", - "modifiedItemForeground": "accent", - "rowHeight": "28", - "selectionBackground": "tree", - "selectionForeground": "selFg", - "selectionInactiveBackground": "tree", - "selectionInactiveForeground": "selFg", - "textBackground": "hc" - }, - "Tree.leftChildIndent": 10, - "Tree.rightChildIndent": 5, - "UIDesigner": { - "Activity.borderColor": "border", - "Canvas.background": "cs", - "ColorPicker": { - "background": "second", - "foreground": "fg" - }, - "Component": { - "background": "bg", - "borderColor": "border", - "foreground": "fg", - "hoverBorderColor": "hl" - }, - "Connector": { - "borderColor": "border", - "hoverBorderColor": "hl" - }, - "Label.foreground": "text", - "highStroke.foreground": "fg", - "motion": { - "AddConstraintColor": "accent", - "AddConstraintPlus": "accent", - "CSPanel.SelectedBackground": "tree", - "CSPanel.SelectedFocusBackground": "selBg", - "Component.foreground": "fg", - "ConstraintSet.background": "second", - "ConstraintSetText.foreground": "text", - "CursorTextColor.foreground": "fg", - "HoverColor.disabledBackground": "dis", - "Key.selectedForeground": "accent", - "Notification.background": "notif", - "PositionMarkColor": "accent", - "PrimaryPanel.background": "cs", - "SecondaryPanel.background": "bg", - "SecondaryPanel.header.background": "cs", - "SecondaryPanel.header.foreground": "text", - "TimeCursor.End.selectedForeground": "accent", - "TimeCursor.Start.selectedForeground": "accent", - "TimeCursor.selectedForeground": "accent", - "borderColor": "border", - "cs_FocusText.infoForeground": "text", - "graphLine.lineSeparatorColor": "accent", - "motionGraph.background": "bg", - "ourAvg.background": "second", - "ourCS.background": "second", - "ourCS_Border.borderColor": "border", - "ourCS_SelectedBackground.selectionInactiveBackground": "table", - "ourCS_SelectedBorder.pressedBorderColor": "hl", - "ourCS_SelectedFocusBackground.selectionForeground": "selFg", - "ourCS_SelectedFocusBorder.focusedBorderColor": "accent", - "ourCS_TextColor.foreground": "text", - "ourML_BarColor.separatorColor": "border", - "timeLine.disabledBorderColor": "border" - }, - "PackageDetails": { - "border": "accent", - "infoBanner": "accent" - }, - "PackageSearch": { - "PackagesList.rowHeight": 28, - "PackageTag": { - "background": "excl", - "foreground": "fg", - "hoverBackground": "tree", - "selectedBackground": "selBg", - "selectedForeground": "selFg" - }, - "PackageTagSelected": { - "background": "selBg", - "foreground": "selFg" - }, - "SearchResult": { - "background": "cs", - "hoverBackground": "tree", - "PackageTag": { - "background": "excl", - "foreground": "fg", - "hoverBackground": "tree", - "selectedBackground": "selBg", - "selectedForeground": "selFg" - } - } - }, - "Panel": { - "background": "bg", - "borderColor": "border", - "graphLabel": "text", - "graphLines": "hl", - "lines3d": "accent", - "secondaryGraphLines": "border" - }, - "percent.foreground": "fg", - "Placeholder": { - "background": "bg", - "borderColor": "border", - "foreground": "fg", - "selectedForeground": "selFg" - }, - "Preview.background": "bg", - "stroke.acceleratorForeground": "text" - }, - "ValidationTooltip": { - "errorBackground": "notif", - "errorBorderColor": "notif", - "warningBackground": "notif", - "warningBorderColor": "notif" - }, - "VersionControl": { - "FileHistory.Commit": { - "otherBranchBackground": "excl", - "selectedBranchBackground": "bg" - }, - "GitCommits": { - "graphColor": "hl" - }, - "GitLog": { - "localBranchIconColor": "accent", - "otherIconColor": "text", - "remoteBranchIconColor": "fg", - "tagIconColor": "text" - }, - "HgLog": { - "bookmarkIconColor": "activeFg", - "branchIconColor": "accent", - "closedBranchIconColor": "dis", - "localTagIconColor": "text", - "mqTagIconColor": "text", - "tagIconColor": "text", - "tipIconColor": "text" - }, - "Log": { - "Commit": { - "currentBranchBackground": "cs", - "hoveredBackground": "tree", - "rowHeight": 28, - "unmatchedForeground": "text" - } - }, - "MarkerPopup": { - "borderColor": "border", - "borderInsets": "6,8,6,10", - "Toolbar.background": "hl" - }, - "Ref": { - "backgroundBase": "hl", - "foreground": "activeFg" - }, - "RefLabel": { - "backgroundBase": "hl", - "foreground": "activeFg" - } - }, - "UnattendedHostStatus": { - "warningBackground": "yellow", - "warningForeground": "activeFg", - "dangerBackground": "red" - }, - "Viewport": { - "background": "hc", - "foreground": "fg" - }, - "WelcomeScreen": { - "AssociatedComponent.background": "bg", - "Details.background": "bg", - "List": { - "background": "hc", - "selectionBackground": "selBg", - "selectionInactiveBackground": "hl" - }, - "SidePanel.background": "second", - "background": "bg", - "borderColor": "bg", - "captionBackground": "cs", - "captionForeground": "fg", - "footerBackground": "cs", - "footerForeground": "fg", - "groupIconBorderColor": "button", - "headerBackground": "bg", - "headerForeground": "fg", - "separatorColor": "border", - "Projects": { - "actions.background": "cs", - "actions.selectionBackground": "hl", - "background": "second", - "selectionBackground": "selBg", - "selectionInactiveBackground": "selBg" - } - }, - "Window.border": "border", - "window": "hc", - "windowBorder": "border", - "windowText": "text" - }, - "icons": { - "ColorPalette": { - "#43494A": "cs", - "#6B6B6B": "text", - "#A7A7A7": "bg", - "#3D6185": "accent", - "#466D94": "accent", - "#3C3F41": "bg", - "#545556": "dis", - "#606060": "dis", - "#9AA7B0": "fg", - "#675133": "accent", - "Actions.Blue": "blue", - "Actions.Green": "green", - "Actions.Grey": "text", - "Actions.GreyInline": "gray", - "Actions.GreyInline.Dark": "fg", - "Actions.Red": "red", - "Actions.Yellow": "yellow", - "Checkbox.Background.Default": "cs", - "Checkbox.Background.Default.Dark": "cs", - "Checkbox.Background.Disabled": "excl", - "Checkbox.Background.Disabled.Dark": "excl", - "Checkbox.Background.Selected": "accent", - "Checkbox.Background.Selected.Dark": "hc", - "Checkbox.Border.Default": "hl", - "Checkbox.Border.Default.Dark": "hl", - "Checkbox.Border.Disabled": "dis", - "Checkbox.Border.Disabled.Dark": "dis", - "Checkbox.Border.Selected": "accent", - "Checkbox.Border.Selected.Dark": "hl", - "Checkbox.Focus.Thin.Default": "accent", - "Checkbox.Focus.Thin.Default.Dark": "accent", - "Checkbox.Focus.Thin.Selected": "fg", - "Checkbox.Focus.Thin.Selected.Dark": "fg", - "Checkbox.Focus.Wide": "accent", - "Checkbox.Focus.Wide.Dark": "accent", - "Checkbox.Foreground.Disabled": "dis", - "Checkbox.Foreground.Disabled.Dark": "dis", - "Checkbox.Foreground.Selected": "hc", - "Checkbox.Foreground.Selected.Dark": "accent", - "Objects.BlackText": "fg", - "Objects.Blue": "blue", - "Objects.Green": "green", - "Objects.GreenAndroid": "green", - "Objects.Grey": "gray", - "Objects.Pink": "purple", - "Objects.Purple": "purple", - "Objects.Red": "red", - "Objects.RedStatus": "red", - "Objects.Yellow": "yellow", - "Objects.YellowDark": "orange", - "Tree.iconColor": "text", - "Tree.iconColor.Dark": "text" - } - } -} 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 deleted file mode 100644 index 4eb32ca8..00000000 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/GitHub Contrast.theme.json +++ /dev/null @@ -1,1778 +0,0 @@ -{ - "name": "GitHub Contrast", - "dark": false, - "author": "Mallowigi", - "colors": { - "bg": "#F7F8FA", - "bg30": "#F7F8FA30", - "fg": "#5B6168", - "text": "#292D31", - "selBg": "#c6e5ff", - "selBg20": "#c6e5ff20", - "selFg": "#111111", - "activeFg": "#111111", - "border": "#DFE1E4", - "excl": "#dcdcdc", - "second": "#F3f3f3", - "dis": "#9ba0a3", - "accent": "#79CB60", - "accent2": "#79CB602", - "accent50": "#79CB6050", - "accent70": "#79CB6070", - "cs": "#fafbfc", - "button": "#edf1f5", - "table": "#cce5ff", - "tree": "#ebedf0", - "hl": "#CCE5FF", - "notif": "#DFECFE", - "hc": "#fafbfc", - "shadow": "undefined", - "white": "#24292E", - "blue": "#6F42C1", - "red": "#22863A", - "yellow": "#6F42C1", - "green": "#032F62", - "gray": "#6A737D", - "purple": "#D73A49", - "orange": "#005CC5" - }, - "editorScheme": "colors/GitHub.xml", - "ui": { - "*": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "text", - "background": "bg", - "borderColor": "border", - "disabledBackground": "excl", - "disabledBorderColor": "button", - "disabledForeground": "dis", - "disabledText": "dis", - "focusColor": "hl", - "focusedBorderColor": "accent", - "foreground": "fg", - "hoverBorderColor": "hl", - "inactiveBackground": "excl", - "inactiveForeground": "text", - "infoForeground": "text", - "lineSeparatorColor": "hl", - "pressedBorderColor": "hl", - "selectionBackground": "selBg", - "selectionBackgroundInactive": "second", - "selectionForeground": "selFg", - "selectionInactiveBackground": "second", - "separatorColor": "border" - }, - "activeCaption": "bg", - "activeCaptionBorder": "bg", - "activeCaptionText": "fg", - "ActionButton": { - "focusedBorderColor": "accent50", - "hoverBackground": "accent50", - "hoverBorderColor": "accent50", - "hoverSeparatorColor": "button", - "pressedBackground": "accent50", - "pressedBorderColor": "accent50" - }, - "ActionsList": { - "icon.gap": 12, - "mnemonic.icon.gap": 12 - }, - "ActionToolbar": { - "background": "hc" - }, - "AppInspector.GraphNode": { - "background": "second", - "borderColor": "border", - "focusedBorderColor": "accent" - }, - "AssignedMnemonic": { - "background": "hl", - "borderColor": "selBg", - "foreground": "activeFg" - }, - "Autocomplete": { - "selectionBackground": "selBg", - "selectionUnfocus": "hl" - }, - "AvailableMnemonic": { - "background": "button", - "borderColor": "button", - "foreground": "fg" - }, - "BigSpinner.background": "bg", - "Bookmark": { - "iconBackground": "accent", - "Mnemonic": { - "iconBackground": "hl", - "iconBorderColor": "hl", - "iconForeground": "fg" - } - }, - "BookmarkMnemonicAssigned": { - "background": "hl", - "borderColor": "selBg", - "foreground": "selFg" - }, - "BookmarkMnemonicAvailable": { - "background": "button", - "borderColor": "button", - "foreground": "fg" - }, - "BookmarkMnemonicCurrent": { - "background": "accent", - "borderColor": "accent", - "foreground": "selFg" - }, - "BookmarkMnemonicIcon": { - "background": "hl", - "borderColor": "hl", - "foreground": "fg" - }, - "BookmarkIcon.background": "accent", - "Borders.ContrastBorderColor": "bg", - "Borders.color": "border", - "Breakpoint.iconHoverAlpha": 0.35, - "Button": { - "arc": 8, - "background": "bg", - "darcula": { - "borderColor": "button", - "defaultBorderColor": "button", - "defaultEndColor": "button", - "defaultFocusedBorderColor": "table", - "defaultOutlineColor": "button", - "defaultStartColor": "button", - "disabledBorderColor": "button", - "disabledOutlineColor": "border", - "disabledText.shadow": "bg", - "endColor": "button", - "focusedBorderColor": "table", - "outlineColor": "button", - "selectedButtonForeground": "selFg", - "selection.color1": "table", - "selection.color2": "table", - "shadowColor": "shadow", - "smallComboButtonBackground": "button", - "startColor": "button" - }, - "default": { - "borderColor": "button", - "endBackground": "table", - "endBorderColor": "table", - "focusColor": "accent", - "focusedBorderColor": "accent", - "foreground": "selFg", - "shadowColor": "shadow", - "startBackground": "table", - "startBorderColor": "table" - }, - "disabledBackground": "excl", - "disabledBorderColor": "border", - "disabledText": "dis", - "endBackground": "table", - "endBorderColor": "button", - "focus": "hl", - "focusedBorderColor": "accent", - "foreground": "text", - "highlight": "selFg", - "mt.background": "button", - "mt.color1": "button", - "mt.color2": "button", - "mt.foreground": "text", - "mt.selectedForeground": "selFg", - "mt.selection.color1": "table", - "mt.selection.color2": "table", - "select": "button", - "shadowColor": "shadow", - "shadowWidth": 0, - "startBackground": "table", - "startBorderColor": "button", - "ToolWindow": { - "arc": 40 - } - }, - "Canvas": { - "Tooltip.background": "notif", - "Tooltip.borderColor": "border" - }, - "CheckBox": { - "background": "bg", - "background.selected": "accent", - "borderColor": "bg", - "borderColor.selected": "accent", - "checkSignColor": "bg", - "checkSignColor.selected": "bg", - "checkSignColorDisabled": "bg", - "checkSignColorDisabled.selected": "bg", - "darcula": { - "borderColor1": "fg", - "checkSignColorDisabled": "dis", - "disabledBorderColor1": "dis", - "disabledBorderColor2": "dis", - "inactiveFillColor": "hl" - }, - "disabledBorderColor": "bg", - "disabledBorderColor.selected": "accent", - "disabledText": "dis", - "focused.background": "bg", - "focused.background.selected": "accent", - "focusedArmed.background": "bg", - "focusedArmed.background.selected": "accent", - "foreground": "fg", - "inactiveFillColor": "bg", - "inactiveFillColor.selected": "accent", - "select": "accent", - "shadowColor": "bg", - "shadowColorDisabled": "bg" - }, - "Checkbox": { - "Background.Default": "bg", - "Background.Default.Dark": "bg", - "Background.Disabled": "second", - "Background.Disabled.Dark": "second", - "Background.Selected": "accent", - "Background.Selected.Dark": "accent", - "Border.Default": "hl", - "Border.Default.Dark": "hl", - "Border.Disabled": "second", - "Border.Disabled.Dark": "second", - "Border.Selected": "accent", - "Border.Selected.Dark": "accent", - "Focus.Thin.Default": "bg", - "Focus.Thin.Default.Dark": "bg", - "Focus.Wide.Default": "bg", - "Focus.Wide.Default.Dark": "bg", - "Focus.Thin.Selected": "accent", - "Focus.Thin.Selected.Dark": "accent", - "Focus.Wide.Selected": "accent", - "Focus.Wide.Selected.Dark": "accent" - }, - "CheckBoxMenuItem": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "text", - "background": "bg", - "disabledBackground": "bg", - "disabledForeground": "dis", - "foreground": "fg", - "selectionBackground": "selBg", - "selectionForeground": "activeFg" - }, - "CodeWithMe": { - "Avatar.foreground": "fg", - "AccessDisabled.accessDot": "dis", - "AccessEnabled": { - "accessDot": "accent", - "dropdownBorder": "second", - "pillBackground": "second" - }, - "Users": { - "1": { - "Background": "green", - "Foreground": "fg" - }, - "2": { - "Background": "blue", - "Foreground": "fg" - }, - "3": { - "Background": "red", - "Foreground": "fg" - }, - "4": { - "Background": "purple", - "Foreground": "fg" - }, - "5": { - "Background": "yellow", - "Foreground": "fg" - }, - "6": { - "Background": "orange", - "Foreground": "fg" - } - } - }, - "ColorChooser": { - "background": "bg", - "foreground": "fg", - "swatchesDefaultRecentColor": "fg" - }, - "ComboBoxButton.background": "button", - "ComboBox": { - "ArrowButton": { - "background": "button", - "disabledIconColor": "dis", - "iconColor": "fg", - "nonEditableBackground": "hc" - }, - "PopupBackground": "cs", - "arrowFillColor": "hc", - "background": "hc", - "buttonBackground": "button", - "darcula": { - "arrowButtonBackground": "hc", - "arrowButtonDisabledForeground": "dis", - "arrowButtonForeground": "fg", - "disabledArrowButtonBackground": "excl", - "editable.arrowButtonBackground": "hc", - "hoveredArrowButtonForeground": "accent", - "nonEditableBackground": "bg" - }, - "disabledBackground": "excl", - "disabledForeground": "dis", - "foreground": "fg", - "modifiedItemForeground": "accent", - "nonEditableBackground": "bg", - "padding": "5,5,5,5", - "selectionBackground": "table", - "selectionForeground": "activeFg" - }, - "ComboPopup.border": "1,1,1,1,#79CB60", - "CompletionPopup": { - "Advertiser": { - "background": "bg", - "foreground": "fg", - "borderInsets": "8,12,8,12" - }, - "background": "second", - "foreground": "fg", - "grayForeground": "text", - "grayedForeground": "text", - "infoForeground": "text", - "matchForeground": "accent", - "matchSelectedForeground": "accent", - "matchSelectionForeground": "accent", - "nonFocusedState": "false", - "selectedForeground": "selFg", - "selectedGrayedForeground": "selFg", - "selectionBackground": "cs", - "selectionForeground": "selFg", - "selectionGrayForeground": "selFg", - "selectionInactiveBackground": "hl", - "selectionInactiveForeground": "text", - "selectionInactiveInfoForeground": "text", - "selectionInfoForeground": "selFg" - }, - "ComplexPopup": { - "Header.background": "notif" - }, - "Component": { - "arc": 4, - "focusWidth": 2, - "borderColor": "hl", - "disabledBorderColor": "dis", - "focusColor": "accent", - "focusedBorderColor": "accent", - "hoverIconColor": "accent", - "iconColor": "text", - "grayForeground": "text", - "infoForeground": "text" - }, - "Content": { - "background": "cs", - "selectionBackground": "selBg", - "selectionInactiveBackground": "fg" - }, - "control": "button", - "controlLtHighlight": "selFg", - "controlText": "text", - "controlHighlight": "hl", - "controlShadow": "excl", - "controlDkShadow": "excl", - "Counter": { - "background": "accent", - "foreground": "selFg" - }, - "CurrentMnemonic": { - "background": "accent", - "borderColor": "accent", - "foreground": "selFg" - }, - "darcula": { - "background": "bg", - "foreground": "fg", - "primary": "bg" - }, - "desktop": "hc", - "Debugger": { - "EvaluateExpression.background": "bg", - "Variables": { - "changedValueForeground": "accent", - "collectingDataForeground": "text", - "errorMessageForeground": "red", - "evaluatingExpressionForeground": "text", - "exceptionForeground": "yellow", - "modifyingValueForeground": "accent", - "valueForeground": "accent", - "typeForeground": "text" - } - }, - "DebuggerTabs": { - "active.background": "hl", - "selectedBackground": "hl", - "underlinedTabBackground": "table", - "underlineHeight": 2 - }, - "DebuggerPopup": { - "borderColor": "bg" - }, - "DefaultTabs": { - "background": "bg", - "borderColor": "bg", - "hoverBackground": "table", - "hoverColor": "hl", - "hoverMaskColor": "hl", - "inactiveColoredFileBackground": "button", - "inactiveColoredTabBackground": "bg", - "inactiveMaskColor": "hc", - "inactiveUnderlineColor": "accent", - "underlineColor": "accent", - "underlineHeight": 3, - "underlinedTabBackground": "table", - "underlinedTabForeground": "selFg" - }, - "Desktop.background": "bg", - "Dialog": { - "titleColor": "bg" - }, - "DialogWrapper": { - "southPanelBackground": "bg", - "southPanelDivider": "bg" - }, - "DragAndDrop": { - "areaBackground": "tree", - "areaBorderColor": "bg", - "areaForeground": "fg", - "backgroundBorderColor": "bg", - "backgroundColor": "bg", - "borderColor": "accent", - "foregroundColor": "fg", - "rowBackground": "accent70" - }, - "dropArea.base": "accent", - "Editor": { - "background": "hc", - "foreground": "fg", - "shortcutForeground": "text", - "SearchField": { - "background": "cs", - "borderInsets": "8,12,8,12" - }, - "Toolbar": { - "borderColor": "border" - } - }, - "EditorGroupsTabs": { - "background": "bg", - "borderColor": "second", - "hoverBackground": "hl", - "hoverColor": "hl", - "inactiveUnderlineColor": "accent", - "underlineColor": "accent", - "underlinedTabBackground": "table", - "underlinedTabForeground": "fg" - }, - "EditorPane": { - "background": "hc", - "caretForeground": "accent", - "foreground": "fg", - "inactiveBackground": "bg", - "inactiveForeground": "dis", - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "splitBorder": "border" - }, - "EditorTabs": { - "active.background": "table", - "active.foreground": "fg", - "active.underlineColor": "accent", - "background": "bg", - "borderColor": "second", - "foreground": "fg", - "hoverBackground": "hl", - "hoverColor": "hl", - "hoverMaskColor": "hl", - "inactive.maskColor": "bg", - "inactiveColoredFileBackground": "bg", - "inactiveMaskColor": "bg", - "inactiveUnderlineColor": "dis", - "selectedBackground": "table", - "selectedForeground": "fg", - "tabInsets": "-10,10,-10,10", - "underlineColor": "accent", - "underlineHeight": 3, - "underlineArc": 4, - "underlinedTabBackground": "table", - "underlinedTabForeground": "selFg" - }, - "FileColor": { - "Blue": "#004BA0", - "Green": "#387002", - "Orange": "#B53D00", - "Rose": "#A00037", - "Violet": "#4D2C91", - "Yellow": "excl", - "Gray": "excl", - "excluded": "excl" - }, - "FlameGraph": { - "JVMBackground": "#89DDF7", - "JVMFocusBackground": "#82AAFF", - "JVMFocusSearchNotMatchedBackground": "#AB7967", - "JVMSearchNotMatchedBackground": "#FF5370", - "nativeBackground": "#FFCB6B", - "nativeFocusBackground": "#F78C6C", - "nativeFocusSearchNotMatchedBackground": "#BB80B3", - "nativeSearchNotMatchedBackground": "#C792EA" - }, - "Focus": { - "Color": "accent50", - "borderColor": "accent50", - "color": "accent50", - "defaultButtonBorderColor": "accent" - }, - "FormattedTextField": { - "background": "cs", - "caretForeground": "accent", - "foreground": "fg", - "inactiveBackground": "button", - "inactiveForeground": "dis", - "selectionBackground": "selBg", - "selectionForeground": "activeFg" - }, - "Git.Log.Ref": { - "LocalBranch": "accent", - "Other": "text", - "RemoteBranch": "fg", - "Tag": "text" - }, - "Github.List.tallRow": { - "foreground": "fg", - "secondary.foreground": "text", - "selectionBackground": "selBg", - "selectionBackground.unfocused": "hl", - "selectionForeground": "selFg", - "selectionForeground.unfocused": "selFg" - }, - "GotItTooltip": { - "background": "notif", - "borderColor": "notif", - "endBackground": "button", - "endBorderColor": "button", - "foreground": "fg", - "linkForeground": "accent", - "shortcutForeground": "text", - "startBackground": "button", - "startBorderColor": "button" - }, - "Group": { - "disabledSeparatorColor": "border", - "separatorColor": "border" - }, - "Gutter": { - "VcsChanges.width": 4 - }, - "GutterTooltip": { - "borderColor": "bg", - "infoForeground": "text", - "lineSeparatorColor": "bg" - }, - "HeaderColor": { - "active": "bg", - "inactive": "cs" - }, - "HelpTooltip": { - "background": "bg", - "backgroundColor": "bg", - "borderColor": "border", - "defaultTextBorderInsets": "16,16,16,16", - "foreground": "fg", - "infoForeground": "text", - "shortcutForeground": "text", - "shortcutTextColor": "text", - "smallTextBorderInsets": "8,12,8,12", - "textColor": "fg", - "verticalGap": 8 - }, - "Hg.Log.Ref": { - "Branch": "accent", - "ClosedBranch": "fg", - "LocalTag": "text", - "MqTag": "text", - "Tag": "text" - }, - "Hyperlink.linkColor": "accent", - "IconBadge": { - "infoBackground": "accent" - }, - "IdeStatusBar.border": "4,4,4,4", - "InformationHint.borderColor": "border", - "inactiveCaption": "second", - "inactiveCaptionBorder": "bg", - "inactiveCaptionText": "text", - "info": "text", - "infoPanelForeground": "text", - "infoText": "text", - "InplaceRefactoringPopup": { - "background": "bg", - "borderColor": "bg" - }, - "intellijlaf": { - "background": "bg", - "foreground": "fg" - }, - "InternalFrame": { - "activeTitleForeground": "fg", - "background": "bg", - "inactiveTitleBackground": "bg", - "inactiveTitleForeground": "text" - }, - "Label": { - "background": "bg", - "disabledForeground": "dis", - "disabledForegroundColor": "dis", - "disabledShadow": "dis", - "disabledText": "dis", - "errorForeground": "accent", - "foreground": "fg", - "grayForeground": "text", - "infoForeground": "text", - "selectedDisabledForeground": "fg", - "selectedForeground": "activeFg", - "textForeground": "text" - }, - "Lesson": { - "Badge": { - "newLessonBackground": "accent", - "newLessonForeground": "selFg" - }, - "shortcutBackground": "second", - "stepNumberForeground": "text", - "Tooltip": { - "background": "notif", - "borderColor": "notif", - "foreground": "fg", - "spanBackground": "button", - "spanForeground": "fg", - "stepNumberForeground": "text" - } - }, - "link": "accent", - "Link": { - "activeForeground": "accent", - "focusedBorderColor": "accent", - "hoverForeground": "accent", - "pressedForeground": "accent", - "secondaryForeground": "text", - "visitedForeground": "accent" - }, - "link.foreground": "accent", - "link.hover.foreground": "accent", - "link.pressed.foreground": "accent", - "link.visited.foreground": "accent", - "List": { - "background": "bg", - "Button": { - "hoverBackground": "hl", - "leftRightInset": 8, - "separatorColor": "border", - "separatorInset": 4 - }, - "foreground": "fg", - "hoverBackground": "hl", - "hoverInactiveBackground": "table", - "Line.hoverBackground": "selBg", - "rowHeight": "28", - "selectionBackground": "tree", - "selectionForeground": "selFg", - "selectionInactiveBackground": "table", - "selectionInactiveForeground": "activeFg", - "Tag": { - "background": "button", - "foreground": "fg" - } - }, - "LiveIndicator": { - "color": "accent" - }, - "macOSWindow.Title": { - "height": 30, - "heightSmall": 20 - }, - "MainMenu": { - "background": "hc", - "foreground": "fg", - "selectionForeground": "activeFg", - "selectionBackground": "selBg" - }, - "MainToolbar": { - "background": "bg", - "Button": { - "buttonInsets": "0,0,0,0" - }, - "Dropdown": { - "borderInsets": "6,12,6,12", - "background": "bg", - "foreground": "fg", - "hoverBackground": "hl", - "pressedBackground": "table" - }, - "hoverBackground": "hl", - "Icon": { - "borderInsets": "10,10,10,10", - "background": "bg", - "hoverBackground": "hl", - "pressedBackground": "table" - }, - "inactiveBackground": "bg", - "pressedBackground": "table", - "separatorColor": "border" - }, - "material": { - "background": "bg", - "branchColor": "fg", - "contrast": "cs", - "foreground": "fg", - "mergeCommits": "button", - "primaryColor": "text", - "selectionBackground": "selBg", - "selectionForeground": "selFg", - "tab.backgroundColor": "bg", - "tab.borderColor": "accent", - "tagColor": "text" - }, - "MemoryIndicator": { - "allocatedBackground": "second", - "unusedColor": "second", - "usedBackground": "hl", - "usedColor": "hl" - }, - "menu": "bg", - "menuText": "fg", - "Menu": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "activeFg", - "background": "bg", - "border": "8,8,8,8", - "borderColor": "second", - "disabledBackground": "second", - "disabledForeground": "dis", - "foreground": "fg", - "Selection": { - "arc": 8, - "innerInsets": "8,2,8,2" - }, - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "separatorColor": "border" - }, - "MenuBar": { - "background": "hc", - "borderColor": "bg", - "disabledBackground": "bg", - "disabledForeground": "dis", - "foreground": "fg", - "highlight": "bg", - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "shadow": "hc" - }, - "MenuItem": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "activeFg", - "background": "bg", - "border": "8,8,8,8", - "disabledBackground": "bg", - "disabledForeground": "dis", - "foreground": "fg", - "selectionBackground": "selBg", - "selectionForeground": "activeFg" - }, - "MlModelBinding.Viewer.CodeEditor.background": "bg", - "MnemonicIcon": { - "background": "hl", - "borderColor": "hl", - "foreground": "fg" - }, - "NavBar": { - "arrowColor": "fg", - "borderColor": "bg", - "selectedColor": "accent" - }, - "NewClass": { - "Panel": { - "background": "bg" - }, - "SearchField": { - "background": "cs" - }, - "separatorWidth": 6 - }, - "NewPSD.warning": "accent", - "Notification": { - "arc": 16, - "Error.foreground": "accent", - "Link.foreground": "accent", - "background": "notif", - "borderColor": "notif", - "errorBackground": "notif", - "errorBorderColor": "notif", - "errorForeground": "accent", - "foreground": "fg", - "linkForeground": "accent", - "MoreButton": { - "background": "button", - "foreground": "fg", - "innerBorderColor": "button" - }, - "ToolWindow": { - "Button.DragAndDrop": { - "buttonFloatingBackground": "button", - "stripeBackground": "bg" - }, - "errorBackground": "notifError", - "errorBorderColor": "notifError", - "errorForeground": "fg", - "infoBackground": "notif", - "infoBorderColor": "notif", - "infoForeground": "fg", - "informativeBackground": "notif", - "informativeBorderColor": "notif", - "informativeForeground": "fg", - "warningBackground": "notifWarn", - "warningBorderColor": "notifWarn", - "warningForeground": "fg" - }, - "ToolWindowError": { - "foreground": "fg", - "background": "notifError" - }, - "ToolWindowInfo": { - "foreground": "fg", - "background": "notif", - "borderColor": "notif" - }, - "ToolWindowWarning": { - "foreground": "fg", - "background": "notifWarn" - } - }, - "Notifications": { - "background": "notif", - "borderColor": "notif" - }, - "NotificationsToolwindow": { - "Notification.hoverBackground": "tree", - "newNotification.background": "notif", - "newNotification.hoverBackground": "tree" - }, - "OnePixelDivider.background": "border", - "OptionPane": { - "background": "bg", - "foreground": "fg", - "messageForeground": "fg" - }, - "OptionButton": { - "default.separatorColor": "table", - "separatorColor": "button" - }, - "Outline": { - "color": "button", - "disabledColor": "dis", - "focusedColor": "accent" - }, - "Panel": { - "background": "bg", - "foreground": "fg", - "mouseShortcutBackground": "bg" - }, - "ParameterInfo": { - "ContextHelp.foreground": "text", - "background": "second", - "borderColor": "table", - "currentOverloadBackground": "hl", - "currentParameterForeground": "accent", - "disabledColor": "dis", - "disabledForeground": "dis", - "foreground": "fg", - "highlightedColor": "accent", - "infoForeground": "text", - "lineSeparatorColor": "table" - }, - "PasswordField": { - "background": "cs", - "capsLockIconColor": "accent", - "caretForeground": "accent", - "foreground": "fg", - "inactiveForeground": "dis", - "selectionBackground": "table", - "selectionForeground": "activeFg" - }, - "Plugins": { - "background": "bg", - "borderColor": "border", - "disabledForeground": "dis", - "eapTagBackground": "hl", - "hoverBackground": "hl", - "lightSelectionBackground": "table", - "paidTagBackground": "hl", - "selectionBackground": "selBg", - "selectionForeground": "selFg", - "tagBackground": "hl", - "tagForeground": "accent", - "trialTagBackground": "hl", - "Button": { - "installBackground": "button", - "installBorderColor": "button", - "installFillBackground": "button", - "installFillForeground": "dis", - "installFocusedBackground": "hl", - "installForeground": "fg", - "updateBackground": "accent", - "updateBorderColor": "button", - "updateForeground": "fg" - }, - "ScreenshotPagination": { - "CurrentImage.fillColor": "accent" - }, - "SearchField": { - "background": "cs", - "borderColor": "border" - }, - "SectionHeader": { - "background": "second", - "foreground": "fg" - }, - "Tab": { - "active.background": "table", - "active.foreground": "activeFg", - "hover.background": "table", - "hoverBackground": "table", - "selectedBackground": "table", - "selectedForeground": "selFg" - } - }, - "Popup": { - "Advertiser": { - "borderInsets": "6,20,6,20", - "background": "bg", - "borderColor": "bg", - "foreground": "accent" - }, - "Body": { - "bottomInsetNoAd": 8, - "bottomInsetBeforeAd": 8, - "topInsetNoHeader": 8 - }, - "Border": { - "color": "cs", - "inactiveColor": "bg" - }, - "background": "notif", - "borderColor": "cs", - "borderWidth": 0, - "inactiveBorderColor": "bg", - "innerBorderColor": "second", - "Header": { - "activeBackground": "bg", - "inactiveBackground": "cs", - "inactiveForeground": "text" - }, - "paintBorder": false, - "preferences": { - "background": "bg", - "borderColor": "bg", - "foreground": "fg" - }, - "Selection.arc": 8, - "Selection.leftRightInset": 8, - "Separator": { - "foreground": "fg", - "color": "border" - }, - "separatorColor": "second", - "separatorForeground": "fg", - "Toolbar": { - "Border.color": "cs", - "Floating.background": "cs", - "background": "cs", - "borderColor": "cs" - } - }, - "PopupMenu": { - "background": "bg", - "borderWidth": 1, - "border": "8,8,8,8", - "borderCornerRadius": 8, - "foreground": "fg", - "Selection": { - "arc": 8, - "innerInsets": "8,2,8,2" - }, - "selectionBackground": "selBg", - "translucentBackground": "bg" - }, - "PopupMenuSeparator": { - "height": 10, - "stripeWidth": 2, - "stripeIndent": 5, - "withToEdge": 4, - "borderCornerRadius": 8 - }, - "ProgressBar": { - "background": "bg", - "foreground": "accent", - "halfColor": "hl", - "indeterminateEndColor": "accent", - "indeterminateStartColor": "accent", - "progressColor": "accent", - "selectionBackground": "hl", - "trackColor": "hl" - }, - "ProgressIcon": { - "color": "accent" - }, - "PsiViewer": { - "referenceHighlightColor": "accent" - }, - "RadioButton": { - "background": "bg", - "darcula": { - "borderColor1": "fg", - "selectionDisabledColor": "bg", - "selectionDisabledShadowColor": "accent", - "selectionEnabledColor": "accent", - "selectionEnabledShadowColor": "accent" - }, - "disabledText": "dis", - "focusColor": "accent", - "foreground": "fg", - "selectionDisabledColor": "bg", - "selectionDisabledShadowColor": "accent", - "selectionEnabledColor": "accent", - "selectionEnabledShadowColor": "accent" - }, - "RadioButtonMenuItem": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "text", - "background": "bg", - "disabledBackground": "bg", - "disabledForeground": "dis", - "foreground": "fg", - "selectionBackground": "selBg", - "selectionForeground": "selFg" - }, - "ReviewList": { - "state.background": "second", - "state.foreground": "fg" - }, - "RunWidget": { - "background": "button", - "Debug.activeBackground": "hl", - "foreground": "fg", - "hoverBackground": "table", - "pressedBackground": "hl", - "Profile.activeBackground": "hl", - "runningBackground": "hl", - "runningForeground": "selFg", - "Run.activeBackground": "hl", - "Running": { - "background": "hl", - "foreground": "selFg", - "leftHoverBackground": "hl", - "leftPressedBackground": "hl" - }, - "separatorColor": "border" - }, - "ScreenView.borderColor": "border", - "scrollbar": "bg", - "ScrollBar": { - "background": "bg", - "hoverThumbBorderColor": "accent", - "hoverThumbColor": "accent", - "hoverTrackColor": "bg30", - "Mac": { - "hoverThumbBorderColor": "accent", - "hoverThumbColor": "accent", - "hoverTrackColor": "bg30", - "thumbBorderColor": "accent70", - "thumbColor": "accent70", - "trackColor": "bg30", - "Transparent": { - "hoverThumbBorderColor": "accent", - "hoverThumbColor": "accent", - "hoverTrackColor": "bg30", - "thumbBorderColor": "accent70", - "thumbColor": "accent70", - "trackColor": "bg30" - } - }, - "thumb": "hl", - "thumbBorderColor": "accent70", - "thumbColor": "accent70", - "Thumb": { - "Hovered.background": "accent", - "NonOpaque.Hovered.background": "accent" - }, - "trackColor": "bg30", - "Transparent": { - "hoverThumbBorderColor": "accent", - "hoverThumbColor": "accent", - "hoverTrackColor": "bg30", - "thumbBorderColor": "accent70", - "thumbColor": "accent70", - "trackColor": "bg30" - } - }, - "SearchEverywhere": { - "Advertiser": { - "background": "bg", - "foreground": "text", - "borderInsets": "10,20,10,20" - }, - "background": "bg", - "Dialog": { - "background": "bg", - "borderColor": "bg", - "foreground": "fg" - }, - "foreground": "fg", - "Header": { - "background": "bg" - }, - "List": { - "Separator.Color": "border", - "Separator.foreground": "text", - "selectionBackground": "selBg", - "separatorColor": "border", - "separatorForeground": "text", - "settingsBackground": "bg" - }, - "SearchField": { - "Border.color": "hl", - "background": "cs", - "borderColor": "hl", - "grayForeground": "dis", - "infoForeground": "dis" - }, - "shortcutForeground": "text", - "Tab": { - "active.background": "hl", - "active.foreground": "activeFg", - "selected.background": "hl", - "selected.foreground": "activeFg", - "selectedBackground": "hl", - "selectedForeground": "activeFg" - } - }, - "SearchMatch": { - "endBackground": "accent", - "endColor": "accent", - "startBackground": "accent", - "startColor": "accent" - }, - "SearchField.errorBackground": "notif", - "SearchFieldWithExtension": { - "background": "cs" - }, - "SearchOption": { - "selectedBackground": "table", - "selectedPressedBackground": "hl", - "selectedHoveredBackground": "hl" - }, - "SearchResults": { - "Ordinal.File.Foreground": "text", - "Repeated.File.Foreground": "fg" - }, - "SegmentedButton": { - "focusedSelectedButtonColor": "hl", - "selectedButtonColor": "button", - "selectedStartBorderColor": "border", - "selectedEndBorderColor": "border" - }, - "Separator": { - "background": "second", - "foreground": "second", - "separatorColor": "border" - }, - "Settings": { - "Spotlight.borderColor": "accent" - }, - "SidePanel": { - "background": "hc" - }, - "Slider": { - "background": "bg", - "buttonBorderColor": "accent", - "buttonColor": "accent", - "foreground": "fg", - "majorTickLength": 6, - "thumb": "accent", - "tickColor": "second", - "track": "table", - "trackColor": "table", - "trackDisabled": "hl", - "trackWidth": 7 - }, - "Space.Review.diffAnchorBackground": "second", - "SpeedSearch": { - "background": "hl", - "borderColor": "border", - "errorForeground": "red", - "foreground": "fg" - }, - "Spinner": { - "background": "bg", - "border": "4,4,4,4", - "disabledBackground": "excl", - "foreground": "fg", - "selectionForeground": "activeFg" - }, - "SplitPane": { - "background": "bg", - "highlight": "hc" - }, - "SplitPaneDivider.draggingColor": "second", - "StateWidget.activeBackground": "button", - "StatusBar": { - "background": "bg", - "Breadcrumbs": { - "floatingBackground": "tree", - "floatingForeground": "fg", - "floatingToolbarInsets": "8,12,8,12", - "foreground": "fg", - "hoverBackground": "tree", - "hoverForeground": "fg", - "itemBackgroundInsets": "2,4,2,4", - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "selectionInactiveBackground": "button", - "selectionInactiveForeground": "fg" - }, - "borderColor": "border", - "bottomColor": "bg", - "hoverBackground": "hl", - "top2Color": "bg", - "topColor": "bg", - "LightEditBackground": "table", - "Widget": { - "foreground": "fg", - "hoverBackground": "hl", - "hoverForeground": "selFg", - "pressedBackground": "button", - "pressedForeground": "fg", - "widgetInsets": "8,12,8,12" - } - }, - "TabbedPane": { - "background": "bg", - "borderColor": "hc", - "contentAreaColor": "hl", - "contentBorderInsets": "3,1,1,1", - "darkShadow": "hc", - "disabledForeground": "dis", - "disabledText": "dis", - "disabledUnderlineColor": "dis", - "focus": "table", - "focusColor": "table", - "fontSizeOffset": 0, - "foreground": "fg", - "highlight": "border", - "hoverColor": "hl", - "labelShift": 0, - "mt.tab.background": "hc", - "selectHighlight": "hl", - "selected": "selBg", - "selectedColor": "accent", - "selectedDisabledColor": "dis", - "selectedForeground": "activeFg", - "selectedLabelShift": 0, - "selectedTabPadInsets": "0,0,0,0", - "shadow": "hc", - "tabHeight": 32, - "tabInsets": "5,10,5,10", - "tabSelectionArc": 4, - "tabSelectionHeight": 2, - "tabsOverlapBorder": true, - "underlineColor": "accent" - }, - "TabbedPane.mt.tab.background": "hc", - "Table": { - "alternativeRowBackground": "cs", - "background": "bg", - "cellNoFocusBorder": "16,4,16,4", - "disabledForeground": "dis", - "dropLineColor": "accent", - "dropLineShortColor": "accent", - "focusCellBackground": "table", - "focusCellForeground": "activeFg", - "focusCellHighlightBorder": "18,6,18,6", - "foreground": "fg", - "gridColor": "bg", - "highlightOuter": "table", - "hoverBackground": "hl", - "hoverInactiveBackground": "table", - "lightSelectionBackground": "table", - "lightSelectionForeground": "activeFg", - "lightSelectionInactiveBackground": "second", - "lightSelectionInactiveForeground": "text", - "rowHeight": 32, - "selectionBackground": "table", - "selectionForeground": "activeFg", - "selectionInactiveBackground": "table", - "selectionInactiveForeground": "selFg", - "sortIconColor": "fg", - "stripeColor": "cs", - "stripedBackground": "cs" - }, - "TableHeader": { - "background": "button", - "bottomSeparatorColor": "border", - "borderColor": "hl", - "cellBorder": "6,0,6,0", - "disabledForeground": "dis", - "focusCellBackground": "table", - "focusCellForeground": "activeFg", - "foreground": "fg", - "height": 32, - "hoverBackground": "hl", - "separatorColor": "border" - }, - "Tag": { - "background": "button", - "borderColor": "button", - "foreground": "fg" - }, - "text": "bg", - "textInactiveText": "text", - "textHighlight": "selBg", - "textHighlightText": "activeFg", - "textText": "text", - "TextArea": { - "background": "cs", - "caretForeground": "accent", - "foreground": "fg", - "inactiveForeground": "dis", - "selectionBackground": "table", - "selectionForeground": "activeFg" - }, - "TextField": { - "background": "cs", - "borderColor": "bg", - "caretForeground": "accent", - "disabledBackground": "excl", - "focusedBorderColor": "bg", - "foreground": "fg", - "hoverBorderColor": "bg", - "inactiveForeground": "dis", - "selectedSeparatorColor": "accent", - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "separatorColor": "hl", - "separatorColorDisabled": "bg" - }, - "TextPane": { - "background": "cs", - "caretForeground": "accent", - "foreground": "fg", - "inactiveForeground": "dis", - "selectionBackground": "table", - "selectionForeground": "activeFg" - }, - "TipOfTheDay": { - "Image.borderColor": "border" - }, - "TitlePane": { - "Button": { - "hoverBackground": "hl", - "preferredSize": "48,40" - }, - "background": "hc", - "inactiveBackground": "bg", - "inactiveInfoForeground": "dis", - "infoForeground": "text" - }, - "TitledBorder.titleColor": "fg", - "ToggleButton": { - "borderColor": "button", - "buttonColor": "button", - "disabledText": "dis", - "foreground": "fg", - "off.background": "bg", - "off.foreground": "bg", - "offBackground": "bg", - "offForeground": "bg", - "on.background": "accent", - "on.foreground": "accent", - "onBackground": "accent", - "onForeground": "accent" - }, - "Toolbar.Floating.background": "button", - "ToolBar": { - "background": "hc", - "borderHandleColor": "text", - "comboBoxButtonBackground": "button", - "floatingForeground": "text", - "foreground": "fg", - "verticalToolbarInsets": "6,6,6,6", - "horizontalToolbarInsets": "6,6,6,6" - }, - "ToolbarComboWidget": { - "background": "button", - "hoverBackground": "hl" - }, - "tooltips": { - "actions.keymap.text.color": "text", - "actions.settings.icon.background.color": "bg", - "description.title.text.color": "fg" - }, - "ToolTip": { - "arc": 6, - "actions": { - "background": "bg" - }, - "Actions": { - "background": "bg", - "grayForeground": "text", - "infoForeground": "text" - }, - "background": "notif", - "borderColor": "border", - "borderCornerRadius": 8, - "foreground": "fg", - "infoForeground": "text", - "linkForeground": "accent", - "Learning": { - "background": "accent", - "borderColor": "accent", - "foreground": "fg", - "spanBackground": "accent50", - "spanForeground": "fg", - "stepNumberForeground": "accent" - }, - "separatorColor": "border", - "shortcutForeground": "text" - }, - "ToolWindow": { - "active": { - "Header.background": "second", - "HeaderTab.background": "cs" - }, - "Background": "bg", - "background": "hc", - "Button": { - "hoverBackground": "table", - "DragAndDrop": { - "stripeBackground": "cs", - "buttonDropBackground": "accent70" - }, - "selectedBackground": "cs", - "selectedForeground": "activeFg" - }, - "header": { - "active.background": "second", - "background": "bg", - "border.background": "second", - "closeButton.background": "bg", - "tab.selected.active.background": "cs", - "tab.selected.background": "cs" - }, - "Header": { - "height": 42, - "background": "second", - "borderColor": "second", - "inactiveBackground": "bg" - }, - "HeaderCloseButton": { - "background": "bg" - }, - "HeaderTab": { - "borderColor": "bg", - "hoverBackground": "hl", - "hoverInactiveBackground": "hl", - "inactiveUnderlineColor": "accent", - "leftRightInsets": "0,12,0,12", - "selectedBackground": "cs", - "selectedInactiveBackground": "cs", - "underlineArc": 4, - "underlineColor": "accent", - "underlineHeight": 3, - "underlinedTabBackground": "table", - "underlinedTabForeground": "selFg", - "underlinedTabInactiveBackground": "hc", - "underlinedTabInactiveForeground": "fg", - "verticalPadding": 6 - }, - "inactive": { - "Header.background": "bg", - "HeaderTab.background": "cs" - } - }, - "Tree": { - "border": "4,12,4,12", - "background": "hc", - "foreground": "text", - "errorForeground": "red", - "hash": "border", - "hoverBackground": "tree", - "hoverInactiveBackground": "table", - "modifiedItemForeground": "accent", - "rowHeight": "28", - "selectionBackground": "tree", - "selectionForeground": "selFg", - "selectionInactiveBackground": "tree", - "selectionInactiveForeground": "selFg", - "textBackground": "hc" - }, - "Tree.leftChildIndent": 10, - "Tree.rightChildIndent": 5, - "UIDesigner": { - "Activity.borderColor": "border", - "Canvas.background": "cs", - "ColorPicker": { - "background": "second", - "foreground": "fg" - }, - "Component": { - "background": "bg", - "borderColor": "border", - "foreground": "fg", - "hoverBorderColor": "hl" - }, - "Connector": { - "borderColor": "border", - "hoverBorderColor": "hl" - }, - "Label.foreground": "text", - "highStroke.foreground": "fg", - "motion": { - "AddConstraintColor": "accent", - "AddConstraintPlus": "accent", - "CSPanel.SelectedBackground": "tree", - "CSPanel.SelectedFocusBackground": "selBg", - "Component.foreground": "fg", - "ConstraintSet.background": "second", - "ConstraintSetText.foreground": "text", - "CursorTextColor.foreground": "fg", - "HoverColor.disabledBackground": "dis", - "Key.selectedForeground": "accent", - "Notification.background": "notif", - "PositionMarkColor": "accent", - "PrimaryPanel.background": "cs", - "SecondaryPanel.background": "bg", - "SecondaryPanel.header.background": "cs", - "SecondaryPanel.header.foreground": "text", - "TimeCursor.End.selectedForeground": "accent", - "TimeCursor.Start.selectedForeground": "accent", - "TimeCursor.selectedForeground": "accent", - "borderColor": "border", - "cs_FocusText.infoForeground": "text", - "graphLine.lineSeparatorColor": "accent", - "motionGraph.background": "bg", - "ourAvg.background": "second", - "ourCS.background": "second", - "ourCS_Border.borderColor": "border", - "ourCS_SelectedBackground.selectionInactiveBackground": "table", - "ourCS_SelectedBorder.pressedBorderColor": "hl", - "ourCS_SelectedFocusBackground.selectionForeground": "selFg", - "ourCS_SelectedFocusBorder.focusedBorderColor": "accent", - "ourCS_TextColor.foreground": "text", - "ourML_BarColor.separatorColor": "border", - "timeLine.disabledBorderColor": "border" - }, - "PackageDetails": { - "border": "accent", - "infoBanner": "accent" - }, - "PackageSearch": { - "PackagesList.rowHeight": 28, - "PackageTag": { - "background": "excl", - "foreground": "fg", - "hoverBackground": "tree", - "selectedBackground": "selBg", - "selectedForeground": "selFg" - }, - "PackageTagSelected": { - "background": "selBg", - "foreground": "selFg" - }, - "SearchResult": { - "background": "cs", - "hoverBackground": "tree", - "PackageTag": { - "background": "excl", - "foreground": "fg", - "hoverBackground": "tree", - "selectedBackground": "selBg", - "selectedForeground": "selFg" - } - } - }, - "Panel": { - "background": "bg", - "borderColor": "border", - "graphLabel": "text", - "graphLines": "hl", - "lines3d": "accent", - "secondaryGraphLines": "border" - }, - "percent.foreground": "fg", - "Placeholder": { - "background": "bg", - "borderColor": "border", - "foreground": "fg", - "selectedForeground": "selFg" - }, - "Preview.background": "bg", - "stroke.acceleratorForeground": "text" - }, - "ValidationTooltip": { - "errorBackground": "notif", - "errorBorderColor": "notif", - "warningBackground": "notif", - "warningBorderColor": "notif" - }, - "VersionControl": { - "FileHistory.Commit": { - "otherBranchBackground": "excl", - "selectedBranchBackground": "bg" - }, - "GitCommits": { - "graphColor": "hl" - }, - "GitLog": { - "localBranchIconColor": "accent", - "otherIconColor": "text", - "remoteBranchIconColor": "fg", - "tagIconColor": "text" - }, - "HgLog": { - "bookmarkIconColor": "activeFg", - "branchIconColor": "accent", - "closedBranchIconColor": "dis", - "localTagIconColor": "text", - "mqTagIconColor": "text", - "tagIconColor": "text", - "tipIconColor": "text" - }, - "Log": { - "Commit": { - "currentBranchBackground": "cs", - "hoveredBackground": "tree", - "rowHeight": 28, - "unmatchedForeground": "text" - } - }, - "MarkerPopup": { - "borderColor": "border", - "borderInsets": "6,8,6,10", - "Toolbar.background": "hl" - }, - "Ref": { - "backgroundBase": "hl", - "foreground": "activeFg" - }, - "RefLabel": { - "backgroundBase": "hl", - "foreground": "activeFg" - } - }, - "UnattendedHostStatus": { - "warningBackground": "yellow", - "warningForeground": "activeFg", - "dangerBackground": "red" - }, - "Viewport": { - "background": "hc", - "foreground": "fg" - }, - "WelcomeScreen": { - "AssociatedComponent.background": "bg", - "Details.background": "bg", - "List": { - "background": "hc", - "selectionBackground": "selBg", - "selectionInactiveBackground": "hl" - }, - "SidePanel.background": "second", - "background": "bg", - "borderColor": "bg", - "captionBackground": "cs", - "captionForeground": "fg", - "footerBackground": "cs", - "footerForeground": "fg", - "groupIconBorderColor": "button", - "headerBackground": "bg", - "headerForeground": "fg", - "separatorColor": "border", - "Projects": { - "actions.background": "cs", - "actions.selectionBackground": "hl", - "background": "second", - "selectionBackground": "selBg", - "selectionInactiveBackground": "selBg" - } - }, - "Window.border": "border", - "window": "hc", - "windowBorder": "border", - "windowText": "text" - }, - "icons": { - "ColorPalette": { - "#43494A": "cs", - "#6B6B6B": "text", - "#A7A7A7": "bg", - "#3D6185": "accent", - "#466D94": "accent", - "#3C3F41": "bg", - "#545556": "dis", - "#606060": "dis", - "#9AA7B0": "fg", - "#675133": "accent", - "Actions.Blue": "blue", - "Actions.Green": "green", - "Actions.Grey": "text", - "Actions.GreyInline": "gray", - "Actions.GreyInline.Dark": "fg", - "Actions.Red": "red", - "Actions.Yellow": "yellow", - "Checkbox.Background.Default": "cs", - "Checkbox.Background.Default.Dark": "cs", - "Checkbox.Background.Disabled": "excl", - "Checkbox.Background.Disabled.Dark": "excl", - "Checkbox.Background.Selected": "accent", - "Checkbox.Background.Selected.Dark": "hc", - "Checkbox.Border.Default": "hl", - "Checkbox.Border.Default.Dark": "hl", - "Checkbox.Border.Disabled": "dis", - "Checkbox.Border.Disabled.Dark": "dis", - "Checkbox.Border.Selected": "accent", - "Checkbox.Border.Selected.Dark": "hl", - "Checkbox.Focus.Thin.Default": "accent", - "Checkbox.Focus.Thin.Default.Dark": "accent", - "Checkbox.Focus.Thin.Selected": "fg", - "Checkbox.Focus.Thin.Selected.Dark": "fg", - "Checkbox.Focus.Wide": "accent", - "Checkbox.Focus.Wide.Dark": "accent", - "Checkbox.Foreground.Disabled": "dis", - "Checkbox.Foreground.Disabled.Dark": "dis", - "Checkbox.Foreground.Selected": "hc", - "Checkbox.Foreground.Selected.Dark": "accent", - "Objects.BlackText": "fg", - "Objects.Blue": "blue", - "Objects.Green": "green", - "Objects.GreenAndroid": "green", - "Objects.Grey": "gray", - "Objects.Pink": "purple", - "Objects.Purple": "purple", - "Objects.Red": "red", - "Objects.RedStatus": "red", - "Objects.Yellow": "yellow", - "Objects.YellowDark": "orange", - "Tree.iconColor": "text", - "Tree.iconColor.Dark": "text" - } - } -} diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/GitHub Dark Contrast.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/GitHub Dark Contrast.theme.json deleted file mode 100644 index 1f92c311..00000000 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/GitHub Dark Contrast.theme.json +++ /dev/null @@ -1,1778 +0,0 @@ -{ - "name": "GitHub Dark Contrast", - "dark": true, - "author": "Mallowigi", - "colors": { - "bg": "#24292e", - "bg30": "#24292e30", - "fg": "#e1e4e8", - "text": "#959da5", - "selBg": "#3392FF", - "selBg20": "#3392FF20", - "selFg": "#FFFFFF", - "activeFg": "#FFFFFF", - "border": "#1b1f23", - "excl": "#2f363d", - "second": "#2f363d", - "dis": "#6a737d", - "accent": "#f9826c", - "accent2": "#f9826c2", - "accent50": "#f9826c50", - "accent70": "#f9826c70", - "cs": "#1e2428", - "button": "#39414a", - "table": "#2b3036", - "tree": "#39414a", - "hl": "#444d56", - "notif": "#2f363d", - "hc": "#1e2428", - "shadow": "undefined", - "white": "#d1d5da", - "blue": "#b392f0", - "red": "#85e89d", - "yellow": "#b392f0", - "green": "#79b8ff", - "gray": "#959da5", - "purple": "#f97583", - "orange": "#79b8ff" - }, - "editorScheme": "colors/GitHub Dark.xml", - "ui": { - "*": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "text", - "background": "bg", - "borderColor": "border", - "disabledBackground": "excl", - "disabledBorderColor": "button", - "disabledForeground": "dis", - "disabledText": "dis", - "focusColor": "hl", - "focusedBorderColor": "accent", - "foreground": "fg", - "hoverBorderColor": "hl", - "inactiveBackground": "excl", - "inactiveForeground": "text", - "infoForeground": "text", - "lineSeparatorColor": "hl", - "pressedBorderColor": "hl", - "selectionBackground": "selBg", - "selectionBackgroundInactive": "second", - "selectionForeground": "selFg", - "selectionInactiveBackground": "second", - "separatorColor": "border" - }, - "activeCaption": "bg", - "activeCaptionBorder": "bg", - "activeCaptionText": "fg", - "ActionButton": { - "focusedBorderColor": "accent50", - "hoverBackground": "accent50", - "hoverBorderColor": "accent50", - "hoverSeparatorColor": "button", - "pressedBackground": "accent50", - "pressedBorderColor": "accent50" - }, - "ActionsList": { - "icon.gap": 12, - "mnemonic.icon.gap": 12 - }, - "ActionToolbar": { - "background": "hc" - }, - "AppInspector.GraphNode": { - "background": "second", - "borderColor": "border", - "focusedBorderColor": "accent" - }, - "AssignedMnemonic": { - "background": "hl", - "borderColor": "selBg", - "foreground": "activeFg" - }, - "Autocomplete": { - "selectionBackground": "selBg", - "selectionUnfocus": "hl" - }, - "AvailableMnemonic": { - "background": "button", - "borderColor": "button", - "foreground": "fg" - }, - "BigSpinner.background": "bg", - "Bookmark": { - "iconBackground": "accent", - "Mnemonic": { - "iconBackground": "hl", - "iconBorderColor": "hl", - "iconForeground": "fg" - } - }, - "BookmarkMnemonicAssigned": { - "background": "hl", - "borderColor": "selBg", - "foreground": "selFg" - }, - "BookmarkMnemonicAvailable": { - "background": "button", - "borderColor": "button", - "foreground": "fg" - }, - "BookmarkMnemonicCurrent": { - "background": "accent", - "borderColor": "accent", - "foreground": "selFg" - }, - "BookmarkMnemonicIcon": { - "background": "hl", - "borderColor": "hl", - "foreground": "fg" - }, - "BookmarkIcon.background": "accent", - "Borders.ContrastBorderColor": "bg", - "Borders.color": "border", - "Breakpoint.iconHoverAlpha": 0.35, - "Button": { - "arc": 8, - "background": "bg", - "darcula": { - "borderColor": "button", - "defaultBorderColor": "button", - "defaultEndColor": "button", - "defaultFocusedBorderColor": "table", - "defaultOutlineColor": "button", - "defaultStartColor": "button", - "disabledBorderColor": "button", - "disabledOutlineColor": "border", - "disabledText.shadow": "bg", - "endColor": "button", - "focusedBorderColor": "table", - "outlineColor": "button", - "selectedButtonForeground": "selFg", - "selection.color1": "table", - "selection.color2": "table", - "shadowColor": "shadow", - "smallComboButtonBackground": "button", - "startColor": "button" - }, - "default": { - "borderColor": "button", - "endBackground": "table", - "endBorderColor": "table", - "focusColor": "accent", - "focusedBorderColor": "accent", - "foreground": "selFg", - "shadowColor": "shadow", - "startBackground": "table", - "startBorderColor": "table" - }, - "disabledBackground": "excl", - "disabledBorderColor": "border", - "disabledText": "dis", - "endBackground": "table", - "endBorderColor": "button", - "focus": "hl", - "focusedBorderColor": "accent", - "foreground": "text", - "highlight": "selFg", - "mt.background": "button", - "mt.color1": "button", - "mt.color2": "button", - "mt.foreground": "text", - "mt.selectedForeground": "selFg", - "mt.selection.color1": "table", - "mt.selection.color2": "table", - "select": "button", - "shadowColor": "shadow", - "shadowWidth": 0, - "startBackground": "table", - "startBorderColor": "button", - "ToolWindow": { - "arc": 40 - } - }, - "Canvas": { - "Tooltip.background": "notif", - "Tooltip.borderColor": "border" - }, - "CheckBox": { - "background": "bg", - "background.selected": "accent", - "borderColor": "bg", - "borderColor.selected": "accent", - "checkSignColor": "bg", - "checkSignColor.selected": "bg", - "checkSignColorDisabled": "bg", - "checkSignColorDisabled.selected": "bg", - "darcula": { - "borderColor1": "fg", - "checkSignColorDisabled": "dis", - "disabledBorderColor1": "dis", - "disabledBorderColor2": "dis", - "inactiveFillColor": "hl" - }, - "disabledBorderColor": "bg", - "disabledBorderColor.selected": "accent", - "disabledText": "dis", - "focused.background": "bg", - "focused.background.selected": "accent", - "focusedArmed.background": "bg", - "focusedArmed.background.selected": "accent", - "foreground": "fg", - "inactiveFillColor": "bg", - "inactiveFillColor.selected": "accent", - "select": "accent", - "shadowColor": "bg", - "shadowColorDisabled": "bg" - }, - "Checkbox": { - "Background.Default": "bg", - "Background.Default.Dark": "bg", - "Background.Disabled": "second", - "Background.Disabled.Dark": "second", - "Background.Selected": "accent", - "Background.Selected.Dark": "accent", - "Border.Default": "hl", - "Border.Default.Dark": "hl", - "Border.Disabled": "second", - "Border.Disabled.Dark": "second", - "Border.Selected": "accent", - "Border.Selected.Dark": "accent", - "Focus.Thin.Default": "bg", - "Focus.Thin.Default.Dark": "bg", - "Focus.Wide.Default": "bg", - "Focus.Wide.Default.Dark": "bg", - "Focus.Thin.Selected": "accent", - "Focus.Thin.Selected.Dark": "accent", - "Focus.Wide.Selected": "accent", - "Focus.Wide.Selected.Dark": "accent" - }, - "CheckBoxMenuItem": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "text", - "background": "bg", - "disabledBackground": "bg", - "disabledForeground": "dis", - "foreground": "fg", - "selectionBackground": "selBg", - "selectionForeground": "activeFg" - }, - "CodeWithMe": { - "Avatar.foreground": "fg", - "AccessDisabled.accessDot": "dis", - "AccessEnabled": { - "accessDot": "accent", - "dropdownBorder": "second", - "pillBackground": "second" - }, - "Users": { - "1": { - "Background": "green", - "Foreground": "fg" - }, - "2": { - "Background": "blue", - "Foreground": "fg" - }, - "3": { - "Background": "red", - "Foreground": "fg" - }, - "4": { - "Background": "purple", - "Foreground": "fg" - }, - "5": { - "Background": "yellow", - "Foreground": "fg" - }, - "6": { - "Background": "orange", - "Foreground": "fg" - } - } - }, - "ColorChooser": { - "background": "bg", - "foreground": "fg", - "swatchesDefaultRecentColor": "fg" - }, - "ComboBoxButton.background": "button", - "ComboBox": { - "ArrowButton": { - "background": "button", - "disabledIconColor": "dis", - "iconColor": "fg", - "nonEditableBackground": "hc" - }, - "PopupBackground": "cs", - "arrowFillColor": "hc", - "background": "hc", - "buttonBackground": "button", - "darcula": { - "arrowButtonBackground": "hc", - "arrowButtonDisabledForeground": "dis", - "arrowButtonForeground": "fg", - "disabledArrowButtonBackground": "excl", - "editable.arrowButtonBackground": "hc", - "hoveredArrowButtonForeground": "accent", - "nonEditableBackground": "bg" - }, - "disabledBackground": "excl", - "disabledForeground": "dis", - "foreground": "fg", - "modifiedItemForeground": "accent", - "nonEditableBackground": "bg", - "padding": "5,5,5,5", - "selectionBackground": "table", - "selectionForeground": "activeFg" - }, - "ComboPopup.border": "1,1,1,1,#f9826c", - "CompletionPopup": { - "Advertiser": { - "background": "bg", - "foreground": "fg", - "borderInsets": "8,12,8,12" - }, - "background": "second", - "foreground": "fg", - "grayForeground": "text", - "grayedForeground": "text", - "infoForeground": "text", - "matchForeground": "accent", - "matchSelectedForeground": "accent", - "matchSelectionForeground": "accent", - "nonFocusedState": "false", - "selectedForeground": "selFg", - "selectedGrayedForeground": "selFg", - "selectionBackground": "cs", - "selectionForeground": "selFg", - "selectionGrayForeground": "selFg", - "selectionInactiveBackground": "hl", - "selectionInactiveForeground": "text", - "selectionInactiveInfoForeground": "text", - "selectionInfoForeground": "selFg" - }, - "ComplexPopup": { - "Header.background": "notif" - }, - "Component": { - "arc": 4, - "focusWidth": 2, - "borderColor": "hl", - "disabledBorderColor": "dis", - "focusColor": "accent", - "focusedBorderColor": "accent", - "hoverIconColor": "accent", - "iconColor": "text", - "grayForeground": "text", - "infoForeground": "text" - }, - "Content": { - "background": "cs", - "selectionBackground": "selBg", - "selectionInactiveBackground": "fg" - }, - "control": "button", - "controlLtHighlight": "selFg", - "controlText": "text", - "controlHighlight": "hl", - "controlShadow": "excl", - "controlDkShadow": "excl", - "Counter": { - "background": "accent", - "foreground": "selFg" - }, - "CurrentMnemonic": { - "background": "accent", - "borderColor": "accent", - "foreground": "selFg" - }, - "darcula": { - "background": "bg", - "foreground": "fg", - "primary": "bg" - }, - "desktop": "hc", - "Debugger": { - "EvaluateExpression.background": "bg", - "Variables": { - "changedValueForeground": "accent", - "collectingDataForeground": "text", - "errorMessageForeground": "red", - "evaluatingExpressionForeground": "text", - "exceptionForeground": "yellow", - "modifyingValueForeground": "accent", - "valueForeground": "accent", - "typeForeground": "text" - } - }, - "DebuggerTabs": { - "active.background": "hl", - "selectedBackground": "hl", - "underlinedTabBackground": "table", - "underlineHeight": 2 - }, - "DebuggerPopup": { - "borderColor": "bg" - }, - "DefaultTabs": { - "background": "bg", - "borderColor": "bg", - "hoverBackground": "table", - "hoverColor": "hl", - "hoverMaskColor": "hl", - "inactiveColoredFileBackground": "button", - "inactiveColoredTabBackground": "bg", - "inactiveMaskColor": "hc", - "inactiveUnderlineColor": "accent", - "underlineColor": "accent", - "underlineHeight": 3, - "underlinedTabBackground": "table", - "underlinedTabForeground": "selFg" - }, - "Desktop.background": "bg", - "Dialog": { - "titleColor": "bg" - }, - "DialogWrapper": { - "southPanelBackground": "bg", - "southPanelDivider": "bg" - }, - "DragAndDrop": { - "areaBackground": "tree", - "areaBorderColor": "bg", - "areaForeground": "fg", - "backgroundBorderColor": "bg", - "backgroundColor": "bg", - "borderColor": "accent", - "foregroundColor": "fg", - "rowBackground": "accent70" - }, - "dropArea.base": "accent", - "Editor": { - "background": "hc", - "foreground": "fg", - "shortcutForeground": "text", - "SearchField": { - "background": "cs", - "borderInsets": "8,12,8,12" - }, - "Toolbar": { - "borderColor": "border" - } - }, - "EditorGroupsTabs": { - "background": "bg", - "borderColor": "second", - "hoverBackground": "hl", - "hoverColor": "hl", - "inactiveUnderlineColor": "accent", - "underlineColor": "accent", - "underlinedTabBackground": "table", - "underlinedTabForeground": "fg" - }, - "EditorPane": { - "background": "hc", - "caretForeground": "accent", - "foreground": "fg", - "inactiveBackground": "bg", - "inactiveForeground": "dis", - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "splitBorder": "border" - }, - "EditorTabs": { - "active.background": "table", - "active.foreground": "fg", - "active.underlineColor": "accent", - "background": "bg", - "borderColor": "second", - "foreground": "fg", - "hoverBackground": "hl", - "hoverColor": "hl", - "hoverMaskColor": "hl", - "inactive.maskColor": "bg", - "inactiveColoredFileBackground": "bg", - "inactiveMaskColor": "bg", - "inactiveUnderlineColor": "dis", - "selectedBackground": "table", - "selectedForeground": "fg", - "tabInsets": "-10,10,-10,10", - "underlineColor": "accent", - "underlineHeight": 3, - "underlineArc": 4, - "underlinedTabBackground": "table", - "underlinedTabForeground": "selFg" - }, - "FileColor": { - "Blue": "#004BA0", - "Green": "#387002", - "Orange": "#B53D00", - "Rose": "#A00037", - "Violet": "#4D2C91", - "Yellow": "excl", - "Gray": "excl", - "excluded": "excl" - }, - "FlameGraph": { - "JVMBackground": "#89DDF7", - "JVMFocusBackground": "#82AAFF", - "JVMFocusSearchNotMatchedBackground": "#AB7967", - "JVMSearchNotMatchedBackground": "#FF5370", - "nativeBackground": "#FFCB6B", - "nativeFocusBackground": "#F78C6C", - "nativeFocusSearchNotMatchedBackground": "#BB80B3", - "nativeSearchNotMatchedBackground": "#C792EA" - }, - "Focus": { - "Color": "accent50", - "borderColor": "accent50", - "color": "accent50", - "defaultButtonBorderColor": "accent" - }, - "FormattedTextField": { - "background": "cs", - "caretForeground": "accent", - "foreground": "fg", - "inactiveBackground": "button", - "inactiveForeground": "dis", - "selectionBackground": "selBg", - "selectionForeground": "activeFg" - }, - "Git.Log.Ref": { - "LocalBranch": "accent", - "Other": "text", - "RemoteBranch": "fg", - "Tag": "text" - }, - "Github.List.tallRow": { - "foreground": "fg", - "secondary.foreground": "text", - "selectionBackground": "selBg", - "selectionBackground.unfocused": "hl", - "selectionForeground": "selFg", - "selectionForeground.unfocused": "selFg" - }, - "GotItTooltip": { - "background": "notif", - "borderColor": "notif", - "endBackground": "button", - "endBorderColor": "button", - "foreground": "fg", - "linkForeground": "accent", - "shortcutForeground": "text", - "startBackground": "button", - "startBorderColor": "button" - }, - "Group": { - "disabledSeparatorColor": "border", - "separatorColor": "border" - }, - "Gutter": { - "VcsChanges.width": 4 - }, - "GutterTooltip": { - "borderColor": "bg", - "infoForeground": "text", - "lineSeparatorColor": "bg" - }, - "HeaderColor": { - "active": "bg", - "inactive": "cs" - }, - "HelpTooltip": { - "background": "bg", - "backgroundColor": "bg", - "borderColor": "border", - "defaultTextBorderInsets": "16,16,16,16", - "foreground": "fg", - "infoForeground": "text", - "shortcutForeground": "text", - "shortcutTextColor": "text", - "smallTextBorderInsets": "8,12,8,12", - "textColor": "fg", - "verticalGap": 8 - }, - "Hg.Log.Ref": { - "Branch": "accent", - "ClosedBranch": "fg", - "LocalTag": "text", - "MqTag": "text", - "Tag": "text" - }, - "Hyperlink.linkColor": "accent", - "IconBadge": { - "infoBackground": "accent" - }, - "IdeStatusBar.border": "4,4,4,4", - "InformationHint.borderColor": "border", - "inactiveCaption": "second", - "inactiveCaptionBorder": "bg", - "inactiveCaptionText": "text", - "info": "text", - "infoPanelForeground": "text", - "infoText": "text", - "InplaceRefactoringPopup": { - "background": "bg", - "borderColor": "bg" - }, - "intellijlaf": { - "background": "bg", - "foreground": "fg" - }, - "InternalFrame": { - "activeTitleForeground": "fg", - "background": "bg", - "inactiveTitleBackground": "bg", - "inactiveTitleForeground": "text" - }, - "Label": { - "background": "bg", - "disabledForeground": "dis", - "disabledForegroundColor": "dis", - "disabledShadow": "dis", - "disabledText": "dis", - "errorForeground": "accent", - "foreground": "fg", - "grayForeground": "text", - "infoForeground": "text", - "selectedDisabledForeground": "fg", - "selectedForeground": "activeFg", - "textForeground": "text" - }, - "Lesson": { - "Badge": { - "newLessonBackground": "accent", - "newLessonForeground": "selFg" - }, - "shortcutBackground": "second", - "stepNumberForeground": "text", - "Tooltip": { - "background": "notif", - "borderColor": "notif", - "foreground": "fg", - "spanBackground": "button", - "spanForeground": "fg", - "stepNumberForeground": "text" - } - }, - "link": "accent", - "Link": { - "activeForeground": "accent", - "focusedBorderColor": "accent", - "hoverForeground": "accent", - "pressedForeground": "accent", - "secondaryForeground": "text", - "visitedForeground": "accent" - }, - "link.foreground": "accent", - "link.hover.foreground": "accent", - "link.pressed.foreground": "accent", - "link.visited.foreground": "accent", - "List": { - "background": "bg", - "Button": { - "hoverBackground": "hl", - "leftRightInset": 8, - "separatorColor": "border", - "separatorInset": 4 - }, - "foreground": "fg", - "hoverBackground": "hl", - "hoverInactiveBackground": "table", - "Line.hoverBackground": "selBg", - "rowHeight": "28", - "selectionBackground": "tree", - "selectionForeground": "selFg", - "selectionInactiveBackground": "table", - "selectionInactiveForeground": "activeFg", - "Tag": { - "background": "button", - "foreground": "fg" - } - }, - "LiveIndicator": { - "color": "accent" - }, - "macOSWindow.Title": { - "height": 30, - "heightSmall": 20 - }, - "MainMenu": { - "background": "hc", - "foreground": "fg", - "selectionForeground": "activeFg", - "selectionBackground": "selBg" - }, - "MainToolbar": { - "background": "bg", - "Button": { - "buttonInsets": "0,0,0,0" - }, - "Dropdown": { - "borderInsets": "6,12,6,12", - "background": "bg", - "foreground": "fg", - "hoverBackground": "hl", - "pressedBackground": "table" - }, - "hoverBackground": "hl", - "Icon": { - "borderInsets": "10,10,10,10", - "background": "bg", - "hoverBackground": "hl", - "pressedBackground": "table" - }, - "inactiveBackground": "bg", - "pressedBackground": "table", - "separatorColor": "border" - }, - "material": { - "background": "bg", - "branchColor": "fg", - "contrast": "cs", - "foreground": "fg", - "mergeCommits": "button", - "primaryColor": "text", - "selectionBackground": "selBg", - "selectionForeground": "selFg", - "tab.backgroundColor": "bg", - "tab.borderColor": "accent", - "tagColor": "text" - }, - "MemoryIndicator": { - "allocatedBackground": "second", - "unusedColor": "second", - "usedBackground": "hl", - "usedColor": "hl" - }, - "menu": "bg", - "menuText": "fg", - "Menu": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "activeFg", - "background": "bg", - "border": "8,8,8,8", - "borderColor": "second", - "disabledBackground": "second", - "disabledForeground": "dis", - "foreground": "fg", - "Selection": { - "arc": 8, - "innerInsets": "8,2,8,2" - }, - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "separatorColor": "border" - }, - "MenuBar": { - "background": "hc", - "borderColor": "bg", - "disabledBackground": "bg", - "disabledForeground": "dis", - "foreground": "fg", - "highlight": "bg", - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "shadow": "hc" - }, - "MenuItem": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "activeFg", - "background": "bg", - "border": "8,8,8,8", - "disabledBackground": "bg", - "disabledForeground": "dis", - "foreground": "fg", - "selectionBackground": "selBg", - "selectionForeground": "activeFg" - }, - "MlModelBinding.Viewer.CodeEditor.background": "bg", - "MnemonicIcon": { - "background": "hl", - "borderColor": "hl", - "foreground": "fg" - }, - "NavBar": { - "arrowColor": "fg", - "borderColor": "bg", - "selectedColor": "accent" - }, - "NewClass": { - "Panel": { - "background": "bg" - }, - "SearchField": { - "background": "cs" - }, - "separatorWidth": 6 - }, - "NewPSD.warning": "accent", - "Notification": { - "arc": 16, - "Error.foreground": "accent", - "Link.foreground": "accent", - "background": "notif", - "borderColor": "notif", - "errorBackground": "notif", - "errorBorderColor": "notif", - "errorForeground": "accent", - "foreground": "fg", - "linkForeground": "accent", - "MoreButton": { - "background": "button", - "foreground": "fg", - "innerBorderColor": "button" - }, - "ToolWindow": { - "Button.DragAndDrop": { - "buttonFloatingBackground": "button", - "stripeBackground": "bg" - }, - "errorBackground": "notifError", - "errorBorderColor": "notifError", - "errorForeground": "fg", - "infoBackground": "notif", - "infoBorderColor": "notif", - "infoForeground": "fg", - "informativeBackground": "notif", - "informativeBorderColor": "notif", - "informativeForeground": "fg", - "warningBackground": "notifWarn", - "warningBorderColor": "notifWarn", - "warningForeground": "fg" - }, - "ToolWindowError": { - "foreground": "fg", - "background": "notifError" - }, - "ToolWindowInfo": { - "foreground": "fg", - "background": "notif", - "borderColor": "notif" - }, - "ToolWindowWarning": { - "foreground": "fg", - "background": "notifWarn" - } - }, - "Notifications": { - "background": "notif", - "borderColor": "notif" - }, - "NotificationsToolwindow": { - "Notification.hoverBackground": "tree", - "newNotification.background": "notif", - "newNotification.hoverBackground": "tree" - }, - "OnePixelDivider.background": "border", - "OptionPane": { - "background": "bg", - "foreground": "fg", - "messageForeground": "fg" - }, - "OptionButton": { - "default.separatorColor": "table", - "separatorColor": "button" - }, - "Outline": { - "color": "button", - "disabledColor": "dis", - "focusedColor": "accent" - }, - "Panel": { - "background": "bg", - "foreground": "fg", - "mouseShortcutBackground": "bg" - }, - "ParameterInfo": { - "ContextHelp.foreground": "text", - "background": "second", - "borderColor": "table", - "currentOverloadBackground": "hl", - "currentParameterForeground": "accent", - "disabledColor": "dis", - "disabledForeground": "dis", - "foreground": "fg", - "highlightedColor": "accent", - "infoForeground": "text", - "lineSeparatorColor": "table" - }, - "PasswordField": { - "background": "cs", - "capsLockIconColor": "accent", - "caretForeground": "accent", - "foreground": "fg", - "inactiveForeground": "dis", - "selectionBackground": "table", - "selectionForeground": "activeFg" - }, - "Plugins": { - "background": "bg", - "borderColor": "border", - "disabledForeground": "dis", - "eapTagBackground": "hl", - "hoverBackground": "hl", - "lightSelectionBackground": "table", - "paidTagBackground": "hl", - "selectionBackground": "selBg", - "selectionForeground": "selFg", - "tagBackground": "hl", - "tagForeground": "accent", - "trialTagBackground": "hl", - "Button": { - "installBackground": "button", - "installBorderColor": "button", - "installFillBackground": "button", - "installFillForeground": "dis", - "installFocusedBackground": "hl", - "installForeground": "fg", - "updateBackground": "accent", - "updateBorderColor": "button", - "updateForeground": "fg" - }, - "ScreenshotPagination": { - "CurrentImage.fillColor": "accent" - }, - "SearchField": { - "background": "cs", - "borderColor": "border" - }, - "SectionHeader": { - "background": "second", - "foreground": "fg" - }, - "Tab": { - "active.background": "table", - "active.foreground": "activeFg", - "hover.background": "table", - "hoverBackground": "table", - "selectedBackground": "table", - "selectedForeground": "selFg" - } - }, - "Popup": { - "Advertiser": { - "borderInsets": "6,20,6,20", - "background": "bg", - "borderColor": "bg", - "foreground": "accent" - }, - "Body": { - "bottomInsetNoAd": 8, - "bottomInsetBeforeAd": 8, - "topInsetNoHeader": 8 - }, - "Border": { - "color": "cs", - "inactiveColor": "bg" - }, - "background": "notif", - "borderColor": "cs", - "borderWidth": 0, - "inactiveBorderColor": "bg", - "innerBorderColor": "second", - "Header": { - "activeBackground": "bg", - "inactiveBackground": "cs", - "inactiveForeground": "text" - }, - "paintBorder": false, - "preferences": { - "background": "bg", - "borderColor": "bg", - "foreground": "fg" - }, - "Selection.arc": 8, - "Selection.leftRightInset": 8, - "Separator": { - "foreground": "fg", - "color": "border" - }, - "separatorColor": "second", - "separatorForeground": "fg", - "Toolbar": { - "Border.color": "cs", - "Floating.background": "cs", - "background": "cs", - "borderColor": "cs" - } - }, - "PopupMenu": { - "background": "bg", - "borderWidth": 1, - "border": "8,8,8,8", - "borderCornerRadius": 8, - "foreground": "fg", - "Selection": { - "arc": 8, - "innerInsets": "8,2,8,2" - }, - "selectionBackground": "selBg", - "translucentBackground": "bg" - }, - "PopupMenuSeparator": { - "height": 10, - "stripeWidth": 2, - "stripeIndent": 5, - "withToEdge": 4, - "borderCornerRadius": 8 - }, - "ProgressBar": { - "background": "bg", - "foreground": "accent", - "halfColor": "hl", - "indeterminateEndColor": "accent", - "indeterminateStartColor": "accent", - "progressColor": "accent", - "selectionBackground": "hl", - "trackColor": "hl" - }, - "ProgressIcon": { - "color": "accent" - }, - "PsiViewer": { - "referenceHighlightColor": "accent" - }, - "RadioButton": { - "background": "bg", - "darcula": { - "borderColor1": "fg", - "selectionDisabledColor": "bg", - "selectionDisabledShadowColor": "accent", - "selectionEnabledColor": "accent", - "selectionEnabledShadowColor": "accent" - }, - "disabledText": "dis", - "focusColor": "accent", - "foreground": "fg", - "selectionDisabledColor": "bg", - "selectionDisabledShadowColor": "accent", - "selectionEnabledColor": "accent", - "selectionEnabledShadowColor": "accent" - }, - "RadioButtonMenuItem": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "text", - "background": "bg", - "disabledBackground": "bg", - "disabledForeground": "dis", - "foreground": "fg", - "selectionBackground": "selBg", - "selectionForeground": "selFg" - }, - "ReviewList": { - "state.background": "second", - "state.foreground": "fg" - }, - "RunWidget": { - "background": "button", - "Debug.activeBackground": "hl", - "foreground": "fg", - "hoverBackground": "table", - "pressedBackground": "hl", - "Profile.activeBackground": "hl", - "runningBackground": "hl", - "runningForeground": "selFg", - "Run.activeBackground": "hl", - "Running": { - "background": "hl", - "foreground": "selFg", - "leftHoverBackground": "hl", - "leftPressedBackground": "hl" - }, - "separatorColor": "border" - }, - "ScreenView.borderColor": "border", - "scrollbar": "bg", - "ScrollBar": { - "background": "bg", - "hoverThumbBorderColor": "accent", - "hoverThumbColor": "accent", - "hoverTrackColor": "bg30", - "Mac": { - "hoverThumbBorderColor": "accent", - "hoverThumbColor": "accent", - "hoverTrackColor": "bg30", - "thumbBorderColor": "accent70", - "thumbColor": "accent70", - "trackColor": "bg30", - "Transparent": { - "hoverThumbBorderColor": "accent", - "hoverThumbColor": "accent", - "hoverTrackColor": "bg30", - "thumbBorderColor": "accent70", - "thumbColor": "accent70", - "trackColor": "bg30" - } - }, - "thumb": "hl", - "thumbBorderColor": "accent70", - "thumbColor": "accent70", - "Thumb": { - "Hovered.background": "accent", - "NonOpaque.Hovered.background": "accent" - }, - "trackColor": "bg30", - "Transparent": { - "hoverThumbBorderColor": "accent", - "hoverThumbColor": "accent", - "hoverTrackColor": "bg30", - "thumbBorderColor": "accent70", - "thumbColor": "accent70", - "trackColor": "bg30" - } - }, - "SearchEverywhere": { - "Advertiser": { - "background": "bg", - "foreground": "text", - "borderInsets": "10,20,10,20" - }, - "background": "bg", - "Dialog": { - "background": "bg", - "borderColor": "bg", - "foreground": "fg" - }, - "foreground": "fg", - "Header": { - "background": "bg" - }, - "List": { - "Separator.Color": "border", - "Separator.foreground": "text", - "selectionBackground": "selBg", - "separatorColor": "border", - "separatorForeground": "text", - "settingsBackground": "bg" - }, - "SearchField": { - "Border.color": "hl", - "background": "cs", - "borderColor": "hl", - "grayForeground": "dis", - "infoForeground": "dis" - }, - "shortcutForeground": "text", - "Tab": { - "active.background": "hl", - "active.foreground": "activeFg", - "selected.background": "hl", - "selected.foreground": "activeFg", - "selectedBackground": "hl", - "selectedForeground": "activeFg" - } - }, - "SearchMatch": { - "endBackground": "accent", - "endColor": "accent", - "startBackground": "accent", - "startColor": "accent" - }, - "SearchField.errorBackground": "notif", - "SearchFieldWithExtension": { - "background": "cs" - }, - "SearchOption": { - "selectedBackground": "table", - "selectedPressedBackground": "hl", - "selectedHoveredBackground": "hl" - }, - "SearchResults": { - "Ordinal.File.Foreground": "text", - "Repeated.File.Foreground": "fg" - }, - "SegmentedButton": { - "focusedSelectedButtonColor": "hl", - "selectedButtonColor": "button", - "selectedStartBorderColor": "border", - "selectedEndBorderColor": "border" - }, - "Separator": { - "background": "second", - "foreground": "second", - "separatorColor": "border" - }, - "Settings": { - "Spotlight.borderColor": "accent" - }, - "SidePanel": { - "background": "hc" - }, - "Slider": { - "background": "bg", - "buttonBorderColor": "accent", - "buttonColor": "accent", - "foreground": "fg", - "majorTickLength": 6, - "thumb": "accent", - "tickColor": "second", - "track": "table", - "trackColor": "table", - "trackDisabled": "hl", - "trackWidth": 7 - }, - "Space.Review.diffAnchorBackground": "second", - "SpeedSearch": { - "background": "hl", - "borderColor": "border", - "errorForeground": "red", - "foreground": "fg" - }, - "Spinner": { - "background": "bg", - "border": "4,4,4,4", - "disabledBackground": "excl", - "foreground": "fg", - "selectionForeground": "activeFg" - }, - "SplitPane": { - "background": "bg", - "highlight": "hc" - }, - "SplitPaneDivider.draggingColor": "second", - "StateWidget.activeBackground": "button", - "StatusBar": { - "background": "bg", - "Breadcrumbs": { - "floatingBackground": "tree", - "floatingForeground": "fg", - "floatingToolbarInsets": "8,12,8,12", - "foreground": "fg", - "hoverBackground": "tree", - "hoverForeground": "fg", - "itemBackgroundInsets": "2,4,2,4", - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "selectionInactiveBackground": "button", - "selectionInactiveForeground": "fg" - }, - "borderColor": "border", - "bottomColor": "bg", - "hoverBackground": "hl", - "top2Color": "bg", - "topColor": "bg", - "LightEditBackground": "table", - "Widget": { - "foreground": "fg", - "hoverBackground": "hl", - "hoverForeground": "selFg", - "pressedBackground": "button", - "pressedForeground": "fg", - "widgetInsets": "8,12,8,12" - } - }, - "TabbedPane": { - "background": "bg", - "borderColor": "hc", - "contentAreaColor": "hl", - "contentBorderInsets": "3,1,1,1", - "darkShadow": "hc", - "disabledForeground": "dis", - "disabledText": "dis", - "disabledUnderlineColor": "dis", - "focus": "table", - "focusColor": "table", - "fontSizeOffset": 0, - "foreground": "fg", - "highlight": "border", - "hoverColor": "hl", - "labelShift": 0, - "mt.tab.background": "hc", - "selectHighlight": "hl", - "selected": "selBg", - "selectedColor": "accent", - "selectedDisabledColor": "dis", - "selectedForeground": "activeFg", - "selectedLabelShift": 0, - "selectedTabPadInsets": "0,0,0,0", - "shadow": "hc", - "tabHeight": 32, - "tabInsets": "5,10,5,10", - "tabSelectionArc": 4, - "tabSelectionHeight": 2, - "tabsOverlapBorder": true, - "underlineColor": "accent" - }, - "TabbedPane.mt.tab.background": "hc", - "Table": { - "alternativeRowBackground": "cs", - "background": "bg", - "cellNoFocusBorder": "16,4,16,4", - "disabledForeground": "dis", - "dropLineColor": "accent", - "dropLineShortColor": "accent", - "focusCellBackground": "table", - "focusCellForeground": "activeFg", - "focusCellHighlightBorder": "18,6,18,6", - "foreground": "fg", - "gridColor": "bg", - "highlightOuter": "table", - "hoverBackground": "hl", - "hoverInactiveBackground": "table", - "lightSelectionBackground": "table", - "lightSelectionForeground": "activeFg", - "lightSelectionInactiveBackground": "second", - "lightSelectionInactiveForeground": "text", - "rowHeight": 32, - "selectionBackground": "table", - "selectionForeground": "activeFg", - "selectionInactiveBackground": "table", - "selectionInactiveForeground": "selFg", - "sortIconColor": "fg", - "stripeColor": "cs", - "stripedBackground": "cs" - }, - "TableHeader": { - "background": "button", - "bottomSeparatorColor": "border", - "borderColor": "hl", - "cellBorder": "6,0,6,0", - "disabledForeground": "dis", - "focusCellBackground": "table", - "focusCellForeground": "activeFg", - "foreground": "fg", - "height": 32, - "hoverBackground": "hl", - "separatorColor": "border" - }, - "Tag": { - "background": "button", - "borderColor": "button", - "foreground": "fg" - }, - "text": "bg", - "textInactiveText": "text", - "textHighlight": "selBg", - "textHighlightText": "activeFg", - "textText": "text", - "TextArea": { - "background": "cs", - "caretForeground": "accent", - "foreground": "fg", - "inactiveForeground": "dis", - "selectionBackground": "table", - "selectionForeground": "activeFg" - }, - "TextField": { - "background": "cs", - "borderColor": "bg", - "caretForeground": "accent", - "disabledBackground": "excl", - "focusedBorderColor": "bg", - "foreground": "fg", - "hoverBorderColor": "bg", - "inactiveForeground": "dis", - "selectedSeparatorColor": "accent", - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "separatorColor": "hl", - "separatorColorDisabled": "bg" - }, - "TextPane": { - "background": "cs", - "caretForeground": "accent", - "foreground": "fg", - "inactiveForeground": "dis", - "selectionBackground": "table", - "selectionForeground": "activeFg" - }, - "TipOfTheDay": { - "Image.borderColor": "border" - }, - "TitlePane": { - "Button": { - "hoverBackground": "hl", - "preferredSize": "48,40" - }, - "background": "hc", - "inactiveBackground": "bg", - "inactiveInfoForeground": "dis", - "infoForeground": "text" - }, - "TitledBorder.titleColor": "fg", - "ToggleButton": { - "borderColor": "button", - "buttonColor": "button", - "disabledText": "dis", - "foreground": "fg", - "off.background": "bg", - "off.foreground": "bg", - "offBackground": "bg", - "offForeground": "bg", - "on.background": "accent", - "on.foreground": "accent", - "onBackground": "accent", - "onForeground": "accent" - }, - "Toolbar.Floating.background": "button", - "ToolBar": { - "background": "hc", - "borderHandleColor": "text", - "comboBoxButtonBackground": "button", - "floatingForeground": "text", - "foreground": "fg", - "verticalToolbarInsets": "6,6,6,6", - "horizontalToolbarInsets": "6,6,6,6" - }, - "ToolbarComboWidget": { - "background": "button", - "hoverBackground": "hl" - }, - "tooltips": { - "actions.keymap.text.color": "text", - "actions.settings.icon.background.color": "bg", - "description.title.text.color": "fg" - }, - "ToolTip": { - "arc": 6, - "actions": { - "background": "bg" - }, - "Actions": { - "background": "bg", - "grayForeground": "text", - "infoForeground": "text" - }, - "background": "notif", - "borderColor": "border", - "borderCornerRadius": 8, - "foreground": "fg", - "infoForeground": "text", - "linkForeground": "accent", - "Learning": { - "background": "accent", - "borderColor": "accent", - "foreground": "fg", - "spanBackground": "accent50", - "spanForeground": "fg", - "stepNumberForeground": "accent" - }, - "separatorColor": "border", - "shortcutForeground": "text" - }, - "ToolWindow": { - "active": { - "Header.background": "second", - "HeaderTab.background": "cs" - }, - "Background": "bg", - "background": "hc", - "Button": { - "hoverBackground": "table", - "DragAndDrop": { - "stripeBackground": "cs", - "buttonDropBackground": "accent70" - }, - "selectedBackground": "cs", - "selectedForeground": "activeFg" - }, - "header": { - "active.background": "second", - "background": "bg", - "border.background": "second", - "closeButton.background": "bg", - "tab.selected.active.background": "cs", - "tab.selected.background": "cs" - }, - "Header": { - "height": 42, - "background": "second", - "borderColor": "second", - "inactiveBackground": "bg" - }, - "HeaderCloseButton": { - "background": "bg" - }, - "HeaderTab": { - "borderColor": "bg", - "hoverBackground": "hl", - "hoverInactiveBackground": "hl", - "inactiveUnderlineColor": "accent", - "leftRightInsets": "0,12,0,12", - "selectedBackground": "cs", - "selectedInactiveBackground": "cs", - "underlineArc": 4, - "underlineColor": "accent", - "underlineHeight": 3, - "underlinedTabBackground": "table", - "underlinedTabForeground": "selFg", - "underlinedTabInactiveBackground": "hc", - "underlinedTabInactiveForeground": "fg", - "verticalPadding": 6 - }, - "inactive": { - "Header.background": "bg", - "HeaderTab.background": "cs" - } - }, - "Tree": { - "border": "4,12,4,12", - "background": "hc", - "foreground": "text", - "errorForeground": "red", - "hash": "border", - "hoverBackground": "tree", - "hoverInactiveBackground": "table", - "modifiedItemForeground": "accent", - "rowHeight": "28", - "selectionBackground": "tree", - "selectionForeground": "selFg", - "selectionInactiveBackground": "tree", - "selectionInactiveForeground": "selFg", - "textBackground": "hc" - }, - "Tree.leftChildIndent": 10, - "Tree.rightChildIndent": 5, - "UIDesigner": { - "Activity.borderColor": "border", - "Canvas.background": "cs", - "ColorPicker": { - "background": "second", - "foreground": "fg" - }, - "Component": { - "background": "bg", - "borderColor": "border", - "foreground": "fg", - "hoverBorderColor": "hl" - }, - "Connector": { - "borderColor": "border", - "hoverBorderColor": "hl" - }, - "Label.foreground": "text", - "highStroke.foreground": "fg", - "motion": { - "AddConstraintColor": "accent", - "AddConstraintPlus": "accent", - "CSPanel.SelectedBackground": "tree", - "CSPanel.SelectedFocusBackground": "selBg", - "Component.foreground": "fg", - "ConstraintSet.background": "second", - "ConstraintSetText.foreground": "text", - "CursorTextColor.foreground": "fg", - "HoverColor.disabledBackground": "dis", - "Key.selectedForeground": "accent", - "Notification.background": "notif", - "PositionMarkColor": "accent", - "PrimaryPanel.background": "cs", - "SecondaryPanel.background": "bg", - "SecondaryPanel.header.background": "cs", - "SecondaryPanel.header.foreground": "text", - "TimeCursor.End.selectedForeground": "accent", - "TimeCursor.Start.selectedForeground": "accent", - "TimeCursor.selectedForeground": "accent", - "borderColor": "border", - "cs_FocusText.infoForeground": "text", - "graphLine.lineSeparatorColor": "accent", - "motionGraph.background": "bg", - "ourAvg.background": "second", - "ourCS.background": "second", - "ourCS_Border.borderColor": "border", - "ourCS_SelectedBackground.selectionInactiveBackground": "table", - "ourCS_SelectedBorder.pressedBorderColor": "hl", - "ourCS_SelectedFocusBackground.selectionForeground": "selFg", - "ourCS_SelectedFocusBorder.focusedBorderColor": "accent", - "ourCS_TextColor.foreground": "text", - "ourML_BarColor.separatorColor": "border", - "timeLine.disabledBorderColor": "border" - }, - "PackageDetails": { - "border": "accent", - "infoBanner": "accent" - }, - "PackageSearch": { - "PackagesList.rowHeight": 28, - "PackageTag": { - "background": "excl", - "foreground": "fg", - "hoverBackground": "tree", - "selectedBackground": "selBg", - "selectedForeground": "selFg" - }, - "PackageTagSelected": { - "background": "selBg", - "foreground": "selFg" - }, - "SearchResult": { - "background": "cs", - "hoverBackground": "tree", - "PackageTag": { - "background": "excl", - "foreground": "fg", - "hoverBackground": "tree", - "selectedBackground": "selBg", - "selectedForeground": "selFg" - } - } - }, - "Panel": { - "background": "bg", - "borderColor": "border", - "graphLabel": "text", - "graphLines": "hl", - "lines3d": "accent", - "secondaryGraphLines": "border" - }, - "percent.foreground": "fg", - "Placeholder": { - "background": "bg", - "borderColor": "border", - "foreground": "fg", - "selectedForeground": "selFg" - }, - "Preview.background": "bg", - "stroke.acceleratorForeground": "text" - }, - "ValidationTooltip": { - "errorBackground": "notif", - "errorBorderColor": "notif", - "warningBackground": "notif", - "warningBorderColor": "notif" - }, - "VersionControl": { - "FileHistory.Commit": { - "otherBranchBackground": "excl", - "selectedBranchBackground": "bg" - }, - "GitCommits": { - "graphColor": "hl" - }, - "GitLog": { - "localBranchIconColor": "accent", - "otherIconColor": "text", - "remoteBranchIconColor": "fg", - "tagIconColor": "text" - }, - "HgLog": { - "bookmarkIconColor": "activeFg", - "branchIconColor": "accent", - "closedBranchIconColor": "dis", - "localTagIconColor": "text", - "mqTagIconColor": "text", - "tagIconColor": "text", - "tipIconColor": "text" - }, - "Log": { - "Commit": { - "currentBranchBackground": "cs", - "hoveredBackground": "tree", - "rowHeight": 28, - "unmatchedForeground": "text" - } - }, - "MarkerPopup": { - "borderColor": "border", - "borderInsets": "6,8,6,10", - "Toolbar.background": "hl" - }, - "Ref": { - "backgroundBase": "hl", - "foreground": "activeFg" - }, - "RefLabel": { - "backgroundBase": "hl", - "foreground": "activeFg" - } - }, - "UnattendedHostStatus": { - "warningBackground": "yellow", - "warningForeground": "activeFg", - "dangerBackground": "red" - }, - "Viewport": { - "background": "hc", - "foreground": "fg" - }, - "WelcomeScreen": { - "AssociatedComponent.background": "bg", - "Details.background": "bg", - "List": { - "background": "hc", - "selectionBackground": "selBg", - "selectionInactiveBackground": "hl" - }, - "SidePanel.background": "second", - "background": "bg", - "borderColor": "bg", - "captionBackground": "cs", - "captionForeground": "fg", - "footerBackground": "cs", - "footerForeground": "fg", - "groupIconBorderColor": "button", - "headerBackground": "bg", - "headerForeground": "fg", - "separatorColor": "border", - "Projects": { - "actions.background": "cs", - "actions.selectionBackground": "hl", - "background": "second", - "selectionBackground": "selBg", - "selectionInactiveBackground": "selBg" - } - }, - "Window.border": "border", - "window": "hc", - "windowBorder": "border", - "windowText": "text" - }, - "icons": { - "ColorPalette": { - "#43494A": "cs", - "#6B6B6B": "text", - "#A7A7A7": "bg", - "#3D6185": "accent", - "#466D94": "accent", - "#3C3F41": "bg", - "#545556": "dis", - "#606060": "dis", - "#9AA7B0": "fg", - "#675133": "accent", - "Actions.Blue": "blue", - "Actions.Green": "green", - "Actions.Grey": "text", - "Actions.GreyInline": "gray", - "Actions.GreyInline.Dark": "fg", - "Actions.Red": "red", - "Actions.Yellow": "yellow", - "Checkbox.Background.Default": "cs", - "Checkbox.Background.Default.Dark": "cs", - "Checkbox.Background.Disabled": "excl", - "Checkbox.Background.Disabled.Dark": "excl", - "Checkbox.Background.Selected": "accent", - "Checkbox.Background.Selected.Dark": "hc", - "Checkbox.Border.Default": "hl", - "Checkbox.Border.Default.Dark": "hl", - "Checkbox.Border.Disabled": "dis", - "Checkbox.Border.Disabled.Dark": "dis", - "Checkbox.Border.Selected": "accent", - "Checkbox.Border.Selected.Dark": "hl", - "Checkbox.Focus.Thin.Default": "accent", - "Checkbox.Focus.Thin.Default.Dark": "accent", - "Checkbox.Focus.Thin.Selected": "fg", - "Checkbox.Focus.Thin.Selected.Dark": "fg", - "Checkbox.Focus.Wide": "accent", - "Checkbox.Focus.Wide.Dark": "accent", - "Checkbox.Foreground.Disabled": "dis", - "Checkbox.Foreground.Disabled.Dark": "dis", - "Checkbox.Foreground.Selected": "hc", - "Checkbox.Foreground.Selected.Dark": "accent", - "Objects.BlackText": "fg", - "Objects.Blue": "blue", - "Objects.Green": "green", - "Objects.GreenAndroid": "green", - "Objects.Grey": "gray", - "Objects.Pink": "purple", - "Objects.Purple": "purple", - "Objects.Red": "red", - "Objects.RedStatus": "red", - "Objects.Yellow": "yellow", - "Objects.YellowDark": "orange", - "Tree.iconColor": "text", - "Tree.iconColor.Dark": "text" - } - } -} 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 deleted file mode 100644 index aa25d60c..00000000 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Light Owl Contrast.theme.json +++ /dev/null @@ -1,1778 +0,0 @@ -{ - "name": "Light Owl Contrast", - "dark": false, - "author": "Mallowigi", - "colors": { - "bg": "#F0F0F0", - "bg30": "#F0F0F030", - "fg": "#403f53", - "text": "#90A7B2", - "selBg": "#d3e8f8", - "selBg20": "#d3e8f820", - "selFg": "#403f53", - "activeFg": "#FFFFFF", - "border": "#d9d9d9", - "excl": "#E0E7EA", - "second": "#FBFBFB", - "dis": "#93A1A1", - "accent": "#2AA298", - "accent2": "#2AA2982", - "accent50": "#2AA29850", - "accent70": "#2AA29870", - "cs": "#f0f0f0", - "button": "#d9d9d9", - "table": "#d3e8f8", - "tree": "#dfebf4", - "hl": "#CCCCCC", - "notif": "#F0F0F0", - "hc": "#f0f0f0", - "shadow": "undefined", - "white": "#4876d6", - "blue": "#4876d6", - "red": "#994cc3", - "yellow": "#0c969b", - "green": "#c96765", - "gray": "#989fb1", - "purple": "#994cc3", - "orange": "#aa0982" - }, - "editorScheme": "colors/Light Owl.xml", - "ui": { - "*": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "text", - "background": "bg", - "borderColor": "border", - "disabledBackground": "excl", - "disabledBorderColor": "button", - "disabledForeground": "dis", - "disabledText": "dis", - "focusColor": "hl", - "focusedBorderColor": "accent", - "foreground": "fg", - "hoverBorderColor": "hl", - "inactiveBackground": "excl", - "inactiveForeground": "text", - "infoForeground": "text", - "lineSeparatorColor": "hl", - "pressedBorderColor": "hl", - "selectionBackground": "selBg", - "selectionBackgroundInactive": "second", - "selectionForeground": "selFg", - "selectionInactiveBackground": "second", - "separatorColor": "border" - }, - "activeCaption": "bg", - "activeCaptionBorder": "bg", - "activeCaptionText": "fg", - "ActionButton": { - "focusedBorderColor": "accent50", - "hoverBackground": "accent50", - "hoverBorderColor": "accent50", - "hoverSeparatorColor": "button", - "pressedBackground": "accent50", - "pressedBorderColor": "accent50" - }, - "ActionsList": { - "icon.gap": 12, - "mnemonic.icon.gap": 12 - }, - "ActionToolbar": { - "background": "hc" - }, - "AppInspector.GraphNode": { - "background": "second", - "borderColor": "border", - "focusedBorderColor": "accent" - }, - "AssignedMnemonic": { - "background": "hl", - "borderColor": "selBg", - "foreground": "activeFg" - }, - "Autocomplete": { - "selectionBackground": "selBg", - "selectionUnfocus": "hl" - }, - "AvailableMnemonic": { - "background": "button", - "borderColor": "button", - "foreground": "fg" - }, - "BigSpinner.background": "bg", - "Bookmark": { - "iconBackground": "accent", - "Mnemonic": { - "iconBackground": "hl", - "iconBorderColor": "hl", - "iconForeground": "fg" - } - }, - "BookmarkMnemonicAssigned": { - "background": "hl", - "borderColor": "selBg", - "foreground": "selFg" - }, - "BookmarkMnemonicAvailable": { - "background": "button", - "borderColor": "button", - "foreground": "fg" - }, - "BookmarkMnemonicCurrent": { - "background": "accent", - "borderColor": "accent", - "foreground": "selFg" - }, - "BookmarkMnemonicIcon": { - "background": "hl", - "borderColor": "hl", - "foreground": "fg" - }, - "BookmarkIcon.background": "accent", - "Borders.ContrastBorderColor": "bg", - "Borders.color": "border", - "Breakpoint.iconHoverAlpha": 0.35, - "Button": { - "arc": 8, - "background": "bg", - "darcula": { - "borderColor": "button", - "defaultBorderColor": "button", - "defaultEndColor": "button", - "defaultFocusedBorderColor": "table", - "defaultOutlineColor": "button", - "defaultStartColor": "button", - "disabledBorderColor": "button", - "disabledOutlineColor": "border", - "disabledText.shadow": "bg", - "endColor": "button", - "focusedBorderColor": "table", - "outlineColor": "button", - "selectedButtonForeground": "selFg", - "selection.color1": "table", - "selection.color2": "table", - "shadowColor": "shadow", - "smallComboButtonBackground": "button", - "startColor": "button" - }, - "default": { - "borderColor": "button", - "endBackground": "table", - "endBorderColor": "table", - "focusColor": "accent", - "focusedBorderColor": "accent", - "foreground": "selFg", - "shadowColor": "shadow", - "startBackground": "table", - "startBorderColor": "table" - }, - "disabledBackground": "excl", - "disabledBorderColor": "border", - "disabledText": "dis", - "endBackground": "table", - "endBorderColor": "button", - "focus": "hl", - "focusedBorderColor": "accent", - "foreground": "text", - "highlight": "selFg", - "mt.background": "button", - "mt.color1": "button", - "mt.color2": "button", - "mt.foreground": "text", - "mt.selectedForeground": "selFg", - "mt.selection.color1": "table", - "mt.selection.color2": "table", - "select": "button", - "shadowColor": "shadow", - "shadowWidth": 0, - "startBackground": "table", - "startBorderColor": "button", - "ToolWindow": { - "arc": 40 - } - }, - "Canvas": { - "Tooltip.background": "notif", - "Tooltip.borderColor": "border" - }, - "CheckBox": { - "background": "bg", - "background.selected": "accent", - "borderColor": "bg", - "borderColor.selected": "accent", - "checkSignColor": "bg", - "checkSignColor.selected": "bg", - "checkSignColorDisabled": "bg", - "checkSignColorDisabled.selected": "bg", - "darcula": { - "borderColor1": "fg", - "checkSignColorDisabled": "dis", - "disabledBorderColor1": "dis", - "disabledBorderColor2": "dis", - "inactiveFillColor": "hl" - }, - "disabledBorderColor": "bg", - "disabledBorderColor.selected": "accent", - "disabledText": "dis", - "focused.background": "bg", - "focused.background.selected": "accent", - "focusedArmed.background": "bg", - "focusedArmed.background.selected": "accent", - "foreground": "fg", - "inactiveFillColor": "bg", - "inactiveFillColor.selected": "accent", - "select": "accent", - "shadowColor": "bg", - "shadowColorDisabled": "bg" - }, - "Checkbox": { - "Background.Default": "bg", - "Background.Default.Dark": "bg", - "Background.Disabled": "second", - "Background.Disabled.Dark": "second", - "Background.Selected": "accent", - "Background.Selected.Dark": "accent", - "Border.Default": "hl", - "Border.Default.Dark": "hl", - "Border.Disabled": "second", - "Border.Disabled.Dark": "second", - "Border.Selected": "accent", - "Border.Selected.Dark": "accent", - "Focus.Thin.Default": "bg", - "Focus.Thin.Default.Dark": "bg", - "Focus.Wide.Default": "bg", - "Focus.Wide.Default.Dark": "bg", - "Focus.Thin.Selected": "accent", - "Focus.Thin.Selected.Dark": "accent", - "Focus.Wide.Selected": "accent", - "Focus.Wide.Selected.Dark": "accent" - }, - "CheckBoxMenuItem": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "text", - "background": "bg", - "disabledBackground": "bg", - "disabledForeground": "dis", - "foreground": "fg", - "selectionBackground": "selBg", - "selectionForeground": "activeFg" - }, - "CodeWithMe": { - "Avatar.foreground": "fg", - "AccessDisabled.accessDot": "dis", - "AccessEnabled": { - "accessDot": "accent", - "dropdownBorder": "second", - "pillBackground": "second" - }, - "Users": { - "1": { - "Background": "green", - "Foreground": "fg" - }, - "2": { - "Background": "blue", - "Foreground": "fg" - }, - "3": { - "Background": "red", - "Foreground": "fg" - }, - "4": { - "Background": "purple", - "Foreground": "fg" - }, - "5": { - "Background": "yellow", - "Foreground": "fg" - }, - "6": { - "Background": "orange", - "Foreground": "fg" - } - } - }, - "ColorChooser": { - "background": "bg", - "foreground": "fg", - "swatchesDefaultRecentColor": "fg" - }, - "ComboBoxButton.background": "button", - "ComboBox": { - "ArrowButton": { - "background": "button", - "disabledIconColor": "dis", - "iconColor": "fg", - "nonEditableBackground": "hc" - }, - "PopupBackground": "cs", - "arrowFillColor": "hc", - "background": "hc", - "buttonBackground": "button", - "darcula": { - "arrowButtonBackground": "hc", - "arrowButtonDisabledForeground": "dis", - "arrowButtonForeground": "fg", - "disabledArrowButtonBackground": "excl", - "editable.arrowButtonBackground": "hc", - "hoveredArrowButtonForeground": "accent", - "nonEditableBackground": "bg" - }, - "disabledBackground": "excl", - "disabledForeground": "dis", - "foreground": "fg", - "modifiedItemForeground": "accent", - "nonEditableBackground": "bg", - "padding": "5,5,5,5", - "selectionBackground": "table", - "selectionForeground": "activeFg" - }, - "ComboPopup.border": "1,1,1,1,#2AA298", - "CompletionPopup": { - "Advertiser": { - "background": "bg", - "foreground": "fg", - "borderInsets": "8,12,8,12" - }, - "background": "second", - "foreground": "fg", - "grayForeground": "text", - "grayedForeground": "text", - "infoForeground": "text", - "matchForeground": "accent", - "matchSelectedForeground": "accent", - "matchSelectionForeground": "accent", - "nonFocusedState": "false", - "selectedForeground": "selFg", - "selectedGrayedForeground": "selFg", - "selectionBackground": "cs", - "selectionForeground": "selFg", - "selectionGrayForeground": "selFg", - "selectionInactiveBackground": "hl", - "selectionInactiveForeground": "text", - "selectionInactiveInfoForeground": "text", - "selectionInfoForeground": "selFg" - }, - "ComplexPopup": { - "Header.background": "notif" - }, - "Component": { - "arc": 4, - "focusWidth": 2, - "borderColor": "hl", - "disabledBorderColor": "dis", - "focusColor": "accent", - "focusedBorderColor": "accent", - "hoverIconColor": "accent", - "iconColor": "text", - "grayForeground": "text", - "infoForeground": "text" - }, - "Content": { - "background": "cs", - "selectionBackground": "selBg", - "selectionInactiveBackground": "fg" - }, - "control": "button", - "controlLtHighlight": "selFg", - "controlText": "text", - "controlHighlight": "hl", - "controlShadow": "excl", - "controlDkShadow": "excl", - "Counter": { - "background": "accent", - "foreground": "selFg" - }, - "CurrentMnemonic": { - "background": "accent", - "borderColor": "accent", - "foreground": "selFg" - }, - "darcula": { - "background": "bg", - "foreground": "fg", - "primary": "bg" - }, - "desktop": "hc", - "Debugger": { - "EvaluateExpression.background": "bg", - "Variables": { - "changedValueForeground": "accent", - "collectingDataForeground": "text", - "errorMessageForeground": "red", - "evaluatingExpressionForeground": "text", - "exceptionForeground": "yellow", - "modifyingValueForeground": "accent", - "valueForeground": "accent", - "typeForeground": "text" - } - }, - "DebuggerTabs": { - "active.background": "hl", - "selectedBackground": "hl", - "underlinedTabBackground": "table", - "underlineHeight": 2 - }, - "DebuggerPopup": { - "borderColor": "bg" - }, - "DefaultTabs": { - "background": "bg", - "borderColor": "bg", - "hoverBackground": "table", - "hoverColor": "hl", - "hoverMaskColor": "hl", - "inactiveColoredFileBackground": "button", - "inactiveColoredTabBackground": "bg", - "inactiveMaskColor": "hc", - "inactiveUnderlineColor": "accent", - "underlineColor": "accent", - "underlineHeight": 3, - "underlinedTabBackground": "table", - "underlinedTabForeground": "selFg" - }, - "Desktop.background": "bg", - "Dialog": { - "titleColor": "bg" - }, - "DialogWrapper": { - "southPanelBackground": "bg", - "southPanelDivider": "bg" - }, - "DragAndDrop": { - "areaBackground": "tree", - "areaBorderColor": "bg", - "areaForeground": "fg", - "backgroundBorderColor": "bg", - "backgroundColor": "bg", - "borderColor": "accent", - "foregroundColor": "fg", - "rowBackground": "accent70" - }, - "dropArea.base": "accent", - "Editor": { - "background": "hc", - "foreground": "fg", - "shortcutForeground": "text", - "SearchField": { - "background": "cs", - "borderInsets": "8,12,8,12" - }, - "Toolbar": { - "borderColor": "border" - } - }, - "EditorGroupsTabs": { - "background": "bg", - "borderColor": "second", - "hoverBackground": "hl", - "hoverColor": "hl", - "inactiveUnderlineColor": "accent", - "underlineColor": "accent", - "underlinedTabBackground": "table", - "underlinedTabForeground": "fg" - }, - "EditorPane": { - "background": "hc", - "caretForeground": "accent", - "foreground": "fg", - "inactiveBackground": "bg", - "inactiveForeground": "dis", - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "splitBorder": "border" - }, - "EditorTabs": { - "active.background": "table", - "active.foreground": "fg", - "active.underlineColor": "accent", - "background": "bg", - "borderColor": "second", - "foreground": "fg", - "hoverBackground": "hl", - "hoverColor": "hl", - "hoverMaskColor": "hl", - "inactive.maskColor": "bg", - "inactiveColoredFileBackground": "bg", - "inactiveMaskColor": "bg", - "inactiveUnderlineColor": "dis", - "selectedBackground": "table", - "selectedForeground": "fg", - "tabInsets": "-10,10,-10,10", - "underlineColor": "accent", - "underlineHeight": 3, - "underlineArc": 4, - "underlinedTabBackground": "table", - "underlinedTabForeground": "selFg" - }, - "FileColor": { - "Blue": "#004BA0", - "Green": "#387002", - "Orange": "#B53D00", - "Rose": "#A00037", - "Violet": "#4D2C91", - "Yellow": "excl", - "Gray": "excl", - "excluded": "excl" - }, - "FlameGraph": { - "JVMBackground": "#89DDF7", - "JVMFocusBackground": "#82AAFF", - "JVMFocusSearchNotMatchedBackground": "#AB7967", - "JVMSearchNotMatchedBackground": "#FF5370", - "nativeBackground": "#FFCB6B", - "nativeFocusBackground": "#F78C6C", - "nativeFocusSearchNotMatchedBackground": "#BB80B3", - "nativeSearchNotMatchedBackground": "#C792EA" - }, - "Focus": { - "Color": "accent50", - "borderColor": "accent50", - "color": "accent50", - "defaultButtonBorderColor": "accent" - }, - "FormattedTextField": { - "background": "cs", - "caretForeground": "accent", - "foreground": "fg", - "inactiveBackground": "button", - "inactiveForeground": "dis", - "selectionBackground": "selBg", - "selectionForeground": "activeFg" - }, - "Git.Log.Ref": { - "LocalBranch": "accent", - "Other": "text", - "RemoteBranch": "fg", - "Tag": "text" - }, - "Github.List.tallRow": { - "foreground": "fg", - "secondary.foreground": "text", - "selectionBackground": "selBg", - "selectionBackground.unfocused": "hl", - "selectionForeground": "selFg", - "selectionForeground.unfocused": "selFg" - }, - "GotItTooltip": { - "background": "notif", - "borderColor": "notif", - "endBackground": "button", - "endBorderColor": "button", - "foreground": "fg", - "linkForeground": "accent", - "shortcutForeground": "text", - "startBackground": "button", - "startBorderColor": "button" - }, - "Group": { - "disabledSeparatorColor": "border", - "separatorColor": "border" - }, - "Gutter": { - "VcsChanges.width": 4 - }, - "GutterTooltip": { - "borderColor": "bg", - "infoForeground": "text", - "lineSeparatorColor": "bg" - }, - "HeaderColor": { - "active": "bg", - "inactive": "cs" - }, - "HelpTooltip": { - "background": "bg", - "backgroundColor": "bg", - "borderColor": "border", - "defaultTextBorderInsets": "16,16,16,16", - "foreground": "fg", - "infoForeground": "text", - "shortcutForeground": "text", - "shortcutTextColor": "text", - "smallTextBorderInsets": "8,12,8,12", - "textColor": "fg", - "verticalGap": 8 - }, - "Hg.Log.Ref": { - "Branch": "accent", - "ClosedBranch": "fg", - "LocalTag": "text", - "MqTag": "text", - "Tag": "text" - }, - "Hyperlink.linkColor": "accent", - "IconBadge": { - "infoBackground": "accent" - }, - "IdeStatusBar.border": "4,4,4,4", - "InformationHint.borderColor": "border", - "inactiveCaption": "second", - "inactiveCaptionBorder": "bg", - "inactiveCaptionText": "text", - "info": "text", - "infoPanelForeground": "text", - "infoText": "text", - "InplaceRefactoringPopup": { - "background": "bg", - "borderColor": "bg" - }, - "intellijlaf": { - "background": "bg", - "foreground": "fg" - }, - "InternalFrame": { - "activeTitleForeground": "fg", - "background": "bg", - "inactiveTitleBackground": "bg", - "inactiveTitleForeground": "text" - }, - "Label": { - "background": "bg", - "disabledForeground": "dis", - "disabledForegroundColor": "dis", - "disabledShadow": "dis", - "disabledText": "dis", - "errorForeground": "accent", - "foreground": "fg", - "grayForeground": "text", - "infoForeground": "text", - "selectedDisabledForeground": "fg", - "selectedForeground": "activeFg", - "textForeground": "text" - }, - "Lesson": { - "Badge": { - "newLessonBackground": "accent", - "newLessonForeground": "selFg" - }, - "shortcutBackground": "second", - "stepNumberForeground": "text", - "Tooltip": { - "background": "notif", - "borderColor": "notif", - "foreground": "fg", - "spanBackground": "button", - "spanForeground": "fg", - "stepNumberForeground": "text" - } - }, - "link": "accent", - "Link": { - "activeForeground": "accent", - "focusedBorderColor": "accent", - "hoverForeground": "accent", - "pressedForeground": "accent", - "secondaryForeground": "text", - "visitedForeground": "accent" - }, - "link.foreground": "accent", - "link.hover.foreground": "accent", - "link.pressed.foreground": "accent", - "link.visited.foreground": "accent", - "List": { - "background": "bg", - "Button": { - "hoverBackground": "hl", - "leftRightInset": 8, - "separatorColor": "border", - "separatorInset": 4 - }, - "foreground": "fg", - "hoverBackground": "hl", - "hoverInactiveBackground": "table", - "Line.hoverBackground": "selBg", - "rowHeight": "28", - "selectionBackground": "tree", - "selectionForeground": "selFg", - "selectionInactiveBackground": "table", - "selectionInactiveForeground": "activeFg", - "Tag": { - "background": "button", - "foreground": "fg" - } - }, - "LiveIndicator": { - "color": "accent" - }, - "macOSWindow.Title": { - "height": 30, - "heightSmall": 20 - }, - "MainMenu": { - "background": "hc", - "foreground": "fg", - "selectionForeground": "activeFg", - "selectionBackground": "selBg" - }, - "MainToolbar": { - "background": "bg", - "Button": { - "buttonInsets": "0,0,0,0" - }, - "Dropdown": { - "borderInsets": "6,12,6,12", - "background": "bg", - "foreground": "fg", - "hoverBackground": "hl", - "pressedBackground": "table" - }, - "hoverBackground": "hl", - "Icon": { - "borderInsets": "10,10,10,10", - "background": "bg", - "hoverBackground": "hl", - "pressedBackground": "table" - }, - "inactiveBackground": "bg", - "pressedBackground": "table", - "separatorColor": "border" - }, - "material": { - "background": "bg", - "branchColor": "fg", - "contrast": "cs", - "foreground": "fg", - "mergeCommits": "button", - "primaryColor": "text", - "selectionBackground": "selBg", - "selectionForeground": "selFg", - "tab.backgroundColor": "bg", - "tab.borderColor": "accent", - "tagColor": "text" - }, - "MemoryIndicator": { - "allocatedBackground": "second", - "unusedColor": "second", - "usedBackground": "hl", - "usedColor": "hl" - }, - "menu": "bg", - "menuText": "fg", - "Menu": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "activeFg", - "background": "bg", - "border": "8,8,8,8", - "borderColor": "second", - "disabledBackground": "second", - "disabledForeground": "dis", - "foreground": "fg", - "Selection": { - "arc": 8, - "innerInsets": "8,2,8,2" - }, - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "separatorColor": "border" - }, - "MenuBar": { - "background": "hc", - "borderColor": "bg", - "disabledBackground": "bg", - "disabledForeground": "dis", - "foreground": "fg", - "highlight": "bg", - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "shadow": "hc" - }, - "MenuItem": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "activeFg", - "background": "bg", - "border": "8,8,8,8", - "disabledBackground": "bg", - "disabledForeground": "dis", - "foreground": "fg", - "selectionBackground": "selBg", - "selectionForeground": "activeFg" - }, - "MlModelBinding.Viewer.CodeEditor.background": "bg", - "MnemonicIcon": { - "background": "hl", - "borderColor": "hl", - "foreground": "fg" - }, - "NavBar": { - "arrowColor": "fg", - "borderColor": "bg", - "selectedColor": "accent" - }, - "NewClass": { - "Panel": { - "background": "bg" - }, - "SearchField": { - "background": "cs" - }, - "separatorWidth": 6 - }, - "NewPSD.warning": "accent", - "Notification": { - "arc": 16, - "Error.foreground": "accent", - "Link.foreground": "accent", - "background": "notif", - "borderColor": "notif", - "errorBackground": "notif", - "errorBorderColor": "notif", - "errorForeground": "accent", - "foreground": "fg", - "linkForeground": "accent", - "MoreButton": { - "background": "button", - "foreground": "fg", - "innerBorderColor": "button" - }, - "ToolWindow": { - "Button.DragAndDrop": { - "buttonFloatingBackground": "button", - "stripeBackground": "bg" - }, - "errorBackground": "notifError", - "errorBorderColor": "notifError", - "errorForeground": "fg", - "infoBackground": "notif", - "infoBorderColor": "notif", - "infoForeground": "fg", - "informativeBackground": "notif", - "informativeBorderColor": "notif", - "informativeForeground": "fg", - "warningBackground": "notifWarn", - "warningBorderColor": "notifWarn", - "warningForeground": "fg" - }, - "ToolWindowError": { - "foreground": "fg", - "background": "notifError" - }, - "ToolWindowInfo": { - "foreground": "fg", - "background": "notif", - "borderColor": "notif" - }, - "ToolWindowWarning": { - "foreground": "fg", - "background": "notifWarn" - } - }, - "Notifications": { - "background": "notif", - "borderColor": "notif" - }, - "NotificationsToolwindow": { - "Notification.hoverBackground": "tree", - "newNotification.background": "notif", - "newNotification.hoverBackground": "tree" - }, - "OnePixelDivider.background": "border", - "OptionPane": { - "background": "bg", - "foreground": "fg", - "messageForeground": "fg" - }, - "OptionButton": { - "default.separatorColor": "table", - "separatorColor": "button" - }, - "Outline": { - "color": "button", - "disabledColor": "dis", - "focusedColor": "accent" - }, - "Panel": { - "background": "bg", - "foreground": "fg", - "mouseShortcutBackground": "bg" - }, - "ParameterInfo": { - "ContextHelp.foreground": "text", - "background": "second", - "borderColor": "table", - "currentOverloadBackground": "hl", - "currentParameterForeground": "accent", - "disabledColor": "dis", - "disabledForeground": "dis", - "foreground": "fg", - "highlightedColor": "accent", - "infoForeground": "text", - "lineSeparatorColor": "table" - }, - "PasswordField": { - "background": "cs", - "capsLockIconColor": "accent", - "caretForeground": "accent", - "foreground": "fg", - "inactiveForeground": "dis", - "selectionBackground": "table", - "selectionForeground": "activeFg" - }, - "Plugins": { - "background": "bg", - "borderColor": "border", - "disabledForeground": "dis", - "eapTagBackground": "hl", - "hoverBackground": "hl", - "lightSelectionBackground": "table", - "paidTagBackground": "hl", - "selectionBackground": "selBg", - "selectionForeground": "selFg", - "tagBackground": "hl", - "tagForeground": "accent", - "trialTagBackground": "hl", - "Button": { - "installBackground": "button", - "installBorderColor": "button", - "installFillBackground": "button", - "installFillForeground": "dis", - "installFocusedBackground": "hl", - "installForeground": "fg", - "updateBackground": "accent", - "updateBorderColor": "button", - "updateForeground": "fg" - }, - "ScreenshotPagination": { - "CurrentImage.fillColor": "accent" - }, - "SearchField": { - "background": "cs", - "borderColor": "border" - }, - "SectionHeader": { - "background": "second", - "foreground": "fg" - }, - "Tab": { - "active.background": "table", - "active.foreground": "activeFg", - "hover.background": "table", - "hoverBackground": "table", - "selectedBackground": "table", - "selectedForeground": "selFg" - } - }, - "Popup": { - "Advertiser": { - "borderInsets": "6,20,6,20", - "background": "bg", - "borderColor": "bg", - "foreground": "accent" - }, - "Body": { - "bottomInsetNoAd": 8, - "bottomInsetBeforeAd": 8, - "topInsetNoHeader": 8 - }, - "Border": { - "color": "cs", - "inactiveColor": "bg" - }, - "background": "notif", - "borderColor": "cs", - "borderWidth": 0, - "inactiveBorderColor": "bg", - "innerBorderColor": "second", - "Header": { - "activeBackground": "bg", - "inactiveBackground": "cs", - "inactiveForeground": "text" - }, - "paintBorder": false, - "preferences": { - "background": "bg", - "borderColor": "bg", - "foreground": "fg" - }, - "Selection.arc": 8, - "Selection.leftRightInset": 8, - "Separator": { - "foreground": "fg", - "color": "border" - }, - "separatorColor": "second", - "separatorForeground": "fg", - "Toolbar": { - "Border.color": "cs", - "Floating.background": "cs", - "background": "cs", - "borderColor": "cs" - } - }, - "PopupMenu": { - "background": "bg", - "borderWidth": 1, - "border": "8,8,8,8", - "borderCornerRadius": 8, - "foreground": "fg", - "Selection": { - "arc": 8, - "innerInsets": "8,2,8,2" - }, - "selectionBackground": "selBg", - "translucentBackground": "bg" - }, - "PopupMenuSeparator": { - "height": 10, - "stripeWidth": 2, - "stripeIndent": 5, - "withToEdge": 4, - "borderCornerRadius": 8 - }, - "ProgressBar": { - "background": "bg", - "foreground": "accent", - "halfColor": "hl", - "indeterminateEndColor": "accent", - "indeterminateStartColor": "accent", - "progressColor": "accent", - "selectionBackground": "hl", - "trackColor": "hl" - }, - "ProgressIcon": { - "color": "accent" - }, - "PsiViewer": { - "referenceHighlightColor": "accent" - }, - "RadioButton": { - "background": "bg", - "darcula": { - "borderColor1": "fg", - "selectionDisabledColor": "bg", - "selectionDisabledShadowColor": "accent", - "selectionEnabledColor": "accent", - "selectionEnabledShadowColor": "accent" - }, - "disabledText": "dis", - "focusColor": "accent", - "foreground": "fg", - "selectionDisabledColor": "bg", - "selectionDisabledShadowColor": "accent", - "selectionEnabledColor": "accent", - "selectionEnabledShadowColor": "accent" - }, - "RadioButtonMenuItem": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "text", - "background": "bg", - "disabledBackground": "bg", - "disabledForeground": "dis", - "foreground": "fg", - "selectionBackground": "selBg", - "selectionForeground": "selFg" - }, - "ReviewList": { - "state.background": "second", - "state.foreground": "fg" - }, - "RunWidget": { - "background": "button", - "Debug.activeBackground": "hl", - "foreground": "fg", - "hoverBackground": "table", - "pressedBackground": "hl", - "Profile.activeBackground": "hl", - "runningBackground": "hl", - "runningForeground": "selFg", - "Run.activeBackground": "hl", - "Running": { - "background": "hl", - "foreground": "selFg", - "leftHoverBackground": "hl", - "leftPressedBackground": "hl" - }, - "separatorColor": "border" - }, - "ScreenView.borderColor": "border", - "scrollbar": "bg", - "ScrollBar": { - "background": "bg", - "hoverThumbBorderColor": "accent", - "hoverThumbColor": "accent", - "hoverTrackColor": "bg30", - "Mac": { - "hoverThumbBorderColor": "accent", - "hoverThumbColor": "accent", - "hoverTrackColor": "bg30", - "thumbBorderColor": "accent70", - "thumbColor": "accent70", - "trackColor": "bg30", - "Transparent": { - "hoverThumbBorderColor": "accent", - "hoverThumbColor": "accent", - "hoverTrackColor": "bg30", - "thumbBorderColor": "accent70", - "thumbColor": "accent70", - "trackColor": "bg30" - } - }, - "thumb": "hl", - "thumbBorderColor": "accent70", - "thumbColor": "accent70", - "Thumb": { - "Hovered.background": "accent", - "NonOpaque.Hovered.background": "accent" - }, - "trackColor": "bg30", - "Transparent": { - "hoverThumbBorderColor": "accent", - "hoverThumbColor": "accent", - "hoverTrackColor": "bg30", - "thumbBorderColor": "accent70", - "thumbColor": "accent70", - "trackColor": "bg30" - } - }, - "SearchEverywhere": { - "Advertiser": { - "background": "bg", - "foreground": "text", - "borderInsets": "10,20,10,20" - }, - "background": "bg", - "Dialog": { - "background": "bg", - "borderColor": "bg", - "foreground": "fg" - }, - "foreground": "fg", - "Header": { - "background": "bg" - }, - "List": { - "Separator.Color": "border", - "Separator.foreground": "text", - "selectionBackground": "selBg", - "separatorColor": "border", - "separatorForeground": "text", - "settingsBackground": "bg" - }, - "SearchField": { - "Border.color": "hl", - "background": "cs", - "borderColor": "hl", - "grayForeground": "dis", - "infoForeground": "dis" - }, - "shortcutForeground": "text", - "Tab": { - "active.background": "hl", - "active.foreground": "activeFg", - "selected.background": "hl", - "selected.foreground": "activeFg", - "selectedBackground": "hl", - "selectedForeground": "activeFg" - } - }, - "SearchMatch": { - "endBackground": "accent", - "endColor": "accent", - "startBackground": "accent", - "startColor": "accent" - }, - "SearchField.errorBackground": "notif", - "SearchFieldWithExtension": { - "background": "cs" - }, - "SearchOption": { - "selectedBackground": "table", - "selectedPressedBackground": "hl", - "selectedHoveredBackground": "hl" - }, - "SearchResults": { - "Ordinal.File.Foreground": "text", - "Repeated.File.Foreground": "fg" - }, - "SegmentedButton": { - "focusedSelectedButtonColor": "hl", - "selectedButtonColor": "button", - "selectedStartBorderColor": "border", - "selectedEndBorderColor": "border" - }, - "Separator": { - "background": "second", - "foreground": "second", - "separatorColor": "border" - }, - "Settings": { - "Spotlight.borderColor": "accent" - }, - "SidePanel": { - "background": "hc" - }, - "Slider": { - "background": "bg", - "buttonBorderColor": "accent", - "buttonColor": "accent", - "foreground": "fg", - "majorTickLength": 6, - "thumb": "accent", - "tickColor": "second", - "track": "table", - "trackColor": "table", - "trackDisabled": "hl", - "trackWidth": 7 - }, - "Space.Review.diffAnchorBackground": "second", - "SpeedSearch": { - "background": "hl", - "borderColor": "border", - "errorForeground": "red", - "foreground": "fg" - }, - "Spinner": { - "background": "bg", - "border": "4,4,4,4", - "disabledBackground": "excl", - "foreground": "fg", - "selectionForeground": "activeFg" - }, - "SplitPane": { - "background": "bg", - "highlight": "hc" - }, - "SplitPaneDivider.draggingColor": "second", - "StateWidget.activeBackground": "button", - "StatusBar": { - "background": "bg", - "Breadcrumbs": { - "floatingBackground": "tree", - "floatingForeground": "fg", - "floatingToolbarInsets": "8,12,8,12", - "foreground": "fg", - "hoverBackground": "tree", - "hoverForeground": "fg", - "itemBackgroundInsets": "2,4,2,4", - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "selectionInactiveBackground": "button", - "selectionInactiveForeground": "fg" - }, - "borderColor": "border", - "bottomColor": "bg", - "hoverBackground": "hl", - "top2Color": "bg", - "topColor": "bg", - "LightEditBackground": "table", - "Widget": { - "foreground": "fg", - "hoverBackground": "hl", - "hoverForeground": "selFg", - "pressedBackground": "button", - "pressedForeground": "fg", - "widgetInsets": "8,12,8,12" - } - }, - "TabbedPane": { - "background": "bg", - "borderColor": "hc", - "contentAreaColor": "hl", - "contentBorderInsets": "3,1,1,1", - "darkShadow": "hc", - "disabledForeground": "dis", - "disabledText": "dis", - "disabledUnderlineColor": "dis", - "focus": "table", - "focusColor": "table", - "fontSizeOffset": 0, - "foreground": "fg", - "highlight": "border", - "hoverColor": "hl", - "labelShift": 0, - "mt.tab.background": "hc", - "selectHighlight": "hl", - "selected": "selBg", - "selectedColor": "accent", - "selectedDisabledColor": "dis", - "selectedForeground": "activeFg", - "selectedLabelShift": 0, - "selectedTabPadInsets": "0,0,0,0", - "shadow": "hc", - "tabHeight": 32, - "tabInsets": "5,10,5,10", - "tabSelectionArc": 4, - "tabSelectionHeight": 2, - "tabsOverlapBorder": true, - "underlineColor": "accent" - }, - "TabbedPane.mt.tab.background": "hc", - "Table": { - "alternativeRowBackground": "cs", - "background": "bg", - "cellNoFocusBorder": "16,4,16,4", - "disabledForeground": "dis", - "dropLineColor": "accent", - "dropLineShortColor": "accent", - "focusCellBackground": "table", - "focusCellForeground": "activeFg", - "focusCellHighlightBorder": "18,6,18,6", - "foreground": "fg", - "gridColor": "bg", - "highlightOuter": "table", - "hoverBackground": "hl", - "hoverInactiveBackground": "table", - "lightSelectionBackground": "table", - "lightSelectionForeground": "activeFg", - "lightSelectionInactiveBackground": "second", - "lightSelectionInactiveForeground": "text", - "rowHeight": 32, - "selectionBackground": "table", - "selectionForeground": "activeFg", - "selectionInactiveBackground": "table", - "selectionInactiveForeground": "selFg", - "sortIconColor": "fg", - "stripeColor": "cs", - "stripedBackground": "cs" - }, - "TableHeader": { - "background": "button", - "bottomSeparatorColor": "border", - "borderColor": "hl", - "cellBorder": "6,0,6,0", - "disabledForeground": "dis", - "focusCellBackground": "table", - "focusCellForeground": "activeFg", - "foreground": "fg", - "height": 32, - "hoverBackground": "hl", - "separatorColor": "border" - }, - "Tag": { - "background": "button", - "borderColor": "button", - "foreground": "fg" - }, - "text": "bg", - "textInactiveText": "text", - "textHighlight": "selBg", - "textHighlightText": "activeFg", - "textText": "text", - "TextArea": { - "background": "cs", - "caretForeground": "accent", - "foreground": "fg", - "inactiveForeground": "dis", - "selectionBackground": "table", - "selectionForeground": "activeFg" - }, - "TextField": { - "background": "cs", - "borderColor": "bg", - "caretForeground": "accent", - "disabledBackground": "excl", - "focusedBorderColor": "bg", - "foreground": "fg", - "hoverBorderColor": "bg", - "inactiveForeground": "dis", - "selectedSeparatorColor": "accent", - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "separatorColor": "hl", - "separatorColorDisabled": "bg" - }, - "TextPane": { - "background": "cs", - "caretForeground": "accent", - "foreground": "fg", - "inactiveForeground": "dis", - "selectionBackground": "table", - "selectionForeground": "activeFg" - }, - "TipOfTheDay": { - "Image.borderColor": "border" - }, - "TitlePane": { - "Button": { - "hoverBackground": "hl", - "preferredSize": "48,40" - }, - "background": "hc", - "inactiveBackground": "bg", - "inactiveInfoForeground": "dis", - "infoForeground": "text" - }, - "TitledBorder.titleColor": "fg", - "ToggleButton": { - "borderColor": "button", - "buttonColor": "button", - "disabledText": "dis", - "foreground": "fg", - "off.background": "bg", - "off.foreground": "bg", - "offBackground": "bg", - "offForeground": "bg", - "on.background": "accent", - "on.foreground": "accent", - "onBackground": "accent", - "onForeground": "accent" - }, - "Toolbar.Floating.background": "button", - "ToolBar": { - "background": "hc", - "borderHandleColor": "text", - "comboBoxButtonBackground": "button", - "floatingForeground": "text", - "foreground": "fg", - "verticalToolbarInsets": "6,6,6,6", - "horizontalToolbarInsets": "6,6,6,6" - }, - "ToolbarComboWidget": { - "background": "button", - "hoverBackground": "hl" - }, - "tooltips": { - "actions.keymap.text.color": "text", - "actions.settings.icon.background.color": "bg", - "description.title.text.color": "fg" - }, - "ToolTip": { - "arc": 6, - "actions": { - "background": "bg" - }, - "Actions": { - "background": "bg", - "grayForeground": "text", - "infoForeground": "text" - }, - "background": "notif", - "borderColor": "border", - "borderCornerRadius": 8, - "foreground": "fg", - "infoForeground": "text", - "linkForeground": "accent", - "Learning": { - "background": "accent", - "borderColor": "accent", - "foreground": "fg", - "spanBackground": "accent50", - "spanForeground": "fg", - "stepNumberForeground": "accent" - }, - "separatorColor": "border", - "shortcutForeground": "text" - }, - "ToolWindow": { - "active": { - "Header.background": "second", - "HeaderTab.background": "cs" - }, - "Background": "bg", - "background": "hc", - "Button": { - "hoverBackground": "table", - "DragAndDrop": { - "stripeBackground": "cs", - "buttonDropBackground": "accent70" - }, - "selectedBackground": "cs", - "selectedForeground": "activeFg" - }, - "header": { - "active.background": "second", - "background": "bg", - "border.background": "second", - "closeButton.background": "bg", - "tab.selected.active.background": "cs", - "tab.selected.background": "cs" - }, - "Header": { - "height": 42, - "background": "second", - "borderColor": "second", - "inactiveBackground": "bg" - }, - "HeaderCloseButton": { - "background": "bg" - }, - "HeaderTab": { - "borderColor": "bg", - "hoverBackground": "hl", - "hoverInactiveBackground": "hl", - "inactiveUnderlineColor": "accent", - "leftRightInsets": "0,12,0,12", - "selectedBackground": "cs", - "selectedInactiveBackground": "cs", - "underlineArc": 4, - "underlineColor": "accent", - "underlineHeight": 3, - "underlinedTabBackground": "table", - "underlinedTabForeground": "selFg", - "underlinedTabInactiveBackground": "hc", - "underlinedTabInactiveForeground": "fg", - "verticalPadding": 6 - }, - "inactive": { - "Header.background": "bg", - "HeaderTab.background": "cs" - } - }, - "Tree": { - "border": "4,12,4,12", - "background": "hc", - "foreground": "text", - "errorForeground": "red", - "hash": "border", - "hoverBackground": "tree", - "hoverInactiveBackground": "table", - "modifiedItemForeground": "accent", - "rowHeight": "28", - "selectionBackground": "tree", - "selectionForeground": "selFg", - "selectionInactiveBackground": "tree", - "selectionInactiveForeground": "selFg", - "textBackground": "hc" - }, - "Tree.leftChildIndent": 10, - "Tree.rightChildIndent": 5, - "UIDesigner": { - "Activity.borderColor": "border", - "Canvas.background": "cs", - "ColorPicker": { - "background": "second", - "foreground": "fg" - }, - "Component": { - "background": "bg", - "borderColor": "border", - "foreground": "fg", - "hoverBorderColor": "hl" - }, - "Connector": { - "borderColor": "border", - "hoverBorderColor": "hl" - }, - "Label.foreground": "text", - "highStroke.foreground": "fg", - "motion": { - "AddConstraintColor": "accent", - "AddConstraintPlus": "accent", - "CSPanel.SelectedBackground": "tree", - "CSPanel.SelectedFocusBackground": "selBg", - "Component.foreground": "fg", - "ConstraintSet.background": "second", - "ConstraintSetText.foreground": "text", - "CursorTextColor.foreground": "fg", - "HoverColor.disabledBackground": "dis", - "Key.selectedForeground": "accent", - "Notification.background": "notif", - "PositionMarkColor": "accent", - "PrimaryPanel.background": "cs", - "SecondaryPanel.background": "bg", - "SecondaryPanel.header.background": "cs", - "SecondaryPanel.header.foreground": "text", - "TimeCursor.End.selectedForeground": "accent", - "TimeCursor.Start.selectedForeground": "accent", - "TimeCursor.selectedForeground": "accent", - "borderColor": "border", - "cs_FocusText.infoForeground": "text", - "graphLine.lineSeparatorColor": "accent", - "motionGraph.background": "bg", - "ourAvg.background": "second", - "ourCS.background": "second", - "ourCS_Border.borderColor": "border", - "ourCS_SelectedBackground.selectionInactiveBackground": "table", - "ourCS_SelectedBorder.pressedBorderColor": "hl", - "ourCS_SelectedFocusBackground.selectionForeground": "selFg", - "ourCS_SelectedFocusBorder.focusedBorderColor": "accent", - "ourCS_TextColor.foreground": "text", - "ourML_BarColor.separatorColor": "border", - "timeLine.disabledBorderColor": "border" - }, - "PackageDetails": { - "border": "accent", - "infoBanner": "accent" - }, - "PackageSearch": { - "PackagesList.rowHeight": 28, - "PackageTag": { - "background": "excl", - "foreground": "fg", - "hoverBackground": "tree", - "selectedBackground": "selBg", - "selectedForeground": "selFg" - }, - "PackageTagSelected": { - "background": "selBg", - "foreground": "selFg" - }, - "SearchResult": { - "background": "cs", - "hoverBackground": "tree", - "PackageTag": { - "background": "excl", - "foreground": "fg", - "hoverBackground": "tree", - "selectedBackground": "selBg", - "selectedForeground": "selFg" - } - } - }, - "Panel": { - "background": "bg", - "borderColor": "border", - "graphLabel": "text", - "graphLines": "hl", - "lines3d": "accent", - "secondaryGraphLines": "border" - }, - "percent.foreground": "fg", - "Placeholder": { - "background": "bg", - "borderColor": "border", - "foreground": "fg", - "selectedForeground": "selFg" - }, - "Preview.background": "bg", - "stroke.acceleratorForeground": "text" - }, - "ValidationTooltip": { - "errorBackground": "notif", - "errorBorderColor": "notif", - "warningBackground": "notif", - "warningBorderColor": "notif" - }, - "VersionControl": { - "FileHistory.Commit": { - "otherBranchBackground": "excl", - "selectedBranchBackground": "bg" - }, - "GitCommits": { - "graphColor": "hl" - }, - "GitLog": { - "localBranchIconColor": "accent", - "otherIconColor": "text", - "remoteBranchIconColor": "fg", - "tagIconColor": "text" - }, - "HgLog": { - "bookmarkIconColor": "activeFg", - "branchIconColor": "accent", - "closedBranchIconColor": "dis", - "localTagIconColor": "text", - "mqTagIconColor": "text", - "tagIconColor": "text", - "tipIconColor": "text" - }, - "Log": { - "Commit": { - "currentBranchBackground": "cs", - "hoveredBackground": "tree", - "rowHeight": 28, - "unmatchedForeground": "text" - } - }, - "MarkerPopup": { - "borderColor": "border", - "borderInsets": "6,8,6,10", - "Toolbar.background": "hl" - }, - "Ref": { - "backgroundBase": "hl", - "foreground": "activeFg" - }, - "RefLabel": { - "backgroundBase": "hl", - "foreground": "activeFg" - } - }, - "UnattendedHostStatus": { - "warningBackground": "yellow", - "warningForeground": "activeFg", - "dangerBackground": "red" - }, - "Viewport": { - "background": "hc", - "foreground": "fg" - }, - "WelcomeScreen": { - "AssociatedComponent.background": "bg", - "Details.background": "bg", - "List": { - "background": "hc", - "selectionBackground": "selBg", - "selectionInactiveBackground": "hl" - }, - "SidePanel.background": "second", - "background": "bg", - "borderColor": "bg", - "captionBackground": "cs", - "captionForeground": "fg", - "footerBackground": "cs", - "footerForeground": "fg", - "groupIconBorderColor": "button", - "headerBackground": "bg", - "headerForeground": "fg", - "separatorColor": "border", - "Projects": { - "actions.background": "cs", - "actions.selectionBackground": "hl", - "background": "second", - "selectionBackground": "selBg", - "selectionInactiveBackground": "selBg" - } - }, - "Window.border": "border", - "window": "hc", - "windowBorder": "border", - "windowText": "text" - }, - "icons": { - "ColorPalette": { - "#43494A": "cs", - "#6B6B6B": "text", - "#A7A7A7": "bg", - "#3D6185": "accent", - "#466D94": "accent", - "#3C3F41": "bg", - "#545556": "dis", - "#606060": "dis", - "#9AA7B0": "fg", - "#675133": "accent", - "Actions.Blue": "blue", - "Actions.Green": "green", - "Actions.Grey": "text", - "Actions.GreyInline": "gray", - "Actions.GreyInline.Dark": "fg", - "Actions.Red": "red", - "Actions.Yellow": "yellow", - "Checkbox.Background.Default": "cs", - "Checkbox.Background.Default.Dark": "cs", - "Checkbox.Background.Disabled": "excl", - "Checkbox.Background.Disabled.Dark": "excl", - "Checkbox.Background.Selected": "accent", - "Checkbox.Background.Selected.Dark": "hc", - "Checkbox.Border.Default": "hl", - "Checkbox.Border.Default.Dark": "hl", - "Checkbox.Border.Disabled": "dis", - "Checkbox.Border.Disabled.Dark": "dis", - "Checkbox.Border.Selected": "accent", - "Checkbox.Border.Selected.Dark": "hl", - "Checkbox.Focus.Thin.Default": "accent", - "Checkbox.Focus.Thin.Default.Dark": "accent", - "Checkbox.Focus.Thin.Selected": "fg", - "Checkbox.Focus.Thin.Selected.Dark": "fg", - "Checkbox.Focus.Wide": "accent", - "Checkbox.Focus.Wide.Dark": "accent", - "Checkbox.Foreground.Disabled": "dis", - "Checkbox.Foreground.Disabled.Dark": "dis", - "Checkbox.Foreground.Selected": "hc", - "Checkbox.Foreground.Selected.Dark": "accent", - "Objects.BlackText": "fg", - "Objects.Blue": "blue", - "Objects.Green": "green", - "Objects.GreenAndroid": "green", - "Objects.Grey": "gray", - "Objects.Pink": "purple", - "Objects.Purple": "purple", - "Objects.Red": "red", - "Objects.RedStatus": "red", - "Objects.Yellow": "yellow", - "Objects.YellowDark": "orange", - "Tree.iconColor": "text", - "Tree.iconColor.Dark": "text" - } - } -} 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 deleted file mode 100644 index 84f4026d..00000000 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Darker Contrast.theme.json +++ /dev/null @@ -1,1778 +0,0 @@ -{ - "name": "Material Darker Contrast", - "dark": true, - "author": "Mallowigi", - "colors": { - "bg": "#212121", - "bg30": "#21212130", - "fg": "#B0BEC5", - "text": "#727272", - "selBg": "#404040", - "selBg20": "#40404020", - "selFg": "#FFFFFF", - "activeFg": "#FFFFFF", - "border": "#292929", - "excl": "#323232", - "second": "#292929", - "dis": "#474747", - "accent": "#FF9800", - "accent2": "#FF98002", - "accent50": "#FF980050", - "accent70": "#FF980070", - "cs": "#1A1A1A", - "button": "#2A2A2A", - "table": "#323232", - "tree": "#2d2d2d", - "hl": "#3F3F3F", - "notif": "#1A1A1A", - "hc": "#1A1A1A", - "shadow": "undefined", - "white": "#eeffff", - "blue": "#82aaff", - "red": "#f07178", - "yellow": "#ffcb6b", - "green": "#c3e88d", - "gray": "#616161", - "purple": "#c792ea", - "orange": "#f78c6c" - }, - "editorScheme": "colors/Material Darker.xml", - "ui": { - "*": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "text", - "background": "bg", - "borderColor": "border", - "disabledBackground": "excl", - "disabledBorderColor": "button", - "disabledForeground": "dis", - "disabledText": "dis", - "focusColor": "hl", - "focusedBorderColor": "accent", - "foreground": "fg", - "hoverBorderColor": "hl", - "inactiveBackground": "excl", - "inactiveForeground": "text", - "infoForeground": "text", - "lineSeparatorColor": "hl", - "pressedBorderColor": "hl", - "selectionBackground": "selBg", - "selectionBackgroundInactive": "second", - "selectionForeground": "selFg", - "selectionInactiveBackground": "second", - "separatorColor": "border" - }, - "activeCaption": "bg", - "activeCaptionBorder": "bg", - "activeCaptionText": "fg", - "ActionButton": { - "focusedBorderColor": "accent50", - "hoverBackground": "accent50", - "hoverBorderColor": "accent50", - "hoverSeparatorColor": "button", - "pressedBackground": "accent50", - "pressedBorderColor": "accent50" - }, - "ActionsList": { - "icon.gap": 12, - "mnemonic.icon.gap": 12 - }, - "ActionToolbar": { - "background": "hc" - }, - "AppInspector.GraphNode": { - "background": "second", - "borderColor": "border", - "focusedBorderColor": "accent" - }, - "AssignedMnemonic": { - "background": "hl", - "borderColor": "selBg", - "foreground": "activeFg" - }, - "Autocomplete": { - "selectionBackground": "selBg", - "selectionUnfocus": "hl" - }, - "AvailableMnemonic": { - "background": "button", - "borderColor": "button", - "foreground": "fg" - }, - "BigSpinner.background": "bg", - "Bookmark": { - "iconBackground": "accent", - "Mnemonic": { - "iconBackground": "hl", - "iconBorderColor": "hl", - "iconForeground": "fg" - } - }, - "BookmarkMnemonicAssigned": { - "background": "hl", - "borderColor": "selBg", - "foreground": "selFg" - }, - "BookmarkMnemonicAvailable": { - "background": "button", - "borderColor": "button", - "foreground": "fg" - }, - "BookmarkMnemonicCurrent": { - "background": "accent", - "borderColor": "accent", - "foreground": "selFg" - }, - "BookmarkMnemonicIcon": { - "background": "hl", - "borderColor": "hl", - "foreground": "fg" - }, - "BookmarkIcon.background": "accent", - "Borders.ContrastBorderColor": "bg", - "Borders.color": "border", - "Breakpoint.iconHoverAlpha": 0.35, - "Button": { - "arc": 8, - "background": "bg", - "darcula": { - "borderColor": "button", - "defaultBorderColor": "button", - "defaultEndColor": "button", - "defaultFocusedBorderColor": "table", - "defaultOutlineColor": "button", - "defaultStartColor": "button", - "disabledBorderColor": "button", - "disabledOutlineColor": "border", - "disabledText.shadow": "bg", - "endColor": "button", - "focusedBorderColor": "table", - "outlineColor": "button", - "selectedButtonForeground": "selFg", - "selection.color1": "table", - "selection.color2": "table", - "shadowColor": "shadow", - "smallComboButtonBackground": "button", - "startColor": "button" - }, - "default": { - "borderColor": "button", - "endBackground": "table", - "endBorderColor": "table", - "focusColor": "accent", - "focusedBorderColor": "accent", - "foreground": "selFg", - "shadowColor": "shadow", - "startBackground": "table", - "startBorderColor": "table" - }, - "disabledBackground": "excl", - "disabledBorderColor": "border", - "disabledText": "dis", - "endBackground": "table", - "endBorderColor": "button", - "focus": "hl", - "focusedBorderColor": "accent", - "foreground": "text", - "highlight": "selFg", - "mt.background": "button", - "mt.color1": "button", - "mt.color2": "button", - "mt.foreground": "text", - "mt.selectedForeground": "selFg", - "mt.selection.color1": "table", - "mt.selection.color2": "table", - "select": "button", - "shadowColor": "shadow", - "shadowWidth": 0, - "startBackground": "table", - "startBorderColor": "button", - "ToolWindow": { - "arc": 40 - } - }, - "Canvas": { - "Tooltip.background": "notif", - "Tooltip.borderColor": "border" - }, - "CheckBox": { - "background": "bg", - "background.selected": "accent", - "borderColor": "bg", - "borderColor.selected": "accent", - "checkSignColor": "bg", - "checkSignColor.selected": "bg", - "checkSignColorDisabled": "bg", - "checkSignColorDisabled.selected": "bg", - "darcula": { - "borderColor1": "fg", - "checkSignColorDisabled": "dis", - "disabledBorderColor1": "dis", - "disabledBorderColor2": "dis", - "inactiveFillColor": "hl" - }, - "disabledBorderColor": "bg", - "disabledBorderColor.selected": "accent", - "disabledText": "dis", - "focused.background": "bg", - "focused.background.selected": "accent", - "focusedArmed.background": "bg", - "focusedArmed.background.selected": "accent", - "foreground": "fg", - "inactiveFillColor": "bg", - "inactiveFillColor.selected": "accent", - "select": "accent", - "shadowColor": "bg", - "shadowColorDisabled": "bg" - }, - "Checkbox": { - "Background.Default": "bg", - "Background.Default.Dark": "bg", - "Background.Disabled": "second", - "Background.Disabled.Dark": "second", - "Background.Selected": "accent", - "Background.Selected.Dark": "accent", - "Border.Default": "hl", - "Border.Default.Dark": "hl", - "Border.Disabled": "second", - "Border.Disabled.Dark": "second", - "Border.Selected": "accent", - "Border.Selected.Dark": "accent", - "Focus.Thin.Default": "bg", - "Focus.Thin.Default.Dark": "bg", - "Focus.Wide.Default": "bg", - "Focus.Wide.Default.Dark": "bg", - "Focus.Thin.Selected": "accent", - "Focus.Thin.Selected.Dark": "accent", - "Focus.Wide.Selected": "accent", - "Focus.Wide.Selected.Dark": "accent" - }, - "CheckBoxMenuItem": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "text", - "background": "bg", - "disabledBackground": "bg", - "disabledForeground": "dis", - "foreground": "fg", - "selectionBackground": "selBg", - "selectionForeground": "activeFg" - }, - "CodeWithMe": { - "Avatar.foreground": "fg", - "AccessDisabled.accessDot": "dis", - "AccessEnabled": { - "accessDot": "accent", - "dropdownBorder": "second", - "pillBackground": "second" - }, - "Users": { - "1": { - "Background": "green", - "Foreground": "fg" - }, - "2": { - "Background": "blue", - "Foreground": "fg" - }, - "3": { - "Background": "red", - "Foreground": "fg" - }, - "4": { - "Background": "purple", - "Foreground": "fg" - }, - "5": { - "Background": "yellow", - "Foreground": "fg" - }, - "6": { - "Background": "orange", - "Foreground": "fg" - } - } - }, - "ColorChooser": { - "background": "bg", - "foreground": "fg", - "swatchesDefaultRecentColor": "fg" - }, - "ComboBoxButton.background": "button", - "ComboBox": { - "ArrowButton": { - "background": "button", - "disabledIconColor": "dis", - "iconColor": "fg", - "nonEditableBackground": "hc" - }, - "PopupBackground": "cs", - "arrowFillColor": "hc", - "background": "hc", - "buttonBackground": "button", - "darcula": { - "arrowButtonBackground": "hc", - "arrowButtonDisabledForeground": "dis", - "arrowButtonForeground": "fg", - "disabledArrowButtonBackground": "excl", - "editable.arrowButtonBackground": "hc", - "hoveredArrowButtonForeground": "accent", - "nonEditableBackground": "bg" - }, - "disabledBackground": "excl", - "disabledForeground": "dis", - "foreground": "fg", - "modifiedItemForeground": "accent", - "nonEditableBackground": "bg", - "padding": "5,5,5,5", - "selectionBackground": "table", - "selectionForeground": "activeFg" - }, - "ComboPopup.border": "1,1,1,1,#FF9800", - "CompletionPopup": { - "Advertiser": { - "background": "bg", - "foreground": "fg", - "borderInsets": "8,12,8,12" - }, - "background": "second", - "foreground": "fg", - "grayForeground": "text", - "grayedForeground": "text", - "infoForeground": "text", - "matchForeground": "accent", - "matchSelectedForeground": "accent", - "matchSelectionForeground": "accent", - "nonFocusedState": "false", - "selectedForeground": "selFg", - "selectedGrayedForeground": "selFg", - "selectionBackground": "cs", - "selectionForeground": "selFg", - "selectionGrayForeground": "selFg", - "selectionInactiveBackground": "hl", - "selectionInactiveForeground": "text", - "selectionInactiveInfoForeground": "text", - "selectionInfoForeground": "selFg" - }, - "ComplexPopup": { - "Header.background": "notif" - }, - "Component": { - "arc": 4, - "focusWidth": 2, - "borderColor": "hl", - "disabledBorderColor": "dis", - "focusColor": "accent", - "focusedBorderColor": "accent", - "hoverIconColor": "accent", - "iconColor": "text", - "grayForeground": "text", - "infoForeground": "text" - }, - "Content": { - "background": "cs", - "selectionBackground": "selBg", - "selectionInactiveBackground": "fg" - }, - "control": "button", - "controlLtHighlight": "selFg", - "controlText": "text", - "controlHighlight": "hl", - "controlShadow": "excl", - "controlDkShadow": "excl", - "Counter": { - "background": "accent", - "foreground": "selFg" - }, - "CurrentMnemonic": { - "background": "accent", - "borderColor": "accent", - "foreground": "selFg" - }, - "darcula": { - "background": "bg", - "foreground": "fg", - "primary": "bg" - }, - "desktop": "hc", - "Debugger": { - "EvaluateExpression.background": "bg", - "Variables": { - "changedValueForeground": "accent", - "collectingDataForeground": "text", - "errorMessageForeground": "red", - "evaluatingExpressionForeground": "text", - "exceptionForeground": "yellow", - "modifyingValueForeground": "accent", - "valueForeground": "accent", - "typeForeground": "text" - } - }, - "DebuggerTabs": { - "active.background": "hl", - "selectedBackground": "hl", - "underlinedTabBackground": "table", - "underlineHeight": 2 - }, - "DebuggerPopup": { - "borderColor": "bg" - }, - "DefaultTabs": { - "background": "bg", - "borderColor": "bg", - "hoverBackground": "table", - "hoverColor": "hl", - "hoverMaskColor": "hl", - "inactiveColoredFileBackground": "button", - "inactiveColoredTabBackground": "bg", - "inactiveMaskColor": "hc", - "inactiveUnderlineColor": "accent", - "underlineColor": "accent", - "underlineHeight": 3, - "underlinedTabBackground": "table", - "underlinedTabForeground": "selFg" - }, - "Desktop.background": "bg", - "Dialog": { - "titleColor": "bg" - }, - "DialogWrapper": { - "southPanelBackground": "bg", - "southPanelDivider": "bg" - }, - "DragAndDrop": { - "areaBackground": "tree", - "areaBorderColor": "bg", - "areaForeground": "fg", - "backgroundBorderColor": "bg", - "backgroundColor": "bg", - "borderColor": "accent", - "foregroundColor": "fg", - "rowBackground": "accent70" - }, - "dropArea.base": "accent", - "Editor": { - "background": "hc", - "foreground": "fg", - "shortcutForeground": "text", - "SearchField": { - "background": "cs", - "borderInsets": "8,12,8,12" - }, - "Toolbar": { - "borderColor": "border" - } - }, - "EditorGroupsTabs": { - "background": "bg", - "borderColor": "second", - "hoverBackground": "hl", - "hoverColor": "hl", - "inactiveUnderlineColor": "accent", - "underlineColor": "accent", - "underlinedTabBackground": "table", - "underlinedTabForeground": "fg" - }, - "EditorPane": { - "background": "hc", - "caretForeground": "accent", - "foreground": "fg", - "inactiveBackground": "bg", - "inactiveForeground": "dis", - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "splitBorder": "border" - }, - "EditorTabs": { - "active.background": "table", - "active.foreground": "fg", - "active.underlineColor": "accent", - "background": "bg", - "borderColor": "second", - "foreground": "fg", - "hoverBackground": "hl", - "hoverColor": "hl", - "hoverMaskColor": "hl", - "inactive.maskColor": "bg", - "inactiveColoredFileBackground": "bg", - "inactiveMaskColor": "bg", - "inactiveUnderlineColor": "dis", - "selectedBackground": "table", - "selectedForeground": "fg", - "tabInsets": "-10,10,-10,10", - "underlineColor": "accent", - "underlineHeight": 3, - "underlineArc": 4, - "underlinedTabBackground": "table", - "underlinedTabForeground": "selFg" - }, - "FileColor": { - "Blue": "#004BA0", - "Green": "#387002", - "Orange": "#B53D00", - "Rose": "#A00037", - "Violet": "#4D2C91", - "Yellow": "excl", - "Gray": "excl", - "excluded": "excl" - }, - "FlameGraph": { - "JVMBackground": "#89DDF7", - "JVMFocusBackground": "#82AAFF", - "JVMFocusSearchNotMatchedBackground": "#AB7967", - "JVMSearchNotMatchedBackground": "#FF5370", - "nativeBackground": "#FFCB6B", - "nativeFocusBackground": "#F78C6C", - "nativeFocusSearchNotMatchedBackground": "#BB80B3", - "nativeSearchNotMatchedBackground": "#C792EA" - }, - "Focus": { - "Color": "accent50", - "borderColor": "accent50", - "color": "accent50", - "defaultButtonBorderColor": "accent" - }, - "FormattedTextField": { - "background": "cs", - "caretForeground": "accent", - "foreground": "fg", - "inactiveBackground": "button", - "inactiveForeground": "dis", - "selectionBackground": "selBg", - "selectionForeground": "activeFg" - }, - "Git.Log.Ref": { - "LocalBranch": "accent", - "Other": "text", - "RemoteBranch": "fg", - "Tag": "text" - }, - "Github.List.tallRow": { - "foreground": "fg", - "secondary.foreground": "text", - "selectionBackground": "selBg", - "selectionBackground.unfocused": "hl", - "selectionForeground": "selFg", - "selectionForeground.unfocused": "selFg" - }, - "GotItTooltip": { - "background": "notif", - "borderColor": "notif", - "endBackground": "button", - "endBorderColor": "button", - "foreground": "fg", - "linkForeground": "accent", - "shortcutForeground": "text", - "startBackground": "button", - "startBorderColor": "button" - }, - "Group": { - "disabledSeparatorColor": "border", - "separatorColor": "border" - }, - "Gutter": { - "VcsChanges.width": 4 - }, - "GutterTooltip": { - "borderColor": "bg", - "infoForeground": "text", - "lineSeparatorColor": "bg" - }, - "HeaderColor": { - "active": "bg", - "inactive": "cs" - }, - "HelpTooltip": { - "background": "bg", - "backgroundColor": "bg", - "borderColor": "border", - "defaultTextBorderInsets": "16,16,16,16", - "foreground": "fg", - "infoForeground": "text", - "shortcutForeground": "text", - "shortcutTextColor": "text", - "smallTextBorderInsets": "8,12,8,12", - "textColor": "fg", - "verticalGap": 8 - }, - "Hg.Log.Ref": { - "Branch": "accent", - "ClosedBranch": "fg", - "LocalTag": "text", - "MqTag": "text", - "Tag": "text" - }, - "Hyperlink.linkColor": "accent", - "IconBadge": { - "infoBackground": "accent" - }, - "IdeStatusBar.border": "4,4,4,4", - "InformationHint.borderColor": "border", - "inactiveCaption": "second", - "inactiveCaptionBorder": "bg", - "inactiveCaptionText": "text", - "info": "text", - "infoPanelForeground": "text", - "infoText": "text", - "InplaceRefactoringPopup": { - "background": "bg", - "borderColor": "bg" - }, - "intellijlaf": { - "background": "bg", - "foreground": "fg" - }, - "InternalFrame": { - "activeTitleForeground": "fg", - "background": "bg", - "inactiveTitleBackground": "bg", - "inactiveTitleForeground": "text" - }, - "Label": { - "background": "bg", - "disabledForeground": "dis", - "disabledForegroundColor": "dis", - "disabledShadow": "dis", - "disabledText": "dis", - "errorForeground": "accent", - "foreground": "fg", - "grayForeground": "text", - "infoForeground": "text", - "selectedDisabledForeground": "fg", - "selectedForeground": "activeFg", - "textForeground": "text" - }, - "Lesson": { - "Badge": { - "newLessonBackground": "accent", - "newLessonForeground": "selFg" - }, - "shortcutBackground": "second", - "stepNumberForeground": "text", - "Tooltip": { - "background": "notif", - "borderColor": "notif", - "foreground": "fg", - "spanBackground": "button", - "spanForeground": "fg", - "stepNumberForeground": "text" - } - }, - "link": "accent", - "Link": { - "activeForeground": "accent", - "focusedBorderColor": "accent", - "hoverForeground": "accent", - "pressedForeground": "accent", - "secondaryForeground": "text", - "visitedForeground": "accent" - }, - "link.foreground": "accent", - "link.hover.foreground": "accent", - "link.pressed.foreground": "accent", - "link.visited.foreground": "accent", - "List": { - "background": "bg", - "Button": { - "hoverBackground": "hl", - "leftRightInset": 8, - "separatorColor": "border", - "separatorInset": 4 - }, - "foreground": "fg", - "hoverBackground": "hl", - "hoverInactiveBackground": "table", - "Line.hoverBackground": "selBg", - "rowHeight": "28", - "selectionBackground": "tree", - "selectionForeground": "selFg", - "selectionInactiveBackground": "table", - "selectionInactiveForeground": "activeFg", - "Tag": { - "background": "button", - "foreground": "fg" - } - }, - "LiveIndicator": { - "color": "accent" - }, - "macOSWindow.Title": { - "height": 30, - "heightSmall": 20 - }, - "MainMenu": { - "background": "hc", - "foreground": "fg", - "selectionForeground": "activeFg", - "selectionBackground": "selBg" - }, - "MainToolbar": { - "background": "bg", - "Button": { - "buttonInsets": "0,0,0,0" - }, - "Dropdown": { - "borderInsets": "6,12,6,12", - "background": "bg", - "foreground": "fg", - "hoverBackground": "hl", - "pressedBackground": "table" - }, - "hoverBackground": "hl", - "Icon": { - "borderInsets": "10,10,10,10", - "background": "bg", - "hoverBackground": "hl", - "pressedBackground": "table" - }, - "inactiveBackground": "bg", - "pressedBackground": "table", - "separatorColor": "border" - }, - "material": { - "background": "bg", - "branchColor": "fg", - "contrast": "cs", - "foreground": "fg", - "mergeCommits": "button", - "primaryColor": "text", - "selectionBackground": "selBg", - "selectionForeground": "selFg", - "tab.backgroundColor": "bg", - "tab.borderColor": "accent", - "tagColor": "text" - }, - "MemoryIndicator": { - "allocatedBackground": "second", - "unusedColor": "second", - "usedBackground": "hl", - "usedColor": "hl" - }, - "menu": "bg", - "menuText": "fg", - "Menu": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "activeFg", - "background": "bg", - "border": "8,8,8,8", - "borderColor": "second", - "disabledBackground": "second", - "disabledForeground": "dis", - "foreground": "fg", - "Selection": { - "arc": 8, - "innerInsets": "8,2,8,2" - }, - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "separatorColor": "border" - }, - "MenuBar": { - "background": "hc", - "borderColor": "bg", - "disabledBackground": "bg", - "disabledForeground": "dis", - "foreground": "fg", - "highlight": "bg", - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "shadow": "hc" - }, - "MenuItem": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "activeFg", - "background": "bg", - "border": "8,8,8,8", - "disabledBackground": "bg", - "disabledForeground": "dis", - "foreground": "fg", - "selectionBackground": "selBg", - "selectionForeground": "activeFg" - }, - "MlModelBinding.Viewer.CodeEditor.background": "bg", - "MnemonicIcon": { - "background": "hl", - "borderColor": "hl", - "foreground": "fg" - }, - "NavBar": { - "arrowColor": "fg", - "borderColor": "bg", - "selectedColor": "accent" - }, - "NewClass": { - "Panel": { - "background": "bg" - }, - "SearchField": { - "background": "cs" - }, - "separatorWidth": 6 - }, - "NewPSD.warning": "accent", - "Notification": { - "arc": 16, - "Error.foreground": "accent", - "Link.foreground": "accent", - "background": "notif", - "borderColor": "notif", - "errorBackground": "notif", - "errorBorderColor": "notif", - "errorForeground": "accent", - "foreground": "fg", - "linkForeground": "accent", - "MoreButton": { - "background": "button", - "foreground": "fg", - "innerBorderColor": "button" - }, - "ToolWindow": { - "Button.DragAndDrop": { - "buttonFloatingBackground": "button", - "stripeBackground": "bg" - }, - "errorBackground": "notifError", - "errorBorderColor": "notifError", - "errorForeground": "fg", - "infoBackground": "notif", - "infoBorderColor": "notif", - "infoForeground": "fg", - "informativeBackground": "notif", - "informativeBorderColor": "notif", - "informativeForeground": "fg", - "warningBackground": "notifWarn", - "warningBorderColor": "notifWarn", - "warningForeground": "fg" - }, - "ToolWindowError": { - "foreground": "fg", - "background": "notifError" - }, - "ToolWindowInfo": { - "foreground": "fg", - "background": "notif", - "borderColor": "notif" - }, - "ToolWindowWarning": { - "foreground": "fg", - "background": "notifWarn" - } - }, - "Notifications": { - "background": "notif", - "borderColor": "notif" - }, - "NotificationsToolwindow": { - "Notification.hoverBackground": "tree", - "newNotification.background": "notif", - "newNotification.hoverBackground": "tree" - }, - "OnePixelDivider.background": "border", - "OptionPane": { - "background": "bg", - "foreground": "fg", - "messageForeground": "fg" - }, - "OptionButton": { - "default.separatorColor": "table", - "separatorColor": "button" - }, - "Outline": { - "color": "button", - "disabledColor": "dis", - "focusedColor": "accent" - }, - "Panel": { - "background": "bg", - "foreground": "fg", - "mouseShortcutBackground": "bg" - }, - "ParameterInfo": { - "ContextHelp.foreground": "text", - "background": "second", - "borderColor": "table", - "currentOverloadBackground": "hl", - "currentParameterForeground": "accent", - "disabledColor": "dis", - "disabledForeground": "dis", - "foreground": "fg", - "highlightedColor": "accent", - "infoForeground": "text", - "lineSeparatorColor": "table" - }, - "PasswordField": { - "background": "cs", - "capsLockIconColor": "accent", - "caretForeground": "accent", - "foreground": "fg", - "inactiveForeground": "dis", - "selectionBackground": "table", - "selectionForeground": "activeFg" - }, - "Plugins": { - "background": "bg", - "borderColor": "border", - "disabledForeground": "dis", - "eapTagBackground": "hl", - "hoverBackground": "hl", - "lightSelectionBackground": "table", - "paidTagBackground": "hl", - "selectionBackground": "selBg", - "selectionForeground": "selFg", - "tagBackground": "hl", - "tagForeground": "accent", - "trialTagBackground": "hl", - "Button": { - "installBackground": "button", - "installBorderColor": "button", - "installFillBackground": "button", - "installFillForeground": "dis", - "installFocusedBackground": "hl", - "installForeground": "fg", - "updateBackground": "accent", - "updateBorderColor": "button", - "updateForeground": "fg" - }, - "ScreenshotPagination": { - "CurrentImage.fillColor": "accent" - }, - "SearchField": { - "background": "cs", - "borderColor": "border" - }, - "SectionHeader": { - "background": "second", - "foreground": "fg" - }, - "Tab": { - "active.background": "table", - "active.foreground": "activeFg", - "hover.background": "table", - "hoverBackground": "table", - "selectedBackground": "table", - "selectedForeground": "selFg" - } - }, - "Popup": { - "Advertiser": { - "borderInsets": "6,20,6,20", - "background": "bg", - "borderColor": "bg", - "foreground": "accent" - }, - "Body": { - "bottomInsetNoAd": 8, - "bottomInsetBeforeAd": 8, - "topInsetNoHeader": 8 - }, - "Border": { - "color": "cs", - "inactiveColor": "bg" - }, - "background": "notif", - "borderColor": "cs", - "borderWidth": 0, - "inactiveBorderColor": "bg", - "innerBorderColor": "second", - "Header": { - "activeBackground": "bg", - "inactiveBackground": "cs", - "inactiveForeground": "text" - }, - "paintBorder": false, - "preferences": { - "background": "bg", - "borderColor": "bg", - "foreground": "fg" - }, - "Selection.arc": 8, - "Selection.leftRightInset": 8, - "Separator": { - "foreground": "fg", - "color": "border" - }, - "separatorColor": "second", - "separatorForeground": "fg", - "Toolbar": { - "Border.color": "cs", - "Floating.background": "cs", - "background": "cs", - "borderColor": "cs" - } - }, - "PopupMenu": { - "background": "bg", - "borderWidth": 1, - "border": "8,8,8,8", - "borderCornerRadius": 8, - "foreground": "fg", - "Selection": { - "arc": 8, - "innerInsets": "8,2,8,2" - }, - "selectionBackground": "selBg", - "translucentBackground": "bg" - }, - "PopupMenuSeparator": { - "height": 10, - "stripeWidth": 2, - "stripeIndent": 5, - "withToEdge": 4, - "borderCornerRadius": 8 - }, - "ProgressBar": { - "background": "bg", - "foreground": "accent", - "halfColor": "hl", - "indeterminateEndColor": "accent", - "indeterminateStartColor": "accent", - "progressColor": "accent", - "selectionBackground": "hl", - "trackColor": "hl" - }, - "ProgressIcon": { - "color": "accent" - }, - "PsiViewer": { - "referenceHighlightColor": "accent" - }, - "RadioButton": { - "background": "bg", - "darcula": { - "borderColor1": "fg", - "selectionDisabledColor": "bg", - "selectionDisabledShadowColor": "accent", - "selectionEnabledColor": "accent", - "selectionEnabledShadowColor": "accent" - }, - "disabledText": "dis", - "focusColor": "accent", - "foreground": "fg", - "selectionDisabledColor": "bg", - "selectionDisabledShadowColor": "accent", - "selectionEnabledColor": "accent", - "selectionEnabledShadowColor": "accent" - }, - "RadioButtonMenuItem": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "text", - "background": "bg", - "disabledBackground": "bg", - "disabledForeground": "dis", - "foreground": "fg", - "selectionBackground": "selBg", - "selectionForeground": "selFg" - }, - "ReviewList": { - "state.background": "second", - "state.foreground": "fg" - }, - "RunWidget": { - "background": "button", - "Debug.activeBackground": "hl", - "foreground": "fg", - "hoverBackground": "table", - "pressedBackground": "hl", - "Profile.activeBackground": "hl", - "runningBackground": "hl", - "runningForeground": "selFg", - "Run.activeBackground": "hl", - "Running": { - "background": "hl", - "foreground": "selFg", - "leftHoverBackground": "hl", - "leftPressedBackground": "hl" - }, - "separatorColor": "border" - }, - "ScreenView.borderColor": "border", - "scrollbar": "bg", - "ScrollBar": { - "background": "bg", - "hoverThumbBorderColor": "accent", - "hoverThumbColor": "accent", - "hoverTrackColor": "bg30", - "Mac": { - "hoverThumbBorderColor": "accent", - "hoverThumbColor": "accent", - "hoverTrackColor": "bg30", - "thumbBorderColor": "accent70", - "thumbColor": "accent70", - "trackColor": "bg30", - "Transparent": { - "hoverThumbBorderColor": "accent", - "hoverThumbColor": "accent", - "hoverTrackColor": "bg30", - "thumbBorderColor": "accent70", - "thumbColor": "accent70", - "trackColor": "bg30" - } - }, - "thumb": "hl", - "thumbBorderColor": "accent70", - "thumbColor": "accent70", - "Thumb": { - "Hovered.background": "accent", - "NonOpaque.Hovered.background": "accent" - }, - "trackColor": "bg30", - "Transparent": { - "hoverThumbBorderColor": "accent", - "hoverThumbColor": "accent", - "hoverTrackColor": "bg30", - "thumbBorderColor": "accent70", - "thumbColor": "accent70", - "trackColor": "bg30" - } - }, - "SearchEverywhere": { - "Advertiser": { - "background": "bg", - "foreground": "text", - "borderInsets": "10,20,10,20" - }, - "background": "bg", - "Dialog": { - "background": "bg", - "borderColor": "bg", - "foreground": "fg" - }, - "foreground": "fg", - "Header": { - "background": "bg" - }, - "List": { - "Separator.Color": "border", - "Separator.foreground": "text", - "selectionBackground": "selBg", - "separatorColor": "border", - "separatorForeground": "text", - "settingsBackground": "bg" - }, - "SearchField": { - "Border.color": "hl", - "background": "cs", - "borderColor": "hl", - "grayForeground": "dis", - "infoForeground": "dis" - }, - "shortcutForeground": "text", - "Tab": { - "active.background": "hl", - "active.foreground": "activeFg", - "selected.background": "hl", - "selected.foreground": "activeFg", - "selectedBackground": "hl", - "selectedForeground": "activeFg" - } - }, - "SearchMatch": { - "endBackground": "accent", - "endColor": "accent", - "startBackground": "accent", - "startColor": "accent" - }, - "SearchField.errorBackground": "notif", - "SearchFieldWithExtension": { - "background": "cs" - }, - "SearchOption": { - "selectedBackground": "table", - "selectedPressedBackground": "hl", - "selectedHoveredBackground": "hl" - }, - "SearchResults": { - "Ordinal.File.Foreground": "text", - "Repeated.File.Foreground": "fg" - }, - "SegmentedButton": { - "focusedSelectedButtonColor": "hl", - "selectedButtonColor": "button", - "selectedStartBorderColor": "border", - "selectedEndBorderColor": "border" - }, - "Separator": { - "background": "second", - "foreground": "second", - "separatorColor": "border" - }, - "Settings": { - "Spotlight.borderColor": "accent" - }, - "SidePanel": { - "background": "hc" - }, - "Slider": { - "background": "bg", - "buttonBorderColor": "accent", - "buttonColor": "accent", - "foreground": "fg", - "majorTickLength": 6, - "thumb": "accent", - "tickColor": "second", - "track": "table", - "trackColor": "table", - "trackDisabled": "hl", - "trackWidth": 7 - }, - "Space.Review.diffAnchorBackground": "second", - "SpeedSearch": { - "background": "hl", - "borderColor": "border", - "errorForeground": "red", - "foreground": "fg" - }, - "Spinner": { - "background": "bg", - "border": "4,4,4,4", - "disabledBackground": "excl", - "foreground": "fg", - "selectionForeground": "activeFg" - }, - "SplitPane": { - "background": "bg", - "highlight": "hc" - }, - "SplitPaneDivider.draggingColor": "second", - "StateWidget.activeBackground": "button", - "StatusBar": { - "background": "bg", - "Breadcrumbs": { - "floatingBackground": "tree", - "floatingForeground": "fg", - "floatingToolbarInsets": "8,12,8,12", - "foreground": "fg", - "hoverBackground": "tree", - "hoverForeground": "fg", - "itemBackgroundInsets": "2,4,2,4", - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "selectionInactiveBackground": "button", - "selectionInactiveForeground": "fg" - }, - "borderColor": "border", - "bottomColor": "bg", - "hoverBackground": "hl", - "top2Color": "bg", - "topColor": "bg", - "LightEditBackground": "table", - "Widget": { - "foreground": "fg", - "hoverBackground": "hl", - "hoverForeground": "selFg", - "pressedBackground": "button", - "pressedForeground": "fg", - "widgetInsets": "8,12,8,12" - } - }, - "TabbedPane": { - "background": "bg", - "borderColor": "hc", - "contentAreaColor": "hl", - "contentBorderInsets": "3,1,1,1", - "darkShadow": "hc", - "disabledForeground": "dis", - "disabledText": "dis", - "disabledUnderlineColor": "dis", - "focus": "table", - "focusColor": "table", - "fontSizeOffset": 0, - "foreground": "fg", - "highlight": "border", - "hoverColor": "hl", - "labelShift": 0, - "mt.tab.background": "hc", - "selectHighlight": "hl", - "selected": "selBg", - "selectedColor": "accent", - "selectedDisabledColor": "dis", - "selectedForeground": "activeFg", - "selectedLabelShift": 0, - "selectedTabPadInsets": "0,0,0,0", - "shadow": "hc", - "tabHeight": 32, - "tabInsets": "5,10,5,10", - "tabSelectionArc": 4, - "tabSelectionHeight": 2, - "tabsOverlapBorder": true, - "underlineColor": "accent" - }, - "TabbedPane.mt.tab.background": "hc", - "Table": { - "alternativeRowBackground": "cs", - "background": "bg", - "cellNoFocusBorder": "16,4,16,4", - "disabledForeground": "dis", - "dropLineColor": "accent", - "dropLineShortColor": "accent", - "focusCellBackground": "table", - "focusCellForeground": "activeFg", - "focusCellHighlightBorder": "18,6,18,6", - "foreground": "fg", - "gridColor": "bg", - "highlightOuter": "table", - "hoverBackground": "hl", - "hoverInactiveBackground": "table", - "lightSelectionBackground": "table", - "lightSelectionForeground": "activeFg", - "lightSelectionInactiveBackground": "second", - "lightSelectionInactiveForeground": "text", - "rowHeight": 32, - "selectionBackground": "table", - "selectionForeground": "activeFg", - "selectionInactiveBackground": "table", - "selectionInactiveForeground": "selFg", - "sortIconColor": "fg", - "stripeColor": "cs", - "stripedBackground": "cs" - }, - "TableHeader": { - "background": "button", - "bottomSeparatorColor": "border", - "borderColor": "hl", - "cellBorder": "6,0,6,0", - "disabledForeground": "dis", - "focusCellBackground": "table", - "focusCellForeground": "activeFg", - "foreground": "fg", - "height": 32, - "hoverBackground": "hl", - "separatorColor": "border" - }, - "Tag": { - "background": "button", - "borderColor": "button", - "foreground": "fg" - }, - "text": "bg", - "textInactiveText": "text", - "textHighlight": "selBg", - "textHighlightText": "activeFg", - "textText": "text", - "TextArea": { - "background": "cs", - "caretForeground": "accent", - "foreground": "fg", - "inactiveForeground": "dis", - "selectionBackground": "table", - "selectionForeground": "activeFg" - }, - "TextField": { - "background": "cs", - "borderColor": "bg", - "caretForeground": "accent", - "disabledBackground": "excl", - "focusedBorderColor": "bg", - "foreground": "fg", - "hoverBorderColor": "bg", - "inactiveForeground": "dis", - "selectedSeparatorColor": "accent", - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "separatorColor": "hl", - "separatorColorDisabled": "bg" - }, - "TextPane": { - "background": "cs", - "caretForeground": "accent", - "foreground": "fg", - "inactiveForeground": "dis", - "selectionBackground": "table", - "selectionForeground": "activeFg" - }, - "TipOfTheDay": { - "Image.borderColor": "border" - }, - "TitlePane": { - "Button": { - "hoverBackground": "hl", - "preferredSize": "48,40" - }, - "background": "hc", - "inactiveBackground": "bg", - "inactiveInfoForeground": "dis", - "infoForeground": "text" - }, - "TitledBorder.titleColor": "fg", - "ToggleButton": { - "borderColor": "button", - "buttonColor": "button", - "disabledText": "dis", - "foreground": "fg", - "off.background": "bg", - "off.foreground": "bg", - "offBackground": "bg", - "offForeground": "bg", - "on.background": "accent", - "on.foreground": "accent", - "onBackground": "accent", - "onForeground": "accent" - }, - "Toolbar.Floating.background": "button", - "ToolBar": { - "background": "hc", - "borderHandleColor": "text", - "comboBoxButtonBackground": "button", - "floatingForeground": "text", - "foreground": "fg", - "verticalToolbarInsets": "6,6,6,6", - "horizontalToolbarInsets": "6,6,6,6" - }, - "ToolbarComboWidget": { - "background": "button", - "hoverBackground": "hl" - }, - "tooltips": { - "actions.keymap.text.color": "text", - "actions.settings.icon.background.color": "bg", - "description.title.text.color": "fg" - }, - "ToolTip": { - "arc": 6, - "actions": { - "background": "bg" - }, - "Actions": { - "background": "bg", - "grayForeground": "text", - "infoForeground": "text" - }, - "background": "notif", - "borderColor": "border", - "borderCornerRadius": 8, - "foreground": "fg", - "infoForeground": "text", - "linkForeground": "accent", - "Learning": { - "background": "accent", - "borderColor": "accent", - "foreground": "fg", - "spanBackground": "accent50", - "spanForeground": "fg", - "stepNumberForeground": "accent" - }, - "separatorColor": "border", - "shortcutForeground": "text" - }, - "ToolWindow": { - "active": { - "Header.background": "second", - "HeaderTab.background": "cs" - }, - "Background": "bg", - "background": "hc", - "Button": { - "hoverBackground": "table", - "DragAndDrop": { - "stripeBackground": "cs", - "buttonDropBackground": "accent70" - }, - "selectedBackground": "cs", - "selectedForeground": "activeFg" - }, - "header": { - "active.background": "second", - "background": "bg", - "border.background": "second", - "closeButton.background": "bg", - "tab.selected.active.background": "cs", - "tab.selected.background": "cs" - }, - "Header": { - "height": 42, - "background": "second", - "borderColor": "second", - "inactiveBackground": "bg" - }, - "HeaderCloseButton": { - "background": "bg" - }, - "HeaderTab": { - "borderColor": "bg", - "hoverBackground": "hl", - "hoverInactiveBackground": "hl", - "inactiveUnderlineColor": "accent", - "leftRightInsets": "0,12,0,12", - "selectedBackground": "cs", - "selectedInactiveBackground": "cs", - "underlineArc": 4, - "underlineColor": "accent", - "underlineHeight": 3, - "underlinedTabBackground": "table", - "underlinedTabForeground": "selFg", - "underlinedTabInactiveBackground": "hc", - "underlinedTabInactiveForeground": "fg", - "verticalPadding": 6 - }, - "inactive": { - "Header.background": "bg", - "HeaderTab.background": "cs" - } - }, - "Tree": { - "border": "4,12,4,12", - "background": "hc", - "foreground": "text", - "errorForeground": "red", - "hash": "border", - "hoverBackground": "tree", - "hoverInactiveBackground": "table", - "modifiedItemForeground": "accent", - "rowHeight": "28", - "selectionBackground": "tree", - "selectionForeground": "selFg", - "selectionInactiveBackground": "tree", - "selectionInactiveForeground": "selFg", - "textBackground": "hc" - }, - "Tree.leftChildIndent": 10, - "Tree.rightChildIndent": 5, - "UIDesigner": { - "Activity.borderColor": "border", - "Canvas.background": "cs", - "ColorPicker": { - "background": "second", - "foreground": "fg" - }, - "Component": { - "background": "bg", - "borderColor": "border", - "foreground": "fg", - "hoverBorderColor": "hl" - }, - "Connector": { - "borderColor": "border", - "hoverBorderColor": "hl" - }, - "Label.foreground": "text", - "highStroke.foreground": "fg", - "motion": { - "AddConstraintColor": "accent", - "AddConstraintPlus": "accent", - "CSPanel.SelectedBackground": "tree", - "CSPanel.SelectedFocusBackground": "selBg", - "Component.foreground": "fg", - "ConstraintSet.background": "second", - "ConstraintSetText.foreground": "text", - "CursorTextColor.foreground": "fg", - "HoverColor.disabledBackground": "dis", - "Key.selectedForeground": "accent", - "Notification.background": "notif", - "PositionMarkColor": "accent", - "PrimaryPanel.background": "cs", - "SecondaryPanel.background": "bg", - "SecondaryPanel.header.background": "cs", - "SecondaryPanel.header.foreground": "text", - "TimeCursor.End.selectedForeground": "accent", - "TimeCursor.Start.selectedForeground": "accent", - "TimeCursor.selectedForeground": "accent", - "borderColor": "border", - "cs_FocusText.infoForeground": "text", - "graphLine.lineSeparatorColor": "accent", - "motionGraph.background": "bg", - "ourAvg.background": "second", - "ourCS.background": "second", - "ourCS_Border.borderColor": "border", - "ourCS_SelectedBackground.selectionInactiveBackground": "table", - "ourCS_SelectedBorder.pressedBorderColor": "hl", - "ourCS_SelectedFocusBackground.selectionForeground": "selFg", - "ourCS_SelectedFocusBorder.focusedBorderColor": "accent", - "ourCS_TextColor.foreground": "text", - "ourML_BarColor.separatorColor": "border", - "timeLine.disabledBorderColor": "border" - }, - "PackageDetails": { - "border": "accent", - "infoBanner": "accent" - }, - "PackageSearch": { - "PackagesList.rowHeight": 28, - "PackageTag": { - "background": "excl", - "foreground": "fg", - "hoverBackground": "tree", - "selectedBackground": "selBg", - "selectedForeground": "selFg" - }, - "PackageTagSelected": { - "background": "selBg", - "foreground": "selFg" - }, - "SearchResult": { - "background": "cs", - "hoverBackground": "tree", - "PackageTag": { - "background": "excl", - "foreground": "fg", - "hoverBackground": "tree", - "selectedBackground": "selBg", - "selectedForeground": "selFg" - } - } - }, - "Panel": { - "background": "bg", - "borderColor": "border", - "graphLabel": "text", - "graphLines": "hl", - "lines3d": "accent", - "secondaryGraphLines": "border" - }, - "percent.foreground": "fg", - "Placeholder": { - "background": "bg", - "borderColor": "border", - "foreground": "fg", - "selectedForeground": "selFg" - }, - "Preview.background": "bg", - "stroke.acceleratorForeground": "text" - }, - "ValidationTooltip": { - "errorBackground": "notif", - "errorBorderColor": "notif", - "warningBackground": "notif", - "warningBorderColor": "notif" - }, - "VersionControl": { - "FileHistory.Commit": { - "otherBranchBackground": "excl", - "selectedBranchBackground": "bg" - }, - "GitCommits": { - "graphColor": "hl" - }, - "GitLog": { - "localBranchIconColor": "accent", - "otherIconColor": "text", - "remoteBranchIconColor": "fg", - "tagIconColor": "text" - }, - "HgLog": { - "bookmarkIconColor": "activeFg", - "branchIconColor": "accent", - "closedBranchIconColor": "dis", - "localTagIconColor": "text", - "mqTagIconColor": "text", - "tagIconColor": "text", - "tipIconColor": "text" - }, - "Log": { - "Commit": { - "currentBranchBackground": "cs", - "hoveredBackground": "tree", - "rowHeight": 28, - "unmatchedForeground": "text" - } - }, - "MarkerPopup": { - "borderColor": "border", - "borderInsets": "6,8,6,10", - "Toolbar.background": "hl" - }, - "Ref": { - "backgroundBase": "hl", - "foreground": "activeFg" - }, - "RefLabel": { - "backgroundBase": "hl", - "foreground": "activeFg" - } - }, - "UnattendedHostStatus": { - "warningBackground": "yellow", - "warningForeground": "activeFg", - "dangerBackground": "red" - }, - "Viewport": { - "background": "hc", - "foreground": "fg" - }, - "WelcomeScreen": { - "AssociatedComponent.background": "bg", - "Details.background": "bg", - "List": { - "background": "hc", - "selectionBackground": "selBg", - "selectionInactiveBackground": "hl" - }, - "SidePanel.background": "second", - "background": "bg", - "borderColor": "bg", - "captionBackground": "cs", - "captionForeground": "fg", - "footerBackground": "cs", - "footerForeground": "fg", - "groupIconBorderColor": "button", - "headerBackground": "bg", - "headerForeground": "fg", - "separatorColor": "border", - "Projects": { - "actions.background": "cs", - "actions.selectionBackground": "hl", - "background": "second", - "selectionBackground": "selBg", - "selectionInactiveBackground": "selBg" - } - }, - "Window.border": "border", - "window": "hc", - "windowBorder": "border", - "windowText": "text" - }, - "icons": { - "ColorPalette": { - "#43494A": "cs", - "#6B6B6B": "text", - "#A7A7A7": "bg", - "#3D6185": "accent", - "#466D94": "accent", - "#3C3F41": "bg", - "#545556": "dis", - "#606060": "dis", - "#9AA7B0": "fg", - "#675133": "accent", - "Actions.Blue": "blue", - "Actions.Green": "green", - "Actions.Grey": "text", - "Actions.GreyInline": "gray", - "Actions.GreyInline.Dark": "fg", - "Actions.Red": "red", - "Actions.Yellow": "yellow", - "Checkbox.Background.Default": "cs", - "Checkbox.Background.Default.Dark": "cs", - "Checkbox.Background.Disabled": "excl", - "Checkbox.Background.Disabled.Dark": "excl", - "Checkbox.Background.Selected": "accent", - "Checkbox.Background.Selected.Dark": "hc", - "Checkbox.Border.Default": "hl", - "Checkbox.Border.Default.Dark": "hl", - "Checkbox.Border.Disabled": "dis", - "Checkbox.Border.Disabled.Dark": "dis", - "Checkbox.Border.Selected": "accent", - "Checkbox.Border.Selected.Dark": "hl", - "Checkbox.Focus.Thin.Default": "accent", - "Checkbox.Focus.Thin.Default.Dark": "accent", - "Checkbox.Focus.Thin.Selected": "fg", - "Checkbox.Focus.Thin.Selected.Dark": "fg", - "Checkbox.Focus.Wide": "accent", - "Checkbox.Focus.Wide.Dark": "accent", - "Checkbox.Foreground.Disabled": "dis", - "Checkbox.Foreground.Disabled.Dark": "dis", - "Checkbox.Foreground.Selected": "hc", - "Checkbox.Foreground.Selected.Dark": "accent", - "Objects.BlackText": "fg", - "Objects.Blue": "blue", - "Objects.Green": "green", - "Objects.GreenAndroid": "green", - "Objects.Grey": "gray", - "Objects.Pink": "purple", - "Objects.Purple": "purple", - "Objects.Red": "red", - "Objects.RedStatus": "red", - "Objects.Yellow": "yellow", - "Objects.YellowDark": "orange", - "Tree.iconColor": "text", - "Tree.iconColor.Dark": "text" - } - } -} 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 deleted file mode 100644 index 68950a24..00000000 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Deep Ocean Contrast.theme.json +++ /dev/null @@ -1,1778 +0,0 @@ -{ - "name": "Material Deep Ocean Contrast", - "dark": true, - "author": "Mallowigi", - "colors": { - "bg": "#0F111A", - "bg30": "#0F111A30", - "fg": "#8F93A2", - "text": "#4B526D", - "selBg": "#222533", - "selBg20": "#22253320", - "selFg": "#FFFFFF", - "activeFg": "#FFFFFF", - "border": "#0F111A", - "excl": "#292D3E", - "second": "#181A1F", - "dis": "#464B5D", - "accent": "#84ffff", - "accent2": "#84ffff2", - "accent50": "#84ffff50", - "accent70": "#84ffff70", - "cs": "#090B10", - "button": "#191A21", - "table": "#1A1C25", - "tree": "#212639", - "hl": "#1F2233", - "notif": "#090B10", - "hc": "#090B10", - "shadow": "undefined", - "white": "#eeffff", - "blue": "#82aaff", - "red": "#f07178", - "yellow": "#ffcb6b", - "green": "#c3e88d", - "gray": "#717CB4", - "purple": "#c792ea", - "orange": "#f78c6c" - }, - "editorScheme": "colors/Material Deep Ocean.xml", - "ui": { - "*": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "text", - "background": "bg", - "borderColor": "border", - "disabledBackground": "excl", - "disabledBorderColor": "button", - "disabledForeground": "dis", - "disabledText": "dis", - "focusColor": "hl", - "focusedBorderColor": "accent", - "foreground": "fg", - "hoverBorderColor": "hl", - "inactiveBackground": "excl", - "inactiveForeground": "text", - "infoForeground": "text", - "lineSeparatorColor": "hl", - "pressedBorderColor": "hl", - "selectionBackground": "selBg", - "selectionBackgroundInactive": "second", - "selectionForeground": "selFg", - "selectionInactiveBackground": "second", - "separatorColor": "border" - }, - "activeCaption": "bg", - "activeCaptionBorder": "bg", - "activeCaptionText": "fg", - "ActionButton": { - "focusedBorderColor": "accent50", - "hoverBackground": "accent50", - "hoverBorderColor": "accent50", - "hoverSeparatorColor": "button", - "pressedBackground": "accent50", - "pressedBorderColor": "accent50" - }, - "ActionsList": { - "icon.gap": 12, - "mnemonic.icon.gap": 12 - }, - "ActionToolbar": { - "background": "hc" - }, - "AppInspector.GraphNode": { - "background": "second", - "borderColor": "border", - "focusedBorderColor": "accent" - }, - "AssignedMnemonic": { - "background": "hl", - "borderColor": "selBg", - "foreground": "activeFg" - }, - "Autocomplete": { - "selectionBackground": "selBg", - "selectionUnfocus": "hl" - }, - "AvailableMnemonic": { - "background": "button", - "borderColor": "button", - "foreground": "fg" - }, - "BigSpinner.background": "bg", - "Bookmark": { - "iconBackground": "accent", - "Mnemonic": { - "iconBackground": "hl", - "iconBorderColor": "hl", - "iconForeground": "fg" - } - }, - "BookmarkMnemonicAssigned": { - "background": "hl", - "borderColor": "selBg", - "foreground": "selFg" - }, - "BookmarkMnemonicAvailable": { - "background": "button", - "borderColor": "button", - "foreground": "fg" - }, - "BookmarkMnemonicCurrent": { - "background": "accent", - "borderColor": "accent", - "foreground": "selFg" - }, - "BookmarkMnemonicIcon": { - "background": "hl", - "borderColor": "hl", - "foreground": "fg" - }, - "BookmarkIcon.background": "accent", - "Borders.ContrastBorderColor": "bg", - "Borders.color": "border", - "Breakpoint.iconHoverAlpha": 0.35, - "Button": { - "arc": 8, - "background": "bg", - "darcula": { - "borderColor": "button", - "defaultBorderColor": "button", - "defaultEndColor": "button", - "defaultFocusedBorderColor": "table", - "defaultOutlineColor": "button", - "defaultStartColor": "button", - "disabledBorderColor": "button", - "disabledOutlineColor": "border", - "disabledText.shadow": "bg", - "endColor": "button", - "focusedBorderColor": "table", - "outlineColor": "button", - "selectedButtonForeground": "selFg", - "selection.color1": "table", - "selection.color2": "table", - "shadowColor": "shadow", - "smallComboButtonBackground": "button", - "startColor": "button" - }, - "default": { - "borderColor": "button", - "endBackground": "table", - "endBorderColor": "table", - "focusColor": "accent", - "focusedBorderColor": "accent", - "foreground": "selFg", - "shadowColor": "shadow", - "startBackground": "table", - "startBorderColor": "table" - }, - "disabledBackground": "excl", - "disabledBorderColor": "border", - "disabledText": "dis", - "endBackground": "table", - "endBorderColor": "button", - "focus": "hl", - "focusedBorderColor": "accent", - "foreground": "text", - "highlight": "selFg", - "mt.background": "button", - "mt.color1": "button", - "mt.color2": "button", - "mt.foreground": "text", - "mt.selectedForeground": "selFg", - "mt.selection.color1": "table", - "mt.selection.color2": "table", - "select": "button", - "shadowColor": "shadow", - "shadowWidth": 0, - "startBackground": "table", - "startBorderColor": "button", - "ToolWindow": { - "arc": 40 - } - }, - "Canvas": { - "Tooltip.background": "notif", - "Tooltip.borderColor": "border" - }, - "CheckBox": { - "background": "bg", - "background.selected": "accent", - "borderColor": "bg", - "borderColor.selected": "accent", - "checkSignColor": "bg", - "checkSignColor.selected": "bg", - "checkSignColorDisabled": "bg", - "checkSignColorDisabled.selected": "bg", - "darcula": { - "borderColor1": "fg", - "checkSignColorDisabled": "dis", - "disabledBorderColor1": "dis", - "disabledBorderColor2": "dis", - "inactiveFillColor": "hl" - }, - "disabledBorderColor": "bg", - "disabledBorderColor.selected": "accent", - "disabledText": "dis", - "focused.background": "bg", - "focused.background.selected": "accent", - "focusedArmed.background": "bg", - "focusedArmed.background.selected": "accent", - "foreground": "fg", - "inactiveFillColor": "bg", - "inactiveFillColor.selected": "accent", - "select": "accent", - "shadowColor": "bg", - "shadowColorDisabled": "bg" - }, - "Checkbox": { - "Background.Default": "bg", - "Background.Default.Dark": "bg", - "Background.Disabled": "second", - "Background.Disabled.Dark": "second", - "Background.Selected": "accent", - "Background.Selected.Dark": "accent", - "Border.Default": "hl", - "Border.Default.Dark": "hl", - "Border.Disabled": "second", - "Border.Disabled.Dark": "second", - "Border.Selected": "accent", - "Border.Selected.Dark": "accent", - "Focus.Thin.Default": "bg", - "Focus.Thin.Default.Dark": "bg", - "Focus.Wide.Default": "bg", - "Focus.Wide.Default.Dark": "bg", - "Focus.Thin.Selected": "accent", - "Focus.Thin.Selected.Dark": "accent", - "Focus.Wide.Selected": "accent", - "Focus.Wide.Selected.Dark": "accent" - }, - "CheckBoxMenuItem": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "text", - "background": "bg", - "disabledBackground": "bg", - "disabledForeground": "dis", - "foreground": "fg", - "selectionBackground": "selBg", - "selectionForeground": "activeFg" - }, - "CodeWithMe": { - "Avatar.foreground": "fg", - "AccessDisabled.accessDot": "dis", - "AccessEnabled": { - "accessDot": "accent", - "dropdownBorder": "second", - "pillBackground": "second" - }, - "Users": { - "1": { - "Background": "green", - "Foreground": "fg" - }, - "2": { - "Background": "blue", - "Foreground": "fg" - }, - "3": { - "Background": "red", - "Foreground": "fg" - }, - "4": { - "Background": "purple", - "Foreground": "fg" - }, - "5": { - "Background": "yellow", - "Foreground": "fg" - }, - "6": { - "Background": "orange", - "Foreground": "fg" - } - } - }, - "ColorChooser": { - "background": "bg", - "foreground": "fg", - "swatchesDefaultRecentColor": "fg" - }, - "ComboBoxButton.background": "button", - "ComboBox": { - "ArrowButton": { - "background": "button", - "disabledIconColor": "dis", - "iconColor": "fg", - "nonEditableBackground": "hc" - }, - "PopupBackground": "cs", - "arrowFillColor": "hc", - "background": "hc", - "buttonBackground": "button", - "darcula": { - "arrowButtonBackground": "hc", - "arrowButtonDisabledForeground": "dis", - "arrowButtonForeground": "fg", - "disabledArrowButtonBackground": "excl", - "editable.arrowButtonBackground": "hc", - "hoveredArrowButtonForeground": "accent", - "nonEditableBackground": "bg" - }, - "disabledBackground": "excl", - "disabledForeground": "dis", - "foreground": "fg", - "modifiedItemForeground": "accent", - "nonEditableBackground": "bg", - "padding": "5,5,5,5", - "selectionBackground": "table", - "selectionForeground": "activeFg" - }, - "ComboPopup.border": "1,1,1,1,#84ffff", - "CompletionPopup": { - "Advertiser": { - "background": "bg", - "foreground": "fg", - "borderInsets": "8,12,8,12" - }, - "background": "second", - "foreground": "fg", - "grayForeground": "text", - "grayedForeground": "text", - "infoForeground": "text", - "matchForeground": "accent", - "matchSelectedForeground": "accent", - "matchSelectionForeground": "accent", - "nonFocusedState": "false", - "selectedForeground": "selFg", - "selectedGrayedForeground": "selFg", - "selectionBackground": "cs", - "selectionForeground": "selFg", - "selectionGrayForeground": "selFg", - "selectionInactiveBackground": "hl", - "selectionInactiveForeground": "text", - "selectionInactiveInfoForeground": "text", - "selectionInfoForeground": "selFg" - }, - "ComplexPopup": { - "Header.background": "notif" - }, - "Component": { - "arc": 4, - "focusWidth": 2, - "borderColor": "hl", - "disabledBorderColor": "dis", - "focusColor": "accent", - "focusedBorderColor": "accent", - "hoverIconColor": "accent", - "iconColor": "text", - "grayForeground": "text", - "infoForeground": "text" - }, - "Content": { - "background": "cs", - "selectionBackground": "selBg", - "selectionInactiveBackground": "fg" - }, - "control": "button", - "controlLtHighlight": "selFg", - "controlText": "text", - "controlHighlight": "hl", - "controlShadow": "excl", - "controlDkShadow": "excl", - "Counter": { - "background": "accent", - "foreground": "selFg" - }, - "CurrentMnemonic": { - "background": "accent", - "borderColor": "accent", - "foreground": "selFg" - }, - "darcula": { - "background": "bg", - "foreground": "fg", - "primary": "bg" - }, - "desktop": "hc", - "Debugger": { - "EvaluateExpression.background": "bg", - "Variables": { - "changedValueForeground": "accent", - "collectingDataForeground": "text", - "errorMessageForeground": "red", - "evaluatingExpressionForeground": "text", - "exceptionForeground": "yellow", - "modifyingValueForeground": "accent", - "valueForeground": "accent", - "typeForeground": "text" - } - }, - "DebuggerTabs": { - "active.background": "hl", - "selectedBackground": "hl", - "underlinedTabBackground": "table", - "underlineHeight": 2 - }, - "DebuggerPopup": { - "borderColor": "bg" - }, - "DefaultTabs": { - "background": "bg", - "borderColor": "bg", - "hoverBackground": "table", - "hoverColor": "hl", - "hoverMaskColor": "hl", - "inactiveColoredFileBackground": "button", - "inactiveColoredTabBackground": "bg", - "inactiveMaskColor": "hc", - "inactiveUnderlineColor": "accent", - "underlineColor": "accent", - "underlineHeight": 3, - "underlinedTabBackground": "table", - "underlinedTabForeground": "selFg" - }, - "Desktop.background": "bg", - "Dialog": { - "titleColor": "bg" - }, - "DialogWrapper": { - "southPanelBackground": "bg", - "southPanelDivider": "bg" - }, - "DragAndDrop": { - "areaBackground": "tree", - "areaBorderColor": "bg", - "areaForeground": "fg", - "backgroundBorderColor": "bg", - "backgroundColor": "bg", - "borderColor": "accent", - "foregroundColor": "fg", - "rowBackground": "accent70" - }, - "dropArea.base": "accent", - "Editor": { - "background": "hc", - "foreground": "fg", - "shortcutForeground": "text", - "SearchField": { - "background": "cs", - "borderInsets": "8,12,8,12" - }, - "Toolbar": { - "borderColor": "border" - } - }, - "EditorGroupsTabs": { - "background": "bg", - "borderColor": "second", - "hoverBackground": "hl", - "hoverColor": "hl", - "inactiveUnderlineColor": "accent", - "underlineColor": "accent", - "underlinedTabBackground": "table", - "underlinedTabForeground": "fg" - }, - "EditorPane": { - "background": "hc", - "caretForeground": "accent", - "foreground": "fg", - "inactiveBackground": "bg", - "inactiveForeground": "dis", - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "splitBorder": "border" - }, - "EditorTabs": { - "active.background": "table", - "active.foreground": "fg", - "active.underlineColor": "accent", - "background": "bg", - "borderColor": "second", - "foreground": "fg", - "hoverBackground": "hl", - "hoverColor": "hl", - "hoverMaskColor": "hl", - "inactive.maskColor": "bg", - "inactiveColoredFileBackground": "bg", - "inactiveMaskColor": "bg", - "inactiveUnderlineColor": "dis", - "selectedBackground": "table", - "selectedForeground": "fg", - "tabInsets": "-10,10,-10,10", - "underlineColor": "accent", - "underlineHeight": 3, - "underlineArc": 4, - "underlinedTabBackground": "table", - "underlinedTabForeground": "selFg" - }, - "FileColor": { - "Blue": "#004BA0", - "Green": "#387002", - "Orange": "#B53D00", - "Rose": "#A00037", - "Violet": "#4D2C91", - "Yellow": "excl", - "Gray": "excl", - "excluded": "excl" - }, - "FlameGraph": { - "JVMBackground": "#89DDF7", - "JVMFocusBackground": "#82AAFF", - "JVMFocusSearchNotMatchedBackground": "#AB7967", - "JVMSearchNotMatchedBackground": "#FF5370", - "nativeBackground": "#FFCB6B", - "nativeFocusBackground": "#F78C6C", - "nativeFocusSearchNotMatchedBackground": "#BB80B3", - "nativeSearchNotMatchedBackground": "#C792EA" - }, - "Focus": { - "Color": "accent50", - "borderColor": "accent50", - "color": "accent50", - "defaultButtonBorderColor": "accent" - }, - "FormattedTextField": { - "background": "cs", - "caretForeground": "accent", - "foreground": "fg", - "inactiveBackground": "button", - "inactiveForeground": "dis", - "selectionBackground": "selBg", - "selectionForeground": "activeFg" - }, - "Git.Log.Ref": { - "LocalBranch": "accent", - "Other": "text", - "RemoteBranch": "fg", - "Tag": "text" - }, - "Github.List.tallRow": { - "foreground": "fg", - "secondary.foreground": "text", - "selectionBackground": "selBg", - "selectionBackground.unfocused": "hl", - "selectionForeground": "selFg", - "selectionForeground.unfocused": "selFg" - }, - "GotItTooltip": { - "background": "notif", - "borderColor": "notif", - "endBackground": "button", - "endBorderColor": "button", - "foreground": "fg", - "linkForeground": "accent", - "shortcutForeground": "text", - "startBackground": "button", - "startBorderColor": "button" - }, - "Group": { - "disabledSeparatorColor": "border", - "separatorColor": "border" - }, - "Gutter": { - "VcsChanges.width": 4 - }, - "GutterTooltip": { - "borderColor": "bg", - "infoForeground": "text", - "lineSeparatorColor": "bg" - }, - "HeaderColor": { - "active": "bg", - "inactive": "cs" - }, - "HelpTooltip": { - "background": "bg", - "backgroundColor": "bg", - "borderColor": "border", - "defaultTextBorderInsets": "16,16,16,16", - "foreground": "fg", - "infoForeground": "text", - "shortcutForeground": "text", - "shortcutTextColor": "text", - "smallTextBorderInsets": "8,12,8,12", - "textColor": "fg", - "verticalGap": 8 - }, - "Hg.Log.Ref": { - "Branch": "accent", - "ClosedBranch": "fg", - "LocalTag": "text", - "MqTag": "text", - "Tag": "text" - }, - "Hyperlink.linkColor": "accent", - "IconBadge": { - "infoBackground": "accent" - }, - "IdeStatusBar.border": "4,4,4,4", - "InformationHint.borderColor": "border", - "inactiveCaption": "second", - "inactiveCaptionBorder": "bg", - "inactiveCaptionText": "text", - "info": "text", - "infoPanelForeground": "text", - "infoText": "text", - "InplaceRefactoringPopup": { - "background": "bg", - "borderColor": "bg" - }, - "intellijlaf": { - "background": "bg", - "foreground": "fg" - }, - "InternalFrame": { - "activeTitleForeground": "fg", - "background": "bg", - "inactiveTitleBackground": "bg", - "inactiveTitleForeground": "text" - }, - "Label": { - "background": "bg", - "disabledForeground": "dis", - "disabledForegroundColor": "dis", - "disabledShadow": "dis", - "disabledText": "dis", - "errorForeground": "accent", - "foreground": "fg", - "grayForeground": "text", - "infoForeground": "text", - "selectedDisabledForeground": "fg", - "selectedForeground": "activeFg", - "textForeground": "text" - }, - "Lesson": { - "Badge": { - "newLessonBackground": "accent", - "newLessonForeground": "selFg" - }, - "shortcutBackground": "second", - "stepNumberForeground": "text", - "Tooltip": { - "background": "notif", - "borderColor": "notif", - "foreground": "fg", - "spanBackground": "button", - "spanForeground": "fg", - "stepNumberForeground": "text" - } - }, - "link": "accent", - "Link": { - "activeForeground": "accent", - "focusedBorderColor": "accent", - "hoverForeground": "accent", - "pressedForeground": "accent", - "secondaryForeground": "text", - "visitedForeground": "accent" - }, - "link.foreground": "accent", - "link.hover.foreground": "accent", - "link.pressed.foreground": "accent", - "link.visited.foreground": "accent", - "List": { - "background": "bg", - "Button": { - "hoverBackground": "hl", - "leftRightInset": 8, - "separatorColor": "border", - "separatorInset": 4 - }, - "foreground": "fg", - "hoverBackground": "hl", - "hoverInactiveBackground": "table", - "Line.hoverBackground": "selBg", - "rowHeight": "28", - "selectionBackground": "tree", - "selectionForeground": "selFg", - "selectionInactiveBackground": "table", - "selectionInactiveForeground": "activeFg", - "Tag": { - "background": "button", - "foreground": "fg" - } - }, - "LiveIndicator": { - "color": "accent" - }, - "macOSWindow.Title": { - "height": 30, - "heightSmall": 20 - }, - "MainMenu": { - "background": "hc", - "foreground": "fg", - "selectionForeground": "activeFg", - "selectionBackground": "selBg" - }, - "MainToolbar": { - "background": "bg", - "Button": { - "buttonInsets": "0,0,0,0" - }, - "Dropdown": { - "borderInsets": "6,12,6,12", - "background": "bg", - "foreground": "fg", - "hoverBackground": "hl", - "pressedBackground": "table" - }, - "hoverBackground": "hl", - "Icon": { - "borderInsets": "10,10,10,10", - "background": "bg", - "hoverBackground": "hl", - "pressedBackground": "table" - }, - "inactiveBackground": "bg", - "pressedBackground": "table", - "separatorColor": "border" - }, - "material": { - "background": "bg", - "branchColor": "fg", - "contrast": "cs", - "foreground": "fg", - "mergeCommits": "button", - "primaryColor": "text", - "selectionBackground": "selBg", - "selectionForeground": "selFg", - "tab.backgroundColor": "bg", - "tab.borderColor": "accent", - "tagColor": "text" - }, - "MemoryIndicator": { - "allocatedBackground": "second", - "unusedColor": "second", - "usedBackground": "hl", - "usedColor": "hl" - }, - "menu": "bg", - "menuText": "fg", - "Menu": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "activeFg", - "background": "bg", - "border": "8,8,8,8", - "borderColor": "second", - "disabledBackground": "second", - "disabledForeground": "dis", - "foreground": "fg", - "Selection": { - "arc": 8, - "innerInsets": "8,2,8,2" - }, - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "separatorColor": "border" - }, - "MenuBar": { - "background": "hc", - "borderColor": "bg", - "disabledBackground": "bg", - "disabledForeground": "dis", - "foreground": "fg", - "highlight": "bg", - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "shadow": "hc" - }, - "MenuItem": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "activeFg", - "background": "bg", - "border": "8,8,8,8", - "disabledBackground": "bg", - "disabledForeground": "dis", - "foreground": "fg", - "selectionBackground": "selBg", - "selectionForeground": "activeFg" - }, - "MlModelBinding.Viewer.CodeEditor.background": "bg", - "MnemonicIcon": { - "background": "hl", - "borderColor": "hl", - "foreground": "fg" - }, - "NavBar": { - "arrowColor": "fg", - "borderColor": "bg", - "selectedColor": "accent" - }, - "NewClass": { - "Panel": { - "background": "bg" - }, - "SearchField": { - "background": "cs" - }, - "separatorWidth": 6 - }, - "NewPSD.warning": "accent", - "Notification": { - "arc": 16, - "Error.foreground": "accent", - "Link.foreground": "accent", - "background": "notif", - "borderColor": "notif", - "errorBackground": "notif", - "errorBorderColor": "notif", - "errorForeground": "accent", - "foreground": "fg", - "linkForeground": "accent", - "MoreButton": { - "background": "button", - "foreground": "fg", - "innerBorderColor": "button" - }, - "ToolWindow": { - "Button.DragAndDrop": { - "buttonFloatingBackground": "button", - "stripeBackground": "bg" - }, - "errorBackground": "notifError", - "errorBorderColor": "notifError", - "errorForeground": "fg", - "infoBackground": "notif", - "infoBorderColor": "notif", - "infoForeground": "fg", - "informativeBackground": "notif", - "informativeBorderColor": "notif", - "informativeForeground": "fg", - "warningBackground": "notifWarn", - "warningBorderColor": "notifWarn", - "warningForeground": "fg" - }, - "ToolWindowError": { - "foreground": "fg", - "background": "notifError" - }, - "ToolWindowInfo": { - "foreground": "fg", - "background": "notif", - "borderColor": "notif" - }, - "ToolWindowWarning": { - "foreground": "fg", - "background": "notifWarn" - } - }, - "Notifications": { - "background": "notif", - "borderColor": "notif" - }, - "NotificationsToolwindow": { - "Notification.hoverBackground": "tree", - "newNotification.background": "notif", - "newNotification.hoverBackground": "tree" - }, - "OnePixelDivider.background": "border", - "OptionPane": { - "background": "bg", - "foreground": "fg", - "messageForeground": "fg" - }, - "OptionButton": { - "default.separatorColor": "table", - "separatorColor": "button" - }, - "Outline": { - "color": "button", - "disabledColor": "dis", - "focusedColor": "accent" - }, - "Panel": { - "background": "bg", - "foreground": "fg", - "mouseShortcutBackground": "bg" - }, - "ParameterInfo": { - "ContextHelp.foreground": "text", - "background": "second", - "borderColor": "table", - "currentOverloadBackground": "hl", - "currentParameterForeground": "accent", - "disabledColor": "dis", - "disabledForeground": "dis", - "foreground": "fg", - "highlightedColor": "accent", - "infoForeground": "text", - "lineSeparatorColor": "table" - }, - "PasswordField": { - "background": "cs", - "capsLockIconColor": "accent", - "caretForeground": "accent", - "foreground": "fg", - "inactiveForeground": "dis", - "selectionBackground": "table", - "selectionForeground": "activeFg" - }, - "Plugins": { - "background": "bg", - "borderColor": "border", - "disabledForeground": "dis", - "eapTagBackground": "hl", - "hoverBackground": "hl", - "lightSelectionBackground": "table", - "paidTagBackground": "hl", - "selectionBackground": "selBg", - "selectionForeground": "selFg", - "tagBackground": "hl", - "tagForeground": "accent", - "trialTagBackground": "hl", - "Button": { - "installBackground": "button", - "installBorderColor": "button", - "installFillBackground": "button", - "installFillForeground": "dis", - "installFocusedBackground": "hl", - "installForeground": "fg", - "updateBackground": "accent", - "updateBorderColor": "button", - "updateForeground": "fg" - }, - "ScreenshotPagination": { - "CurrentImage.fillColor": "accent" - }, - "SearchField": { - "background": "cs", - "borderColor": "border" - }, - "SectionHeader": { - "background": "second", - "foreground": "fg" - }, - "Tab": { - "active.background": "table", - "active.foreground": "activeFg", - "hover.background": "table", - "hoverBackground": "table", - "selectedBackground": "table", - "selectedForeground": "selFg" - } - }, - "Popup": { - "Advertiser": { - "borderInsets": "6,20,6,20", - "background": "bg", - "borderColor": "bg", - "foreground": "accent" - }, - "Body": { - "bottomInsetNoAd": 8, - "bottomInsetBeforeAd": 8, - "topInsetNoHeader": 8 - }, - "Border": { - "color": "cs", - "inactiveColor": "bg" - }, - "background": "notif", - "borderColor": "cs", - "borderWidth": 0, - "inactiveBorderColor": "bg", - "innerBorderColor": "second", - "Header": { - "activeBackground": "bg", - "inactiveBackground": "cs", - "inactiveForeground": "text" - }, - "paintBorder": false, - "preferences": { - "background": "bg", - "borderColor": "bg", - "foreground": "fg" - }, - "Selection.arc": 8, - "Selection.leftRightInset": 8, - "Separator": { - "foreground": "fg", - "color": "border" - }, - "separatorColor": "second", - "separatorForeground": "fg", - "Toolbar": { - "Border.color": "cs", - "Floating.background": "cs", - "background": "cs", - "borderColor": "cs" - } - }, - "PopupMenu": { - "background": "bg", - "borderWidth": 1, - "border": "8,8,8,8", - "borderCornerRadius": 8, - "foreground": "fg", - "Selection": { - "arc": 8, - "innerInsets": "8,2,8,2" - }, - "selectionBackground": "selBg", - "translucentBackground": "bg" - }, - "PopupMenuSeparator": { - "height": 10, - "stripeWidth": 2, - "stripeIndent": 5, - "withToEdge": 4, - "borderCornerRadius": 8 - }, - "ProgressBar": { - "background": "bg", - "foreground": "accent", - "halfColor": "hl", - "indeterminateEndColor": "accent", - "indeterminateStartColor": "accent", - "progressColor": "accent", - "selectionBackground": "hl", - "trackColor": "hl" - }, - "ProgressIcon": { - "color": "accent" - }, - "PsiViewer": { - "referenceHighlightColor": "accent" - }, - "RadioButton": { - "background": "bg", - "darcula": { - "borderColor1": "fg", - "selectionDisabledColor": "bg", - "selectionDisabledShadowColor": "accent", - "selectionEnabledColor": "accent", - "selectionEnabledShadowColor": "accent" - }, - "disabledText": "dis", - "focusColor": "accent", - "foreground": "fg", - "selectionDisabledColor": "bg", - "selectionDisabledShadowColor": "accent", - "selectionEnabledColor": "accent", - "selectionEnabledShadowColor": "accent" - }, - "RadioButtonMenuItem": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "text", - "background": "bg", - "disabledBackground": "bg", - "disabledForeground": "dis", - "foreground": "fg", - "selectionBackground": "selBg", - "selectionForeground": "selFg" - }, - "ReviewList": { - "state.background": "second", - "state.foreground": "fg" - }, - "RunWidget": { - "background": "button", - "Debug.activeBackground": "hl", - "foreground": "fg", - "hoverBackground": "table", - "pressedBackground": "hl", - "Profile.activeBackground": "hl", - "runningBackground": "hl", - "runningForeground": "selFg", - "Run.activeBackground": "hl", - "Running": { - "background": "hl", - "foreground": "selFg", - "leftHoverBackground": "hl", - "leftPressedBackground": "hl" - }, - "separatorColor": "border" - }, - "ScreenView.borderColor": "border", - "scrollbar": "bg", - "ScrollBar": { - "background": "bg", - "hoverThumbBorderColor": "accent", - "hoverThumbColor": "accent", - "hoverTrackColor": "bg30", - "Mac": { - "hoverThumbBorderColor": "accent", - "hoverThumbColor": "accent", - "hoverTrackColor": "bg30", - "thumbBorderColor": "accent70", - "thumbColor": "accent70", - "trackColor": "bg30", - "Transparent": { - "hoverThumbBorderColor": "accent", - "hoverThumbColor": "accent", - "hoverTrackColor": "bg30", - "thumbBorderColor": "accent70", - "thumbColor": "accent70", - "trackColor": "bg30" - } - }, - "thumb": "hl", - "thumbBorderColor": "accent70", - "thumbColor": "accent70", - "Thumb": { - "Hovered.background": "accent", - "NonOpaque.Hovered.background": "accent" - }, - "trackColor": "bg30", - "Transparent": { - "hoverThumbBorderColor": "accent", - "hoverThumbColor": "accent", - "hoverTrackColor": "bg30", - "thumbBorderColor": "accent70", - "thumbColor": "accent70", - "trackColor": "bg30" - } - }, - "SearchEverywhere": { - "Advertiser": { - "background": "bg", - "foreground": "text", - "borderInsets": "10,20,10,20" - }, - "background": "bg", - "Dialog": { - "background": "bg", - "borderColor": "bg", - "foreground": "fg" - }, - "foreground": "fg", - "Header": { - "background": "bg" - }, - "List": { - "Separator.Color": "border", - "Separator.foreground": "text", - "selectionBackground": "selBg", - "separatorColor": "border", - "separatorForeground": "text", - "settingsBackground": "bg" - }, - "SearchField": { - "Border.color": "hl", - "background": "cs", - "borderColor": "hl", - "grayForeground": "dis", - "infoForeground": "dis" - }, - "shortcutForeground": "text", - "Tab": { - "active.background": "hl", - "active.foreground": "activeFg", - "selected.background": "hl", - "selected.foreground": "activeFg", - "selectedBackground": "hl", - "selectedForeground": "activeFg" - } - }, - "SearchMatch": { - "endBackground": "accent", - "endColor": "accent", - "startBackground": "accent", - "startColor": "accent" - }, - "SearchField.errorBackground": "notif", - "SearchFieldWithExtension": { - "background": "cs" - }, - "SearchOption": { - "selectedBackground": "table", - "selectedPressedBackground": "hl", - "selectedHoveredBackground": "hl" - }, - "SearchResults": { - "Ordinal.File.Foreground": "text", - "Repeated.File.Foreground": "fg" - }, - "SegmentedButton": { - "focusedSelectedButtonColor": "hl", - "selectedButtonColor": "button", - "selectedStartBorderColor": "border", - "selectedEndBorderColor": "border" - }, - "Separator": { - "background": "second", - "foreground": "second", - "separatorColor": "border" - }, - "Settings": { - "Spotlight.borderColor": "accent" - }, - "SidePanel": { - "background": "hc" - }, - "Slider": { - "background": "bg", - "buttonBorderColor": "accent", - "buttonColor": "accent", - "foreground": "fg", - "majorTickLength": 6, - "thumb": "accent", - "tickColor": "second", - "track": "table", - "trackColor": "table", - "trackDisabled": "hl", - "trackWidth": 7 - }, - "Space.Review.diffAnchorBackground": "second", - "SpeedSearch": { - "background": "hl", - "borderColor": "border", - "errorForeground": "red", - "foreground": "fg" - }, - "Spinner": { - "background": "bg", - "border": "4,4,4,4", - "disabledBackground": "excl", - "foreground": "fg", - "selectionForeground": "activeFg" - }, - "SplitPane": { - "background": "bg", - "highlight": "hc" - }, - "SplitPaneDivider.draggingColor": "second", - "StateWidget.activeBackground": "button", - "StatusBar": { - "background": "bg", - "Breadcrumbs": { - "floatingBackground": "tree", - "floatingForeground": "fg", - "floatingToolbarInsets": "8,12,8,12", - "foreground": "fg", - "hoverBackground": "tree", - "hoverForeground": "fg", - "itemBackgroundInsets": "2,4,2,4", - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "selectionInactiveBackground": "button", - "selectionInactiveForeground": "fg" - }, - "borderColor": "border", - "bottomColor": "bg", - "hoverBackground": "hl", - "top2Color": "bg", - "topColor": "bg", - "LightEditBackground": "table", - "Widget": { - "foreground": "fg", - "hoverBackground": "hl", - "hoverForeground": "selFg", - "pressedBackground": "button", - "pressedForeground": "fg", - "widgetInsets": "8,12,8,12" - } - }, - "TabbedPane": { - "background": "bg", - "borderColor": "hc", - "contentAreaColor": "hl", - "contentBorderInsets": "3,1,1,1", - "darkShadow": "hc", - "disabledForeground": "dis", - "disabledText": "dis", - "disabledUnderlineColor": "dis", - "focus": "table", - "focusColor": "table", - "fontSizeOffset": 0, - "foreground": "fg", - "highlight": "border", - "hoverColor": "hl", - "labelShift": 0, - "mt.tab.background": "hc", - "selectHighlight": "hl", - "selected": "selBg", - "selectedColor": "accent", - "selectedDisabledColor": "dis", - "selectedForeground": "activeFg", - "selectedLabelShift": 0, - "selectedTabPadInsets": "0,0,0,0", - "shadow": "hc", - "tabHeight": 32, - "tabInsets": "5,10,5,10", - "tabSelectionArc": 4, - "tabSelectionHeight": 2, - "tabsOverlapBorder": true, - "underlineColor": "accent" - }, - "TabbedPane.mt.tab.background": "hc", - "Table": { - "alternativeRowBackground": "cs", - "background": "bg", - "cellNoFocusBorder": "16,4,16,4", - "disabledForeground": "dis", - "dropLineColor": "accent", - "dropLineShortColor": "accent", - "focusCellBackground": "table", - "focusCellForeground": "activeFg", - "focusCellHighlightBorder": "18,6,18,6", - "foreground": "fg", - "gridColor": "bg", - "highlightOuter": "table", - "hoverBackground": "hl", - "hoverInactiveBackground": "table", - "lightSelectionBackground": "table", - "lightSelectionForeground": "activeFg", - "lightSelectionInactiveBackground": "second", - "lightSelectionInactiveForeground": "text", - "rowHeight": 32, - "selectionBackground": "table", - "selectionForeground": "activeFg", - "selectionInactiveBackground": "table", - "selectionInactiveForeground": "selFg", - "sortIconColor": "fg", - "stripeColor": "cs", - "stripedBackground": "cs" - }, - "TableHeader": { - "background": "button", - "bottomSeparatorColor": "border", - "borderColor": "hl", - "cellBorder": "6,0,6,0", - "disabledForeground": "dis", - "focusCellBackground": "table", - "focusCellForeground": "activeFg", - "foreground": "fg", - "height": 32, - "hoverBackground": "hl", - "separatorColor": "border" - }, - "Tag": { - "background": "button", - "borderColor": "button", - "foreground": "fg" - }, - "text": "bg", - "textInactiveText": "text", - "textHighlight": "selBg", - "textHighlightText": "activeFg", - "textText": "text", - "TextArea": { - "background": "cs", - "caretForeground": "accent", - "foreground": "fg", - "inactiveForeground": "dis", - "selectionBackground": "table", - "selectionForeground": "activeFg" - }, - "TextField": { - "background": "cs", - "borderColor": "bg", - "caretForeground": "accent", - "disabledBackground": "excl", - "focusedBorderColor": "bg", - "foreground": "fg", - "hoverBorderColor": "bg", - "inactiveForeground": "dis", - "selectedSeparatorColor": "accent", - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "separatorColor": "hl", - "separatorColorDisabled": "bg" - }, - "TextPane": { - "background": "cs", - "caretForeground": "accent", - "foreground": "fg", - "inactiveForeground": "dis", - "selectionBackground": "table", - "selectionForeground": "activeFg" - }, - "TipOfTheDay": { - "Image.borderColor": "border" - }, - "TitlePane": { - "Button": { - "hoverBackground": "hl", - "preferredSize": "48,40" - }, - "background": "hc", - "inactiveBackground": "bg", - "inactiveInfoForeground": "dis", - "infoForeground": "text" - }, - "TitledBorder.titleColor": "fg", - "ToggleButton": { - "borderColor": "button", - "buttonColor": "button", - "disabledText": "dis", - "foreground": "fg", - "off.background": "bg", - "off.foreground": "bg", - "offBackground": "bg", - "offForeground": "bg", - "on.background": "accent", - "on.foreground": "accent", - "onBackground": "accent", - "onForeground": "accent" - }, - "Toolbar.Floating.background": "button", - "ToolBar": { - "background": "hc", - "borderHandleColor": "text", - "comboBoxButtonBackground": "button", - "floatingForeground": "text", - "foreground": "fg", - "verticalToolbarInsets": "6,6,6,6", - "horizontalToolbarInsets": "6,6,6,6" - }, - "ToolbarComboWidget": { - "background": "button", - "hoverBackground": "hl" - }, - "tooltips": { - "actions.keymap.text.color": "text", - "actions.settings.icon.background.color": "bg", - "description.title.text.color": "fg" - }, - "ToolTip": { - "arc": 6, - "actions": { - "background": "bg" - }, - "Actions": { - "background": "bg", - "grayForeground": "text", - "infoForeground": "text" - }, - "background": "notif", - "borderColor": "border", - "borderCornerRadius": 8, - "foreground": "fg", - "infoForeground": "text", - "linkForeground": "accent", - "Learning": { - "background": "accent", - "borderColor": "accent", - "foreground": "fg", - "spanBackground": "accent50", - "spanForeground": "fg", - "stepNumberForeground": "accent" - }, - "separatorColor": "border", - "shortcutForeground": "text" - }, - "ToolWindow": { - "active": { - "Header.background": "second", - "HeaderTab.background": "cs" - }, - "Background": "bg", - "background": "hc", - "Button": { - "hoverBackground": "table", - "DragAndDrop": { - "stripeBackground": "cs", - "buttonDropBackground": "accent70" - }, - "selectedBackground": "cs", - "selectedForeground": "activeFg" - }, - "header": { - "active.background": "second", - "background": "bg", - "border.background": "second", - "closeButton.background": "bg", - "tab.selected.active.background": "cs", - "tab.selected.background": "cs" - }, - "Header": { - "height": 42, - "background": "second", - "borderColor": "second", - "inactiveBackground": "bg" - }, - "HeaderCloseButton": { - "background": "bg" - }, - "HeaderTab": { - "borderColor": "bg", - "hoverBackground": "hl", - "hoverInactiveBackground": "hl", - "inactiveUnderlineColor": "accent", - "leftRightInsets": "0,12,0,12", - "selectedBackground": "cs", - "selectedInactiveBackground": "cs", - "underlineArc": 4, - "underlineColor": "accent", - "underlineHeight": 3, - "underlinedTabBackground": "table", - "underlinedTabForeground": "selFg", - "underlinedTabInactiveBackground": "hc", - "underlinedTabInactiveForeground": "fg", - "verticalPadding": 6 - }, - "inactive": { - "Header.background": "bg", - "HeaderTab.background": "cs" - } - }, - "Tree": { - "border": "4,12,4,12", - "background": "hc", - "foreground": "text", - "errorForeground": "red", - "hash": "border", - "hoverBackground": "tree", - "hoverInactiveBackground": "table", - "modifiedItemForeground": "accent", - "rowHeight": "28", - "selectionBackground": "tree", - "selectionForeground": "selFg", - "selectionInactiveBackground": "tree", - "selectionInactiveForeground": "selFg", - "textBackground": "hc" - }, - "Tree.leftChildIndent": 10, - "Tree.rightChildIndent": 5, - "UIDesigner": { - "Activity.borderColor": "border", - "Canvas.background": "cs", - "ColorPicker": { - "background": "second", - "foreground": "fg" - }, - "Component": { - "background": "bg", - "borderColor": "border", - "foreground": "fg", - "hoverBorderColor": "hl" - }, - "Connector": { - "borderColor": "border", - "hoverBorderColor": "hl" - }, - "Label.foreground": "text", - "highStroke.foreground": "fg", - "motion": { - "AddConstraintColor": "accent", - "AddConstraintPlus": "accent", - "CSPanel.SelectedBackground": "tree", - "CSPanel.SelectedFocusBackground": "selBg", - "Component.foreground": "fg", - "ConstraintSet.background": "second", - "ConstraintSetText.foreground": "text", - "CursorTextColor.foreground": "fg", - "HoverColor.disabledBackground": "dis", - "Key.selectedForeground": "accent", - "Notification.background": "notif", - "PositionMarkColor": "accent", - "PrimaryPanel.background": "cs", - "SecondaryPanel.background": "bg", - "SecondaryPanel.header.background": "cs", - "SecondaryPanel.header.foreground": "text", - "TimeCursor.End.selectedForeground": "accent", - "TimeCursor.Start.selectedForeground": "accent", - "TimeCursor.selectedForeground": "accent", - "borderColor": "border", - "cs_FocusText.infoForeground": "text", - "graphLine.lineSeparatorColor": "accent", - "motionGraph.background": "bg", - "ourAvg.background": "second", - "ourCS.background": "second", - "ourCS_Border.borderColor": "border", - "ourCS_SelectedBackground.selectionInactiveBackground": "table", - "ourCS_SelectedBorder.pressedBorderColor": "hl", - "ourCS_SelectedFocusBackground.selectionForeground": "selFg", - "ourCS_SelectedFocusBorder.focusedBorderColor": "accent", - "ourCS_TextColor.foreground": "text", - "ourML_BarColor.separatorColor": "border", - "timeLine.disabledBorderColor": "border" - }, - "PackageDetails": { - "border": "accent", - "infoBanner": "accent" - }, - "PackageSearch": { - "PackagesList.rowHeight": 28, - "PackageTag": { - "background": "excl", - "foreground": "fg", - "hoverBackground": "tree", - "selectedBackground": "selBg", - "selectedForeground": "selFg" - }, - "PackageTagSelected": { - "background": "selBg", - "foreground": "selFg" - }, - "SearchResult": { - "background": "cs", - "hoverBackground": "tree", - "PackageTag": { - "background": "excl", - "foreground": "fg", - "hoverBackground": "tree", - "selectedBackground": "selBg", - "selectedForeground": "selFg" - } - } - }, - "Panel": { - "background": "bg", - "borderColor": "border", - "graphLabel": "text", - "graphLines": "hl", - "lines3d": "accent", - "secondaryGraphLines": "border" - }, - "percent.foreground": "fg", - "Placeholder": { - "background": "bg", - "borderColor": "border", - "foreground": "fg", - "selectedForeground": "selFg" - }, - "Preview.background": "bg", - "stroke.acceleratorForeground": "text" - }, - "ValidationTooltip": { - "errorBackground": "notif", - "errorBorderColor": "notif", - "warningBackground": "notif", - "warningBorderColor": "notif" - }, - "VersionControl": { - "FileHistory.Commit": { - "otherBranchBackground": "excl", - "selectedBranchBackground": "bg" - }, - "GitCommits": { - "graphColor": "hl" - }, - "GitLog": { - "localBranchIconColor": "accent", - "otherIconColor": "text", - "remoteBranchIconColor": "fg", - "tagIconColor": "text" - }, - "HgLog": { - "bookmarkIconColor": "activeFg", - "branchIconColor": "accent", - "closedBranchIconColor": "dis", - "localTagIconColor": "text", - "mqTagIconColor": "text", - "tagIconColor": "text", - "tipIconColor": "text" - }, - "Log": { - "Commit": { - "currentBranchBackground": "cs", - "hoveredBackground": "tree", - "rowHeight": 28, - "unmatchedForeground": "text" - } - }, - "MarkerPopup": { - "borderColor": "border", - "borderInsets": "6,8,6,10", - "Toolbar.background": "hl" - }, - "Ref": { - "backgroundBase": "hl", - "foreground": "activeFg" - }, - "RefLabel": { - "backgroundBase": "hl", - "foreground": "activeFg" - } - }, - "UnattendedHostStatus": { - "warningBackground": "yellow", - "warningForeground": "activeFg", - "dangerBackground": "red" - }, - "Viewport": { - "background": "hc", - "foreground": "fg" - }, - "WelcomeScreen": { - "AssociatedComponent.background": "bg", - "Details.background": "bg", - "List": { - "background": "hc", - "selectionBackground": "selBg", - "selectionInactiveBackground": "hl" - }, - "SidePanel.background": "second", - "background": "bg", - "borderColor": "bg", - "captionBackground": "cs", - "captionForeground": "fg", - "footerBackground": "cs", - "footerForeground": "fg", - "groupIconBorderColor": "button", - "headerBackground": "bg", - "headerForeground": "fg", - "separatorColor": "border", - "Projects": { - "actions.background": "cs", - "actions.selectionBackground": "hl", - "background": "second", - "selectionBackground": "selBg", - "selectionInactiveBackground": "selBg" - } - }, - "Window.border": "border", - "window": "hc", - "windowBorder": "border", - "windowText": "text" - }, - "icons": { - "ColorPalette": { - "#43494A": "cs", - "#6B6B6B": "text", - "#A7A7A7": "bg", - "#3D6185": "accent", - "#466D94": "accent", - "#3C3F41": "bg", - "#545556": "dis", - "#606060": "dis", - "#9AA7B0": "fg", - "#675133": "accent", - "Actions.Blue": "blue", - "Actions.Green": "green", - "Actions.Grey": "text", - "Actions.GreyInline": "gray", - "Actions.GreyInline.Dark": "fg", - "Actions.Red": "red", - "Actions.Yellow": "yellow", - "Checkbox.Background.Default": "cs", - "Checkbox.Background.Default.Dark": "cs", - "Checkbox.Background.Disabled": "excl", - "Checkbox.Background.Disabled.Dark": "excl", - "Checkbox.Background.Selected": "accent", - "Checkbox.Background.Selected.Dark": "hc", - "Checkbox.Border.Default": "hl", - "Checkbox.Border.Default.Dark": "hl", - "Checkbox.Border.Disabled": "dis", - "Checkbox.Border.Disabled.Dark": "dis", - "Checkbox.Border.Selected": "accent", - "Checkbox.Border.Selected.Dark": "hl", - "Checkbox.Focus.Thin.Default": "accent", - "Checkbox.Focus.Thin.Default.Dark": "accent", - "Checkbox.Focus.Thin.Selected": "fg", - "Checkbox.Focus.Thin.Selected.Dark": "fg", - "Checkbox.Focus.Wide": "accent", - "Checkbox.Focus.Wide.Dark": "accent", - "Checkbox.Foreground.Disabled": "dis", - "Checkbox.Foreground.Disabled.Dark": "dis", - "Checkbox.Foreground.Selected": "hc", - "Checkbox.Foreground.Selected.Dark": "accent", - "Objects.BlackText": "fg", - "Objects.Blue": "blue", - "Objects.Green": "green", - "Objects.GreenAndroid": "green", - "Objects.Grey": "gray", - "Objects.Pink": "purple", - "Objects.Purple": "purple", - "Objects.Red": "red", - "Objects.RedStatus": "red", - "Objects.Yellow": "yellow", - "Objects.YellowDark": "orange", - "Tree.iconColor": "text", - "Tree.iconColor.Dark": "text" - } - } -} 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 deleted file mode 100644 index 5c45a739..00000000 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Lighter Contrast.theme.json +++ /dev/null @@ -1,1778 +0,0 @@ -{ - "name": "Material Lighter Contrast", - "dark": false, - "author": "Mallowigi", - "colors": { - "bg": "#FAFAFA", - "bg30": "#FAFAFA30", - "fg": "#546E7A", - "text": "#94A7B0", - "selBg": "#CCD7DA", - "selBg20": "#CCD7DA20", - "selFg": "#546e7a", - "activeFg": "#272727", - "border": "#d3e1e8", - "excl": "#d3e1e8", - "second": "#FFFFFF", - "dis": "#D2D4D5", - "accent": "#00BCD4", - "accent2": "#00BCD42", - "accent50": "#00BCD450", - "accent70": "#00BCD470", - "cs": "#EEEEEE", - "button": "#F3F4F5", - "table": "#E7E7E8", - "tree": "#d7eeec", - "hl": "#E7E7E8", - "notif": "#eae8e8", - "hc": "#EEEEEE", - "shadow": "undefined", - "white": "#272727", - "blue": "#6182B8", - "red": "#E53935", - "yellow": "#F6A434", - "green": "#91B859", - "gray": "#AABFC9", - "purple": "#7C4DFF", - "orange": "#F76D47" - }, - "editorScheme": "colors/Material Lighter.xml", - "ui": { - "*": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "text", - "background": "bg", - "borderColor": "border", - "disabledBackground": "excl", - "disabledBorderColor": "button", - "disabledForeground": "dis", - "disabledText": "dis", - "focusColor": "hl", - "focusedBorderColor": "accent", - "foreground": "fg", - "hoverBorderColor": "hl", - "inactiveBackground": "excl", - "inactiveForeground": "text", - "infoForeground": "text", - "lineSeparatorColor": "hl", - "pressedBorderColor": "hl", - "selectionBackground": "selBg", - "selectionBackgroundInactive": "second", - "selectionForeground": "selFg", - "selectionInactiveBackground": "second", - "separatorColor": "border" - }, - "activeCaption": "bg", - "activeCaptionBorder": "bg", - "activeCaptionText": "fg", - "ActionButton": { - "focusedBorderColor": "accent50", - "hoverBackground": "accent50", - "hoverBorderColor": "accent50", - "hoverSeparatorColor": "button", - "pressedBackground": "accent50", - "pressedBorderColor": "accent50" - }, - "ActionsList": { - "icon.gap": 12, - "mnemonic.icon.gap": 12 - }, - "ActionToolbar": { - "background": "hc" - }, - "AppInspector.GraphNode": { - "background": "second", - "borderColor": "border", - "focusedBorderColor": "accent" - }, - "AssignedMnemonic": { - "background": "hl", - "borderColor": "selBg", - "foreground": "activeFg" - }, - "Autocomplete": { - "selectionBackground": "selBg", - "selectionUnfocus": "hl" - }, - "AvailableMnemonic": { - "background": "button", - "borderColor": "button", - "foreground": "fg" - }, - "BigSpinner.background": "bg", - "Bookmark": { - "iconBackground": "accent", - "Mnemonic": { - "iconBackground": "hl", - "iconBorderColor": "hl", - "iconForeground": "fg" - } - }, - "BookmarkMnemonicAssigned": { - "background": "hl", - "borderColor": "selBg", - "foreground": "selFg" - }, - "BookmarkMnemonicAvailable": { - "background": "button", - "borderColor": "button", - "foreground": "fg" - }, - "BookmarkMnemonicCurrent": { - "background": "accent", - "borderColor": "accent", - "foreground": "selFg" - }, - "BookmarkMnemonicIcon": { - "background": "hl", - "borderColor": "hl", - "foreground": "fg" - }, - "BookmarkIcon.background": "accent", - "Borders.ContrastBorderColor": "bg", - "Borders.color": "border", - "Breakpoint.iconHoverAlpha": 0.35, - "Button": { - "arc": 8, - "background": "bg", - "darcula": { - "borderColor": "button", - "defaultBorderColor": "button", - "defaultEndColor": "button", - "defaultFocusedBorderColor": "table", - "defaultOutlineColor": "button", - "defaultStartColor": "button", - "disabledBorderColor": "button", - "disabledOutlineColor": "border", - "disabledText.shadow": "bg", - "endColor": "button", - "focusedBorderColor": "table", - "outlineColor": "button", - "selectedButtonForeground": "selFg", - "selection.color1": "table", - "selection.color2": "table", - "shadowColor": "shadow", - "smallComboButtonBackground": "button", - "startColor": "button" - }, - "default": { - "borderColor": "button", - "endBackground": "table", - "endBorderColor": "table", - "focusColor": "accent", - "focusedBorderColor": "accent", - "foreground": "selFg", - "shadowColor": "shadow", - "startBackground": "table", - "startBorderColor": "table" - }, - "disabledBackground": "excl", - "disabledBorderColor": "border", - "disabledText": "dis", - "endBackground": "table", - "endBorderColor": "button", - "focus": "hl", - "focusedBorderColor": "accent", - "foreground": "text", - "highlight": "selFg", - "mt.background": "button", - "mt.color1": "button", - "mt.color2": "button", - "mt.foreground": "text", - "mt.selectedForeground": "selFg", - "mt.selection.color1": "table", - "mt.selection.color2": "table", - "select": "button", - "shadowColor": "shadow", - "shadowWidth": 0, - "startBackground": "table", - "startBorderColor": "button", - "ToolWindow": { - "arc": 40 - } - }, - "Canvas": { - "Tooltip.background": "notif", - "Tooltip.borderColor": "border" - }, - "CheckBox": { - "background": "bg", - "background.selected": "accent", - "borderColor": "bg", - "borderColor.selected": "accent", - "checkSignColor": "bg", - "checkSignColor.selected": "bg", - "checkSignColorDisabled": "bg", - "checkSignColorDisabled.selected": "bg", - "darcula": { - "borderColor1": "fg", - "checkSignColorDisabled": "dis", - "disabledBorderColor1": "dis", - "disabledBorderColor2": "dis", - "inactiveFillColor": "hl" - }, - "disabledBorderColor": "bg", - "disabledBorderColor.selected": "accent", - "disabledText": "dis", - "focused.background": "bg", - "focused.background.selected": "accent", - "focusedArmed.background": "bg", - "focusedArmed.background.selected": "accent", - "foreground": "fg", - "inactiveFillColor": "bg", - "inactiveFillColor.selected": "accent", - "select": "accent", - "shadowColor": "bg", - "shadowColorDisabled": "bg" - }, - "Checkbox": { - "Background.Default": "bg", - "Background.Default.Dark": "bg", - "Background.Disabled": "second", - "Background.Disabled.Dark": "second", - "Background.Selected": "accent", - "Background.Selected.Dark": "accent", - "Border.Default": "hl", - "Border.Default.Dark": "hl", - "Border.Disabled": "second", - "Border.Disabled.Dark": "second", - "Border.Selected": "accent", - "Border.Selected.Dark": "accent", - "Focus.Thin.Default": "bg", - "Focus.Thin.Default.Dark": "bg", - "Focus.Wide.Default": "bg", - "Focus.Wide.Default.Dark": "bg", - "Focus.Thin.Selected": "accent", - "Focus.Thin.Selected.Dark": "accent", - "Focus.Wide.Selected": "accent", - "Focus.Wide.Selected.Dark": "accent" - }, - "CheckBoxMenuItem": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "text", - "background": "bg", - "disabledBackground": "bg", - "disabledForeground": "dis", - "foreground": "fg", - "selectionBackground": "selBg", - "selectionForeground": "activeFg" - }, - "CodeWithMe": { - "Avatar.foreground": "fg", - "AccessDisabled.accessDot": "dis", - "AccessEnabled": { - "accessDot": "accent", - "dropdownBorder": "second", - "pillBackground": "second" - }, - "Users": { - "1": { - "Background": "green", - "Foreground": "fg" - }, - "2": { - "Background": "blue", - "Foreground": "fg" - }, - "3": { - "Background": "red", - "Foreground": "fg" - }, - "4": { - "Background": "purple", - "Foreground": "fg" - }, - "5": { - "Background": "yellow", - "Foreground": "fg" - }, - "6": { - "Background": "orange", - "Foreground": "fg" - } - } - }, - "ColorChooser": { - "background": "bg", - "foreground": "fg", - "swatchesDefaultRecentColor": "fg" - }, - "ComboBoxButton.background": "button", - "ComboBox": { - "ArrowButton": { - "background": "button", - "disabledIconColor": "dis", - "iconColor": "fg", - "nonEditableBackground": "hc" - }, - "PopupBackground": "cs", - "arrowFillColor": "hc", - "background": "hc", - "buttonBackground": "button", - "darcula": { - "arrowButtonBackground": "hc", - "arrowButtonDisabledForeground": "dis", - "arrowButtonForeground": "fg", - "disabledArrowButtonBackground": "excl", - "editable.arrowButtonBackground": "hc", - "hoveredArrowButtonForeground": "accent", - "nonEditableBackground": "bg" - }, - "disabledBackground": "excl", - "disabledForeground": "dis", - "foreground": "fg", - "modifiedItemForeground": "accent", - "nonEditableBackground": "bg", - "padding": "5,5,5,5", - "selectionBackground": "table", - "selectionForeground": "activeFg" - }, - "ComboPopup.border": "1,1,1,1,#00BCD4", - "CompletionPopup": { - "Advertiser": { - "background": "bg", - "foreground": "fg", - "borderInsets": "8,12,8,12" - }, - "background": "second", - "foreground": "fg", - "grayForeground": "text", - "grayedForeground": "text", - "infoForeground": "text", - "matchForeground": "accent", - "matchSelectedForeground": "accent", - "matchSelectionForeground": "accent", - "nonFocusedState": "false", - "selectedForeground": "selFg", - "selectedGrayedForeground": "selFg", - "selectionBackground": "cs", - "selectionForeground": "selFg", - "selectionGrayForeground": "selFg", - "selectionInactiveBackground": "hl", - "selectionInactiveForeground": "text", - "selectionInactiveInfoForeground": "text", - "selectionInfoForeground": "selFg" - }, - "ComplexPopup": { - "Header.background": "notif" - }, - "Component": { - "arc": 4, - "focusWidth": 2, - "borderColor": "hl", - "disabledBorderColor": "dis", - "focusColor": "accent", - "focusedBorderColor": "accent", - "hoverIconColor": "accent", - "iconColor": "text", - "grayForeground": "text", - "infoForeground": "text" - }, - "Content": { - "background": "cs", - "selectionBackground": "selBg", - "selectionInactiveBackground": "fg" - }, - "control": "button", - "controlLtHighlight": "selFg", - "controlText": "text", - "controlHighlight": "hl", - "controlShadow": "excl", - "controlDkShadow": "excl", - "Counter": { - "background": "accent", - "foreground": "selFg" - }, - "CurrentMnemonic": { - "background": "accent", - "borderColor": "accent", - "foreground": "selFg" - }, - "darcula": { - "background": "bg", - "foreground": "fg", - "primary": "bg" - }, - "desktop": "hc", - "Debugger": { - "EvaluateExpression.background": "bg", - "Variables": { - "changedValueForeground": "accent", - "collectingDataForeground": "text", - "errorMessageForeground": "red", - "evaluatingExpressionForeground": "text", - "exceptionForeground": "yellow", - "modifyingValueForeground": "accent", - "valueForeground": "accent", - "typeForeground": "text" - } - }, - "DebuggerTabs": { - "active.background": "hl", - "selectedBackground": "hl", - "underlinedTabBackground": "table", - "underlineHeight": 2 - }, - "DebuggerPopup": { - "borderColor": "bg" - }, - "DefaultTabs": { - "background": "bg", - "borderColor": "bg", - "hoverBackground": "table", - "hoverColor": "hl", - "hoverMaskColor": "hl", - "inactiveColoredFileBackground": "button", - "inactiveColoredTabBackground": "bg", - "inactiveMaskColor": "hc", - "inactiveUnderlineColor": "accent", - "underlineColor": "accent", - "underlineHeight": 3, - "underlinedTabBackground": "table", - "underlinedTabForeground": "selFg" - }, - "Desktop.background": "bg", - "Dialog": { - "titleColor": "bg" - }, - "DialogWrapper": { - "southPanelBackground": "bg", - "southPanelDivider": "bg" - }, - "DragAndDrop": { - "areaBackground": "tree", - "areaBorderColor": "bg", - "areaForeground": "fg", - "backgroundBorderColor": "bg", - "backgroundColor": "bg", - "borderColor": "accent", - "foregroundColor": "fg", - "rowBackground": "accent70" - }, - "dropArea.base": "accent", - "Editor": { - "background": "hc", - "foreground": "fg", - "shortcutForeground": "text", - "SearchField": { - "background": "cs", - "borderInsets": "8,12,8,12" - }, - "Toolbar": { - "borderColor": "border" - } - }, - "EditorGroupsTabs": { - "background": "bg", - "borderColor": "second", - "hoverBackground": "hl", - "hoverColor": "hl", - "inactiveUnderlineColor": "accent", - "underlineColor": "accent", - "underlinedTabBackground": "table", - "underlinedTabForeground": "fg" - }, - "EditorPane": { - "background": "hc", - "caretForeground": "accent", - "foreground": "fg", - "inactiveBackground": "bg", - "inactiveForeground": "dis", - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "splitBorder": "border" - }, - "EditorTabs": { - "active.background": "table", - "active.foreground": "fg", - "active.underlineColor": "accent", - "background": "bg", - "borderColor": "second", - "foreground": "fg", - "hoverBackground": "hl", - "hoverColor": "hl", - "hoverMaskColor": "hl", - "inactive.maskColor": "bg", - "inactiveColoredFileBackground": "bg", - "inactiveMaskColor": "bg", - "inactiveUnderlineColor": "dis", - "selectedBackground": "table", - "selectedForeground": "fg", - "tabInsets": "-10,10,-10,10", - "underlineColor": "accent", - "underlineHeight": 3, - "underlineArc": 4, - "underlinedTabBackground": "table", - "underlinedTabForeground": "selFg" - }, - "FileColor": { - "Blue": "#004BA0", - "Green": "#387002", - "Orange": "#B53D00", - "Rose": "#A00037", - "Violet": "#4D2C91", - "Yellow": "excl", - "Gray": "excl", - "excluded": "excl" - }, - "FlameGraph": { - "JVMBackground": "#89DDF7", - "JVMFocusBackground": "#82AAFF", - "JVMFocusSearchNotMatchedBackground": "#AB7967", - "JVMSearchNotMatchedBackground": "#FF5370", - "nativeBackground": "#FFCB6B", - "nativeFocusBackground": "#F78C6C", - "nativeFocusSearchNotMatchedBackground": "#BB80B3", - "nativeSearchNotMatchedBackground": "#C792EA" - }, - "Focus": { - "Color": "accent50", - "borderColor": "accent50", - "color": "accent50", - "defaultButtonBorderColor": "accent" - }, - "FormattedTextField": { - "background": "cs", - "caretForeground": "accent", - "foreground": "fg", - "inactiveBackground": "button", - "inactiveForeground": "dis", - "selectionBackground": "selBg", - "selectionForeground": "activeFg" - }, - "Git.Log.Ref": { - "LocalBranch": "accent", - "Other": "text", - "RemoteBranch": "fg", - "Tag": "text" - }, - "Github.List.tallRow": { - "foreground": "fg", - "secondary.foreground": "text", - "selectionBackground": "selBg", - "selectionBackground.unfocused": "hl", - "selectionForeground": "selFg", - "selectionForeground.unfocused": "selFg" - }, - "GotItTooltip": { - "background": "notif", - "borderColor": "notif", - "endBackground": "button", - "endBorderColor": "button", - "foreground": "fg", - "linkForeground": "accent", - "shortcutForeground": "text", - "startBackground": "button", - "startBorderColor": "button" - }, - "Group": { - "disabledSeparatorColor": "border", - "separatorColor": "border" - }, - "Gutter": { - "VcsChanges.width": 4 - }, - "GutterTooltip": { - "borderColor": "bg", - "infoForeground": "text", - "lineSeparatorColor": "bg" - }, - "HeaderColor": { - "active": "bg", - "inactive": "cs" - }, - "HelpTooltip": { - "background": "bg", - "backgroundColor": "bg", - "borderColor": "border", - "defaultTextBorderInsets": "16,16,16,16", - "foreground": "fg", - "infoForeground": "text", - "shortcutForeground": "text", - "shortcutTextColor": "text", - "smallTextBorderInsets": "8,12,8,12", - "textColor": "fg", - "verticalGap": 8 - }, - "Hg.Log.Ref": { - "Branch": "accent", - "ClosedBranch": "fg", - "LocalTag": "text", - "MqTag": "text", - "Tag": "text" - }, - "Hyperlink.linkColor": "accent", - "IconBadge": { - "infoBackground": "accent" - }, - "IdeStatusBar.border": "4,4,4,4", - "InformationHint.borderColor": "border", - "inactiveCaption": "second", - "inactiveCaptionBorder": "bg", - "inactiveCaptionText": "text", - "info": "text", - "infoPanelForeground": "text", - "infoText": "text", - "InplaceRefactoringPopup": { - "background": "bg", - "borderColor": "bg" - }, - "intellijlaf": { - "background": "bg", - "foreground": "fg" - }, - "InternalFrame": { - "activeTitleForeground": "fg", - "background": "bg", - "inactiveTitleBackground": "bg", - "inactiveTitleForeground": "text" - }, - "Label": { - "background": "bg", - "disabledForeground": "dis", - "disabledForegroundColor": "dis", - "disabledShadow": "dis", - "disabledText": "dis", - "errorForeground": "accent", - "foreground": "fg", - "grayForeground": "text", - "infoForeground": "text", - "selectedDisabledForeground": "fg", - "selectedForeground": "activeFg", - "textForeground": "text" - }, - "Lesson": { - "Badge": { - "newLessonBackground": "accent", - "newLessonForeground": "selFg" - }, - "shortcutBackground": "second", - "stepNumberForeground": "text", - "Tooltip": { - "background": "notif", - "borderColor": "notif", - "foreground": "fg", - "spanBackground": "button", - "spanForeground": "fg", - "stepNumberForeground": "text" - } - }, - "link": "accent", - "Link": { - "activeForeground": "accent", - "focusedBorderColor": "accent", - "hoverForeground": "accent", - "pressedForeground": "accent", - "secondaryForeground": "text", - "visitedForeground": "accent" - }, - "link.foreground": "accent", - "link.hover.foreground": "accent", - "link.pressed.foreground": "accent", - "link.visited.foreground": "accent", - "List": { - "background": "bg", - "Button": { - "hoverBackground": "hl", - "leftRightInset": 8, - "separatorColor": "border", - "separatorInset": 4 - }, - "foreground": "fg", - "hoverBackground": "hl", - "hoverInactiveBackground": "table", - "Line.hoverBackground": "selBg", - "rowHeight": "28", - "selectionBackground": "tree", - "selectionForeground": "selFg", - "selectionInactiveBackground": "table", - "selectionInactiveForeground": "activeFg", - "Tag": { - "background": "button", - "foreground": "fg" - } - }, - "LiveIndicator": { - "color": "accent" - }, - "macOSWindow.Title": { - "height": 30, - "heightSmall": 20 - }, - "MainMenu": { - "background": "hc", - "foreground": "fg", - "selectionForeground": "activeFg", - "selectionBackground": "selBg" - }, - "MainToolbar": { - "background": "bg", - "Button": { - "buttonInsets": "0,0,0,0" - }, - "Dropdown": { - "borderInsets": "6,12,6,12", - "background": "bg", - "foreground": "fg", - "hoverBackground": "hl", - "pressedBackground": "table" - }, - "hoverBackground": "hl", - "Icon": { - "borderInsets": "10,10,10,10", - "background": "bg", - "hoverBackground": "hl", - "pressedBackground": "table" - }, - "inactiveBackground": "bg", - "pressedBackground": "table", - "separatorColor": "border" - }, - "material": { - "background": "bg", - "branchColor": "fg", - "contrast": "cs", - "foreground": "fg", - "mergeCommits": "button", - "primaryColor": "text", - "selectionBackground": "selBg", - "selectionForeground": "selFg", - "tab.backgroundColor": "bg", - "tab.borderColor": "accent", - "tagColor": "text" - }, - "MemoryIndicator": { - "allocatedBackground": "second", - "unusedColor": "second", - "usedBackground": "hl", - "usedColor": "hl" - }, - "menu": "bg", - "menuText": "fg", - "Menu": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "activeFg", - "background": "bg", - "border": "8,8,8,8", - "borderColor": "second", - "disabledBackground": "second", - "disabledForeground": "dis", - "foreground": "fg", - "Selection": { - "arc": 8, - "innerInsets": "8,2,8,2" - }, - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "separatorColor": "border" - }, - "MenuBar": { - "background": "hc", - "borderColor": "bg", - "disabledBackground": "bg", - "disabledForeground": "dis", - "foreground": "fg", - "highlight": "bg", - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "shadow": "hc" - }, - "MenuItem": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "activeFg", - "background": "bg", - "border": "8,8,8,8", - "disabledBackground": "bg", - "disabledForeground": "dis", - "foreground": "fg", - "selectionBackground": "selBg", - "selectionForeground": "activeFg" - }, - "MlModelBinding.Viewer.CodeEditor.background": "bg", - "MnemonicIcon": { - "background": "hl", - "borderColor": "hl", - "foreground": "fg" - }, - "NavBar": { - "arrowColor": "fg", - "borderColor": "bg", - "selectedColor": "accent" - }, - "NewClass": { - "Panel": { - "background": "bg" - }, - "SearchField": { - "background": "cs" - }, - "separatorWidth": 6 - }, - "NewPSD.warning": "accent", - "Notification": { - "arc": 16, - "Error.foreground": "accent", - "Link.foreground": "accent", - "background": "notif", - "borderColor": "notif", - "errorBackground": "notif", - "errorBorderColor": "notif", - "errorForeground": "accent", - "foreground": "fg", - "linkForeground": "accent", - "MoreButton": { - "background": "button", - "foreground": "fg", - "innerBorderColor": "button" - }, - "ToolWindow": { - "Button.DragAndDrop": { - "buttonFloatingBackground": "button", - "stripeBackground": "bg" - }, - "errorBackground": "notifError", - "errorBorderColor": "notifError", - "errorForeground": "fg", - "infoBackground": "notif", - "infoBorderColor": "notif", - "infoForeground": "fg", - "informativeBackground": "notif", - "informativeBorderColor": "notif", - "informativeForeground": "fg", - "warningBackground": "notifWarn", - "warningBorderColor": "notifWarn", - "warningForeground": "fg" - }, - "ToolWindowError": { - "foreground": "fg", - "background": "notifError" - }, - "ToolWindowInfo": { - "foreground": "fg", - "background": "notif", - "borderColor": "notif" - }, - "ToolWindowWarning": { - "foreground": "fg", - "background": "notifWarn" - } - }, - "Notifications": { - "background": "notif", - "borderColor": "notif" - }, - "NotificationsToolwindow": { - "Notification.hoverBackground": "tree", - "newNotification.background": "notif", - "newNotification.hoverBackground": "tree" - }, - "OnePixelDivider.background": "border", - "OptionPane": { - "background": "bg", - "foreground": "fg", - "messageForeground": "fg" - }, - "OptionButton": { - "default.separatorColor": "table", - "separatorColor": "button" - }, - "Outline": { - "color": "button", - "disabledColor": "dis", - "focusedColor": "accent" - }, - "Panel": { - "background": "bg", - "foreground": "fg", - "mouseShortcutBackground": "bg" - }, - "ParameterInfo": { - "ContextHelp.foreground": "text", - "background": "second", - "borderColor": "table", - "currentOverloadBackground": "hl", - "currentParameterForeground": "accent", - "disabledColor": "dis", - "disabledForeground": "dis", - "foreground": "fg", - "highlightedColor": "accent", - "infoForeground": "text", - "lineSeparatorColor": "table" - }, - "PasswordField": { - "background": "cs", - "capsLockIconColor": "accent", - "caretForeground": "accent", - "foreground": "fg", - "inactiveForeground": "dis", - "selectionBackground": "table", - "selectionForeground": "activeFg" - }, - "Plugins": { - "background": "bg", - "borderColor": "border", - "disabledForeground": "dis", - "eapTagBackground": "hl", - "hoverBackground": "hl", - "lightSelectionBackground": "table", - "paidTagBackground": "hl", - "selectionBackground": "selBg", - "selectionForeground": "selFg", - "tagBackground": "hl", - "tagForeground": "accent", - "trialTagBackground": "hl", - "Button": { - "installBackground": "button", - "installBorderColor": "button", - "installFillBackground": "button", - "installFillForeground": "dis", - "installFocusedBackground": "hl", - "installForeground": "fg", - "updateBackground": "accent", - "updateBorderColor": "button", - "updateForeground": "fg" - }, - "ScreenshotPagination": { - "CurrentImage.fillColor": "accent" - }, - "SearchField": { - "background": "cs", - "borderColor": "border" - }, - "SectionHeader": { - "background": "second", - "foreground": "fg" - }, - "Tab": { - "active.background": "table", - "active.foreground": "activeFg", - "hover.background": "table", - "hoverBackground": "table", - "selectedBackground": "table", - "selectedForeground": "selFg" - } - }, - "Popup": { - "Advertiser": { - "borderInsets": "6,20,6,20", - "background": "bg", - "borderColor": "bg", - "foreground": "accent" - }, - "Body": { - "bottomInsetNoAd": 8, - "bottomInsetBeforeAd": 8, - "topInsetNoHeader": 8 - }, - "Border": { - "color": "cs", - "inactiveColor": "bg" - }, - "background": "notif", - "borderColor": "cs", - "borderWidth": 0, - "inactiveBorderColor": "bg", - "innerBorderColor": "second", - "Header": { - "activeBackground": "bg", - "inactiveBackground": "cs", - "inactiveForeground": "text" - }, - "paintBorder": false, - "preferences": { - "background": "bg", - "borderColor": "bg", - "foreground": "fg" - }, - "Selection.arc": 8, - "Selection.leftRightInset": 8, - "Separator": { - "foreground": "fg", - "color": "border" - }, - "separatorColor": "second", - "separatorForeground": "fg", - "Toolbar": { - "Border.color": "cs", - "Floating.background": "cs", - "background": "cs", - "borderColor": "cs" - } - }, - "PopupMenu": { - "background": "bg", - "borderWidth": 1, - "border": "8,8,8,8", - "borderCornerRadius": 8, - "foreground": "fg", - "Selection": { - "arc": 8, - "innerInsets": "8,2,8,2" - }, - "selectionBackground": "selBg", - "translucentBackground": "bg" - }, - "PopupMenuSeparator": { - "height": 10, - "stripeWidth": 2, - "stripeIndent": 5, - "withToEdge": 4, - "borderCornerRadius": 8 - }, - "ProgressBar": { - "background": "bg", - "foreground": "accent", - "halfColor": "hl", - "indeterminateEndColor": "accent", - "indeterminateStartColor": "accent", - "progressColor": "accent", - "selectionBackground": "hl", - "trackColor": "hl" - }, - "ProgressIcon": { - "color": "accent" - }, - "PsiViewer": { - "referenceHighlightColor": "accent" - }, - "RadioButton": { - "background": "bg", - "darcula": { - "borderColor1": "fg", - "selectionDisabledColor": "bg", - "selectionDisabledShadowColor": "accent", - "selectionEnabledColor": "accent", - "selectionEnabledShadowColor": "accent" - }, - "disabledText": "dis", - "focusColor": "accent", - "foreground": "fg", - "selectionDisabledColor": "bg", - "selectionDisabledShadowColor": "accent", - "selectionEnabledColor": "accent", - "selectionEnabledShadowColor": "accent" - }, - "RadioButtonMenuItem": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "text", - "background": "bg", - "disabledBackground": "bg", - "disabledForeground": "dis", - "foreground": "fg", - "selectionBackground": "selBg", - "selectionForeground": "selFg" - }, - "ReviewList": { - "state.background": "second", - "state.foreground": "fg" - }, - "RunWidget": { - "background": "button", - "Debug.activeBackground": "hl", - "foreground": "fg", - "hoverBackground": "table", - "pressedBackground": "hl", - "Profile.activeBackground": "hl", - "runningBackground": "hl", - "runningForeground": "selFg", - "Run.activeBackground": "hl", - "Running": { - "background": "hl", - "foreground": "selFg", - "leftHoverBackground": "hl", - "leftPressedBackground": "hl" - }, - "separatorColor": "border" - }, - "ScreenView.borderColor": "border", - "scrollbar": "bg", - "ScrollBar": { - "background": "bg", - "hoverThumbBorderColor": "accent", - "hoverThumbColor": "accent", - "hoverTrackColor": "bg30", - "Mac": { - "hoverThumbBorderColor": "accent", - "hoverThumbColor": "accent", - "hoverTrackColor": "bg30", - "thumbBorderColor": "accent70", - "thumbColor": "accent70", - "trackColor": "bg30", - "Transparent": { - "hoverThumbBorderColor": "accent", - "hoverThumbColor": "accent", - "hoverTrackColor": "bg30", - "thumbBorderColor": "accent70", - "thumbColor": "accent70", - "trackColor": "bg30" - } - }, - "thumb": "hl", - "thumbBorderColor": "accent70", - "thumbColor": "accent70", - "Thumb": { - "Hovered.background": "accent", - "NonOpaque.Hovered.background": "accent" - }, - "trackColor": "bg30", - "Transparent": { - "hoverThumbBorderColor": "accent", - "hoverThumbColor": "accent", - "hoverTrackColor": "bg30", - "thumbBorderColor": "accent70", - "thumbColor": "accent70", - "trackColor": "bg30" - } - }, - "SearchEverywhere": { - "Advertiser": { - "background": "bg", - "foreground": "text", - "borderInsets": "10,20,10,20" - }, - "background": "bg", - "Dialog": { - "background": "bg", - "borderColor": "bg", - "foreground": "fg" - }, - "foreground": "fg", - "Header": { - "background": "bg" - }, - "List": { - "Separator.Color": "border", - "Separator.foreground": "text", - "selectionBackground": "selBg", - "separatorColor": "border", - "separatorForeground": "text", - "settingsBackground": "bg" - }, - "SearchField": { - "Border.color": "hl", - "background": "cs", - "borderColor": "hl", - "grayForeground": "dis", - "infoForeground": "dis" - }, - "shortcutForeground": "text", - "Tab": { - "active.background": "hl", - "active.foreground": "activeFg", - "selected.background": "hl", - "selected.foreground": "activeFg", - "selectedBackground": "hl", - "selectedForeground": "activeFg" - } - }, - "SearchMatch": { - "endBackground": "accent", - "endColor": "accent", - "startBackground": "accent", - "startColor": "accent" - }, - "SearchField.errorBackground": "notif", - "SearchFieldWithExtension": { - "background": "cs" - }, - "SearchOption": { - "selectedBackground": "table", - "selectedPressedBackground": "hl", - "selectedHoveredBackground": "hl" - }, - "SearchResults": { - "Ordinal.File.Foreground": "text", - "Repeated.File.Foreground": "fg" - }, - "SegmentedButton": { - "focusedSelectedButtonColor": "hl", - "selectedButtonColor": "button", - "selectedStartBorderColor": "border", - "selectedEndBorderColor": "border" - }, - "Separator": { - "background": "second", - "foreground": "second", - "separatorColor": "border" - }, - "Settings": { - "Spotlight.borderColor": "accent" - }, - "SidePanel": { - "background": "hc" - }, - "Slider": { - "background": "bg", - "buttonBorderColor": "accent", - "buttonColor": "accent", - "foreground": "fg", - "majorTickLength": 6, - "thumb": "accent", - "tickColor": "second", - "track": "table", - "trackColor": "table", - "trackDisabled": "hl", - "trackWidth": 7 - }, - "Space.Review.diffAnchorBackground": "second", - "SpeedSearch": { - "background": "hl", - "borderColor": "border", - "errorForeground": "red", - "foreground": "fg" - }, - "Spinner": { - "background": "bg", - "border": "4,4,4,4", - "disabledBackground": "excl", - "foreground": "fg", - "selectionForeground": "activeFg" - }, - "SplitPane": { - "background": "bg", - "highlight": "hc" - }, - "SplitPaneDivider.draggingColor": "second", - "StateWidget.activeBackground": "button", - "StatusBar": { - "background": "bg", - "Breadcrumbs": { - "floatingBackground": "tree", - "floatingForeground": "fg", - "floatingToolbarInsets": "8,12,8,12", - "foreground": "fg", - "hoverBackground": "tree", - "hoverForeground": "fg", - "itemBackgroundInsets": "2,4,2,4", - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "selectionInactiveBackground": "button", - "selectionInactiveForeground": "fg" - }, - "borderColor": "border", - "bottomColor": "bg", - "hoverBackground": "hl", - "top2Color": "bg", - "topColor": "bg", - "LightEditBackground": "table", - "Widget": { - "foreground": "fg", - "hoverBackground": "hl", - "hoverForeground": "selFg", - "pressedBackground": "button", - "pressedForeground": "fg", - "widgetInsets": "8,12,8,12" - } - }, - "TabbedPane": { - "background": "bg", - "borderColor": "hc", - "contentAreaColor": "hl", - "contentBorderInsets": "3,1,1,1", - "darkShadow": "hc", - "disabledForeground": "dis", - "disabledText": "dis", - "disabledUnderlineColor": "dis", - "focus": "table", - "focusColor": "table", - "fontSizeOffset": 0, - "foreground": "fg", - "highlight": "border", - "hoverColor": "hl", - "labelShift": 0, - "mt.tab.background": "hc", - "selectHighlight": "hl", - "selected": "selBg", - "selectedColor": "accent", - "selectedDisabledColor": "dis", - "selectedForeground": "activeFg", - "selectedLabelShift": 0, - "selectedTabPadInsets": "0,0,0,0", - "shadow": "hc", - "tabHeight": 32, - "tabInsets": "5,10,5,10", - "tabSelectionArc": 4, - "tabSelectionHeight": 2, - "tabsOverlapBorder": true, - "underlineColor": "accent" - }, - "TabbedPane.mt.tab.background": "hc", - "Table": { - "alternativeRowBackground": "cs", - "background": "bg", - "cellNoFocusBorder": "16,4,16,4", - "disabledForeground": "dis", - "dropLineColor": "accent", - "dropLineShortColor": "accent", - "focusCellBackground": "table", - "focusCellForeground": "activeFg", - "focusCellHighlightBorder": "18,6,18,6", - "foreground": "fg", - "gridColor": "bg", - "highlightOuter": "table", - "hoverBackground": "hl", - "hoverInactiveBackground": "table", - "lightSelectionBackground": "table", - "lightSelectionForeground": "activeFg", - "lightSelectionInactiveBackground": "second", - "lightSelectionInactiveForeground": "text", - "rowHeight": 32, - "selectionBackground": "table", - "selectionForeground": "activeFg", - "selectionInactiveBackground": "table", - "selectionInactiveForeground": "selFg", - "sortIconColor": "fg", - "stripeColor": "cs", - "stripedBackground": "cs" - }, - "TableHeader": { - "background": "button", - "bottomSeparatorColor": "border", - "borderColor": "hl", - "cellBorder": "6,0,6,0", - "disabledForeground": "dis", - "focusCellBackground": "table", - "focusCellForeground": "activeFg", - "foreground": "fg", - "height": 32, - "hoverBackground": "hl", - "separatorColor": "border" - }, - "Tag": { - "background": "button", - "borderColor": "button", - "foreground": "fg" - }, - "text": "bg", - "textInactiveText": "text", - "textHighlight": "selBg", - "textHighlightText": "activeFg", - "textText": "text", - "TextArea": { - "background": "cs", - "caretForeground": "accent", - "foreground": "fg", - "inactiveForeground": "dis", - "selectionBackground": "table", - "selectionForeground": "activeFg" - }, - "TextField": { - "background": "cs", - "borderColor": "bg", - "caretForeground": "accent", - "disabledBackground": "excl", - "focusedBorderColor": "bg", - "foreground": "fg", - "hoverBorderColor": "bg", - "inactiveForeground": "dis", - "selectedSeparatorColor": "accent", - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "separatorColor": "hl", - "separatorColorDisabled": "bg" - }, - "TextPane": { - "background": "cs", - "caretForeground": "accent", - "foreground": "fg", - "inactiveForeground": "dis", - "selectionBackground": "table", - "selectionForeground": "activeFg" - }, - "TipOfTheDay": { - "Image.borderColor": "border" - }, - "TitlePane": { - "Button": { - "hoverBackground": "hl", - "preferredSize": "48,40" - }, - "background": "hc", - "inactiveBackground": "bg", - "inactiveInfoForeground": "dis", - "infoForeground": "text" - }, - "TitledBorder.titleColor": "fg", - "ToggleButton": { - "borderColor": "button", - "buttonColor": "button", - "disabledText": "dis", - "foreground": "fg", - "off.background": "bg", - "off.foreground": "bg", - "offBackground": "bg", - "offForeground": "bg", - "on.background": "accent", - "on.foreground": "accent", - "onBackground": "accent", - "onForeground": "accent" - }, - "Toolbar.Floating.background": "button", - "ToolBar": { - "background": "hc", - "borderHandleColor": "text", - "comboBoxButtonBackground": "button", - "floatingForeground": "text", - "foreground": "fg", - "verticalToolbarInsets": "6,6,6,6", - "horizontalToolbarInsets": "6,6,6,6" - }, - "ToolbarComboWidget": { - "background": "button", - "hoverBackground": "hl" - }, - "tooltips": { - "actions.keymap.text.color": "text", - "actions.settings.icon.background.color": "bg", - "description.title.text.color": "fg" - }, - "ToolTip": { - "arc": 6, - "actions": { - "background": "bg" - }, - "Actions": { - "background": "bg", - "grayForeground": "text", - "infoForeground": "text" - }, - "background": "notif", - "borderColor": "border", - "borderCornerRadius": 8, - "foreground": "fg", - "infoForeground": "text", - "linkForeground": "accent", - "Learning": { - "background": "accent", - "borderColor": "accent", - "foreground": "fg", - "spanBackground": "accent50", - "spanForeground": "fg", - "stepNumberForeground": "accent" - }, - "separatorColor": "border", - "shortcutForeground": "text" - }, - "ToolWindow": { - "active": { - "Header.background": "second", - "HeaderTab.background": "cs" - }, - "Background": "bg", - "background": "hc", - "Button": { - "hoverBackground": "table", - "DragAndDrop": { - "stripeBackground": "cs", - "buttonDropBackground": "accent70" - }, - "selectedBackground": "cs", - "selectedForeground": "activeFg" - }, - "header": { - "active.background": "second", - "background": "bg", - "border.background": "second", - "closeButton.background": "bg", - "tab.selected.active.background": "cs", - "tab.selected.background": "cs" - }, - "Header": { - "height": 42, - "background": "second", - "borderColor": "second", - "inactiveBackground": "bg" - }, - "HeaderCloseButton": { - "background": "bg" - }, - "HeaderTab": { - "borderColor": "bg", - "hoverBackground": "hl", - "hoverInactiveBackground": "hl", - "inactiveUnderlineColor": "accent", - "leftRightInsets": "0,12,0,12", - "selectedBackground": "cs", - "selectedInactiveBackground": "cs", - "underlineArc": 4, - "underlineColor": "accent", - "underlineHeight": 3, - "underlinedTabBackground": "table", - "underlinedTabForeground": "selFg", - "underlinedTabInactiveBackground": "hc", - "underlinedTabInactiveForeground": "fg", - "verticalPadding": 6 - }, - "inactive": { - "Header.background": "bg", - "HeaderTab.background": "cs" - } - }, - "Tree": { - "border": "4,12,4,12", - "background": "hc", - "foreground": "text", - "errorForeground": "red", - "hash": "border", - "hoverBackground": "tree", - "hoverInactiveBackground": "table", - "modifiedItemForeground": "accent", - "rowHeight": "28", - "selectionBackground": "tree", - "selectionForeground": "selFg", - "selectionInactiveBackground": "tree", - "selectionInactiveForeground": "selFg", - "textBackground": "hc" - }, - "Tree.leftChildIndent": 10, - "Tree.rightChildIndent": 5, - "UIDesigner": { - "Activity.borderColor": "border", - "Canvas.background": "cs", - "ColorPicker": { - "background": "second", - "foreground": "fg" - }, - "Component": { - "background": "bg", - "borderColor": "border", - "foreground": "fg", - "hoverBorderColor": "hl" - }, - "Connector": { - "borderColor": "border", - "hoverBorderColor": "hl" - }, - "Label.foreground": "text", - "highStroke.foreground": "fg", - "motion": { - "AddConstraintColor": "accent", - "AddConstraintPlus": "accent", - "CSPanel.SelectedBackground": "tree", - "CSPanel.SelectedFocusBackground": "selBg", - "Component.foreground": "fg", - "ConstraintSet.background": "second", - "ConstraintSetText.foreground": "text", - "CursorTextColor.foreground": "fg", - "HoverColor.disabledBackground": "dis", - "Key.selectedForeground": "accent", - "Notification.background": "notif", - "PositionMarkColor": "accent", - "PrimaryPanel.background": "cs", - "SecondaryPanel.background": "bg", - "SecondaryPanel.header.background": "cs", - "SecondaryPanel.header.foreground": "text", - "TimeCursor.End.selectedForeground": "accent", - "TimeCursor.Start.selectedForeground": "accent", - "TimeCursor.selectedForeground": "accent", - "borderColor": "border", - "cs_FocusText.infoForeground": "text", - "graphLine.lineSeparatorColor": "accent", - "motionGraph.background": "bg", - "ourAvg.background": "second", - "ourCS.background": "second", - "ourCS_Border.borderColor": "border", - "ourCS_SelectedBackground.selectionInactiveBackground": "table", - "ourCS_SelectedBorder.pressedBorderColor": "hl", - "ourCS_SelectedFocusBackground.selectionForeground": "selFg", - "ourCS_SelectedFocusBorder.focusedBorderColor": "accent", - "ourCS_TextColor.foreground": "text", - "ourML_BarColor.separatorColor": "border", - "timeLine.disabledBorderColor": "border" - }, - "PackageDetails": { - "border": "accent", - "infoBanner": "accent" - }, - "PackageSearch": { - "PackagesList.rowHeight": 28, - "PackageTag": { - "background": "excl", - "foreground": "fg", - "hoverBackground": "tree", - "selectedBackground": "selBg", - "selectedForeground": "selFg" - }, - "PackageTagSelected": { - "background": "selBg", - "foreground": "selFg" - }, - "SearchResult": { - "background": "cs", - "hoverBackground": "tree", - "PackageTag": { - "background": "excl", - "foreground": "fg", - "hoverBackground": "tree", - "selectedBackground": "selBg", - "selectedForeground": "selFg" - } - } - }, - "Panel": { - "background": "bg", - "borderColor": "border", - "graphLabel": "text", - "graphLines": "hl", - "lines3d": "accent", - "secondaryGraphLines": "border" - }, - "percent.foreground": "fg", - "Placeholder": { - "background": "bg", - "borderColor": "border", - "foreground": "fg", - "selectedForeground": "selFg" - }, - "Preview.background": "bg", - "stroke.acceleratorForeground": "text" - }, - "ValidationTooltip": { - "errorBackground": "notif", - "errorBorderColor": "notif", - "warningBackground": "notif", - "warningBorderColor": "notif" - }, - "VersionControl": { - "FileHistory.Commit": { - "otherBranchBackground": "excl", - "selectedBranchBackground": "bg" - }, - "GitCommits": { - "graphColor": "hl" - }, - "GitLog": { - "localBranchIconColor": "accent", - "otherIconColor": "text", - "remoteBranchIconColor": "fg", - "tagIconColor": "text" - }, - "HgLog": { - "bookmarkIconColor": "activeFg", - "branchIconColor": "accent", - "closedBranchIconColor": "dis", - "localTagIconColor": "text", - "mqTagIconColor": "text", - "tagIconColor": "text", - "tipIconColor": "text" - }, - "Log": { - "Commit": { - "currentBranchBackground": "cs", - "hoveredBackground": "tree", - "rowHeight": 28, - "unmatchedForeground": "text" - } - }, - "MarkerPopup": { - "borderColor": "border", - "borderInsets": "6,8,6,10", - "Toolbar.background": "hl" - }, - "Ref": { - "backgroundBase": "hl", - "foreground": "activeFg" - }, - "RefLabel": { - "backgroundBase": "hl", - "foreground": "activeFg" - } - }, - "UnattendedHostStatus": { - "warningBackground": "yellow", - "warningForeground": "activeFg", - "dangerBackground": "red" - }, - "Viewport": { - "background": "hc", - "foreground": "fg" - }, - "WelcomeScreen": { - "AssociatedComponent.background": "bg", - "Details.background": "bg", - "List": { - "background": "hc", - "selectionBackground": "selBg", - "selectionInactiveBackground": "hl" - }, - "SidePanel.background": "second", - "background": "bg", - "borderColor": "bg", - "captionBackground": "cs", - "captionForeground": "fg", - "footerBackground": "cs", - "footerForeground": "fg", - "groupIconBorderColor": "button", - "headerBackground": "bg", - "headerForeground": "fg", - "separatorColor": "border", - "Projects": { - "actions.background": "cs", - "actions.selectionBackground": "hl", - "background": "second", - "selectionBackground": "selBg", - "selectionInactiveBackground": "selBg" - } - }, - "Window.border": "border", - "window": "hc", - "windowBorder": "border", - "windowText": "text" - }, - "icons": { - "ColorPalette": { - "#43494A": "cs", - "#6B6B6B": "text", - "#A7A7A7": "bg", - "#3D6185": "accent", - "#466D94": "accent", - "#3C3F41": "bg", - "#545556": "dis", - "#606060": "dis", - "#9AA7B0": "fg", - "#675133": "accent", - "Actions.Blue": "blue", - "Actions.Green": "green", - "Actions.Grey": "text", - "Actions.GreyInline": "gray", - "Actions.GreyInline.Dark": "fg", - "Actions.Red": "red", - "Actions.Yellow": "yellow", - "Checkbox.Background.Default": "cs", - "Checkbox.Background.Default.Dark": "cs", - "Checkbox.Background.Disabled": "excl", - "Checkbox.Background.Disabled.Dark": "excl", - "Checkbox.Background.Selected": "accent", - "Checkbox.Background.Selected.Dark": "hc", - "Checkbox.Border.Default": "hl", - "Checkbox.Border.Default.Dark": "hl", - "Checkbox.Border.Disabled": "dis", - "Checkbox.Border.Disabled.Dark": "dis", - "Checkbox.Border.Selected": "accent", - "Checkbox.Border.Selected.Dark": "hl", - "Checkbox.Focus.Thin.Default": "accent", - "Checkbox.Focus.Thin.Default.Dark": "accent", - "Checkbox.Focus.Thin.Selected": "fg", - "Checkbox.Focus.Thin.Selected.Dark": "fg", - "Checkbox.Focus.Wide": "accent", - "Checkbox.Focus.Wide.Dark": "accent", - "Checkbox.Foreground.Disabled": "dis", - "Checkbox.Foreground.Disabled.Dark": "dis", - "Checkbox.Foreground.Selected": "hc", - "Checkbox.Foreground.Selected.Dark": "accent", - "Objects.BlackText": "fg", - "Objects.Blue": "blue", - "Objects.Green": "green", - "Objects.GreenAndroid": "green", - "Objects.Grey": "gray", - "Objects.Pink": "purple", - "Objects.Purple": "purple", - "Objects.Red": "red", - "Objects.RedStatus": "red", - "Objects.Yellow": "yellow", - "Objects.YellowDark": "orange", - "Tree.iconColor": "text", - "Tree.iconColor.Dark": "text" - } - } -} 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 deleted file mode 100644 index d128ab60..00000000 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Oceanic Contrast.theme.json +++ /dev/null @@ -1,1778 +0,0 @@ -{ - "name": "Material Oceanic Contrast", - "dark": true, - "author": "Mallowigi", - "colors": { - "bg": "#263238", - "bg30": "#26323830", - "fg": "#B0BEC5", - "text": "#607D8B", - "selBg": "#546E7A", - "selBg20": "#546E7A20", - "selFg": "#FFFFFF", - "activeFg": "#FFFFFF", - "border": "#2A373E", - "excl": "#2E3C43", - "second": "#32424A", - "dis": "#415967", - "accent": "#009688", - "accent2": "#0096882", - "accent50": "#00968850", - "accent70": "#00968870", - "cs": "#1E272C", - "button": "#2E3C43", - "table": "#314549", - "tree": "#30454d", - "hl": "#425B67", - "notif": "#1E272C", - "hc": "#1E272C", - "shadow": "undefined", - "white": "#eeffff", - "blue": "#82aaff", - "red": "#f07178", - "yellow": "#ffcb6b", - "green": "#c3e88d", - "gray": "#546e7a", - "purple": "#c792ea", - "orange": "#f78c6c" - }, - "editorScheme": "colors/Material Oceanic.xml", - "ui": { - "*": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "text", - "background": "bg", - "borderColor": "border", - "disabledBackground": "excl", - "disabledBorderColor": "button", - "disabledForeground": "dis", - "disabledText": "dis", - "focusColor": "hl", - "focusedBorderColor": "accent", - "foreground": "fg", - "hoverBorderColor": "hl", - "inactiveBackground": "excl", - "inactiveForeground": "text", - "infoForeground": "text", - "lineSeparatorColor": "hl", - "pressedBorderColor": "hl", - "selectionBackground": "selBg", - "selectionBackgroundInactive": "second", - "selectionForeground": "selFg", - "selectionInactiveBackground": "second", - "separatorColor": "border" - }, - "activeCaption": "bg", - "activeCaptionBorder": "bg", - "activeCaptionText": "fg", - "ActionButton": { - "focusedBorderColor": "accent50", - "hoverBackground": "accent50", - "hoverBorderColor": "accent50", - "hoverSeparatorColor": "button", - "pressedBackground": "accent50", - "pressedBorderColor": "accent50" - }, - "ActionsList": { - "icon.gap": 12, - "mnemonic.icon.gap": 12 - }, - "ActionToolbar": { - "background": "hc" - }, - "AppInspector.GraphNode": { - "background": "second", - "borderColor": "border", - "focusedBorderColor": "accent" - }, - "AssignedMnemonic": { - "background": "hl", - "borderColor": "selBg", - "foreground": "activeFg" - }, - "Autocomplete": { - "selectionBackground": "selBg", - "selectionUnfocus": "hl" - }, - "AvailableMnemonic": { - "background": "button", - "borderColor": "button", - "foreground": "fg" - }, - "BigSpinner.background": "bg", - "Bookmark": { - "iconBackground": "accent", - "Mnemonic": { - "iconBackground": "hl", - "iconBorderColor": "hl", - "iconForeground": "fg" - } - }, - "BookmarkMnemonicAssigned": { - "background": "hl", - "borderColor": "selBg", - "foreground": "selFg" - }, - "BookmarkMnemonicAvailable": { - "background": "button", - "borderColor": "button", - "foreground": "fg" - }, - "BookmarkMnemonicCurrent": { - "background": "accent", - "borderColor": "accent", - "foreground": "selFg" - }, - "BookmarkMnemonicIcon": { - "background": "hl", - "borderColor": "hl", - "foreground": "fg" - }, - "BookmarkIcon.background": "accent", - "Borders.ContrastBorderColor": "bg", - "Borders.color": "border", - "Breakpoint.iconHoverAlpha": 0.35, - "Button": { - "arc": 8, - "background": "bg", - "darcula": { - "borderColor": "button", - "defaultBorderColor": "button", - "defaultEndColor": "button", - "defaultFocusedBorderColor": "table", - "defaultOutlineColor": "button", - "defaultStartColor": "button", - "disabledBorderColor": "button", - "disabledOutlineColor": "border", - "disabledText.shadow": "bg", - "endColor": "button", - "focusedBorderColor": "table", - "outlineColor": "button", - "selectedButtonForeground": "selFg", - "selection.color1": "table", - "selection.color2": "table", - "shadowColor": "shadow", - "smallComboButtonBackground": "button", - "startColor": "button" - }, - "default": { - "borderColor": "button", - "endBackground": "table", - "endBorderColor": "table", - "focusColor": "accent", - "focusedBorderColor": "accent", - "foreground": "selFg", - "shadowColor": "shadow", - "startBackground": "table", - "startBorderColor": "table" - }, - "disabledBackground": "excl", - "disabledBorderColor": "border", - "disabledText": "dis", - "endBackground": "table", - "endBorderColor": "button", - "focus": "hl", - "focusedBorderColor": "accent", - "foreground": "text", - "highlight": "selFg", - "mt.background": "button", - "mt.color1": "button", - "mt.color2": "button", - "mt.foreground": "text", - "mt.selectedForeground": "selFg", - "mt.selection.color1": "table", - "mt.selection.color2": "table", - "select": "button", - "shadowColor": "shadow", - "shadowWidth": 0, - "startBackground": "table", - "startBorderColor": "button", - "ToolWindow": { - "arc": 40 - } - }, - "Canvas": { - "Tooltip.background": "notif", - "Tooltip.borderColor": "border" - }, - "CheckBox": { - "background": "bg", - "background.selected": "accent", - "borderColor": "bg", - "borderColor.selected": "accent", - "checkSignColor": "bg", - "checkSignColor.selected": "bg", - "checkSignColorDisabled": "bg", - "checkSignColorDisabled.selected": "bg", - "darcula": { - "borderColor1": "fg", - "checkSignColorDisabled": "dis", - "disabledBorderColor1": "dis", - "disabledBorderColor2": "dis", - "inactiveFillColor": "hl" - }, - "disabledBorderColor": "bg", - "disabledBorderColor.selected": "accent", - "disabledText": "dis", - "focused.background": "bg", - "focused.background.selected": "accent", - "focusedArmed.background": "bg", - "focusedArmed.background.selected": "accent", - "foreground": "fg", - "inactiveFillColor": "bg", - "inactiveFillColor.selected": "accent", - "select": "accent", - "shadowColor": "bg", - "shadowColorDisabled": "bg" - }, - "Checkbox": { - "Background.Default": "bg", - "Background.Default.Dark": "bg", - "Background.Disabled": "second", - "Background.Disabled.Dark": "second", - "Background.Selected": "accent", - "Background.Selected.Dark": "accent", - "Border.Default": "hl", - "Border.Default.Dark": "hl", - "Border.Disabled": "second", - "Border.Disabled.Dark": "second", - "Border.Selected": "accent", - "Border.Selected.Dark": "accent", - "Focus.Thin.Default": "bg", - "Focus.Thin.Default.Dark": "bg", - "Focus.Wide.Default": "bg", - "Focus.Wide.Default.Dark": "bg", - "Focus.Thin.Selected": "accent", - "Focus.Thin.Selected.Dark": "accent", - "Focus.Wide.Selected": "accent", - "Focus.Wide.Selected.Dark": "accent" - }, - "CheckBoxMenuItem": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "text", - "background": "bg", - "disabledBackground": "bg", - "disabledForeground": "dis", - "foreground": "fg", - "selectionBackground": "selBg", - "selectionForeground": "activeFg" - }, - "CodeWithMe": { - "Avatar.foreground": "fg", - "AccessDisabled.accessDot": "dis", - "AccessEnabled": { - "accessDot": "accent", - "dropdownBorder": "second", - "pillBackground": "second" - }, - "Users": { - "1": { - "Background": "green", - "Foreground": "fg" - }, - "2": { - "Background": "blue", - "Foreground": "fg" - }, - "3": { - "Background": "red", - "Foreground": "fg" - }, - "4": { - "Background": "purple", - "Foreground": "fg" - }, - "5": { - "Background": "yellow", - "Foreground": "fg" - }, - "6": { - "Background": "orange", - "Foreground": "fg" - } - } - }, - "ColorChooser": { - "background": "bg", - "foreground": "fg", - "swatchesDefaultRecentColor": "fg" - }, - "ComboBoxButton.background": "button", - "ComboBox": { - "ArrowButton": { - "background": "button", - "disabledIconColor": "dis", - "iconColor": "fg", - "nonEditableBackground": "hc" - }, - "PopupBackground": "cs", - "arrowFillColor": "hc", - "background": "hc", - "buttonBackground": "button", - "darcula": { - "arrowButtonBackground": "hc", - "arrowButtonDisabledForeground": "dis", - "arrowButtonForeground": "fg", - "disabledArrowButtonBackground": "excl", - "editable.arrowButtonBackground": "hc", - "hoveredArrowButtonForeground": "accent", - "nonEditableBackground": "bg" - }, - "disabledBackground": "excl", - "disabledForeground": "dis", - "foreground": "fg", - "modifiedItemForeground": "accent", - "nonEditableBackground": "bg", - "padding": "5,5,5,5", - "selectionBackground": "table", - "selectionForeground": "activeFg" - }, - "ComboPopup.border": "1,1,1,1,#009688", - "CompletionPopup": { - "Advertiser": { - "background": "bg", - "foreground": "fg", - "borderInsets": "8,12,8,12" - }, - "background": "second", - "foreground": "fg", - "grayForeground": "text", - "grayedForeground": "text", - "infoForeground": "text", - "matchForeground": "accent", - "matchSelectedForeground": "accent", - "matchSelectionForeground": "accent", - "nonFocusedState": "false", - "selectedForeground": "selFg", - "selectedGrayedForeground": "selFg", - "selectionBackground": "cs", - "selectionForeground": "selFg", - "selectionGrayForeground": "selFg", - "selectionInactiveBackground": "hl", - "selectionInactiveForeground": "text", - "selectionInactiveInfoForeground": "text", - "selectionInfoForeground": "selFg" - }, - "ComplexPopup": { - "Header.background": "notif" - }, - "Component": { - "arc": 4, - "focusWidth": 2, - "borderColor": "hl", - "disabledBorderColor": "dis", - "focusColor": "accent", - "focusedBorderColor": "accent", - "hoverIconColor": "accent", - "iconColor": "text", - "grayForeground": "text", - "infoForeground": "text" - }, - "Content": { - "background": "cs", - "selectionBackground": "selBg", - "selectionInactiveBackground": "fg" - }, - "control": "button", - "controlLtHighlight": "selFg", - "controlText": "text", - "controlHighlight": "hl", - "controlShadow": "excl", - "controlDkShadow": "excl", - "Counter": { - "background": "accent", - "foreground": "selFg" - }, - "CurrentMnemonic": { - "background": "accent", - "borderColor": "accent", - "foreground": "selFg" - }, - "darcula": { - "background": "bg", - "foreground": "fg", - "primary": "bg" - }, - "desktop": "hc", - "Debugger": { - "EvaluateExpression.background": "bg", - "Variables": { - "changedValueForeground": "accent", - "collectingDataForeground": "text", - "errorMessageForeground": "red", - "evaluatingExpressionForeground": "text", - "exceptionForeground": "yellow", - "modifyingValueForeground": "accent", - "valueForeground": "accent", - "typeForeground": "text" - } - }, - "DebuggerTabs": { - "active.background": "hl", - "selectedBackground": "hl", - "underlinedTabBackground": "table", - "underlineHeight": 2 - }, - "DebuggerPopup": { - "borderColor": "bg" - }, - "DefaultTabs": { - "background": "bg", - "borderColor": "bg", - "hoverBackground": "table", - "hoverColor": "hl", - "hoverMaskColor": "hl", - "inactiveColoredFileBackground": "button", - "inactiveColoredTabBackground": "bg", - "inactiveMaskColor": "hc", - "inactiveUnderlineColor": "accent", - "underlineColor": "accent", - "underlineHeight": 3, - "underlinedTabBackground": "table", - "underlinedTabForeground": "selFg" - }, - "Desktop.background": "bg", - "Dialog": { - "titleColor": "bg" - }, - "DialogWrapper": { - "southPanelBackground": "bg", - "southPanelDivider": "bg" - }, - "DragAndDrop": { - "areaBackground": "tree", - "areaBorderColor": "bg", - "areaForeground": "fg", - "backgroundBorderColor": "bg", - "backgroundColor": "bg", - "borderColor": "accent", - "foregroundColor": "fg", - "rowBackground": "accent70" - }, - "dropArea.base": "accent", - "Editor": { - "background": "hc", - "foreground": "fg", - "shortcutForeground": "text", - "SearchField": { - "background": "cs", - "borderInsets": "8,12,8,12" - }, - "Toolbar": { - "borderColor": "border" - } - }, - "EditorGroupsTabs": { - "background": "bg", - "borderColor": "second", - "hoverBackground": "hl", - "hoverColor": "hl", - "inactiveUnderlineColor": "accent", - "underlineColor": "accent", - "underlinedTabBackground": "table", - "underlinedTabForeground": "fg" - }, - "EditorPane": { - "background": "hc", - "caretForeground": "accent", - "foreground": "fg", - "inactiveBackground": "bg", - "inactiveForeground": "dis", - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "splitBorder": "border" - }, - "EditorTabs": { - "active.background": "table", - "active.foreground": "fg", - "active.underlineColor": "accent", - "background": "bg", - "borderColor": "second", - "foreground": "fg", - "hoverBackground": "hl", - "hoverColor": "hl", - "hoverMaskColor": "hl", - "inactive.maskColor": "bg", - "inactiveColoredFileBackground": "bg", - "inactiveMaskColor": "bg", - "inactiveUnderlineColor": "dis", - "selectedBackground": "table", - "selectedForeground": "fg", - "tabInsets": "-10,10,-10,10", - "underlineColor": "accent", - "underlineHeight": 3, - "underlineArc": 4, - "underlinedTabBackground": "table", - "underlinedTabForeground": "selFg" - }, - "FileColor": { - "Blue": "#004BA0", - "Green": "#387002", - "Orange": "#B53D00", - "Rose": "#A00037", - "Violet": "#4D2C91", - "Yellow": "excl", - "Gray": "excl", - "excluded": "excl" - }, - "FlameGraph": { - "JVMBackground": "#89DDF7", - "JVMFocusBackground": "#82AAFF", - "JVMFocusSearchNotMatchedBackground": "#AB7967", - "JVMSearchNotMatchedBackground": "#FF5370", - "nativeBackground": "#FFCB6B", - "nativeFocusBackground": "#F78C6C", - "nativeFocusSearchNotMatchedBackground": "#BB80B3", - "nativeSearchNotMatchedBackground": "#C792EA" - }, - "Focus": { - "Color": "accent50", - "borderColor": "accent50", - "color": "accent50", - "defaultButtonBorderColor": "accent" - }, - "FormattedTextField": { - "background": "cs", - "caretForeground": "accent", - "foreground": "fg", - "inactiveBackground": "button", - "inactiveForeground": "dis", - "selectionBackground": "selBg", - "selectionForeground": "activeFg" - }, - "Git.Log.Ref": { - "LocalBranch": "accent", - "Other": "text", - "RemoteBranch": "fg", - "Tag": "text" - }, - "Github.List.tallRow": { - "foreground": "fg", - "secondary.foreground": "text", - "selectionBackground": "selBg", - "selectionBackground.unfocused": "hl", - "selectionForeground": "selFg", - "selectionForeground.unfocused": "selFg" - }, - "GotItTooltip": { - "background": "notif", - "borderColor": "notif", - "endBackground": "button", - "endBorderColor": "button", - "foreground": "fg", - "linkForeground": "accent", - "shortcutForeground": "text", - "startBackground": "button", - "startBorderColor": "button" - }, - "Group": { - "disabledSeparatorColor": "border", - "separatorColor": "border" - }, - "Gutter": { - "VcsChanges.width": 4 - }, - "GutterTooltip": { - "borderColor": "bg", - "infoForeground": "text", - "lineSeparatorColor": "bg" - }, - "HeaderColor": { - "active": "bg", - "inactive": "cs" - }, - "HelpTooltip": { - "background": "bg", - "backgroundColor": "bg", - "borderColor": "border", - "defaultTextBorderInsets": "16,16,16,16", - "foreground": "fg", - "infoForeground": "text", - "shortcutForeground": "text", - "shortcutTextColor": "text", - "smallTextBorderInsets": "8,12,8,12", - "textColor": "fg", - "verticalGap": 8 - }, - "Hg.Log.Ref": { - "Branch": "accent", - "ClosedBranch": "fg", - "LocalTag": "text", - "MqTag": "text", - "Tag": "text" - }, - "Hyperlink.linkColor": "accent", - "IconBadge": { - "infoBackground": "accent" - }, - "IdeStatusBar.border": "4,4,4,4", - "InformationHint.borderColor": "border", - "inactiveCaption": "second", - "inactiveCaptionBorder": "bg", - "inactiveCaptionText": "text", - "info": "text", - "infoPanelForeground": "text", - "infoText": "text", - "InplaceRefactoringPopup": { - "background": "bg", - "borderColor": "bg" - }, - "intellijlaf": { - "background": "bg", - "foreground": "fg" - }, - "InternalFrame": { - "activeTitleForeground": "fg", - "background": "bg", - "inactiveTitleBackground": "bg", - "inactiveTitleForeground": "text" - }, - "Label": { - "background": "bg", - "disabledForeground": "dis", - "disabledForegroundColor": "dis", - "disabledShadow": "dis", - "disabledText": "dis", - "errorForeground": "accent", - "foreground": "fg", - "grayForeground": "text", - "infoForeground": "text", - "selectedDisabledForeground": "fg", - "selectedForeground": "activeFg", - "textForeground": "text" - }, - "Lesson": { - "Badge": { - "newLessonBackground": "accent", - "newLessonForeground": "selFg" - }, - "shortcutBackground": "second", - "stepNumberForeground": "text", - "Tooltip": { - "background": "notif", - "borderColor": "notif", - "foreground": "fg", - "spanBackground": "button", - "spanForeground": "fg", - "stepNumberForeground": "text" - } - }, - "link": "accent", - "Link": { - "activeForeground": "accent", - "focusedBorderColor": "accent", - "hoverForeground": "accent", - "pressedForeground": "accent", - "secondaryForeground": "text", - "visitedForeground": "accent" - }, - "link.foreground": "accent", - "link.hover.foreground": "accent", - "link.pressed.foreground": "accent", - "link.visited.foreground": "accent", - "List": { - "background": "bg", - "Button": { - "hoverBackground": "hl", - "leftRightInset": 8, - "separatorColor": "border", - "separatorInset": 4 - }, - "foreground": "fg", - "hoverBackground": "hl", - "hoverInactiveBackground": "table", - "Line.hoverBackground": "selBg", - "rowHeight": "28", - "selectionBackground": "tree", - "selectionForeground": "selFg", - "selectionInactiveBackground": "table", - "selectionInactiveForeground": "activeFg", - "Tag": { - "background": "button", - "foreground": "fg" - } - }, - "LiveIndicator": { - "color": "accent" - }, - "macOSWindow.Title": { - "height": 30, - "heightSmall": 20 - }, - "MainMenu": { - "background": "hc", - "foreground": "fg", - "selectionForeground": "activeFg", - "selectionBackground": "selBg" - }, - "MainToolbar": { - "background": "bg", - "Button": { - "buttonInsets": "0,0,0,0" - }, - "Dropdown": { - "borderInsets": "6,12,6,12", - "background": "bg", - "foreground": "fg", - "hoverBackground": "hl", - "pressedBackground": "table" - }, - "hoverBackground": "hl", - "Icon": { - "borderInsets": "10,10,10,10", - "background": "bg", - "hoverBackground": "hl", - "pressedBackground": "table" - }, - "inactiveBackground": "bg", - "pressedBackground": "table", - "separatorColor": "border" - }, - "material": { - "background": "bg", - "branchColor": "fg", - "contrast": "cs", - "foreground": "fg", - "mergeCommits": "button", - "primaryColor": "text", - "selectionBackground": "selBg", - "selectionForeground": "selFg", - "tab.backgroundColor": "bg", - "tab.borderColor": "accent", - "tagColor": "text" - }, - "MemoryIndicator": { - "allocatedBackground": "second", - "unusedColor": "second", - "usedBackground": "hl", - "usedColor": "hl" - }, - "menu": "bg", - "menuText": "fg", - "Menu": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "activeFg", - "background": "bg", - "border": "8,8,8,8", - "borderColor": "second", - "disabledBackground": "second", - "disabledForeground": "dis", - "foreground": "fg", - "Selection": { - "arc": 8, - "innerInsets": "8,2,8,2" - }, - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "separatorColor": "border" - }, - "MenuBar": { - "background": "hc", - "borderColor": "bg", - "disabledBackground": "bg", - "disabledForeground": "dis", - "foreground": "fg", - "highlight": "bg", - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "shadow": "hc" - }, - "MenuItem": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "activeFg", - "background": "bg", - "border": "8,8,8,8", - "disabledBackground": "bg", - "disabledForeground": "dis", - "foreground": "fg", - "selectionBackground": "selBg", - "selectionForeground": "activeFg" - }, - "MlModelBinding.Viewer.CodeEditor.background": "bg", - "MnemonicIcon": { - "background": "hl", - "borderColor": "hl", - "foreground": "fg" - }, - "NavBar": { - "arrowColor": "fg", - "borderColor": "bg", - "selectedColor": "accent" - }, - "NewClass": { - "Panel": { - "background": "bg" - }, - "SearchField": { - "background": "cs" - }, - "separatorWidth": 6 - }, - "NewPSD.warning": "accent", - "Notification": { - "arc": 16, - "Error.foreground": "accent", - "Link.foreground": "accent", - "background": "notif", - "borderColor": "notif", - "errorBackground": "notif", - "errorBorderColor": "notif", - "errorForeground": "accent", - "foreground": "fg", - "linkForeground": "accent", - "MoreButton": { - "background": "button", - "foreground": "fg", - "innerBorderColor": "button" - }, - "ToolWindow": { - "Button.DragAndDrop": { - "buttonFloatingBackground": "button", - "stripeBackground": "bg" - }, - "errorBackground": "notifError", - "errorBorderColor": "notifError", - "errorForeground": "fg", - "infoBackground": "notif", - "infoBorderColor": "notif", - "infoForeground": "fg", - "informativeBackground": "notif", - "informativeBorderColor": "notif", - "informativeForeground": "fg", - "warningBackground": "notifWarn", - "warningBorderColor": "notifWarn", - "warningForeground": "fg" - }, - "ToolWindowError": { - "foreground": "fg", - "background": "notifError" - }, - "ToolWindowInfo": { - "foreground": "fg", - "background": "notif", - "borderColor": "notif" - }, - "ToolWindowWarning": { - "foreground": "fg", - "background": "notifWarn" - } - }, - "Notifications": { - "background": "notif", - "borderColor": "notif" - }, - "NotificationsToolwindow": { - "Notification.hoverBackground": "tree", - "newNotification.background": "notif", - "newNotification.hoverBackground": "tree" - }, - "OnePixelDivider.background": "border", - "OptionPane": { - "background": "bg", - "foreground": "fg", - "messageForeground": "fg" - }, - "OptionButton": { - "default.separatorColor": "table", - "separatorColor": "button" - }, - "Outline": { - "color": "button", - "disabledColor": "dis", - "focusedColor": "accent" - }, - "Panel": { - "background": "bg", - "foreground": "fg", - "mouseShortcutBackground": "bg" - }, - "ParameterInfo": { - "ContextHelp.foreground": "text", - "background": "second", - "borderColor": "table", - "currentOverloadBackground": "hl", - "currentParameterForeground": "accent", - "disabledColor": "dis", - "disabledForeground": "dis", - "foreground": "fg", - "highlightedColor": "accent", - "infoForeground": "text", - "lineSeparatorColor": "table" - }, - "PasswordField": { - "background": "cs", - "capsLockIconColor": "accent", - "caretForeground": "accent", - "foreground": "fg", - "inactiveForeground": "dis", - "selectionBackground": "table", - "selectionForeground": "activeFg" - }, - "Plugins": { - "background": "bg", - "borderColor": "border", - "disabledForeground": "dis", - "eapTagBackground": "hl", - "hoverBackground": "hl", - "lightSelectionBackground": "table", - "paidTagBackground": "hl", - "selectionBackground": "selBg", - "selectionForeground": "selFg", - "tagBackground": "hl", - "tagForeground": "accent", - "trialTagBackground": "hl", - "Button": { - "installBackground": "button", - "installBorderColor": "button", - "installFillBackground": "button", - "installFillForeground": "dis", - "installFocusedBackground": "hl", - "installForeground": "fg", - "updateBackground": "accent", - "updateBorderColor": "button", - "updateForeground": "fg" - }, - "ScreenshotPagination": { - "CurrentImage.fillColor": "accent" - }, - "SearchField": { - "background": "cs", - "borderColor": "border" - }, - "SectionHeader": { - "background": "second", - "foreground": "fg" - }, - "Tab": { - "active.background": "table", - "active.foreground": "activeFg", - "hover.background": "table", - "hoverBackground": "table", - "selectedBackground": "table", - "selectedForeground": "selFg" - } - }, - "Popup": { - "Advertiser": { - "borderInsets": "6,20,6,20", - "background": "bg", - "borderColor": "bg", - "foreground": "accent" - }, - "Body": { - "bottomInsetNoAd": 8, - "bottomInsetBeforeAd": 8, - "topInsetNoHeader": 8 - }, - "Border": { - "color": "cs", - "inactiveColor": "bg" - }, - "background": "notif", - "borderColor": "cs", - "borderWidth": 0, - "inactiveBorderColor": "bg", - "innerBorderColor": "second", - "Header": { - "activeBackground": "bg", - "inactiveBackground": "cs", - "inactiveForeground": "text" - }, - "paintBorder": false, - "preferences": { - "background": "bg", - "borderColor": "bg", - "foreground": "fg" - }, - "Selection.arc": 8, - "Selection.leftRightInset": 8, - "Separator": { - "foreground": "fg", - "color": "border" - }, - "separatorColor": "second", - "separatorForeground": "fg", - "Toolbar": { - "Border.color": "cs", - "Floating.background": "cs", - "background": "cs", - "borderColor": "cs" - } - }, - "PopupMenu": { - "background": "bg", - "borderWidth": 1, - "border": "8,8,8,8", - "borderCornerRadius": 8, - "foreground": "fg", - "Selection": { - "arc": 8, - "innerInsets": "8,2,8,2" - }, - "selectionBackground": "selBg", - "translucentBackground": "bg" - }, - "PopupMenuSeparator": { - "height": 10, - "stripeWidth": 2, - "stripeIndent": 5, - "withToEdge": 4, - "borderCornerRadius": 8 - }, - "ProgressBar": { - "background": "bg", - "foreground": "accent", - "halfColor": "hl", - "indeterminateEndColor": "accent", - "indeterminateStartColor": "accent", - "progressColor": "accent", - "selectionBackground": "hl", - "trackColor": "hl" - }, - "ProgressIcon": { - "color": "accent" - }, - "PsiViewer": { - "referenceHighlightColor": "accent" - }, - "RadioButton": { - "background": "bg", - "darcula": { - "borderColor1": "fg", - "selectionDisabledColor": "bg", - "selectionDisabledShadowColor": "accent", - "selectionEnabledColor": "accent", - "selectionEnabledShadowColor": "accent" - }, - "disabledText": "dis", - "focusColor": "accent", - "foreground": "fg", - "selectionDisabledColor": "bg", - "selectionDisabledShadowColor": "accent", - "selectionEnabledColor": "accent", - "selectionEnabledShadowColor": "accent" - }, - "RadioButtonMenuItem": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "text", - "background": "bg", - "disabledBackground": "bg", - "disabledForeground": "dis", - "foreground": "fg", - "selectionBackground": "selBg", - "selectionForeground": "selFg" - }, - "ReviewList": { - "state.background": "second", - "state.foreground": "fg" - }, - "RunWidget": { - "background": "button", - "Debug.activeBackground": "hl", - "foreground": "fg", - "hoverBackground": "table", - "pressedBackground": "hl", - "Profile.activeBackground": "hl", - "runningBackground": "hl", - "runningForeground": "selFg", - "Run.activeBackground": "hl", - "Running": { - "background": "hl", - "foreground": "selFg", - "leftHoverBackground": "hl", - "leftPressedBackground": "hl" - }, - "separatorColor": "border" - }, - "ScreenView.borderColor": "border", - "scrollbar": "bg", - "ScrollBar": { - "background": "bg", - "hoverThumbBorderColor": "accent", - "hoverThumbColor": "accent", - "hoverTrackColor": "bg30", - "Mac": { - "hoverThumbBorderColor": "accent", - "hoverThumbColor": "accent", - "hoverTrackColor": "bg30", - "thumbBorderColor": "accent70", - "thumbColor": "accent70", - "trackColor": "bg30", - "Transparent": { - "hoverThumbBorderColor": "accent", - "hoverThumbColor": "accent", - "hoverTrackColor": "bg30", - "thumbBorderColor": "accent70", - "thumbColor": "accent70", - "trackColor": "bg30" - } - }, - "thumb": "hl", - "thumbBorderColor": "accent70", - "thumbColor": "accent70", - "Thumb": { - "Hovered.background": "accent", - "NonOpaque.Hovered.background": "accent" - }, - "trackColor": "bg30", - "Transparent": { - "hoverThumbBorderColor": "accent", - "hoverThumbColor": "accent", - "hoverTrackColor": "bg30", - "thumbBorderColor": "accent70", - "thumbColor": "accent70", - "trackColor": "bg30" - } - }, - "SearchEverywhere": { - "Advertiser": { - "background": "bg", - "foreground": "text", - "borderInsets": "10,20,10,20" - }, - "background": "bg", - "Dialog": { - "background": "bg", - "borderColor": "bg", - "foreground": "fg" - }, - "foreground": "fg", - "Header": { - "background": "bg" - }, - "List": { - "Separator.Color": "border", - "Separator.foreground": "text", - "selectionBackground": "selBg", - "separatorColor": "border", - "separatorForeground": "text", - "settingsBackground": "bg" - }, - "SearchField": { - "Border.color": "hl", - "background": "cs", - "borderColor": "hl", - "grayForeground": "dis", - "infoForeground": "dis" - }, - "shortcutForeground": "text", - "Tab": { - "active.background": "hl", - "active.foreground": "activeFg", - "selected.background": "hl", - "selected.foreground": "activeFg", - "selectedBackground": "hl", - "selectedForeground": "activeFg" - } - }, - "SearchMatch": { - "endBackground": "accent", - "endColor": "accent", - "startBackground": "accent", - "startColor": "accent" - }, - "SearchField.errorBackground": "notif", - "SearchFieldWithExtension": { - "background": "cs" - }, - "SearchOption": { - "selectedBackground": "table", - "selectedPressedBackground": "hl", - "selectedHoveredBackground": "hl" - }, - "SearchResults": { - "Ordinal.File.Foreground": "text", - "Repeated.File.Foreground": "fg" - }, - "SegmentedButton": { - "focusedSelectedButtonColor": "hl", - "selectedButtonColor": "button", - "selectedStartBorderColor": "border", - "selectedEndBorderColor": "border" - }, - "Separator": { - "background": "second", - "foreground": "second", - "separatorColor": "border" - }, - "Settings": { - "Spotlight.borderColor": "accent" - }, - "SidePanel": { - "background": "hc" - }, - "Slider": { - "background": "bg", - "buttonBorderColor": "accent", - "buttonColor": "accent", - "foreground": "fg", - "majorTickLength": 6, - "thumb": "accent", - "tickColor": "second", - "track": "table", - "trackColor": "table", - "trackDisabled": "hl", - "trackWidth": 7 - }, - "Space.Review.diffAnchorBackground": "second", - "SpeedSearch": { - "background": "hl", - "borderColor": "border", - "errorForeground": "red", - "foreground": "fg" - }, - "Spinner": { - "background": "bg", - "border": "4,4,4,4", - "disabledBackground": "excl", - "foreground": "fg", - "selectionForeground": "activeFg" - }, - "SplitPane": { - "background": "bg", - "highlight": "hc" - }, - "SplitPaneDivider.draggingColor": "second", - "StateWidget.activeBackground": "button", - "StatusBar": { - "background": "bg", - "Breadcrumbs": { - "floatingBackground": "tree", - "floatingForeground": "fg", - "floatingToolbarInsets": "8,12,8,12", - "foreground": "fg", - "hoverBackground": "tree", - "hoverForeground": "fg", - "itemBackgroundInsets": "2,4,2,4", - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "selectionInactiveBackground": "button", - "selectionInactiveForeground": "fg" - }, - "borderColor": "border", - "bottomColor": "bg", - "hoverBackground": "hl", - "top2Color": "bg", - "topColor": "bg", - "LightEditBackground": "table", - "Widget": { - "foreground": "fg", - "hoverBackground": "hl", - "hoverForeground": "selFg", - "pressedBackground": "button", - "pressedForeground": "fg", - "widgetInsets": "8,12,8,12" - } - }, - "TabbedPane": { - "background": "bg", - "borderColor": "hc", - "contentAreaColor": "hl", - "contentBorderInsets": "3,1,1,1", - "darkShadow": "hc", - "disabledForeground": "dis", - "disabledText": "dis", - "disabledUnderlineColor": "dis", - "focus": "table", - "focusColor": "table", - "fontSizeOffset": 0, - "foreground": "fg", - "highlight": "border", - "hoverColor": "hl", - "labelShift": 0, - "mt.tab.background": "hc", - "selectHighlight": "hl", - "selected": "selBg", - "selectedColor": "accent", - "selectedDisabledColor": "dis", - "selectedForeground": "activeFg", - "selectedLabelShift": 0, - "selectedTabPadInsets": "0,0,0,0", - "shadow": "hc", - "tabHeight": 32, - "tabInsets": "5,10,5,10", - "tabSelectionArc": 4, - "tabSelectionHeight": 2, - "tabsOverlapBorder": true, - "underlineColor": "accent" - }, - "TabbedPane.mt.tab.background": "hc", - "Table": { - "alternativeRowBackground": "cs", - "background": "bg", - "cellNoFocusBorder": "16,4,16,4", - "disabledForeground": "dis", - "dropLineColor": "accent", - "dropLineShortColor": "accent", - "focusCellBackground": "table", - "focusCellForeground": "activeFg", - "focusCellHighlightBorder": "18,6,18,6", - "foreground": "fg", - "gridColor": "bg", - "highlightOuter": "table", - "hoverBackground": "hl", - "hoverInactiveBackground": "table", - "lightSelectionBackground": "table", - "lightSelectionForeground": "activeFg", - "lightSelectionInactiveBackground": "second", - "lightSelectionInactiveForeground": "text", - "rowHeight": 32, - "selectionBackground": "table", - "selectionForeground": "activeFg", - "selectionInactiveBackground": "table", - "selectionInactiveForeground": "selFg", - "sortIconColor": "fg", - "stripeColor": "cs", - "stripedBackground": "cs" - }, - "TableHeader": { - "background": "button", - "bottomSeparatorColor": "border", - "borderColor": "hl", - "cellBorder": "6,0,6,0", - "disabledForeground": "dis", - "focusCellBackground": "table", - "focusCellForeground": "activeFg", - "foreground": "fg", - "height": 32, - "hoverBackground": "hl", - "separatorColor": "border" - }, - "Tag": { - "background": "button", - "borderColor": "button", - "foreground": "fg" - }, - "text": "bg", - "textInactiveText": "text", - "textHighlight": "selBg", - "textHighlightText": "activeFg", - "textText": "text", - "TextArea": { - "background": "cs", - "caretForeground": "accent", - "foreground": "fg", - "inactiveForeground": "dis", - "selectionBackground": "table", - "selectionForeground": "activeFg" - }, - "TextField": { - "background": "cs", - "borderColor": "bg", - "caretForeground": "accent", - "disabledBackground": "excl", - "focusedBorderColor": "bg", - "foreground": "fg", - "hoverBorderColor": "bg", - "inactiveForeground": "dis", - "selectedSeparatorColor": "accent", - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "separatorColor": "hl", - "separatorColorDisabled": "bg" - }, - "TextPane": { - "background": "cs", - "caretForeground": "accent", - "foreground": "fg", - "inactiveForeground": "dis", - "selectionBackground": "table", - "selectionForeground": "activeFg" - }, - "TipOfTheDay": { - "Image.borderColor": "border" - }, - "TitlePane": { - "Button": { - "hoverBackground": "hl", - "preferredSize": "48,40" - }, - "background": "hc", - "inactiveBackground": "bg", - "inactiveInfoForeground": "dis", - "infoForeground": "text" - }, - "TitledBorder.titleColor": "fg", - "ToggleButton": { - "borderColor": "button", - "buttonColor": "button", - "disabledText": "dis", - "foreground": "fg", - "off.background": "bg", - "off.foreground": "bg", - "offBackground": "bg", - "offForeground": "bg", - "on.background": "accent", - "on.foreground": "accent", - "onBackground": "accent", - "onForeground": "accent" - }, - "Toolbar.Floating.background": "button", - "ToolBar": { - "background": "hc", - "borderHandleColor": "text", - "comboBoxButtonBackground": "button", - "floatingForeground": "text", - "foreground": "fg", - "verticalToolbarInsets": "6,6,6,6", - "horizontalToolbarInsets": "6,6,6,6" - }, - "ToolbarComboWidget": { - "background": "button", - "hoverBackground": "hl" - }, - "tooltips": { - "actions.keymap.text.color": "text", - "actions.settings.icon.background.color": "bg", - "description.title.text.color": "fg" - }, - "ToolTip": { - "arc": 6, - "actions": { - "background": "bg" - }, - "Actions": { - "background": "bg", - "grayForeground": "text", - "infoForeground": "text" - }, - "background": "notif", - "borderColor": "border", - "borderCornerRadius": 8, - "foreground": "fg", - "infoForeground": "text", - "linkForeground": "accent", - "Learning": { - "background": "accent", - "borderColor": "accent", - "foreground": "fg", - "spanBackground": "accent50", - "spanForeground": "fg", - "stepNumberForeground": "accent" - }, - "separatorColor": "border", - "shortcutForeground": "text" - }, - "ToolWindow": { - "active": { - "Header.background": "second", - "HeaderTab.background": "cs" - }, - "Background": "bg", - "background": "hc", - "Button": { - "hoverBackground": "table", - "DragAndDrop": { - "stripeBackground": "cs", - "buttonDropBackground": "accent70" - }, - "selectedBackground": "cs", - "selectedForeground": "activeFg" - }, - "header": { - "active.background": "second", - "background": "bg", - "border.background": "second", - "closeButton.background": "bg", - "tab.selected.active.background": "cs", - "tab.selected.background": "cs" - }, - "Header": { - "height": 42, - "background": "second", - "borderColor": "second", - "inactiveBackground": "bg" - }, - "HeaderCloseButton": { - "background": "bg" - }, - "HeaderTab": { - "borderColor": "bg", - "hoverBackground": "hl", - "hoverInactiveBackground": "hl", - "inactiveUnderlineColor": "accent", - "leftRightInsets": "0,12,0,12", - "selectedBackground": "cs", - "selectedInactiveBackground": "cs", - "underlineArc": 4, - "underlineColor": "accent", - "underlineHeight": 3, - "underlinedTabBackground": "table", - "underlinedTabForeground": "selFg", - "underlinedTabInactiveBackground": "hc", - "underlinedTabInactiveForeground": "fg", - "verticalPadding": 6 - }, - "inactive": { - "Header.background": "bg", - "HeaderTab.background": "cs" - } - }, - "Tree": { - "border": "4,12,4,12", - "background": "hc", - "foreground": "text", - "errorForeground": "red", - "hash": "border", - "hoverBackground": "tree", - "hoverInactiveBackground": "table", - "modifiedItemForeground": "accent", - "rowHeight": "28", - "selectionBackground": "tree", - "selectionForeground": "selFg", - "selectionInactiveBackground": "tree", - "selectionInactiveForeground": "selFg", - "textBackground": "hc" - }, - "Tree.leftChildIndent": 10, - "Tree.rightChildIndent": 5, - "UIDesigner": { - "Activity.borderColor": "border", - "Canvas.background": "cs", - "ColorPicker": { - "background": "second", - "foreground": "fg" - }, - "Component": { - "background": "bg", - "borderColor": "border", - "foreground": "fg", - "hoverBorderColor": "hl" - }, - "Connector": { - "borderColor": "border", - "hoverBorderColor": "hl" - }, - "Label.foreground": "text", - "highStroke.foreground": "fg", - "motion": { - "AddConstraintColor": "accent", - "AddConstraintPlus": "accent", - "CSPanel.SelectedBackground": "tree", - "CSPanel.SelectedFocusBackground": "selBg", - "Component.foreground": "fg", - "ConstraintSet.background": "second", - "ConstraintSetText.foreground": "text", - "CursorTextColor.foreground": "fg", - "HoverColor.disabledBackground": "dis", - "Key.selectedForeground": "accent", - "Notification.background": "notif", - "PositionMarkColor": "accent", - "PrimaryPanel.background": "cs", - "SecondaryPanel.background": "bg", - "SecondaryPanel.header.background": "cs", - "SecondaryPanel.header.foreground": "text", - "TimeCursor.End.selectedForeground": "accent", - "TimeCursor.Start.selectedForeground": "accent", - "TimeCursor.selectedForeground": "accent", - "borderColor": "border", - "cs_FocusText.infoForeground": "text", - "graphLine.lineSeparatorColor": "accent", - "motionGraph.background": "bg", - "ourAvg.background": "second", - "ourCS.background": "second", - "ourCS_Border.borderColor": "border", - "ourCS_SelectedBackground.selectionInactiveBackground": "table", - "ourCS_SelectedBorder.pressedBorderColor": "hl", - "ourCS_SelectedFocusBackground.selectionForeground": "selFg", - "ourCS_SelectedFocusBorder.focusedBorderColor": "accent", - "ourCS_TextColor.foreground": "text", - "ourML_BarColor.separatorColor": "border", - "timeLine.disabledBorderColor": "border" - }, - "PackageDetails": { - "border": "accent", - "infoBanner": "accent" - }, - "PackageSearch": { - "PackagesList.rowHeight": 28, - "PackageTag": { - "background": "excl", - "foreground": "fg", - "hoverBackground": "tree", - "selectedBackground": "selBg", - "selectedForeground": "selFg" - }, - "PackageTagSelected": { - "background": "selBg", - "foreground": "selFg" - }, - "SearchResult": { - "background": "cs", - "hoverBackground": "tree", - "PackageTag": { - "background": "excl", - "foreground": "fg", - "hoverBackground": "tree", - "selectedBackground": "selBg", - "selectedForeground": "selFg" - } - } - }, - "Panel": { - "background": "bg", - "borderColor": "border", - "graphLabel": "text", - "graphLines": "hl", - "lines3d": "accent", - "secondaryGraphLines": "border" - }, - "percent.foreground": "fg", - "Placeholder": { - "background": "bg", - "borderColor": "border", - "foreground": "fg", - "selectedForeground": "selFg" - }, - "Preview.background": "bg", - "stroke.acceleratorForeground": "text" - }, - "ValidationTooltip": { - "errorBackground": "notif", - "errorBorderColor": "notif", - "warningBackground": "notif", - "warningBorderColor": "notif" - }, - "VersionControl": { - "FileHistory.Commit": { - "otherBranchBackground": "excl", - "selectedBranchBackground": "bg" - }, - "GitCommits": { - "graphColor": "hl" - }, - "GitLog": { - "localBranchIconColor": "accent", - "otherIconColor": "text", - "remoteBranchIconColor": "fg", - "tagIconColor": "text" - }, - "HgLog": { - "bookmarkIconColor": "activeFg", - "branchIconColor": "accent", - "closedBranchIconColor": "dis", - "localTagIconColor": "text", - "mqTagIconColor": "text", - "tagIconColor": "text", - "tipIconColor": "text" - }, - "Log": { - "Commit": { - "currentBranchBackground": "cs", - "hoveredBackground": "tree", - "rowHeight": 28, - "unmatchedForeground": "text" - } - }, - "MarkerPopup": { - "borderColor": "border", - "borderInsets": "6,8,6,10", - "Toolbar.background": "hl" - }, - "Ref": { - "backgroundBase": "hl", - "foreground": "activeFg" - }, - "RefLabel": { - "backgroundBase": "hl", - "foreground": "activeFg" - } - }, - "UnattendedHostStatus": { - "warningBackground": "yellow", - "warningForeground": "activeFg", - "dangerBackground": "red" - }, - "Viewport": { - "background": "hc", - "foreground": "fg" - }, - "WelcomeScreen": { - "AssociatedComponent.background": "bg", - "Details.background": "bg", - "List": { - "background": "hc", - "selectionBackground": "selBg", - "selectionInactiveBackground": "hl" - }, - "SidePanel.background": "second", - "background": "bg", - "borderColor": "bg", - "captionBackground": "cs", - "captionForeground": "fg", - "footerBackground": "cs", - "footerForeground": "fg", - "groupIconBorderColor": "button", - "headerBackground": "bg", - "headerForeground": "fg", - "separatorColor": "border", - "Projects": { - "actions.background": "cs", - "actions.selectionBackground": "hl", - "background": "second", - "selectionBackground": "selBg", - "selectionInactiveBackground": "selBg" - } - }, - "Window.border": "border", - "window": "hc", - "windowBorder": "border", - "windowText": "text" - }, - "icons": { - "ColorPalette": { - "#43494A": "cs", - "#6B6B6B": "text", - "#A7A7A7": "bg", - "#3D6185": "accent", - "#466D94": "accent", - "#3C3F41": "bg", - "#545556": "dis", - "#606060": "dis", - "#9AA7B0": "fg", - "#675133": "accent", - "Actions.Blue": "blue", - "Actions.Green": "green", - "Actions.Grey": "text", - "Actions.GreyInline": "gray", - "Actions.GreyInline.Dark": "fg", - "Actions.Red": "red", - "Actions.Yellow": "yellow", - "Checkbox.Background.Default": "cs", - "Checkbox.Background.Default.Dark": "cs", - "Checkbox.Background.Disabled": "excl", - "Checkbox.Background.Disabled.Dark": "excl", - "Checkbox.Background.Selected": "accent", - "Checkbox.Background.Selected.Dark": "hc", - "Checkbox.Border.Default": "hl", - "Checkbox.Border.Default.Dark": "hl", - "Checkbox.Border.Disabled": "dis", - "Checkbox.Border.Disabled.Dark": "dis", - "Checkbox.Border.Selected": "accent", - "Checkbox.Border.Selected.Dark": "hl", - "Checkbox.Focus.Thin.Default": "accent", - "Checkbox.Focus.Thin.Default.Dark": "accent", - "Checkbox.Focus.Thin.Selected": "fg", - "Checkbox.Focus.Thin.Selected.Dark": "fg", - "Checkbox.Focus.Wide": "accent", - "Checkbox.Focus.Wide.Dark": "accent", - "Checkbox.Foreground.Disabled": "dis", - "Checkbox.Foreground.Disabled.Dark": "dis", - "Checkbox.Foreground.Selected": "hc", - "Checkbox.Foreground.Selected.Dark": "accent", - "Objects.BlackText": "fg", - "Objects.Blue": "blue", - "Objects.Green": "green", - "Objects.GreenAndroid": "green", - "Objects.Grey": "gray", - "Objects.Pink": "purple", - "Objects.Purple": "purple", - "Objects.Red": "red", - "Objects.RedStatus": "red", - "Objects.Yellow": "yellow", - "Objects.YellowDark": "orange", - "Tree.iconColor": "text", - "Tree.iconColor.Dark": "text" - } - } -} 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 deleted file mode 100644 index 41f9bea8..00000000 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Material Palenight Contrast.theme.json +++ /dev/null @@ -1,1778 +0,0 @@ -{ - "name": "Material Palenight Contrast", - "dark": true, - "author": "Mallowigi", - "colors": { - "bg": "#292D3E", - "bg30": "#292D3E30", - "fg": "#A6ACCD", - "text": "#676E95", - "selBg": "#444267", - "selBg20": "#44426720", - "selFg": "#FFFFFF", - "activeFg": "#FFFFFF", - "border": "#323147", - "excl": "#2f2e43", - "second": "#34324a", - "dis": "#515772", - "accent": "#ab47bc", - "accent2": "#ab47bc2", - "accent50": "#ab47bc50", - "accent70": "#ab47bc70", - "cs": "#202331", - "button": "#303348", - "table": "#414863", - "tree": "#3b415b", - "hl": "#444267", - "notif": "#202331", - "hc": "#202331", - "shadow": "undefined", - "white": "#eeffff", - "blue": "#82aaff", - "red": "#f07178", - "yellow": "#ffcb6b", - "green": "#c3e88d", - "gray": "#676E95", - "purple": "#c792ea", - "orange": "#f78c6c" - }, - "editorScheme": "colors/Material Palenight.xml", - "ui": { - "*": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "text", - "background": "bg", - "borderColor": "border", - "disabledBackground": "excl", - "disabledBorderColor": "button", - "disabledForeground": "dis", - "disabledText": "dis", - "focusColor": "hl", - "focusedBorderColor": "accent", - "foreground": "fg", - "hoverBorderColor": "hl", - "inactiveBackground": "excl", - "inactiveForeground": "text", - "infoForeground": "text", - "lineSeparatorColor": "hl", - "pressedBorderColor": "hl", - "selectionBackground": "selBg", - "selectionBackgroundInactive": "second", - "selectionForeground": "selFg", - "selectionInactiveBackground": "second", - "separatorColor": "border" - }, - "activeCaption": "bg", - "activeCaptionBorder": "bg", - "activeCaptionText": "fg", - "ActionButton": { - "focusedBorderColor": "accent50", - "hoverBackground": "accent50", - "hoverBorderColor": "accent50", - "hoverSeparatorColor": "button", - "pressedBackground": "accent50", - "pressedBorderColor": "accent50" - }, - "ActionsList": { - "icon.gap": 12, - "mnemonic.icon.gap": 12 - }, - "ActionToolbar": { - "background": "hc" - }, - "AppInspector.GraphNode": { - "background": "second", - "borderColor": "border", - "focusedBorderColor": "accent" - }, - "AssignedMnemonic": { - "background": "hl", - "borderColor": "selBg", - "foreground": "activeFg" - }, - "Autocomplete": { - "selectionBackground": "selBg", - "selectionUnfocus": "hl" - }, - "AvailableMnemonic": { - "background": "button", - "borderColor": "button", - "foreground": "fg" - }, - "BigSpinner.background": "bg", - "Bookmark": { - "iconBackground": "accent", - "Mnemonic": { - "iconBackground": "hl", - "iconBorderColor": "hl", - "iconForeground": "fg" - } - }, - "BookmarkMnemonicAssigned": { - "background": "hl", - "borderColor": "selBg", - "foreground": "selFg" - }, - "BookmarkMnemonicAvailable": { - "background": "button", - "borderColor": "button", - "foreground": "fg" - }, - "BookmarkMnemonicCurrent": { - "background": "accent", - "borderColor": "accent", - "foreground": "selFg" - }, - "BookmarkMnemonicIcon": { - "background": "hl", - "borderColor": "hl", - "foreground": "fg" - }, - "BookmarkIcon.background": "accent", - "Borders.ContrastBorderColor": "bg", - "Borders.color": "border", - "Breakpoint.iconHoverAlpha": 0.35, - "Button": { - "arc": 8, - "background": "bg", - "darcula": { - "borderColor": "button", - "defaultBorderColor": "button", - "defaultEndColor": "button", - "defaultFocusedBorderColor": "table", - "defaultOutlineColor": "button", - "defaultStartColor": "button", - "disabledBorderColor": "button", - "disabledOutlineColor": "border", - "disabledText.shadow": "bg", - "endColor": "button", - "focusedBorderColor": "table", - "outlineColor": "button", - "selectedButtonForeground": "selFg", - "selection.color1": "table", - "selection.color2": "table", - "shadowColor": "shadow", - "smallComboButtonBackground": "button", - "startColor": "button" - }, - "default": { - "borderColor": "button", - "endBackground": "table", - "endBorderColor": "table", - "focusColor": "accent", - "focusedBorderColor": "accent", - "foreground": "selFg", - "shadowColor": "shadow", - "startBackground": "table", - "startBorderColor": "table" - }, - "disabledBackground": "excl", - "disabledBorderColor": "border", - "disabledText": "dis", - "endBackground": "table", - "endBorderColor": "button", - "focus": "hl", - "focusedBorderColor": "accent", - "foreground": "text", - "highlight": "selFg", - "mt.background": "button", - "mt.color1": "button", - "mt.color2": "button", - "mt.foreground": "text", - "mt.selectedForeground": "selFg", - "mt.selection.color1": "table", - "mt.selection.color2": "table", - "select": "button", - "shadowColor": "shadow", - "shadowWidth": 0, - "startBackground": "table", - "startBorderColor": "button", - "ToolWindow": { - "arc": 40 - } - }, - "Canvas": { - "Tooltip.background": "notif", - "Tooltip.borderColor": "border" - }, - "CheckBox": { - "background": "bg", - "background.selected": "accent", - "borderColor": "bg", - "borderColor.selected": "accent", - "checkSignColor": "bg", - "checkSignColor.selected": "bg", - "checkSignColorDisabled": "bg", - "checkSignColorDisabled.selected": "bg", - "darcula": { - "borderColor1": "fg", - "checkSignColorDisabled": "dis", - "disabledBorderColor1": "dis", - "disabledBorderColor2": "dis", - "inactiveFillColor": "hl" - }, - "disabledBorderColor": "bg", - "disabledBorderColor.selected": "accent", - "disabledText": "dis", - "focused.background": "bg", - "focused.background.selected": "accent", - "focusedArmed.background": "bg", - "focusedArmed.background.selected": "accent", - "foreground": "fg", - "inactiveFillColor": "bg", - "inactiveFillColor.selected": "accent", - "select": "accent", - "shadowColor": "bg", - "shadowColorDisabled": "bg" - }, - "Checkbox": { - "Background.Default": "bg", - "Background.Default.Dark": "bg", - "Background.Disabled": "second", - "Background.Disabled.Dark": "second", - "Background.Selected": "accent", - "Background.Selected.Dark": "accent", - "Border.Default": "hl", - "Border.Default.Dark": "hl", - "Border.Disabled": "second", - "Border.Disabled.Dark": "second", - "Border.Selected": "accent", - "Border.Selected.Dark": "accent", - "Focus.Thin.Default": "bg", - "Focus.Thin.Default.Dark": "bg", - "Focus.Wide.Default": "bg", - "Focus.Wide.Default.Dark": "bg", - "Focus.Thin.Selected": "accent", - "Focus.Thin.Selected.Dark": "accent", - "Focus.Wide.Selected": "accent", - "Focus.Wide.Selected.Dark": "accent" - }, - "CheckBoxMenuItem": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "text", - "background": "bg", - "disabledBackground": "bg", - "disabledForeground": "dis", - "foreground": "fg", - "selectionBackground": "selBg", - "selectionForeground": "activeFg" - }, - "CodeWithMe": { - "Avatar.foreground": "fg", - "AccessDisabled.accessDot": "dis", - "AccessEnabled": { - "accessDot": "accent", - "dropdownBorder": "second", - "pillBackground": "second" - }, - "Users": { - "1": { - "Background": "green", - "Foreground": "fg" - }, - "2": { - "Background": "blue", - "Foreground": "fg" - }, - "3": { - "Background": "red", - "Foreground": "fg" - }, - "4": { - "Background": "purple", - "Foreground": "fg" - }, - "5": { - "Background": "yellow", - "Foreground": "fg" - }, - "6": { - "Background": "orange", - "Foreground": "fg" - } - } - }, - "ColorChooser": { - "background": "bg", - "foreground": "fg", - "swatchesDefaultRecentColor": "fg" - }, - "ComboBoxButton.background": "button", - "ComboBox": { - "ArrowButton": { - "background": "button", - "disabledIconColor": "dis", - "iconColor": "fg", - "nonEditableBackground": "hc" - }, - "PopupBackground": "cs", - "arrowFillColor": "hc", - "background": "hc", - "buttonBackground": "button", - "darcula": { - "arrowButtonBackground": "hc", - "arrowButtonDisabledForeground": "dis", - "arrowButtonForeground": "fg", - "disabledArrowButtonBackground": "excl", - "editable.arrowButtonBackground": "hc", - "hoveredArrowButtonForeground": "accent", - "nonEditableBackground": "bg" - }, - "disabledBackground": "excl", - "disabledForeground": "dis", - "foreground": "fg", - "modifiedItemForeground": "accent", - "nonEditableBackground": "bg", - "padding": "5,5,5,5", - "selectionBackground": "table", - "selectionForeground": "activeFg" - }, - "ComboPopup.border": "1,1,1,1,#ab47bc", - "CompletionPopup": { - "Advertiser": { - "background": "bg", - "foreground": "fg", - "borderInsets": "8,12,8,12" - }, - "background": "second", - "foreground": "fg", - "grayForeground": "text", - "grayedForeground": "text", - "infoForeground": "text", - "matchForeground": "accent", - "matchSelectedForeground": "accent", - "matchSelectionForeground": "accent", - "nonFocusedState": "false", - "selectedForeground": "selFg", - "selectedGrayedForeground": "selFg", - "selectionBackground": "cs", - "selectionForeground": "selFg", - "selectionGrayForeground": "selFg", - "selectionInactiveBackground": "hl", - "selectionInactiveForeground": "text", - "selectionInactiveInfoForeground": "text", - "selectionInfoForeground": "selFg" - }, - "ComplexPopup": { - "Header.background": "notif" - }, - "Component": { - "arc": 4, - "focusWidth": 2, - "borderColor": "hl", - "disabledBorderColor": "dis", - "focusColor": "accent", - "focusedBorderColor": "accent", - "hoverIconColor": "accent", - "iconColor": "text", - "grayForeground": "text", - "infoForeground": "text" - }, - "Content": { - "background": "cs", - "selectionBackground": "selBg", - "selectionInactiveBackground": "fg" - }, - "control": "button", - "controlLtHighlight": "selFg", - "controlText": "text", - "controlHighlight": "hl", - "controlShadow": "excl", - "controlDkShadow": "excl", - "Counter": { - "background": "accent", - "foreground": "selFg" - }, - "CurrentMnemonic": { - "background": "accent", - "borderColor": "accent", - "foreground": "selFg" - }, - "darcula": { - "background": "bg", - "foreground": "fg", - "primary": "bg" - }, - "desktop": "hc", - "Debugger": { - "EvaluateExpression.background": "bg", - "Variables": { - "changedValueForeground": "accent", - "collectingDataForeground": "text", - "errorMessageForeground": "red", - "evaluatingExpressionForeground": "text", - "exceptionForeground": "yellow", - "modifyingValueForeground": "accent", - "valueForeground": "accent", - "typeForeground": "text" - } - }, - "DebuggerTabs": { - "active.background": "hl", - "selectedBackground": "hl", - "underlinedTabBackground": "table", - "underlineHeight": 2 - }, - "DebuggerPopup": { - "borderColor": "bg" - }, - "DefaultTabs": { - "background": "bg", - "borderColor": "bg", - "hoverBackground": "table", - "hoverColor": "hl", - "hoverMaskColor": "hl", - "inactiveColoredFileBackground": "button", - "inactiveColoredTabBackground": "bg", - "inactiveMaskColor": "hc", - "inactiveUnderlineColor": "accent", - "underlineColor": "accent", - "underlineHeight": 3, - "underlinedTabBackground": "table", - "underlinedTabForeground": "selFg" - }, - "Desktop.background": "bg", - "Dialog": { - "titleColor": "bg" - }, - "DialogWrapper": { - "southPanelBackground": "bg", - "southPanelDivider": "bg" - }, - "DragAndDrop": { - "areaBackground": "tree", - "areaBorderColor": "bg", - "areaForeground": "fg", - "backgroundBorderColor": "bg", - "backgroundColor": "bg", - "borderColor": "accent", - "foregroundColor": "fg", - "rowBackground": "accent70" - }, - "dropArea.base": "accent", - "Editor": { - "background": "hc", - "foreground": "fg", - "shortcutForeground": "text", - "SearchField": { - "background": "cs", - "borderInsets": "8,12,8,12" - }, - "Toolbar": { - "borderColor": "border" - } - }, - "EditorGroupsTabs": { - "background": "bg", - "borderColor": "second", - "hoverBackground": "hl", - "hoverColor": "hl", - "inactiveUnderlineColor": "accent", - "underlineColor": "accent", - "underlinedTabBackground": "table", - "underlinedTabForeground": "fg" - }, - "EditorPane": { - "background": "hc", - "caretForeground": "accent", - "foreground": "fg", - "inactiveBackground": "bg", - "inactiveForeground": "dis", - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "splitBorder": "border" - }, - "EditorTabs": { - "active.background": "table", - "active.foreground": "fg", - "active.underlineColor": "accent", - "background": "bg", - "borderColor": "second", - "foreground": "fg", - "hoverBackground": "hl", - "hoverColor": "hl", - "hoverMaskColor": "hl", - "inactive.maskColor": "bg", - "inactiveColoredFileBackground": "bg", - "inactiveMaskColor": "bg", - "inactiveUnderlineColor": "dis", - "selectedBackground": "table", - "selectedForeground": "fg", - "tabInsets": "-10,10,-10,10", - "underlineColor": "accent", - "underlineHeight": 3, - "underlineArc": 4, - "underlinedTabBackground": "table", - "underlinedTabForeground": "selFg" - }, - "FileColor": { - "Blue": "#004BA0", - "Green": "#387002", - "Orange": "#B53D00", - "Rose": "#A00037", - "Violet": "#4D2C91", - "Yellow": "excl", - "Gray": "excl", - "excluded": "excl" - }, - "FlameGraph": { - "JVMBackground": "#89DDF7", - "JVMFocusBackground": "#82AAFF", - "JVMFocusSearchNotMatchedBackground": "#AB7967", - "JVMSearchNotMatchedBackground": "#FF5370", - "nativeBackground": "#FFCB6B", - "nativeFocusBackground": "#F78C6C", - "nativeFocusSearchNotMatchedBackground": "#BB80B3", - "nativeSearchNotMatchedBackground": "#C792EA" - }, - "Focus": { - "Color": "accent50", - "borderColor": "accent50", - "color": "accent50", - "defaultButtonBorderColor": "accent" - }, - "FormattedTextField": { - "background": "cs", - "caretForeground": "accent", - "foreground": "fg", - "inactiveBackground": "button", - "inactiveForeground": "dis", - "selectionBackground": "selBg", - "selectionForeground": "activeFg" - }, - "Git.Log.Ref": { - "LocalBranch": "accent", - "Other": "text", - "RemoteBranch": "fg", - "Tag": "text" - }, - "Github.List.tallRow": { - "foreground": "fg", - "secondary.foreground": "text", - "selectionBackground": "selBg", - "selectionBackground.unfocused": "hl", - "selectionForeground": "selFg", - "selectionForeground.unfocused": "selFg" - }, - "GotItTooltip": { - "background": "notif", - "borderColor": "notif", - "endBackground": "button", - "endBorderColor": "button", - "foreground": "fg", - "linkForeground": "accent", - "shortcutForeground": "text", - "startBackground": "button", - "startBorderColor": "button" - }, - "Group": { - "disabledSeparatorColor": "border", - "separatorColor": "border" - }, - "Gutter": { - "VcsChanges.width": 4 - }, - "GutterTooltip": { - "borderColor": "bg", - "infoForeground": "text", - "lineSeparatorColor": "bg" - }, - "HeaderColor": { - "active": "bg", - "inactive": "cs" - }, - "HelpTooltip": { - "background": "bg", - "backgroundColor": "bg", - "borderColor": "border", - "defaultTextBorderInsets": "16,16,16,16", - "foreground": "fg", - "infoForeground": "text", - "shortcutForeground": "text", - "shortcutTextColor": "text", - "smallTextBorderInsets": "8,12,8,12", - "textColor": "fg", - "verticalGap": 8 - }, - "Hg.Log.Ref": { - "Branch": "accent", - "ClosedBranch": "fg", - "LocalTag": "text", - "MqTag": "text", - "Tag": "text" - }, - "Hyperlink.linkColor": "accent", - "IconBadge": { - "infoBackground": "accent" - }, - "IdeStatusBar.border": "4,4,4,4", - "InformationHint.borderColor": "border", - "inactiveCaption": "second", - "inactiveCaptionBorder": "bg", - "inactiveCaptionText": "text", - "info": "text", - "infoPanelForeground": "text", - "infoText": "text", - "InplaceRefactoringPopup": { - "background": "bg", - "borderColor": "bg" - }, - "intellijlaf": { - "background": "bg", - "foreground": "fg" - }, - "InternalFrame": { - "activeTitleForeground": "fg", - "background": "bg", - "inactiveTitleBackground": "bg", - "inactiveTitleForeground": "text" - }, - "Label": { - "background": "bg", - "disabledForeground": "dis", - "disabledForegroundColor": "dis", - "disabledShadow": "dis", - "disabledText": "dis", - "errorForeground": "accent", - "foreground": "fg", - "grayForeground": "text", - "infoForeground": "text", - "selectedDisabledForeground": "fg", - "selectedForeground": "activeFg", - "textForeground": "text" - }, - "Lesson": { - "Badge": { - "newLessonBackground": "accent", - "newLessonForeground": "selFg" - }, - "shortcutBackground": "second", - "stepNumberForeground": "text", - "Tooltip": { - "background": "notif", - "borderColor": "notif", - "foreground": "fg", - "spanBackground": "button", - "spanForeground": "fg", - "stepNumberForeground": "text" - } - }, - "link": "accent", - "Link": { - "activeForeground": "accent", - "focusedBorderColor": "accent", - "hoverForeground": "accent", - "pressedForeground": "accent", - "secondaryForeground": "text", - "visitedForeground": "accent" - }, - "link.foreground": "accent", - "link.hover.foreground": "accent", - "link.pressed.foreground": "accent", - "link.visited.foreground": "accent", - "List": { - "background": "bg", - "Button": { - "hoverBackground": "hl", - "leftRightInset": 8, - "separatorColor": "border", - "separatorInset": 4 - }, - "foreground": "fg", - "hoverBackground": "hl", - "hoverInactiveBackground": "table", - "Line.hoverBackground": "selBg", - "rowHeight": "28", - "selectionBackground": "tree", - "selectionForeground": "selFg", - "selectionInactiveBackground": "table", - "selectionInactiveForeground": "activeFg", - "Tag": { - "background": "button", - "foreground": "fg" - } - }, - "LiveIndicator": { - "color": "accent" - }, - "macOSWindow.Title": { - "height": 30, - "heightSmall": 20 - }, - "MainMenu": { - "background": "hc", - "foreground": "fg", - "selectionForeground": "activeFg", - "selectionBackground": "selBg" - }, - "MainToolbar": { - "background": "bg", - "Button": { - "buttonInsets": "0,0,0,0" - }, - "Dropdown": { - "borderInsets": "6,12,6,12", - "background": "bg", - "foreground": "fg", - "hoverBackground": "hl", - "pressedBackground": "table" - }, - "hoverBackground": "hl", - "Icon": { - "borderInsets": "10,10,10,10", - "background": "bg", - "hoverBackground": "hl", - "pressedBackground": "table" - }, - "inactiveBackground": "bg", - "pressedBackground": "table", - "separatorColor": "border" - }, - "material": { - "background": "bg", - "branchColor": "fg", - "contrast": "cs", - "foreground": "fg", - "mergeCommits": "button", - "primaryColor": "text", - "selectionBackground": "selBg", - "selectionForeground": "selFg", - "tab.backgroundColor": "bg", - "tab.borderColor": "accent", - "tagColor": "text" - }, - "MemoryIndicator": { - "allocatedBackground": "second", - "unusedColor": "second", - "usedBackground": "hl", - "usedColor": "hl" - }, - "menu": "bg", - "menuText": "fg", - "Menu": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "activeFg", - "background": "bg", - "border": "8,8,8,8", - "borderColor": "second", - "disabledBackground": "second", - "disabledForeground": "dis", - "foreground": "fg", - "Selection": { - "arc": 8, - "innerInsets": "8,2,8,2" - }, - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "separatorColor": "border" - }, - "MenuBar": { - "background": "hc", - "borderColor": "bg", - "disabledBackground": "bg", - "disabledForeground": "dis", - "foreground": "fg", - "highlight": "bg", - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "shadow": "hc" - }, - "MenuItem": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "activeFg", - "background": "bg", - "border": "8,8,8,8", - "disabledBackground": "bg", - "disabledForeground": "dis", - "foreground": "fg", - "selectionBackground": "selBg", - "selectionForeground": "activeFg" - }, - "MlModelBinding.Viewer.CodeEditor.background": "bg", - "MnemonicIcon": { - "background": "hl", - "borderColor": "hl", - "foreground": "fg" - }, - "NavBar": { - "arrowColor": "fg", - "borderColor": "bg", - "selectedColor": "accent" - }, - "NewClass": { - "Panel": { - "background": "bg" - }, - "SearchField": { - "background": "cs" - }, - "separatorWidth": 6 - }, - "NewPSD.warning": "accent", - "Notification": { - "arc": 16, - "Error.foreground": "accent", - "Link.foreground": "accent", - "background": "notif", - "borderColor": "notif", - "errorBackground": "notif", - "errorBorderColor": "notif", - "errorForeground": "accent", - "foreground": "fg", - "linkForeground": "accent", - "MoreButton": { - "background": "button", - "foreground": "fg", - "innerBorderColor": "button" - }, - "ToolWindow": { - "Button.DragAndDrop": { - "buttonFloatingBackground": "button", - "stripeBackground": "bg" - }, - "errorBackground": "notifError", - "errorBorderColor": "notifError", - "errorForeground": "fg", - "infoBackground": "notif", - "infoBorderColor": "notif", - "infoForeground": "fg", - "informativeBackground": "notif", - "informativeBorderColor": "notif", - "informativeForeground": "fg", - "warningBackground": "notifWarn", - "warningBorderColor": "notifWarn", - "warningForeground": "fg" - }, - "ToolWindowError": { - "foreground": "fg", - "background": "notifError" - }, - "ToolWindowInfo": { - "foreground": "fg", - "background": "notif", - "borderColor": "notif" - }, - "ToolWindowWarning": { - "foreground": "fg", - "background": "notifWarn" - } - }, - "Notifications": { - "background": "notif", - "borderColor": "notif" - }, - "NotificationsToolwindow": { - "Notification.hoverBackground": "tree", - "newNotification.background": "notif", - "newNotification.hoverBackground": "tree" - }, - "OnePixelDivider.background": "border", - "OptionPane": { - "background": "bg", - "foreground": "fg", - "messageForeground": "fg" - }, - "OptionButton": { - "default.separatorColor": "table", - "separatorColor": "button" - }, - "Outline": { - "color": "button", - "disabledColor": "dis", - "focusedColor": "accent" - }, - "Panel": { - "background": "bg", - "foreground": "fg", - "mouseShortcutBackground": "bg" - }, - "ParameterInfo": { - "ContextHelp.foreground": "text", - "background": "second", - "borderColor": "table", - "currentOverloadBackground": "hl", - "currentParameterForeground": "accent", - "disabledColor": "dis", - "disabledForeground": "dis", - "foreground": "fg", - "highlightedColor": "accent", - "infoForeground": "text", - "lineSeparatorColor": "table" - }, - "PasswordField": { - "background": "cs", - "capsLockIconColor": "accent", - "caretForeground": "accent", - "foreground": "fg", - "inactiveForeground": "dis", - "selectionBackground": "table", - "selectionForeground": "activeFg" - }, - "Plugins": { - "background": "bg", - "borderColor": "border", - "disabledForeground": "dis", - "eapTagBackground": "hl", - "hoverBackground": "hl", - "lightSelectionBackground": "table", - "paidTagBackground": "hl", - "selectionBackground": "selBg", - "selectionForeground": "selFg", - "tagBackground": "hl", - "tagForeground": "accent", - "trialTagBackground": "hl", - "Button": { - "installBackground": "button", - "installBorderColor": "button", - "installFillBackground": "button", - "installFillForeground": "dis", - "installFocusedBackground": "hl", - "installForeground": "fg", - "updateBackground": "accent", - "updateBorderColor": "button", - "updateForeground": "fg" - }, - "ScreenshotPagination": { - "CurrentImage.fillColor": "accent" - }, - "SearchField": { - "background": "cs", - "borderColor": "border" - }, - "SectionHeader": { - "background": "second", - "foreground": "fg" - }, - "Tab": { - "active.background": "table", - "active.foreground": "activeFg", - "hover.background": "table", - "hoverBackground": "table", - "selectedBackground": "table", - "selectedForeground": "selFg" - } - }, - "Popup": { - "Advertiser": { - "borderInsets": "6,20,6,20", - "background": "bg", - "borderColor": "bg", - "foreground": "accent" - }, - "Body": { - "bottomInsetNoAd": 8, - "bottomInsetBeforeAd": 8, - "topInsetNoHeader": 8 - }, - "Border": { - "color": "cs", - "inactiveColor": "bg" - }, - "background": "notif", - "borderColor": "cs", - "borderWidth": 0, - "inactiveBorderColor": "bg", - "innerBorderColor": "second", - "Header": { - "activeBackground": "bg", - "inactiveBackground": "cs", - "inactiveForeground": "text" - }, - "paintBorder": false, - "preferences": { - "background": "bg", - "borderColor": "bg", - "foreground": "fg" - }, - "Selection.arc": 8, - "Selection.leftRightInset": 8, - "Separator": { - "foreground": "fg", - "color": "border" - }, - "separatorColor": "second", - "separatorForeground": "fg", - "Toolbar": { - "Border.color": "cs", - "Floating.background": "cs", - "background": "cs", - "borderColor": "cs" - } - }, - "PopupMenu": { - "background": "bg", - "borderWidth": 1, - "border": "8,8,8,8", - "borderCornerRadius": 8, - "foreground": "fg", - "Selection": { - "arc": 8, - "innerInsets": "8,2,8,2" - }, - "selectionBackground": "selBg", - "translucentBackground": "bg" - }, - "PopupMenuSeparator": { - "height": 10, - "stripeWidth": 2, - "stripeIndent": 5, - "withToEdge": 4, - "borderCornerRadius": 8 - }, - "ProgressBar": { - "background": "bg", - "foreground": "accent", - "halfColor": "hl", - "indeterminateEndColor": "accent", - "indeterminateStartColor": "accent", - "progressColor": "accent", - "selectionBackground": "hl", - "trackColor": "hl" - }, - "ProgressIcon": { - "color": "accent" - }, - "PsiViewer": { - "referenceHighlightColor": "accent" - }, - "RadioButton": { - "background": "bg", - "darcula": { - "borderColor1": "fg", - "selectionDisabledColor": "bg", - "selectionDisabledShadowColor": "accent", - "selectionEnabledColor": "accent", - "selectionEnabledShadowColor": "accent" - }, - "disabledText": "dis", - "focusColor": "accent", - "foreground": "fg", - "selectionDisabledColor": "bg", - "selectionDisabledShadowColor": "accent", - "selectionEnabledColor": "accent", - "selectionEnabledShadowColor": "accent" - }, - "RadioButtonMenuItem": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "text", - "background": "bg", - "disabledBackground": "bg", - "disabledForeground": "dis", - "foreground": "fg", - "selectionBackground": "selBg", - "selectionForeground": "selFg" - }, - "ReviewList": { - "state.background": "second", - "state.foreground": "fg" - }, - "RunWidget": { - "background": "button", - "Debug.activeBackground": "hl", - "foreground": "fg", - "hoverBackground": "table", - "pressedBackground": "hl", - "Profile.activeBackground": "hl", - "runningBackground": "hl", - "runningForeground": "selFg", - "Run.activeBackground": "hl", - "Running": { - "background": "hl", - "foreground": "selFg", - "leftHoverBackground": "hl", - "leftPressedBackground": "hl" - }, - "separatorColor": "border" - }, - "ScreenView.borderColor": "border", - "scrollbar": "bg", - "ScrollBar": { - "background": "bg", - "hoverThumbBorderColor": "accent", - "hoverThumbColor": "accent", - "hoverTrackColor": "bg30", - "Mac": { - "hoverThumbBorderColor": "accent", - "hoverThumbColor": "accent", - "hoverTrackColor": "bg30", - "thumbBorderColor": "accent70", - "thumbColor": "accent70", - "trackColor": "bg30", - "Transparent": { - "hoverThumbBorderColor": "accent", - "hoverThumbColor": "accent", - "hoverTrackColor": "bg30", - "thumbBorderColor": "accent70", - "thumbColor": "accent70", - "trackColor": "bg30" - } - }, - "thumb": "hl", - "thumbBorderColor": "accent70", - "thumbColor": "accent70", - "Thumb": { - "Hovered.background": "accent", - "NonOpaque.Hovered.background": "accent" - }, - "trackColor": "bg30", - "Transparent": { - "hoverThumbBorderColor": "accent", - "hoverThumbColor": "accent", - "hoverTrackColor": "bg30", - "thumbBorderColor": "accent70", - "thumbColor": "accent70", - "trackColor": "bg30" - } - }, - "SearchEverywhere": { - "Advertiser": { - "background": "bg", - "foreground": "text", - "borderInsets": "10,20,10,20" - }, - "background": "bg", - "Dialog": { - "background": "bg", - "borderColor": "bg", - "foreground": "fg" - }, - "foreground": "fg", - "Header": { - "background": "bg" - }, - "List": { - "Separator.Color": "border", - "Separator.foreground": "text", - "selectionBackground": "selBg", - "separatorColor": "border", - "separatorForeground": "text", - "settingsBackground": "bg" - }, - "SearchField": { - "Border.color": "hl", - "background": "cs", - "borderColor": "hl", - "grayForeground": "dis", - "infoForeground": "dis" - }, - "shortcutForeground": "text", - "Tab": { - "active.background": "hl", - "active.foreground": "activeFg", - "selected.background": "hl", - "selected.foreground": "activeFg", - "selectedBackground": "hl", - "selectedForeground": "activeFg" - } - }, - "SearchMatch": { - "endBackground": "accent", - "endColor": "accent", - "startBackground": "accent", - "startColor": "accent" - }, - "SearchField.errorBackground": "notif", - "SearchFieldWithExtension": { - "background": "cs" - }, - "SearchOption": { - "selectedBackground": "table", - "selectedPressedBackground": "hl", - "selectedHoveredBackground": "hl" - }, - "SearchResults": { - "Ordinal.File.Foreground": "text", - "Repeated.File.Foreground": "fg" - }, - "SegmentedButton": { - "focusedSelectedButtonColor": "hl", - "selectedButtonColor": "button", - "selectedStartBorderColor": "border", - "selectedEndBorderColor": "border" - }, - "Separator": { - "background": "second", - "foreground": "second", - "separatorColor": "border" - }, - "Settings": { - "Spotlight.borderColor": "accent" - }, - "SidePanel": { - "background": "hc" - }, - "Slider": { - "background": "bg", - "buttonBorderColor": "accent", - "buttonColor": "accent", - "foreground": "fg", - "majorTickLength": 6, - "thumb": "accent", - "tickColor": "second", - "track": "table", - "trackColor": "table", - "trackDisabled": "hl", - "trackWidth": 7 - }, - "Space.Review.diffAnchorBackground": "second", - "SpeedSearch": { - "background": "hl", - "borderColor": "border", - "errorForeground": "red", - "foreground": "fg" - }, - "Spinner": { - "background": "bg", - "border": "4,4,4,4", - "disabledBackground": "excl", - "foreground": "fg", - "selectionForeground": "activeFg" - }, - "SplitPane": { - "background": "bg", - "highlight": "hc" - }, - "SplitPaneDivider.draggingColor": "second", - "StateWidget.activeBackground": "button", - "StatusBar": { - "background": "bg", - "Breadcrumbs": { - "floatingBackground": "tree", - "floatingForeground": "fg", - "floatingToolbarInsets": "8,12,8,12", - "foreground": "fg", - "hoverBackground": "tree", - "hoverForeground": "fg", - "itemBackgroundInsets": "2,4,2,4", - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "selectionInactiveBackground": "button", - "selectionInactiveForeground": "fg" - }, - "borderColor": "border", - "bottomColor": "bg", - "hoverBackground": "hl", - "top2Color": "bg", - "topColor": "bg", - "LightEditBackground": "table", - "Widget": { - "foreground": "fg", - "hoverBackground": "hl", - "hoverForeground": "selFg", - "pressedBackground": "button", - "pressedForeground": "fg", - "widgetInsets": "8,12,8,12" - } - }, - "TabbedPane": { - "background": "bg", - "borderColor": "hc", - "contentAreaColor": "hl", - "contentBorderInsets": "3,1,1,1", - "darkShadow": "hc", - "disabledForeground": "dis", - "disabledText": "dis", - "disabledUnderlineColor": "dis", - "focus": "table", - "focusColor": "table", - "fontSizeOffset": 0, - "foreground": "fg", - "highlight": "border", - "hoverColor": "hl", - "labelShift": 0, - "mt.tab.background": "hc", - "selectHighlight": "hl", - "selected": "selBg", - "selectedColor": "accent", - "selectedDisabledColor": "dis", - "selectedForeground": "activeFg", - "selectedLabelShift": 0, - "selectedTabPadInsets": "0,0,0,0", - "shadow": "hc", - "tabHeight": 32, - "tabInsets": "5,10,5,10", - "tabSelectionArc": 4, - "tabSelectionHeight": 2, - "tabsOverlapBorder": true, - "underlineColor": "accent" - }, - "TabbedPane.mt.tab.background": "hc", - "Table": { - "alternativeRowBackground": "cs", - "background": "bg", - "cellNoFocusBorder": "16,4,16,4", - "disabledForeground": "dis", - "dropLineColor": "accent", - "dropLineShortColor": "accent", - "focusCellBackground": "table", - "focusCellForeground": "activeFg", - "focusCellHighlightBorder": "18,6,18,6", - "foreground": "fg", - "gridColor": "bg", - "highlightOuter": "table", - "hoverBackground": "hl", - "hoverInactiveBackground": "table", - "lightSelectionBackground": "table", - "lightSelectionForeground": "activeFg", - "lightSelectionInactiveBackground": "second", - "lightSelectionInactiveForeground": "text", - "rowHeight": 32, - "selectionBackground": "table", - "selectionForeground": "activeFg", - "selectionInactiveBackground": "table", - "selectionInactiveForeground": "selFg", - "sortIconColor": "fg", - "stripeColor": "cs", - "stripedBackground": "cs" - }, - "TableHeader": { - "background": "button", - "bottomSeparatorColor": "border", - "borderColor": "hl", - "cellBorder": "6,0,6,0", - "disabledForeground": "dis", - "focusCellBackground": "table", - "focusCellForeground": "activeFg", - "foreground": "fg", - "height": 32, - "hoverBackground": "hl", - "separatorColor": "border" - }, - "Tag": { - "background": "button", - "borderColor": "button", - "foreground": "fg" - }, - "text": "bg", - "textInactiveText": "text", - "textHighlight": "selBg", - "textHighlightText": "activeFg", - "textText": "text", - "TextArea": { - "background": "cs", - "caretForeground": "accent", - "foreground": "fg", - "inactiveForeground": "dis", - "selectionBackground": "table", - "selectionForeground": "activeFg" - }, - "TextField": { - "background": "cs", - "borderColor": "bg", - "caretForeground": "accent", - "disabledBackground": "excl", - "focusedBorderColor": "bg", - "foreground": "fg", - "hoverBorderColor": "bg", - "inactiveForeground": "dis", - "selectedSeparatorColor": "accent", - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "separatorColor": "hl", - "separatorColorDisabled": "bg" - }, - "TextPane": { - "background": "cs", - "caretForeground": "accent", - "foreground": "fg", - "inactiveForeground": "dis", - "selectionBackground": "table", - "selectionForeground": "activeFg" - }, - "TipOfTheDay": { - "Image.borderColor": "border" - }, - "TitlePane": { - "Button": { - "hoverBackground": "hl", - "preferredSize": "48,40" - }, - "background": "hc", - "inactiveBackground": "bg", - "inactiveInfoForeground": "dis", - "infoForeground": "text" - }, - "TitledBorder.titleColor": "fg", - "ToggleButton": { - "borderColor": "button", - "buttonColor": "button", - "disabledText": "dis", - "foreground": "fg", - "off.background": "bg", - "off.foreground": "bg", - "offBackground": "bg", - "offForeground": "bg", - "on.background": "accent", - "on.foreground": "accent", - "onBackground": "accent", - "onForeground": "accent" - }, - "Toolbar.Floating.background": "button", - "ToolBar": { - "background": "hc", - "borderHandleColor": "text", - "comboBoxButtonBackground": "button", - "floatingForeground": "text", - "foreground": "fg", - "verticalToolbarInsets": "6,6,6,6", - "horizontalToolbarInsets": "6,6,6,6" - }, - "ToolbarComboWidget": { - "background": "button", - "hoverBackground": "hl" - }, - "tooltips": { - "actions.keymap.text.color": "text", - "actions.settings.icon.background.color": "bg", - "description.title.text.color": "fg" - }, - "ToolTip": { - "arc": 6, - "actions": { - "background": "bg" - }, - "Actions": { - "background": "bg", - "grayForeground": "text", - "infoForeground": "text" - }, - "background": "notif", - "borderColor": "border", - "borderCornerRadius": 8, - "foreground": "fg", - "infoForeground": "text", - "linkForeground": "accent", - "Learning": { - "background": "accent", - "borderColor": "accent", - "foreground": "fg", - "spanBackground": "accent50", - "spanForeground": "fg", - "stepNumberForeground": "accent" - }, - "separatorColor": "border", - "shortcutForeground": "text" - }, - "ToolWindow": { - "active": { - "Header.background": "second", - "HeaderTab.background": "cs" - }, - "Background": "bg", - "background": "hc", - "Button": { - "hoverBackground": "table", - "DragAndDrop": { - "stripeBackground": "cs", - "buttonDropBackground": "accent70" - }, - "selectedBackground": "cs", - "selectedForeground": "activeFg" - }, - "header": { - "active.background": "second", - "background": "bg", - "border.background": "second", - "closeButton.background": "bg", - "tab.selected.active.background": "cs", - "tab.selected.background": "cs" - }, - "Header": { - "height": 42, - "background": "second", - "borderColor": "second", - "inactiveBackground": "bg" - }, - "HeaderCloseButton": { - "background": "bg" - }, - "HeaderTab": { - "borderColor": "bg", - "hoverBackground": "hl", - "hoverInactiveBackground": "hl", - "inactiveUnderlineColor": "accent", - "leftRightInsets": "0,12,0,12", - "selectedBackground": "cs", - "selectedInactiveBackground": "cs", - "underlineArc": 4, - "underlineColor": "accent", - "underlineHeight": 3, - "underlinedTabBackground": "table", - "underlinedTabForeground": "selFg", - "underlinedTabInactiveBackground": "hc", - "underlinedTabInactiveForeground": "fg", - "verticalPadding": 6 - }, - "inactive": { - "Header.background": "bg", - "HeaderTab.background": "cs" - } - }, - "Tree": { - "border": "4,12,4,12", - "background": "hc", - "foreground": "text", - "errorForeground": "red", - "hash": "border", - "hoverBackground": "tree", - "hoverInactiveBackground": "table", - "modifiedItemForeground": "accent", - "rowHeight": "28", - "selectionBackground": "tree", - "selectionForeground": "selFg", - "selectionInactiveBackground": "tree", - "selectionInactiveForeground": "selFg", - "textBackground": "hc" - }, - "Tree.leftChildIndent": 10, - "Tree.rightChildIndent": 5, - "UIDesigner": { - "Activity.borderColor": "border", - "Canvas.background": "cs", - "ColorPicker": { - "background": "second", - "foreground": "fg" - }, - "Component": { - "background": "bg", - "borderColor": "border", - "foreground": "fg", - "hoverBorderColor": "hl" - }, - "Connector": { - "borderColor": "border", - "hoverBorderColor": "hl" - }, - "Label.foreground": "text", - "highStroke.foreground": "fg", - "motion": { - "AddConstraintColor": "accent", - "AddConstraintPlus": "accent", - "CSPanel.SelectedBackground": "tree", - "CSPanel.SelectedFocusBackground": "selBg", - "Component.foreground": "fg", - "ConstraintSet.background": "second", - "ConstraintSetText.foreground": "text", - "CursorTextColor.foreground": "fg", - "HoverColor.disabledBackground": "dis", - "Key.selectedForeground": "accent", - "Notification.background": "notif", - "PositionMarkColor": "accent", - "PrimaryPanel.background": "cs", - "SecondaryPanel.background": "bg", - "SecondaryPanel.header.background": "cs", - "SecondaryPanel.header.foreground": "text", - "TimeCursor.End.selectedForeground": "accent", - "TimeCursor.Start.selectedForeground": "accent", - "TimeCursor.selectedForeground": "accent", - "borderColor": "border", - "cs_FocusText.infoForeground": "text", - "graphLine.lineSeparatorColor": "accent", - "motionGraph.background": "bg", - "ourAvg.background": "second", - "ourCS.background": "second", - "ourCS_Border.borderColor": "border", - "ourCS_SelectedBackground.selectionInactiveBackground": "table", - "ourCS_SelectedBorder.pressedBorderColor": "hl", - "ourCS_SelectedFocusBackground.selectionForeground": "selFg", - "ourCS_SelectedFocusBorder.focusedBorderColor": "accent", - "ourCS_TextColor.foreground": "text", - "ourML_BarColor.separatorColor": "border", - "timeLine.disabledBorderColor": "border" - }, - "PackageDetails": { - "border": "accent", - "infoBanner": "accent" - }, - "PackageSearch": { - "PackagesList.rowHeight": 28, - "PackageTag": { - "background": "excl", - "foreground": "fg", - "hoverBackground": "tree", - "selectedBackground": "selBg", - "selectedForeground": "selFg" - }, - "PackageTagSelected": { - "background": "selBg", - "foreground": "selFg" - }, - "SearchResult": { - "background": "cs", - "hoverBackground": "tree", - "PackageTag": { - "background": "excl", - "foreground": "fg", - "hoverBackground": "tree", - "selectedBackground": "selBg", - "selectedForeground": "selFg" - } - } - }, - "Panel": { - "background": "bg", - "borderColor": "border", - "graphLabel": "text", - "graphLines": "hl", - "lines3d": "accent", - "secondaryGraphLines": "border" - }, - "percent.foreground": "fg", - "Placeholder": { - "background": "bg", - "borderColor": "border", - "foreground": "fg", - "selectedForeground": "selFg" - }, - "Preview.background": "bg", - "stroke.acceleratorForeground": "text" - }, - "ValidationTooltip": { - "errorBackground": "notif", - "errorBorderColor": "notif", - "warningBackground": "notif", - "warningBorderColor": "notif" - }, - "VersionControl": { - "FileHistory.Commit": { - "otherBranchBackground": "excl", - "selectedBranchBackground": "bg" - }, - "GitCommits": { - "graphColor": "hl" - }, - "GitLog": { - "localBranchIconColor": "accent", - "otherIconColor": "text", - "remoteBranchIconColor": "fg", - "tagIconColor": "text" - }, - "HgLog": { - "bookmarkIconColor": "activeFg", - "branchIconColor": "accent", - "closedBranchIconColor": "dis", - "localTagIconColor": "text", - "mqTagIconColor": "text", - "tagIconColor": "text", - "tipIconColor": "text" - }, - "Log": { - "Commit": { - "currentBranchBackground": "cs", - "hoveredBackground": "tree", - "rowHeight": 28, - "unmatchedForeground": "text" - } - }, - "MarkerPopup": { - "borderColor": "border", - "borderInsets": "6,8,6,10", - "Toolbar.background": "hl" - }, - "Ref": { - "backgroundBase": "hl", - "foreground": "activeFg" - }, - "RefLabel": { - "backgroundBase": "hl", - "foreground": "activeFg" - } - }, - "UnattendedHostStatus": { - "warningBackground": "yellow", - "warningForeground": "activeFg", - "dangerBackground": "red" - }, - "Viewport": { - "background": "hc", - "foreground": "fg" - }, - "WelcomeScreen": { - "AssociatedComponent.background": "bg", - "Details.background": "bg", - "List": { - "background": "hc", - "selectionBackground": "selBg", - "selectionInactiveBackground": "hl" - }, - "SidePanel.background": "second", - "background": "bg", - "borderColor": "bg", - "captionBackground": "cs", - "captionForeground": "fg", - "footerBackground": "cs", - "footerForeground": "fg", - "groupIconBorderColor": "button", - "headerBackground": "bg", - "headerForeground": "fg", - "separatorColor": "border", - "Projects": { - "actions.background": "cs", - "actions.selectionBackground": "hl", - "background": "second", - "selectionBackground": "selBg", - "selectionInactiveBackground": "selBg" - } - }, - "Window.border": "border", - "window": "hc", - "windowBorder": "border", - "windowText": "text" - }, - "icons": { - "ColorPalette": { - "#43494A": "cs", - "#6B6B6B": "text", - "#A7A7A7": "bg", - "#3D6185": "accent", - "#466D94": "accent", - "#3C3F41": "bg", - "#545556": "dis", - "#606060": "dis", - "#9AA7B0": "fg", - "#675133": "accent", - "Actions.Blue": "blue", - "Actions.Green": "green", - "Actions.Grey": "text", - "Actions.GreyInline": "gray", - "Actions.GreyInline.Dark": "fg", - "Actions.Red": "red", - "Actions.Yellow": "yellow", - "Checkbox.Background.Default": "cs", - "Checkbox.Background.Default.Dark": "cs", - "Checkbox.Background.Disabled": "excl", - "Checkbox.Background.Disabled.Dark": "excl", - "Checkbox.Background.Selected": "accent", - "Checkbox.Background.Selected.Dark": "hc", - "Checkbox.Border.Default": "hl", - "Checkbox.Border.Default.Dark": "hl", - "Checkbox.Border.Disabled": "dis", - "Checkbox.Border.Disabled.Dark": "dis", - "Checkbox.Border.Selected": "accent", - "Checkbox.Border.Selected.Dark": "hl", - "Checkbox.Focus.Thin.Default": "accent", - "Checkbox.Focus.Thin.Default.Dark": "accent", - "Checkbox.Focus.Thin.Selected": "fg", - "Checkbox.Focus.Thin.Selected.Dark": "fg", - "Checkbox.Focus.Wide": "accent", - "Checkbox.Focus.Wide.Dark": "accent", - "Checkbox.Foreground.Disabled": "dis", - "Checkbox.Foreground.Disabled.Dark": "dis", - "Checkbox.Foreground.Selected": "hc", - "Checkbox.Foreground.Selected.Dark": "accent", - "Objects.BlackText": "fg", - "Objects.Blue": "blue", - "Objects.Green": "green", - "Objects.GreenAndroid": "green", - "Objects.Grey": "gray", - "Objects.Pink": "purple", - "Objects.Purple": "purple", - "Objects.Red": "red", - "Objects.RedStatus": "red", - "Objects.Yellow": "yellow", - "Objects.YellowDark": "orange", - "Tree.iconColor": "text", - "Tree.iconColor.Dark": "text" - } - } -} 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 deleted file mode 100644 index 276d5c7c..00000000 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Monokai Pro Contrast.theme.json +++ /dev/null @@ -1,1778 +0,0 @@ -{ - "name": "Monokai Pro Contrast", - "dark": true, - "author": "Mallowigi", - "colors": { - "bg": "#2D2A2E", - "bg30": "#2D2A2E30", - "fg": "#fcfcfa", - "text": "#939293", - "selBg": "#6E6C6F", - "selBg20": "#6E6C6F20", - "selFg": "#FFFFFF", - "activeFg": "#ffd866", - "border": "#2d2a2e", - "excl": "#3a3a3c", - "second": "#403E41", - "dis": "#5b595c", - "accent": "#ffd866", - "accent2": "#ffd8662", - "accent50": "#ffd86650", - "accent70": "#ffd86670", - "cs": "#221F22", - "button": "#403E41", - "table": "#4A474B", - "tree": "#403E41", - "hl": "#5b595c", - "notif": "#363437", - "hc": "#221F22", - "shadow": "undefined", - "white": "#FCFCFA", - "blue": "#A9DC76", - "red": "#FF6188", - "yellow": "#78DCE8", - "green": "#FFD866", - "gray": "#727072", - "purple": "#FF6188", - "orange": "#AB9DF2" - }, - "editorScheme": "colors/Monokai Pro.xml", - "ui": { - "*": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "text", - "background": "bg", - "borderColor": "border", - "disabledBackground": "excl", - "disabledBorderColor": "button", - "disabledForeground": "dis", - "disabledText": "dis", - "focusColor": "hl", - "focusedBorderColor": "accent", - "foreground": "fg", - "hoverBorderColor": "hl", - "inactiveBackground": "excl", - "inactiveForeground": "text", - "infoForeground": "text", - "lineSeparatorColor": "hl", - "pressedBorderColor": "hl", - "selectionBackground": "selBg", - "selectionBackgroundInactive": "second", - "selectionForeground": "selFg", - "selectionInactiveBackground": "second", - "separatorColor": "border" - }, - "activeCaption": "bg", - "activeCaptionBorder": "bg", - "activeCaptionText": "fg", - "ActionButton": { - "focusedBorderColor": "accent50", - "hoverBackground": "accent50", - "hoverBorderColor": "accent50", - "hoverSeparatorColor": "button", - "pressedBackground": "accent50", - "pressedBorderColor": "accent50" - }, - "ActionsList": { - "icon.gap": 12, - "mnemonic.icon.gap": 12 - }, - "ActionToolbar": { - "background": "hc" - }, - "AppInspector.GraphNode": { - "background": "second", - "borderColor": "border", - "focusedBorderColor": "accent" - }, - "AssignedMnemonic": { - "background": "hl", - "borderColor": "selBg", - "foreground": "activeFg" - }, - "Autocomplete": { - "selectionBackground": "selBg", - "selectionUnfocus": "hl" - }, - "AvailableMnemonic": { - "background": "button", - "borderColor": "button", - "foreground": "fg" - }, - "BigSpinner.background": "bg", - "Bookmark": { - "iconBackground": "accent", - "Mnemonic": { - "iconBackground": "hl", - "iconBorderColor": "hl", - "iconForeground": "fg" - } - }, - "BookmarkMnemonicAssigned": { - "background": "hl", - "borderColor": "selBg", - "foreground": "selFg" - }, - "BookmarkMnemonicAvailable": { - "background": "button", - "borderColor": "button", - "foreground": "fg" - }, - "BookmarkMnemonicCurrent": { - "background": "accent", - "borderColor": "accent", - "foreground": "selFg" - }, - "BookmarkMnemonicIcon": { - "background": "hl", - "borderColor": "hl", - "foreground": "fg" - }, - "BookmarkIcon.background": "accent", - "Borders.ContrastBorderColor": "bg", - "Borders.color": "border", - "Breakpoint.iconHoverAlpha": 0.35, - "Button": { - "arc": 8, - "background": "bg", - "darcula": { - "borderColor": "button", - "defaultBorderColor": "button", - "defaultEndColor": "button", - "defaultFocusedBorderColor": "table", - "defaultOutlineColor": "button", - "defaultStartColor": "button", - "disabledBorderColor": "button", - "disabledOutlineColor": "border", - "disabledText.shadow": "bg", - "endColor": "button", - "focusedBorderColor": "table", - "outlineColor": "button", - "selectedButtonForeground": "selFg", - "selection.color1": "table", - "selection.color2": "table", - "shadowColor": "shadow", - "smallComboButtonBackground": "button", - "startColor": "button" - }, - "default": { - "borderColor": "button", - "endBackground": "table", - "endBorderColor": "table", - "focusColor": "accent", - "focusedBorderColor": "accent", - "foreground": "selFg", - "shadowColor": "shadow", - "startBackground": "table", - "startBorderColor": "table" - }, - "disabledBackground": "excl", - "disabledBorderColor": "border", - "disabledText": "dis", - "endBackground": "table", - "endBorderColor": "button", - "focus": "hl", - "focusedBorderColor": "accent", - "foreground": "text", - "highlight": "selFg", - "mt.background": "button", - "mt.color1": "button", - "mt.color2": "button", - "mt.foreground": "text", - "mt.selectedForeground": "selFg", - "mt.selection.color1": "table", - "mt.selection.color2": "table", - "select": "button", - "shadowColor": "shadow", - "shadowWidth": 0, - "startBackground": "table", - "startBorderColor": "button", - "ToolWindow": { - "arc": 40 - } - }, - "Canvas": { - "Tooltip.background": "notif", - "Tooltip.borderColor": "border" - }, - "CheckBox": { - "background": "bg", - "background.selected": "accent", - "borderColor": "bg", - "borderColor.selected": "accent", - "checkSignColor": "bg", - "checkSignColor.selected": "bg", - "checkSignColorDisabled": "bg", - "checkSignColorDisabled.selected": "bg", - "darcula": { - "borderColor1": "fg", - "checkSignColorDisabled": "dis", - "disabledBorderColor1": "dis", - "disabledBorderColor2": "dis", - "inactiveFillColor": "hl" - }, - "disabledBorderColor": "bg", - "disabledBorderColor.selected": "accent", - "disabledText": "dis", - "focused.background": "bg", - "focused.background.selected": "accent", - "focusedArmed.background": "bg", - "focusedArmed.background.selected": "accent", - "foreground": "fg", - "inactiveFillColor": "bg", - "inactiveFillColor.selected": "accent", - "select": "accent", - "shadowColor": "bg", - "shadowColorDisabled": "bg" - }, - "Checkbox": { - "Background.Default": "bg", - "Background.Default.Dark": "bg", - "Background.Disabled": "second", - "Background.Disabled.Dark": "second", - "Background.Selected": "accent", - "Background.Selected.Dark": "accent", - "Border.Default": "hl", - "Border.Default.Dark": "hl", - "Border.Disabled": "second", - "Border.Disabled.Dark": "second", - "Border.Selected": "accent", - "Border.Selected.Dark": "accent", - "Focus.Thin.Default": "bg", - "Focus.Thin.Default.Dark": "bg", - "Focus.Wide.Default": "bg", - "Focus.Wide.Default.Dark": "bg", - "Focus.Thin.Selected": "accent", - "Focus.Thin.Selected.Dark": "accent", - "Focus.Wide.Selected": "accent", - "Focus.Wide.Selected.Dark": "accent" - }, - "CheckBoxMenuItem": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "text", - "background": "bg", - "disabledBackground": "bg", - "disabledForeground": "dis", - "foreground": "fg", - "selectionBackground": "selBg", - "selectionForeground": "activeFg" - }, - "CodeWithMe": { - "Avatar.foreground": "fg", - "AccessDisabled.accessDot": "dis", - "AccessEnabled": { - "accessDot": "accent", - "dropdownBorder": "second", - "pillBackground": "second" - }, - "Users": { - "1": { - "Background": "green", - "Foreground": "fg" - }, - "2": { - "Background": "blue", - "Foreground": "fg" - }, - "3": { - "Background": "red", - "Foreground": "fg" - }, - "4": { - "Background": "purple", - "Foreground": "fg" - }, - "5": { - "Background": "yellow", - "Foreground": "fg" - }, - "6": { - "Background": "orange", - "Foreground": "fg" - } - } - }, - "ColorChooser": { - "background": "bg", - "foreground": "fg", - "swatchesDefaultRecentColor": "fg" - }, - "ComboBoxButton.background": "button", - "ComboBox": { - "ArrowButton": { - "background": "button", - "disabledIconColor": "dis", - "iconColor": "fg", - "nonEditableBackground": "hc" - }, - "PopupBackground": "cs", - "arrowFillColor": "hc", - "background": "hc", - "buttonBackground": "button", - "darcula": { - "arrowButtonBackground": "hc", - "arrowButtonDisabledForeground": "dis", - "arrowButtonForeground": "fg", - "disabledArrowButtonBackground": "excl", - "editable.arrowButtonBackground": "hc", - "hoveredArrowButtonForeground": "accent", - "nonEditableBackground": "bg" - }, - "disabledBackground": "excl", - "disabledForeground": "dis", - "foreground": "fg", - "modifiedItemForeground": "accent", - "nonEditableBackground": "bg", - "padding": "5,5,5,5", - "selectionBackground": "table", - "selectionForeground": "activeFg" - }, - "ComboPopup.border": "1,1,1,1,#ffd866", - "CompletionPopup": { - "Advertiser": { - "background": "bg", - "foreground": "fg", - "borderInsets": "8,12,8,12" - }, - "background": "second", - "foreground": "fg", - "grayForeground": "text", - "grayedForeground": "text", - "infoForeground": "text", - "matchForeground": "accent", - "matchSelectedForeground": "accent", - "matchSelectionForeground": "accent", - "nonFocusedState": "false", - "selectedForeground": "selFg", - "selectedGrayedForeground": "selFg", - "selectionBackground": "cs", - "selectionForeground": "selFg", - "selectionGrayForeground": "selFg", - "selectionInactiveBackground": "hl", - "selectionInactiveForeground": "text", - "selectionInactiveInfoForeground": "text", - "selectionInfoForeground": "selFg" - }, - "ComplexPopup": { - "Header.background": "notif" - }, - "Component": { - "arc": 4, - "focusWidth": 2, - "borderColor": "hl", - "disabledBorderColor": "dis", - "focusColor": "accent", - "focusedBorderColor": "accent", - "hoverIconColor": "accent", - "iconColor": "text", - "grayForeground": "text", - "infoForeground": "text" - }, - "Content": { - "background": "cs", - "selectionBackground": "selBg", - "selectionInactiveBackground": "fg" - }, - "control": "button", - "controlLtHighlight": "selFg", - "controlText": "text", - "controlHighlight": "hl", - "controlShadow": "excl", - "controlDkShadow": "excl", - "Counter": { - "background": "accent", - "foreground": "selFg" - }, - "CurrentMnemonic": { - "background": "accent", - "borderColor": "accent", - "foreground": "selFg" - }, - "darcula": { - "background": "bg", - "foreground": "fg", - "primary": "bg" - }, - "desktop": "hc", - "Debugger": { - "EvaluateExpression.background": "bg", - "Variables": { - "changedValueForeground": "accent", - "collectingDataForeground": "text", - "errorMessageForeground": "red", - "evaluatingExpressionForeground": "text", - "exceptionForeground": "yellow", - "modifyingValueForeground": "accent", - "valueForeground": "accent", - "typeForeground": "text" - } - }, - "DebuggerTabs": { - "active.background": "hl", - "selectedBackground": "hl", - "underlinedTabBackground": "table", - "underlineHeight": 2 - }, - "DebuggerPopup": { - "borderColor": "bg" - }, - "DefaultTabs": { - "background": "bg", - "borderColor": "bg", - "hoverBackground": "table", - "hoverColor": "hl", - "hoverMaskColor": "hl", - "inactiveColoredFileBackground": "button", - "inactiveColoredTabBackground": "bg", - "inactiveMaskColor": "hc", - "inactiveUnderlineColor": "accent", - "underlineColor": "accent", - "underlineHeight": 3, - "underlinedTabBackground": "table", - "underlinedTabForeground": "selFg" - }, - "Desktop.background": "bg", - "Dialog": { - "titleColor": "bg" - }, - "DialogWrapper": { - "southPanelBackground": "bg", - "southPanelDivider": "bg" - }, - "DragAndDrop": { - "areaBackground": "tree", - "areaBorderColor": "bg", - "areaForeground": "fg", - "backgroundBorderColor": "bg", - "backgroundColor": "bg", - "borderColor": "accent", - "foregroundColor": "fg", - "rowBackground": "accent70" - }, - "dropArea.base": "accent", - "Editor": { - "background": "hc", - "foreground": "fg", - "shortcutForeground": "text", - "SearchField": { - "background": "cs", - "borderInsets": "8,12,8,12" - }, - "Toolbar": { - "borderColor": "border" - } - }, - "EditorGroupsTabs": { - "background": "bg", - "borderColor": "second", - "hoverBackground": "hl", - "hoverColor": "hl", - "inactiveUnderlineColor": "accent", - "underlineColor": "accent", - "underlinedTabBackground": "table", - "underlinedTabForeground": "fg" - }, - "EditorPane": { - "background": "hc", - "caretForeground": "accent", - "foreground": "fg", - "inactiveBackground": "bg", - "inactiveForeground": "dis", - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "splitBorder": "border" - }, - "EditorTabs": { - "active.background": "table", - "active.foreground": "fg", - "active.underlineColor": "accent", - "background": "bg", - "borderColor": "second", - "foreground": "fg", - "hoverBackground": "hl", - "hoverColor": "hl", - "hoverMaskColor": "hl", - "inactive.maskColor": "bg", - "inactiveColoredFileBackground": "bg", - "inactiveMaskColor": "bg", - "inactiveUnderlineColor": "dis", - "selectedBackground": "table", - "selectedForeground": "fg", - "tabInsets": "-10,10,-10,10", - "underlineColor": "accent", - "underlineHeight": 3, - "underlineArc": 4, - "underlinedTabBackground": "table", - "underlinedTabForeground": "selFg" - }, - "FileColor": { - "Blue": "#004BA0", - "Green": "#387002", - "Orange": "#B53D00", - "Rose": "#A00037", - "Violet": "#4D2C91", - "Yellow": "excl", - "Gray": "excl", - "excluded": "excl" - }, - "FlameGraph": { - "JVMBackground": "#89DDF7", - "JVMFocusBackground": "#82AAFF", - "JVMFocusSearchNotMatchedBackground": "#AB7967", - "JVMSearchNotMatchedBackground": "#FF5370", - "nativeBackground": "#FFCB6B", - "nativeFocusBackground": "#F78C6C", - "nativeFocusSearchNotMatchedBackground": "#BB80B3", - "nativeSearchNotMatchedBackground": "#C792EA" - }, - "Focus": { - "Color": "accent50", - "borderColor": "accent50", - "color": "accent50", - "defaultButtonBorderColor": "accent" - }, - "FormattedTextField": { - "background": "cs", - "caretForeground": "accent", - "foreground": "fg", - "inactiveBackground": "button", - "inactiveForeground": "dis", - "selectionBackground": "selBg", - "selectionForeground": "activeFg" - }, - "Git.Log.Ref": { - "LocalBranch": "accent", - "Other": "text", - "RemoteBranch": "fg", - "Tag": "text" - }, - "Github.List.tallRow": { - "foreground": "fg", - "secondary.foreground": "text", - "selectionBackground": "selBg", - "selectionBackground.unfocused": "hl", - "selectionForeground": "selFg", - "selectionForeground.unfocused": "selFg" - }, - "GotItTooltip": { - "background": "notif", - "borderColor": "notif", - "endBackground": "button", - "endBorderColor": "button", - "foreground": "fg", - "linkForeground": "accent", - "shortcutForeground": "text", - "startBackground": "button", - "startBorderColor": "button" - }, - "Group": { - "disabledSeparatorColor": "border", - "separatorColor": "border" - }, - "Gutter": { - "VcsChanges.width": 4 - }, - "GutterTooltip": { - "borderColor": "bg", - "infoForeground": "text", - "lineSeparatorColor": "bg" - }, - "HeaderColor": { - "active": "bg", - "inactive": "cs" - }, - "HelpTooltip": { - "background": "bg", - "backgroundColor": "bg", - "borderColor": "border", - "defaultTextBorderInsets": "16,16,16,16", - "foreground": "fg", - "infoForeground": "text", - "shortcutForeground": "text", - "shortcutTextColor": "text", - "smallTextBorderInsets": "8,12,8,12", - "textColor": "fg", - "verticalGap": 8 - }, - "Hg.Log.Ref": { - "Branch": "accent", - "ClosedBranch": "fg", - "LocalTag": "text", - "MqTag": "text", - "Tag": "text" - }, - "Hyperlink.linkColor": "accent", - "IconBadge": { - "infoBackground": "accent" - }, - "IdeStatusBar.border": "4,4,4,4", - "InformationHint.borderColor": "border", - "inactiveCaption": "second", - "inactiveCaptionBorder": "bg", - "inactiveCaptionText": "text", - "info": "text", - "infoPanelForeground": "text", - "infoText": "text", - "InplaceRefactoringPopup": { - "background": "bg", - "borderColor": "bg" - }, - "intellijlaf": { - "background": "bg", - "foreground": "fg" - }, - "InternalFrame": { - "activeTitleForeground": "fg", - "background": "bg", - "inactiveTitleBackground": "bg", - "inactiveTitleForeground": "text" - }, - "Label": { - "background": "bg", - "disabledForeground": "dis", - "disabledForegroundColor": "dis", - "disabledShadow": "dis", - "disabledText": "dis", - "errorForeground": "accent", - "foreground": "fg", - "grayForeground": "text", - "infoForeground": "text", - "selectedDisabledForeground": "fg", - "selectedForeground": "activeFg", - "textForeground": "text" - }, - "Lesson": { - "Badge": { - "newLessonBackground": "accent", - "newLessonForeground": "selFg" - }, - "shortcutBackground": "second", - "stepNumberForeground": "text", - "Tooltip": { - "background": "notif", - "borderColor": "notif", - "foreground": "fg", - "spanBackground": "button", - "spanForeground": "fg", - "stepNumberForeground": "text" - } - }, - "link": "accent", - "Link": { - "activeForeground": "accent", - "focusedBorderColor": "accent", - "hoverForeground": "accent", - "pressedForeground": "accent", - "secondaryForeground": "text", - "visitedForeground": "accent" - }, - "link.foreground": "accent", - "link.hover.foreground": "accent", - "link.pressed.foreground": "accent", - "link.visited.foreground": "accent", - "List": { - "background": "bg", - "Button": { - "hoverBackground": "hl", - "leftRightInset": 8, - "separatorColor": "border", - "separatorInset": 4 - }, - "foreground": "fg", - "hoverBackground": "hl", - "hoverInactiveBackground": "table", - "Line.hoverBackground": "selBg", - "rowHeight": "28", - "selectionBackground": "tree", - "selectionForeground": "selFg", - "selectionInactiveBackground": "table", - "selectionInactiveForeground": "activeFg", - "Tag": { - "background": "button", - "foreground": "fg" - } - }, - "LiveIndicator": { - "color": "accent" - }, - "macOSWindow.Title": { - "height": 30, - "heightSmall": 20 - }, - "MainMenu": { - "background": "hc", - "foreground": "fg", - "selectionForeground": "activeFg", - "selectionBackground": "selBg" - }, - "MainToolbar": { - "background": "bg", - "Button": { - "buttonInsets": "0,0,0,0" - }, - "Dropdown": { - "borderInsets": "6,12,6,12", - "background": "bg", - "foreground": "fg", - "hoverBackground": "hl", - "pressedBackground": "table" - }, - "hoverBackground": "hl", - "Icon": { - "borderInsets": "10,10,10,10", - "background": "bg", - "hoverBackground": "hl", - "pressedBackground": "table" - }, - "inactiveBackground": "bg", - "pressedBackground": "table", - "separatorColor": "border" - }, - "material": { - "background": "bg", - "branchColor": "fg", - "contrast": "cs", - "foreground": "fg", - "mergeCommits": "button", - "primaryColor": "text", - "selectionBackground": "selBg", - "selectionForeground": "selFg", - "tab.backgroundColor": "bg", - "tab.borderColor": "accent", - "tagColor": "text" - }, - "MemoryIndicator": { - "allocatedBackground": "second", - "unusedColor": "second", - "usedBackground": "hl", - "usedColor": "hl" - }, - "menu": "bg", - "menuText": "fg", - "Menu": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "activeFg", - "background": "bg", - "border": "8,8,8,8", - "borderColor": "second", - "disabledBackground": "second", - "disabledForeground": "dis", - "foreground": "fg", - "Selection": { - "arc": 8, - "innerInsets": "8,2,8,2" - }, - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "separatorColor": "border" - }, - "MenuBar": { - "background": "hc", - "borderColor": "bg", - "disabledBackground": "bg", - "disabledForeground": "dis", - "foreground": "fg", - "highlight": "bg", - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "shadow": "hc" - }, - "MenuItem": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "activeFg", - "background": "bg", - "border": "8,8,8,8", - "disabledBackground": "bg", - "disabledForeground": "dis", - "foreground": "fg", - "selectionBackground": "selBg", - "selectionForeground": "activeFg" - }, - "MlModelBinding.Viewer.CodeEditor.background": "bg", - "MnemonicIcon": { - "background": "hl", - "borderColor": "hl", - "foreground": "fg" - }, - "NavBar": { - "arrowColor": "fg", - "borderColor": "bg", - "selectedColor": "accent" - }, - "NewClass": { - "Panel": { - "background": "bg" - }, - "SearchField": { - "background": "cs" - }, - "separatorWidth": 6 - }, - "NewPSD.warning": "accent", - "Notification": { - "arc": 16, - "Error.foreground": "accent", - "Link.foreground": "accent", - "background": "notif", - "borderColor": "notif", - "errorBackground": "notif", - "errorBorderColor": "notif", - "errorForeground": "accent", - "foreground": "fg", - "linkForeground": "accent", - "MoreButton": { - "background": "button", - "foreground": "fg", - "innerBorderColor": "button" - }, - "ToolWindow": { - "Button.DragAndDrop": { - "buttonFloatingBackground": "button", - "stripeBackground": "bg" - }, - "errorBackground": "notifError", - "errorBorderColor": "notifError", - "errorForeground": "fg", - "infoBackground": "notif", - "infoBorderColor": "notif", - "infoForeground": "fg", - "informativeBackground": "notif", - "informativeBorderColor": "notif", - "informativeForeground": "fg", - "warningBackground": "notifWarn", - "warningBorderColor": "notifWarn", - "warningForeground": "fg" - }, - "ToolWindowError": { - "foreground": "fg", - "background": "notifError" - }, - "ToolWindowInfo": { - "foreground": "fg", - "background": "notif", - "borderColor": "notif" - }, - "ToolWindowWarning": { - "foreground": "fg", - "background": "notifWarn" - } - }, - "Notifications": { - "background": "notif", - "borderColor": "notif" - }, - "NotificationsToolwindow": { - "Notification.hoverBackground": "tree", - "newNotification.background": "notif", - "newNotification.hoverBackground": "tree" - }, - "OnePixelDivider.background": "border", - "OptionPane": { - "background": "bg", - "foreground": "fg", - "messageForeground": "fg" - }, - "OptionButton": { - "default.separatorColor": "table", - "separatorColor": "button" - }, - "Outline": { - "color": "button", - "disabledColor": "dis", - "focusedColor": "accent" - }, - "Panel": { - "background": "bg", - "foreground": "fg", - "mouseShortcutBackground": "bg" - }, - "ParameterInfo": { - "ContextHelp.foreground": "text", - "background": "second", - "borderColor": "table", - "currentOverloadBackground": "hl", - "currentParameterForeground": "accent", - "disabledColor": "dis", - "disabledForeground": "dis", - "foreground": "fg", - "highlightedColor": "accent", - "infoForeground": "text", - "lineSeparatorColor": "table" - }, - "PasswordField": { - "background": "cs", - "capsLockIconColor": "accent", - "caretForeground": "accent", - "foreground": "fg", - "inactiveForeground": "dis", - "selectionBackground": "table", - "selectionForeground": "activeFg" - }, - "Plugins": { - "background": "bg", - "borderColor": "border", - "disabledForeground": "dis", - "eapTagBackground": "hl", - "hoverBackground": "hl", - "lightSelectionBackground": "table", - "paidTagBackground": "hl", - "selectionBackground": "selBg", - "selectionForeground": "selFg", - "tagBackground": "hl", - "tagForeground": "accent", - "trialTagBackground": "hl", - "Button": { - "installBackground": "button", - "installBorderColor": "button", - "installFillBackground": "button", - "installFillForeground": "dis", - "installFocusedBackground": "hl", - "installForeground": "fg", - "updateBackground": "accent", - "updateBorderColor": "button", - "updateForeground": "fg" - }, - "ScreenshotPagination": { - "CurrentImage.fillColor": "accent" - }, - "SearchField": { - "background": "cs", - "borderColor": "border" - }, - "SectionHeader": { - "background": "second", - "foreground": "fg" - }, - "Tab": { - "active.background": "table", - "active.foreground": "activeFg", - "hover.background": "table", - "hoverBackground": "table", - "selectedBackground": "table", - "selectedForeground": "selFg" - } - }, - "Popup": { - "Advertiser": { - "borderInsets": "6,20,6,20", - "background": "bg", - "borderColor": "bg", - "foreground": "accent" - }, - "Body": { - "bottomInsetNoAd": 8, - "bottomInsetBeforeAd": 8, - "topInsetNoHeader": 8 - }, - "Border": { - "color": "cs", - "inactiveColor": "bg" - }, - "background": "notif", - "borderColor": "cs", - "borderWidth": 0, - "inactiveBorderColor": "bg", - "innerBorderColor": "second", - "Header": { - "activeBackground": "bg", - "inactiveBackground": "cs", - "inactiveForeground": "text" - }, - "paintBorder": false, - "preferences": { - "background": "bg", - "borderColor": "bg", - "foreground": "fg" - }, - "Selection.arc": 8, - "Selection.leftRightInset": 8, - "Separator": { - "foreground": "fg", - "color": "border" - }, - "separatorColor": "second", - "separatorForeground": "fg", - "Toolbar": { - "Border.color": "cs", - "Floating.background": "cs", - "background": "cs", - "borderColor": "cs" - } - }, - "PopupMenu": { - "background": "bg", - "borderWidth": 1, - "border": "8,8,8,8", - "borderCornerRadius": 8, - "foreground": "fg", - "Selection": { - "arc": 8, - "innerInsets": "8,2,8,2" - }, - "selectionBackground": "selBg", - "translucentBackground": "bg" - }, - "PopupMenuSeparator": { - "height": 10, - "stripeWidth": 2, - "stripeIndent": 5, - "withToEdge": 4, - "borderCornerRadius": 8 - }, - "ProgressBar": { - "background": "bg", - "foreground": "accent", - "halfColor": "hl", - "indeterminateEndColor": "accent", - "indeterminateStartColor": "accent", - "progressColor": "accent", - "selectionBackground": "hl", - "trackColor": "hl" - }, - "ProgressIcon": { - "color": "accent" - }, - "PsiViewer": { - "referenceHighlightColor": "accent" - }, - "RadioButton": { - "background": "bg", - "darcula": { - "borderColor1": "fg", - "selectionDisabledColor": "bg", - "selectionDisabledShadowColor": "accent", - "selectionEnabledColor": "accent", - "selectionEnabledShadowColor": "accent" - }, - "disabledText": "dis", - "focusColor": "accent", - "foreground": "fg", - "selectionDisabledColor": "bg", - "selectionDisabledShadowColor": "accent", - "selectionEnabledColor": "accent", - "selectionEnabledShadowColor": "accent" - }, - "RadioButtonMenuItem": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "text", - "background": "bg", - "disabledBackground": "bg", - "disabledForeground": "dis", - "foreground": "fg", - "selectionBackground": "selBg", - "selectionForeground": "selFg" - }, - "ReviewList": { - "state.background": "second", - "state.foreground": "fg" - }, - "RunWidget": { - "background": "button", - "Debug.activeBackground": "hl", - "foreground": "fg", - "hoverBackground": "table", - "pressedBackground": "hl", - "Profile.activeBackground": "hl", - "runningBackground": "hl", - "runningForeground": "selFg", - "Run.activeBackground": "hl", - "Running": { - "background": "hl", - "foreground": "selFg", - "leftHoverBackground": "hl", - "leftPressedBackground": "hl" - }, - "separatorColor": "border" - }, - "ScreenView.borderColor": "border", - "scrollbar": "bg", - "ScrollBar": { - "background": "bg", - "hoverThumbBorderColor": "accent", - "hoverThumbColor": "accent", - "hoverTrackColor": "bg30", - "Mac": { - "hoverThumbBorderColor": "accent", - "hoverThumbColor": "accent", - "hoverTrackColor": "bg30", - "thumbBorderColor": "accent70", - "thumbColor": "accent70", - "trackColor": "bg30", - "Transparent": { - "hoverThumbBorderColor": "accent", - "hoverThumbColor": "accent", - "hoverTrackColor": "bg30", - "thumbBorderColor": "accent70", - "thumbColor": "accent70", - "trackColor": "bg30" - } - }, - "thumb": "hl", - "thumbBorderColor": "accent70", - "thumbColor": "accent70", - "Thumb": { - "Hovered.background": "accent", - "NonOpaque.Hovered.background": "accent" - }, - "trackColor": "bg30", - "Transparent": { - "hoverThumbBorderColor": "accent", - "hoverThumbColor": "accent", - "hoverTrackColor": "bg30", - "thumbBorderColor": "accent70", - "thumbColor": "accent70", - "trackColor": "bg30" - } - }, - "SearchEverywhere": { - "Advertiser": { - "background": "bg", - "foreground": "text", - "borderInsets": "10,20,10,20" - }, - "background": "bg", - "Dialog": { - "background": "bg", - "borderColor": "bg", - "foreground": "fg" - }, - "foreground": "fg", - "Header": { - "background": "bg" - }, - "List": { - "Separator.Color": "border", - "Separator.foreground": "text", - "selectionBackground": "selBg", - "separatorColor": "border", - "separatorForeground": "text", - "settingsBackground": "bg" - }, - "SearchField": { - "Border.color": "hl", - "background": "cs", - "borderColor": "hl", - "grayForeground": "dis", - "infoForeground": "dis" - }, - "shortcutForeground": "text", - "Tab": { - "active.background": "hl", - "active.foreground": "activeFg", - "selected.background": "hl", - "selected.foreground": "activeFg", - "selectedBackground": "hl", - "selectedForeground": "activeFg" - } - }, - "SearchMatch": { - "endBackground": "accent", - "endColor": "accent", - "startBackground": "accent", - "startColor": "accent" - }, - "SearchField.errorBackground": "notif", - "SearchFieldWithExtension": { - "background": "cs" - }, - "SearchOption": { - "selectedBackground": "table", - "selectedPressedBackground": "hl", - "selectedHoveredBackground": "hl" - }, - "SearchResults": { - "Ordinal.File.Foreground": "text", - "Repeated.File.Foreground": "fg" - }, - "SegmentedButton": { - "focusedSelectedButtonColor": "hl", - "selectedButtonColor": "button", - "selectedStartBorderColor": "border", - "selectedEndBorderColor": "border" - }, - "Separator": { - "background": "second", - "foreground": "second", - "separatorColor": "border" - }, - "Settings": { - "Spotlight.borderColor": "accent" - }, - "SidePanel": { - "background": "hc" - }, - "Slider": { - "background": "bg", - "buttonBorderColor": "accent", - "buttonColor": "accent", - "foreground": "fg", - "majorTickLength": 6, - "thumb": "accent", - "tickColor": "second", - "track": "table", - "trackColor": "table", - "trackDisabled": "hl", - "trackWidth": 7 - }, - "Space.Review.diffAnchorBackground": "second", - "SpeedSearch": { - "background": "hl", - "borderColor": "border", - "errorForeground": "red", - "foreground": "fg" - }, - "Spinner": { - "background": "bg", - "border": "4,4,4,4", - "disabledBackground": "excl", - "foreground": "fg", - "selectionForeground": "activeFg" - }, - "SplitPane": { - "background": "bg", - "highlight": "hc" - }, - "SplitPaneDivider.draggingColor": "second", - "StateWidget.activeBackground": "button", - "StatusBar": { - "background": "bg", - "Breadcrumbs": { - "floatingBackground": "tree", - "floatingForeground": "fg", - "floatingToolbarInsets": "8,12,8,12", - "foreground": "fg", - "hoverBackground": "tree", - "hoverForeground": "fg", - "itemBackgroundInsets": "2,4,2,4", - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "selectionInactiveBackground": "button", - "selectionInactiveForeground": "fg" - }, - "borderColor": "border", - "bottomColor": "bg", - "hoverBackground": "hl", - "top2Color": "bg", - "topColor": "bg", - "LightEditBackground": "table", - "Widget": { - "foreground": "fg", - "hoverBackground": "hl", - "hoverForeground": "selFg", - "pressedBackground": "button", - "pressedForeground": "fg", - "widgetInsets": "8,12,8,12" - } - }, - "TabbedPane": { - "background": "bg", - "borderColor": "hc", - "contentAreaColor": "hl", - "contentBorderInsets": "3,1,1,1", - "darkShadow": "hc", - "disabledForeground": "dis", - "disabledText": "dis", - "disabledUnderlineColor": "dis", - "focus": "table", - "focusColor": "table", - "fontSizeOffset": 0, - "foreground": "fg", - "highlight": "border", - "hoverColor": "hl", - "labelShift": 0, - "mt.tab.background": "hc", - "selectHighlight": "hl", - "selected": "selBg", - "selectedColor": "accent", - "selectedDisabledColor": "dis", - "selectedForeground": "activeFg", - "selectedLabelShift": 0, - "selectedTabPadInsets": "0,0,0,0", - "shadow": "hc", - "tabHeight": 32, - "tabInsets": "5,10,5,10", - "tabSelectionArc": 4, - "tabSelectionHeight": 2, - "tabsOverlapBorder": true, - "underlineColor": "accent" - }, - "TabbedPane.mt.tab.background": "hc", - "Table": { - "alternativeRowBackground": "cs", - "background": "bg", - "cellNoFocusBorder": "16,4,16,4", - "disabledForeground": "dis", - "dropLineColor": "accent", - "dropLineShortColor": "accent", - "focusCellBackground": "table", - "focusCellForeground": "activeFg", - "focusCellHighlightBorder": "18,6,18,6", - "foreground": "fg", - "gridColor": "bg", - "highlightOuter": "table", - "hoverBackground": "hl", - "hoverInactiveBackground": "table", - "lightSelectionBackground": "table", - "lightSelectionForeground": "activeFg", - "lightSelectionInactiveBackground": "second", - "lightSelectionInactiveForeground": "text", - "rowHeight": 32, - "selectionBackground": "table", - "selectionForeground": "activeFg", - "selectionInactiveBackground": "table", - "selectionInactiveForeground": "selFg", - "sortIconColor": "fg", - "stripeColor": "cs", - "stripedBackground": "cs" - }, - "TableHeader": { - "background": "button", - "bottomSeparatorColor": "border", - "borderColor": "hl", - "cellBorder": "6,0,6,0", - "disabledForeground": "dis", - "focusCellBackground": "table", - "focusCellForeground": "activeFg", - "foreground": "fg", - "height": 32, - "hoverBackground": "hl", - "separatorColor": "border" - }, - "Tag": { - "background": "button", - "borderColor": "button", - "foreground": "fg" - }, - "text": "bg", - "textInactiveText": "text", - "textHighlight": "selBg", - "textHighlightText": "activeFg", - "textText": "text", - "TextArea": { - "background": "cs", - "caretForeground": "accent", - "foreground": "fg", - "inactiveForeground": "dis", - "selectionBackground": "table", - "selectionForeground": "activeFg" - }, - "TextField": { - "background": "cs", - "borderColor": "bg", - "caretForeground": "accent", - "disabledBackground": "excl", - "focusedBorderColor": "bg", - "foreground": "fg", - "hoverBorderColor": "bg", - "inactiveForeground": "dis", - "selectedSeparatorColor": "accent", - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "separatorColor": "hl", - "separatorColorDisabled": "bg" - }, - "TextPane": { - "background": "cs", - "caretForeground": "accent", - "foreground": "fg", - "inactiveForeground": "dis", - "selectionBackground": "table", - "selectionForeground": "activeFg" - }, - "TipOfTheDay": { - "Image.borderColor": "border" - }, - "TitlePane": { - "Button": { - "hoverBackground": "hl", - "preferredSize": "48,40" - }, - "background": "hc", - "inactiveBackground": "bg", - "inactiveInfoForeground": "dis", - "infoForeground": "text" - }, - "TitledBorder.titleColor": "fg", - "ToggleButton": { - "borderColor": "button", - "buttonColor": "button", - "disabledText": "dis", - "foreground": "fg", - "off.background": "bg", - "off.foreground": "bg", - "offBackground": "bg", - "offForeground": "bg", - "on.background": "accent", - "on.foreground": "accent", - "onBackground": "accent", - "onForeground": "accent" - }, - "Toolbar.Floating.background": "button", - "ToolBar": { - "background": "hc", - "borderHandleColor": "text", - "comboBoxButtonBackground": "button", - "floatingForeground": "text", - "foreground": "fg", - "verticalToolbarInsets": "6,6,6,6", - "horizontalToolbarInsets": "6,6,6,6" - }, - "ToolbarComboWidget": { - "background": "button", - "hoverBackground": "hl" - }, - "tooltips": { - "actions.keymap.text.color": "text", - "actions.settings.icon.background.color": "bg", - "description.title.text.color": "fg" - }, - "ToolTip": { - "arc": 6, - "actions": { - "background": "bg" - }, - "Actions": { - "background": "bg", - "grayForeground": "text", - "infoForeground": "text" - }, - "background": "notif", - "borderColor": "border", - "borderCornerRadius": 8, - "foreground": "fg", - "infoForeground": "text", - "linkForeground": "accent", - "Learning": { - "background": "accent", - "borderColor": "accent", - "foreground": "fg", - "spanBackground": "accent50", - "spanForeground": "fg", - "stepNumberForeground": "accent" - }, - "separatorColor": "border", - "shortcutForeground": "text" - }, - "ToolWindow": { - "active": { - "Header.background": "second", - "HeaderTab.background": "cs" - }, - "Background": "bg", - "background": "hc", - "Button": { - "hoverBackground": "table", - "DragAndDrop": { - "stripeBackground": "cs", - "buttonDropBackground": "accent70" - }, - "selectedBackground": "cs", - "selectedForeground": "activeFg" - }, - "header": { - "active.background": "second", - "background": "bg", - "border.background": "second", - "closeButton.background": "bg", - "tab.selected.active.background": "cs", - "tab.selected.background": "cs" - }, - "Header": { - "height": 42, - "background": "second", - "borderColor": "second", - "inactiveBackground": "bg" - }, - "HeaderCloseButton": { - "background": "bg" - }, - "HeaderTab": { - "borderColor": "bg", - "hoverBackground": "hl", - "hoverInactiveBackground": "hl", - "inactiveUnderlineColor": "accent", - "leftRightInsets": "0,12,0,12", - "selectedBackground": "cs", - "selectedInactiveBackground": "cs", - "underlineArc": 4, - "underlineColor": "accent", - "underlineHeight": 3, - "underlinedTabBackground": "table", - "underlinedTabForeground": "selFg", - "underlinedTabInactiveBackground": "hc", - "underlinedTabInactiveForeground": "fg", - "verticalPadding": 6 - }, - "inactive": { - "Header.background": "bg", - "HeaderTab.background": "cs" - } - }, - "Tree": { - "border": "4,12,4,12", - "background": "hc", - "foreground": "text", - "errorForeground": "red", - "hash": "border", - "hoverBackground": "tree", - "hoverInactiveBackground": "table", - "modifiedItemForeground": "accent", - "rowHeight": "28", - "selectionBackground": "tree", - "selectionForeground": "selFg", - "selectionInactiveBackground": "tree", - "selectionInactiveForeground": "selFg", - "textBackground": "hc" - }, - "Tree.leftChildIndent": 10, - "Tree.rightChildIndent": 5, - "UIDesigner": { - "Activity.borderColor": "border", - "Canvas.background": "cs", - "ColorPicker": { - "background": "second", - "foreground": "fg" - }, - "Component": { - "background": "bg", - "borderColor": "border", - "foreground": "fg", - "hoverBorderColor": "hl" - }, - "Connector": { - "borderColor": "border", - "hoverBorderColor": "hl" - }, - "Label.foreground": "text", - "highStroke.foreground": "fg", - "motion": { - "AddConstraintColor": "accent", - "AddConstraintPlus": "accent", - "CSPanel.SelectedBackground": "tree", - "CSPanel.SelectedFocusBackground": "selBg", - "Component.foreground": "fg", - "ConstraintSet.background": "second", - "ConstraintSetText.foreground": "text", - "CursorTextColor.foreground": "fg", - "HoverColor.disabledBackground": "dis", - "Key.selectedForeground": "accent", - "Notification.background": "notif", - "PositionMarkColor": "accent", - "PrimaryPanel.background": "cs", - "SecondaryPanel.background": "bg", - "SecondaryPanel.header.background": "cs", - "SecondaryPanel.header.foreground": "text", - "TimeCursor.End.selectedForeground": "accent", - "TimeCursor.Start.selectedForeground": "accent", - "TimeCursor.selectedForeground": "accent", - "borderColor": "border", - "cs_FocusText.infoForeground": "text", - "graphLine.lineSeparatorColor": "accent", - "motionGraph.background": "bg", - "ourAvg.background": "second", - "ourCS.background": "second", - "ourCS_Border.borderColor": "border", - "ourCS_SelectedBackground.selectionInactiveBackground": "table", - "ourCS_SelectedBorder.pressedBorderColor": "hl", - "ourCS_SelectedFocusBackground.selectionForeground": "selFg", - "ourCS_SelectedFocusBorder.focusedBorderColor": "accent", - "ourCS_TextColor.foreground": "text", - "ourML_BarColor.separatorColor": "border", - "timeLine.disabledBorderColor": "border" - }, - "PackageDetails": { - "border": "accent", - "infoBanner": "accent" - }, - "PackageSearch": { - "PackagesList.rowHeight": 28, - "PackageTag": { - "background": "excl", - "foreground": "fg", - "hoverBackground": "tree", - "selectedBackground": "selBg", - "selectedForeground": "selFg" - }, - "PackageTagSelected": { - "background": "selBg", - "foreground": "selFg" - }, - "SearchResult": { - "background": "cs", - "hoverBackground": "tree", - "PackageTag": { - "background": "excl", - "foreground": "fg", - "hoverBackground": "tree", - "selectedBackground": "selBg", - "selectedForeground": "selFg" - } - } - }, - "Panel": { - "background": "bg", - "borderColor": "border", - "graphLabel": "text", - "graphLines": "hl", - "lines3d": "accent", - "secondaryGraphLines": "border" - }, - "percent.foreground": "fg", - "Placeholder": { - "background": "bg", - "borderColor": "border", - "foreground": "fg", - "selectedForeground": "selFg" - }, - "Preview.background": "bg", - "stroke.acceleratorForeground": "text" - }, - "ValidationTooltip": { - "errorBackground": "notif", - "errorBorderColor": "notif", - "warningBackground": "notif", - "warningBorderColor": "notif" - }, - "VersionControl": { - "FileHistory.Commit": { - "otherBranchBackground": "excl", - "selectedBranchBackground": "bg" - }, - "GitCommits": { - "graphColor": "hl" - }, - "GitLog": { - "localBranchIconColor": "accent", - "otherIconColor": "text", - "remoteBranchIconColor": "fg", - "tagIconColor": "text" - }, - "HgLog": { - "bookmarkIconColor": "activeFg", - "branchIconColor": "accent", - "closedBranchIconColor": "dis", - "localTagIconColor": "text", - "mqTagIconColor": "text", - "tagIconColor": "text", - "tipIconColor": "text" - }, - "Log": { - "Commit": { - "currentBranchBackground": "cs", - "hoveredBackground": "tree", - "rowHeight": 28, - "unmatchedForeground": "text" - } - }, - "MarkerPopup": { - "borderColor": "border", - "borderInsets": "6,8,6,10", - "Toolbar.background": "hl" - }, - "Ref": { - "backgroundBase": "hl", - "foreground": "activeFg" - }, - "RefLabel": { - "backgroundBase": "hl", - "foreground": "activeFg" - } - }, - "UnattendedHostStatus": { - "warningBackground": "yellow", - "warningForeground": "activeFg", - "dangerBackground": "red" - }, - "Viewport": { - "background": "hc", - "foreground": "fg" - }, - "WelcomeScreen": { - "AssociatedComponent.background": "bg", - "Details.background": "bg", - "List": { - "background": "hc", - "selectionBackground": "selBg", - "selectionInactiveBackground": "hl" - }, - "SidePanel.background": "second", - "background": "bg", - "borderColor": "bg", - "captionBackground": "cs", - "captionForeground": "fg", - "footerBackground": "cs", - "footerForeground": "fg", - "groupIconBorderColor": "button", - "headerBackground": "bg", - "headerForeground": "fg", - "separatorColor": "border", - "Projects": { - "actions.background": "cs", - "actions.selectionBackground": "hl", - "background": "second", - "selectionBackground": "selBg", - "selectionInactiveBackground": "selBg" - } - }, - "Window.border": "border", - "window": "hc", - "windowBorder": "border", - "windowText": "text" - }, - "icons": { - "ColorPalette": { - "#43494A": "cs", - "#6B6B6B": "text", - "#A7A7A7": "bg", - "#3D6185": "accent", - "#466D94": "accent", - "#3C3F41": "bg", - "#545556": "dis", - "#606060": "dis", - "#9AA7B0": "fg", - "#675133": "accent", - "Actions.Blue": "blue", - "Actions.Green": "green", - "Actions.Grey": "text", - "Actions.GreyInline": "gray", - "Actions.GreyInline.Dark": "fg", - "Actions.Red": "red", - "Actions.Yellow": "yellow", - "Checkbox.Background.Default": "cs", - "Checkbox.Background.Default.Dark": "cs", - "Checkbox.Background.Disabled": "excl", - "Checkbox.Background.Disabled.Dark": "excl", - "Checkbox.Background.Selected": "accent", - "Checkbox.Background.Selected.Dark": "hc", - "Checkbox.Border.Default": "hl", - "Checkbox.Border.Default.Dark": "hl", - "Checkbox.Border.Disabled": "dis", - "Checkbox.Border.Disabled.Dark": "dis", - "Checkbox.Border.Selected": "accent", - "Checkbox.Border.Selected.Dark": "hl", - "Checkbox.Focus.Thin.Default": "accent", - "Checkbox.Focus.Thin.Default.Dark": "accent", - "Checkbox.Focus.Thin.Selected": "fg", - "Checkbox.Focus.Thin.Selected.Dark": "fg", - "Checkbox.Focus.Wide": "accent", - "Checkbox.Focus.Wide.Dark": "accent", - "Checkbox.Foreground.Disabled": "dis", - "Checkbox.Foreground.Disabled.Dark": "dis", - "Checkbox.Foreground.Selected": "hc", - "Checkbox.Foreground.Selected.Dark": "accent", - "Objects.BlackText": "fg", - "Objects.Blue": "blue", - "Objects.Green": "green", - "Objects.GreenAndroid": "green", - "Objects.Grey": "gray", - "Objects.Pink": "purple", - "Objects.Purple": "purple", - "Objects.Red": "red", - "Objects.RedStatus": "red", - "Objects.Yellow": "yellow", - "Objects.YellowDark": "orange", - "Tree.iconColor": "text", - "Tree.iconColor.Dark": "text" - } - } -} 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 deleted file mode 100644 index a8bb7926..00000000 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Moonlight Contrast.theme.json +++ /dev/null @@ -1,1778 +0,0 @@ -{ - "name": "Moonlight Contrast", - "dark": true, - "author": "Mallowigi", - "colors": { - "bg": "#222436", - "bg30": "#22243630", - "fg": "#c8d3f5", - "text": "#a9b8e8", - "selBg": "#444a73", - "selBg20": "#444a7320", - "selFg": "#FFFFFF", - "activeFg": "#FFFFFF", - "border": "#222436", - "excl": "#2f334d", - "second": "#2f334d", - "dis": "#828bb8", - "accent": "#74a0f1", - "accent2": "#74a0f12", - "accent50": "#74a0f150", - "accent70": "#74a0f170", - "cs": "#191a2a", - "button": "#444a73", - "table": "#2f334d", - "tree": "#2f3452", - "hl": "#444a73", - "notif": "#191a2a", - "hc": "#191a2a", - "shadow": "undefined", - "white": "#c8d3f5", - "blue": "#70b0ff", - "red": "#ff757f", - "yellow": "#ffbd76", - "green": "#7af8ca", - "gray": "#7e8eda", - "purple": "#baacff", - "orange": "#ff9668" - }, - "editorScheme": "colors/Moonlight.xml", - "ui": { - "*": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "text", - "background": "bg", - "borderColor": "border", - "disabledBackground": "excl", - "disabledBorderColor": "button", - "disabledForeground": "dis", - "disabledText": "dis", - "focusColor": "hl", - "focusedBorderColor": "accent", - "foreground": "fg", - "hoverBorderColor": "hl", - "inactiveBackground": "excl", - "inactiveForeground": "text", - "infoForeground": "text", - "lineSeparatorColor": "hl", - "pressedBorderColor": "hl", - "selectionBackground": "selBg", - "selectionBackgroundInactive": "second", - "selectionForeground": "selFg", - "selectionInactiveBackground": "second", - "separatorColor": "border" - }, - "activeCaption": "bg", - "activeCaptionBorder": "bg", - "activeCaptionText": "fg", - "ActionButton": { - "focusedBorderColor": "accent50", - "hoverBackground": "accent50", - "hoverBorderColor": "accent50", - "hoverSeparatorColor": "button", - "pressedBackground": "accent50", - "pressedBorderColor": "accent50" - }, - "ActionsList": { - "icon.gap": 12, - "mnemonic.icon.gap": 12 - }, - "ActionToolbar": { - "background": "hc" - }, - "AppInspector.GraphNode": { - "background": "second", - "borderColor": "border", - "focusedBorderColor": "accent" - }, - "AssignedMnemonic": { - "background": "hl", - "borderColor": "selBg", - "foreground": "activeFg" - }, - "Autocomplete": { - "selectionBackground": "selBg", - "selectionUnfocus": "hl" - }, - "AvailableMnemonic": { - "background": "button", - "borderColor": "button", - "foreground": "fg" - }, - "BigSpinner.background": "bg", - "Bookmark": { - "iconBackground": "accent", - "Mnemonic": { - "iconBackground": "hl", - "iconBorderColor": "hl", - "iconForeground": "fg" - } - }, - "BookmarkMnemonicAssigned": { - "background": "hl", - "borderColor": "selBg", - "foreground": "selFg" - }, - "BookmarkMnemonicAvailable": { - "background": "button", - "borderColor": "button", - "foreground": "fg" - }, - "BookmarkMnemonicCurrent": { - "background": "accent", - "borderColor": "accent", - "foreground": "selFg" - }, - "BookmarkMnemonicIcon": { - "background": "hl", - "borderColor": "hl", - "foreground": "fg" - }, - "BookmarkIcon.background": "accent", - "Borders.ContrastBorderColor": "bg", - "Borders.color": "border", - "Breakpoint.iconHoverAlpha": 0.35, - "Button": { - "arc": 8, - "background": "bg", - "darcula": { - "borderColor": "button", - "defaultBorderColor": "button", - "defaultEndColor": "button", - "defaultFocusedBorderColor": "table", - "defaultOutlineColor": "button", - "defaultStartColor": "button", - "disabledBorderColor": "button", - "disabledOutlineColor": "border", - "disabledText.shadow": "bg", - "endColor": "button", - "focusedBorderColor": "table", - "outlineColor": "button", - "selectedButtonForeground": "selFg", - "selection.color1": "table", - "selection.color2": "table", - "shadowColor": "shadow", - "smallComboButtonBackground": "button", - "startColor": "button" - }, - "default": { - "borderColor": "button", - "endBackground": "table", - "endBorderColor": "table", - "focusColor": "accent", - "focusedBorderColor": "accent", - "foreground": "selFg", - "shadowColor": "shadow", - "startBackground": "table", - "startBorderColor": "table" - }, - "disabledBackground": "excl", - "disabledBorderColor": "border", - "disabledText": "dis", - "endBackground": "table", - "endBorderColor": "button", - "focus": "hl", - "focusedBorderColor": "accent", - "foreground": "text", - "highlight": "selFg", - "mt.background": "button", - "mt.color1": "button", - "mt.color2": "button", - "mt.foreground": "text", - "mt.selectedForeground": "selFg", - "mt.selection.color1": "table", - "mt.selection.color2": "table", - "select": "button", - "shadowColor": "shadow", - "shadowWidth": 0, - "startBackground": "table", - "startBorderColor": "button", - "ToolWindow": { - "arc": 40 - } - }, - "Canvas": { - "Tooltip.background": "notif", - "Tooltip.borderColor": "border" - }, - "CheckBox": { - "background": "bg", - "background.selected": "accent", - "borderColor": "bg", - "borderColor.selected": "accent", - "checkSignColor": "bg", - "checkSignColor.selected": "bg", - "checkSignColorDisabled": "bg", - "checkSignColorDisabled.selected": "bg", - "darcula": { - "borderColor1": "fg", - "checkSignColorDisabled": "dis", - "disabledBorderColor1": "dis", - "disabledBorderColor2": "dis", - "inactiveFillColor": "hl" - }, - "disabledBorderColor": "bg", - "disabledBorderColor.selected": "accent", - "disabledText": "dis", - "focused.background": "bg", - "focused.background.selected": "accent", - "focusedArmed.background": "bg", - "focusedArmed.background.selected": "accent", - "foreground": "fg", - "inactiveFillColor": "bg", - "inactiveFillColor.selected": "accent", - "select": "accent", - "shadowColor": "bg", - "shadowColorDisabled": "bg" - }, - "Checkbox": { - "Background.Default": "bg", - "Background.Default.Dark": "bg", - "Background.Disabled": "second", - "Background.Disabled.Dark": "second", - "Background.Selected": "accent", - "Background.Selected.Dark": "accent", - "Border.Default": "hl", - "Border.Default.Dark": "hl", - "Border.Disabled": "second", - "Border.Disabled.Dark": "second", - "Border.Selected": "accent", - "Border.Selected.Dark": "accent", - "Focus.Thin.Default": "bg", - "Focus.Thin.Default.Dark": "bg", - "Focus.Wide.Default": "bg", - "Focus.Wide.Default.Dark": "bg", - "Focus.Thin.Selected": "accent", - "Focus.Thin.Selected.Dark": "accent", - "Focus.Wide.Selected": "accent", - "Focus.Wide.Selected.Dark": "accent" - }, - "CheckBoxMenuItem": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "text", - "background": "bg", - "disabledBackground": "bg", - "disabledForeground": "dis", - "foreground": "fg", - "selectionBackground": "selBg", - "selectionForeground": "activeFg" - }, - "CodeWithMe": { - "Avatar.foreground": "fg", - "AccessDisabled.accessDot": "dis", - "AccessEnabled": { - "accessDot": "accent", - "dropdownBorder": "second", - "pillBackground": "second" - }, - "Users": { - "1": { - "Background": "green", - "Foreground": "fg" - }, - "2": { - "Background": "blue", - "Foreground": "fg" - }, - "3": { - "Background": "red", - "Foreground": "fg" - }, - "4": { - "Background": "purple", - "Foreground": "fg" - }, - "5": { - "Background": "yellow", - "Foreground": "fg" - }, - "6": { - "Background": "orange", - "Foreground": "fg" - } - } - }, - "ColorChooser": { - "background": "bg", - "foreground": "fg", - "swatchesDefaultRecentColor": "fg" - }, - "ComboBoxButton.background": "button", - "ComboBox": { - "ArrowButton": { - "background": "button", - "disabledIconColor": "dis", - "iconColor": "fg", - "nonEditableBackground": "hc" - }, - "PopupBackground": "cs", - "arrowFillColor": "hc", - "background": "hc", - "buttonBackground": "button", - "darcula": { - "arrowButtonBackground": "hc", - "arrowButtonDisabledForeground": "dis", - "arrowButtonForeground": "fg", - "disabledArrowButtonBackground": "excl", - "editable.arrowButtonBackground": "hc", - "hoveredArrowButtonForeground": "accent", - "nonEditableBackground": "bg" - }, - "disabledBackground": "excl", - "disabledForeground": "dis", - "foreground": "fg", - "modifiedItemForeground": "accent", - "nonEditableBackground": "bg", - "padding": "5,5,5,5", - "selectionBackground": "table", - "selectionForeground": "activeFg" - }, - "ComboPopup.border": "1,1,1,1,#74a0f1", - "CompletionPopup": { - "Advertiser": { - "background": "bg", - "foreground": "fg", - "borderInsets": "8,12,8,12" - }, - "background": "second", - "foreground": "fg", - "grayForeground": "text", - "grayedForeground": "text", - "infoForeground": "text", - "matchForeground": "accent", - "matchSelectedForeground": "accent", - "matchSelectionForeground": "accent", - "nonFocusedState": "false", - "selectedForeground": "selFg", - "selectedGrayedForeground": "selFg", - "selectionBackground": "cs", - "selectionForeground": "selFg", - "selectionGrayForeground": "selFg", - "selectionInactiveBackground": "hl", - "selectionInactiveForeground": "text", - "selectionInactiveInfoForeground": "text", - "selectionInfoForeground": "selFg" - }, - "ComplexPopup": { - "Header.background": "notif" - }, - "Component": { - "arc": 4, - "focusWidth": 2, - "borderColor": "hl", - "disabledBorderColor": "dis", - "focusColor": "accent", - "focusedBorderColor": "accent", - "hoverIconColor": "accent", - "iconColor": "text", - "grayForeground": "text", - "infoForeground": "text" - }, - "Content": { - "background": "cs", - "selectionBackground": "selBg", - "selectionInactiveBackground": "fg" - }, - "control": "button", - "controlLtHighlight": "selFg", - "controlText": "text", - "controlHighlight": "hl", - "controlShadow": "excl", - "controlDkShadow": "excl", - "Counter": { - "background": "accent", - "foreground": "selFg" - }, - "CurrentMnemonic": { - "background": "accent", - "borderColor": "accent", - "foreground": "selFg" - }, - "darcula": { - "background": "bg", - "foreground": "fg", - "primary": "bg" - }, - "desktop": "hc", - "Debugger": { - "EvaluateExpression.background": "bg", - "Variables": { - "changedValueForeground": "accent", - "collectingDataForeground": "text", - "errorMessageForeground": "red", - "evaluatingExpressionForeground": "text", - "exceptionForeground": "yellow", - "modifyingValueForeground": "accent", - "valueForeground": "accent", - "typeForeground": "text" - } - }, - "DebuggerTabs": { - "active.background": "hl", - "selectedBackground": "hl", - "underlinedTabBackground": "table", - "underlineHeight": 2 - }, - "DebuggerPopup": { - "borderColor": "bg" - }, - "DefaultTabs": { - "background": "bg", - "borderColor": "bg", - "hoverBackground": "table", - "hoverColor": "hl", - "hoverMaskColor": "hl", - "inactiveColoredFileBackground": "button", - "inactiveColoredTabBackground": "bg", - "inactiveMaskColor": "hc", - "inactiveUnderlineColor": "accent", - "underlineColor": "accent", - "underlineHeight": 3, - "underlinedTabBackground": "table", - "underlinedTabForeground": "selFg" - }, - "Desktop.background": "bg", - "Dialog": { - "titleColor": "bg" - }, - "DialogWrapper": { - "southPanelBackground": "bg", - "southPanelDivider": "bg" - }, - "DragAndDrop": { - "areaBackground": "tree", - "areaBorderColor": "bg", - "areaForeground": "fg", - "backgroundBorderColor": "bg", - "backgroundColor": "bg", - "borderColor": "accent", - "foregroundColor": "fg", - "rowBackground": "accent70" - }, - "dropArea.base": "accent", - "Editor": { - "background": "hc", - "foreground": "fg", - "shortcutForeground": "text", - "SearchField": { - "background": "cs", - "borderInsets": "8,12,8,12" - }, - "Toolbar": { - "borderColor": "border" - } - }, - "EditorGroupsTabs": { - "background": "bg", - "borderColor": "second", - "hoverBackground": "hl", - "hoverColor": "hl", - "inactiveUnderlineColor": "accent", - "underlineColor": "accent", - "underlinedTabBackground": "table", - "underlinedTabForeground": "fg" - }, - "EditorPane": { - "background": "hc", - "caretForeground": "accent", - "foreground": "fg", - "inactiveBackground": "bg", - "inactiveForeground": "dis", - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "splitBorder": "border" - }, - "EditorTabs": { - "active.background": "table", - "active.foreground": "fg", - "active.underlineColor": "accent", - "background": "bg", - "borderColor": "second", - "foreground": "fg", - "hoverBackground": "hl", - "hoverColor": "hl", - "hoverMaskColor": "hl", - "inactive.maskColor": "bg", - "inactiveColoredFileBackground": "bg", - "inactiveMaskColor": "bg", - "inactiveUnderlineColor": "dis", - "selectedBackground": "table", - "selectedForeground": "fg", - "tabInsets": "-10,10,-10,10", - "underlineColor": "accent", - "underlineHeight": 3, - "underlineArc": 4, - "underlinedTabBackground": "table", - "underlinedTabForeground": "selFg" - }, - "FileColor": { - "Blue": "#004BA0", - "Green": "#387002", - "Orange": "#B53D00", - "Rose": "#A00037", - "Violet": "#4D2C91", - "Yellow": "excl", - "Gray": "excl", - "excluded": "excl" - }, - "FlameGraph": { - "JVMBackground": "#89DDF7", - "JVMFocusBackground": "#82AAFF", - "JVMFocusSearchNotMatchedBackground": "#AB7967", - "JVMSearchNotMatchedBackground": "#FF5370", - "nativeBackground": "#FFCB6B", - "nativeFocusBackground": "#F78C6C", - "nativeFocusSearchNotMatchedBackground": "#BB80B3", - "nativeSearchNotMatchedBackground": "#C792EA" - }, - "Focus": { - "Color": "accent50", - "borderColor": "accent50", - "color": "accent50", - "defaultButtonBorderColor": "accent" - }, - "FormattedTextField": { - "background": "cs", - "caretForeground": "accent", - "foreground": "fg", - "inactiveBackground": "button", - "inactiveForeground": "dis", - "selectionBackground": "selBg", - "selectionForeground": "activeFg" - }, - "Git.Log.Ref": { - "LocalBranch": "accent", - "Other": "text", - "RemoteBranch": "fg", - "Tag": "text" - }, - "Github.List.tallRow": { - "foreground": "fg", - "secondary.foreground": "text", - "selectionBackground": "selBg", - "selectionBackground.unfocused": "hl", - "selectionForeground": "selFg", - "selectionForeground.unfocused": "selFg" - }, - "GotItTooltip": { - "background": "notif", - "borderColor": "notif", - "endBackground": "button", - "endBorderColor": "button", - "foreground": "fg", - "linkForeground": "accent", - "shortcutForeground": "text", - "startBackground": "button", - "startBorderColor": "button" - }, - "Group": { - "disabledSeparatorColor": "border", - "separatorColor": "border" - }, - "Gutter": { - "VcsChanges.width": 4 - }, - "GutterTooltip": { - "borderColor": "bg", - "infoForeground": "text", - "lineSeparatorColor": "bg" - }, - "HeaderColor": { - "active": "bg", - "inactive": "cs" - }, - "HelpTooltip": { - "background": "bg", - "backgroundColor": "bg", - "borderColor": "border", - "defaultTextBorderInsets": "16,16,16,16", - "foreground": "fg", - "infoForeground": "text", - "shortcutForeground": "text", - "shortcutTextColor": "text", - "smallTextBorderInsets": "8,12,8,12", - "textColor": "fg", - "verticalGap": 8 - }, - "Hg.Log.Ref": { - "Branch": "accent", - "ClosedBranch": "fg", - "LocalTag": "text", - "MqTag": "text", - "Tag": "text" - }, - "Hyperlink.linkColor": "accent", - "IconBadge": { - "infoBackground": "accent" - }, - "IdeStatusBar.border": "4,4,4,4", - "InformationHint.borderColor": "border", - "inactiveCaption": "second", - "inactiveCaptionBorder": "bg", - "inactiveCaptionText": "text", - "info": "text", - "infoPanelForeground": "text", - "infoText": "text", - "InplaceRefactoringPopup": { - "background": "bg", - "borderColor": "bg" - }, - "intellijlaf": { - "background": "bg", - "foreground": "fg" - }, - "InternalFrame": { - "activeTitleForeground": "fg", - "background": "bg", - "inactiveTitleBackground": "bg", - "inactiveTitleForeground": "text" - }, - "Label": { - "background": "bg", - "disabledForeground": "dis", - "disabledForegroundColor": "dis", - "disabledShadow": "dis", - "disabledText": "dis", - "errorForeground": "accent", - "foreground": "fg", - "grayForeground": "text", - "infoForeground": "text", - "selectedDisabledForeground": "fg", - "selectedForeground": "activeFg", - "textForeground": "text" - }, - "Lesson": { - "Badge": { - "newLessonBackground": "accent", - "newLessonForeground": "selFg" - }, - "shortcutBackground": "second", - "stepNumberForeground": "text", - "Tooltip": { - "background": "notif", - "borderColor": "notif", - "foreground": "fg", - "spanBackground": "button", - "spanForeground": "fg", - "stepNumberForeground": "text" - } - }, - "link": "accent", - "Link": { - "activeForeground": "accent", - "focusedBorderColor": "accent", - "hoverForeground": "accent", - "pressedForeground": "accent", - "secondaryForeground": "text", - "visitedForeground": "accent" - }, - "link.foreground": "accent", - "link.hover.foreground": "accent", - "link.pressed.foreground": "accent", - "link.visited.foreground": "accent", - "List": { - "background": "bg", - "Button": { - "hoverBackground": "hl", - "leftRightInset": 8, - "separatorColor": "border", - "separatorInset": 4 - }, - "foreground": "fg", - "hoverBackground": "hl", - "hoverInactiveBackground": "table", - "Line.hoverBackground": "selBg", - "rowHeight": "28", - "selectionBackground": "tree", - "selectionForeground": "selFg", - "selectionInactiveBackground": "table", - "selectionInactiveForeground": "activeFg", - "Tag": { - "background": "button", - "foreground": "fg" - } - }, - "LiveIndicator": { - "color": "accent" - }, - "macOSWindow.Title": { - "height": 30, - "heightSmall": 20 - }, - "MainMenu": { - "background": "hc", - "foreground": "fg", - "selectionForeground": "activeFg", - "selectionBackground": "selBg" - }, - "MainToolbar": { - "background": "bg", - "Button": { - "buttonInsets": "0,0,0,0" - }, - "Dropdown": { - "borderInsets": "6,12,6,12", - "background": "bg", - "foreground": "fg", - "hoverBackground": "hl", - "pressedBackground": "table" - }, - "hoverBackground": "hl", - "Icon": { - "borderInsets": "10,10,10,10", - "background": "bg", - "hoverBackground": "hl", - "pressedBackground": "table" - }, - "inactiveBackground": "bg", - "pressedBackground": "table", - "separatorColor": "border" - }, - "material": { - "background": "bg", - "branchColor": "fg", - "contrast": "cs", - "foreground": "fg", - "mergeCommits": "button", - "primaryColor": "text", - "selectionBackground": "selBg", - "selectionForeground": "selFg", - "tab.backgroundColor": "bg", - "tab.borderColor": "accent", - "tagColor": "text" - }, - "MemoryIndicator": { - "allocatedBackground": "second", - "unusedColor": "second", - "usedBackground": "hl", - "usedColor": "hl" - }, - "menu": "bg", - "menuText": "fg", - "Menu": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "activeFg", - "background": "bg", - "border": "8,8,8,8", - "borderColor": "second", - "disabledBackground": "second", - "disabledForeground": "dis", - "foreground": "fg", - "Selection": { - "arc": 8, - "innerInsets": "8,2,8,2" - }, - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "separatorColor": "border" - }, - "MenuBar": { - "background": "hc", - "borderColor": "bg", - "disabledBackground": "bg", - "disabledForeground": "dis", - "foreground": "fg", - "highlight": "bg", - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "shadow": "hc" - }, - "MenuItem": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "activeFg", - "background": "bg", - "border": "8,8,8,8", - "disabledBackground": "bg", - "disabledForeground": "dis", - "foreground": "fg", - "selectionBackground": "selBg", - "selectionForeground": "activeFg" - }, - "MlModelBinding.Viewer.CodeEditor.background": "bg", - "MnemonicIcon": { - "background": "hl", - "borderColor": "hl", - "foreground": "fg" - }, - "NavBar": { - "arrowColor": "fg", - "borderColor": "bg", - "selectedColor": "accent" - }, - "NewClass": { - "Panel": { - "background": "bg" - }, - "SearchField": { - "background": "cs" - }, - "separatorWidth": 6 - }, - "NewPSD.warning": "accent", - "Notification": { - "arc": 16, - "Error.foreground": "accent", - "Link.foreground": "accent", - "background": "notif", - "borderColor": "notif", - "errorBackground": "notif", - "errorBorderColor": "notif", - "errorForeground": "accent", - "foreground": "fg", - "linkForeground": "accent", - "MoreButton": { - "background": "button", - "foreground": "fg", - "innerBorderColor": "button" - }, - "ToolWindow": { - "Button.DragAndDrop": { - "buttonFloatingBackground": "button", - "stripeBackground": "bg" - }, - "errorBackground": "notifError", - "errorBorderColor": "notifError", - "errorForeground": "fg", - "infoBackground": "notif", - "infoBorderColor": "notif", - "infoForeground": "fg", - "informativeBackground": "notif", - "informativeBorderColor": "notif", - "informativeForeground": "fg", - "warningBackground": "notifWarn", - "warningBorderColor": "notifWarn", - "warningForeground": "fg" - }, - "ToolWindowError": { - "foreground": "fg", - "background": "notifError" - }, - "ToolWindowInfo": { - "foreground": "fg", - "background": "notif", - "borderColor": "notif" - }, - "ToolWindowWarning": { - "foreground": "fg", - "background": "notifWarn" - } - }, - "Notifications": { - "background": "notif", - "borderColor": "notif" - }, - "NotificationsToolwindow": { - "Notification.hoverBackground": "tree", - "newNotification.background": "notif", - "newNotification.hoverBackground": "tree" - }, - "OnePixelDivider.background": "border", - "OptionPane": { - "background": "bg", - "foreground": "fg", - "messageForeground": "fg" - }, - "OptionButton": { - "default.separatorColor": "table", - "separatorColor": "button" - }, - "Outline": { - "color": "button", - "disabledColor": "dis", - "focusedColor": "accent" - }, - "Panel": { - "background": "bg", - "foreground": "fg", - "mouseShortcutBackground": "bg" - }, - "ParameterInfo": { - "ContextHelp.foreground": "text", - "background": "second", - "borderColor": "table", - "currentOverloadBackground": "hl", - "currentParameterForeground": "accent", - "disabledColor": "dis", - "disabledForeground": "dis", - "foreground": "fg", - "highlightedColor": "accent", - "infoForeground": "text", - "lineSeparatorColor": "table" - }, - "PasswordField": { - "background": "cs", - "capsLockIconColor": "accent", - "caretForeground": "accent", - "foreground": "fg", - "inactiveForeground": "dis", - "selectionBackground": "table", - "selectionForeground": "activeFg" - }, - "Plugins": { - "background": "bg", - "borderColor": "border", - "disabledForeground": "dis", - "eapTagBackground": "hl", - "hoverBackground": "hl", - "lightSelectionBackground": "table", - "paidTagBackground": "hl", - "selectionBackground": "selBg", - "selectionForeground": "selFg", - "tagBackground": "hl", - "tagForeground": "accent", - "trialTagBackground": "hl", - "Button": { - "installBackground": "button", - "installBorderColor": "button", - "installFillBackground": "button", - "installFillForeground": "dis", - "installFocusedBackground": "hl", - "installForeground": "fg", - "updateBackground": "accent", - "updateBorderColor": "button", - "updateForeground": "fg" - }, - "ScreenshotPagination": { - "CurrentImage.fillColor": "accent" - }, - "SearchField": { - "background": "cs", - "borderColor": "border" - }, - "SectionHeader": { - "background": "second", - "foreground": "fg" - }, - "Tab": { - "active.background": "table", - "active.foreground": "activeFg", - "hover.background": "table", - "hoverBackground": "table", - "selectedBackground": "table", - "selectedForeground": "selFg" - } - }, - "Popup": { - "Advertiser": { - "borderInsets": "6,20,6,20", - "background": "bg", - "borderColor": "bg", - "foreground": "accent" - }, - "Body": { - "bottomInsetNoAd": 8, - "bottomInsetBeforeAd": 8, - "topInsetNoHeader": 8 - }, - "Border": { - "color": "cs", - "inactiveColor": "bg" - }, - "background": "notif", - "borderColor": "cs", - "borderWidth": 0, - "inactiveBorderColor": "bg", - "innerBorderColor": "second", - "Header": { - "activeBackground": "bg", - "inactiveBackground": "cs", - "inactiveForeground": "text" - }, - "paintBorder": false, - "preferences": { - "background": "bg", - "borderColor": "bg", - "foreground": "fg" - }, - "Selection.arc": 8, - "Selection.leftRightInset": 8, - "Separator": { - "foreground": "fg", - "color": "border" - }, - "separatorColor": "second", - "separatorForeground": "fg", - "Toolbar": { - "Border.color": "cs", - "Floating.background": "cs", - "background": "cs", - "borderColor": "cs" - } - }, - "PopupMenu": { - "background": "bg", - "borderWidth": 1, - "border": "8,8,8,8", - "borderCornerRadius": 8, - "foreground": "fg", - "Selection": { - "arc": 8, - "innerInsets": "8,2,8,2" - }, - "selectionBackground": "selBg", - "translucentBackground": "bg" - }, - "PopupMenuSeparator": { - "height": 10, - "stripeWidth": 2, - "stripeIndent": 5, - "withToEdge": 4, - "borderCornerRadius": 8 - }, - "ProgressBar": { - "background": "bg", - "foreground": "accent", - "halfColor": "hl", - "indeterminateEndColor": "accent", - "indeterminateStartColor": "accent", - "progressColor": "accent", - "selectionBackground": "hl", - "trackColor": "hl" - }, - "ProgressIcon": { - "color": "accent" - }, - "PsiViewer": { - "referenceHighlightColor": "accent" - }, - "RadioButton": { - "background": "bg", - "darcula": { - "borderColor1": "fg", - "selectionDisabledColor": "bg", - "selectionDisabledShadowColor": "accent", - "selectionEnabledColor": "accent", - "selectionEnabledShadowColor": "accent" - }, - "disabledText": "dis", - "focusColor": "accent", - "foreground": "fg", - "selectionDisabledColor": "bg", - "selectionDisabledShadowColor": "accent", - "selectionEnabledColor": "accent", - "selectionEnabledShadowColor": "accent" - }, - "RadioButtonMenuItem": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "text", - "background": "bg", - "disabledBackground": "bg", - "disabledForeground": "dis", - "foreground": "fg", - "selectionBackground": "selBg", - "selectionForeground": "selFg" - }, - "ReviewList": { - "state.background": "second", - "state.foreground": "fg" - }, - "RunWidget": { - "background": "button", - "Debug.activeBackground": "hl", - "foreground": "fg", - "hoverBackground": "table", - "pressedBackground": "hl", - "Profile.activeBackground": "hl", - "runningBackground": "hl", - "runningForeground": "selFg", - "Run.activeBackground": "hl", - "Running": { - "background": "hl", - "foreground": "selFg", - "leftHoverBackground": "hl", - "leftPressedBackground": "hl" - }, - "separatorColor": "border" - }, - "ScreenView.borderColor": "border", - "scrollbar": "bg", - "ScrollBar": { - "background": "bg", - "hoverThumbBorderColor": "accent", - "hoverThumbColor": "accent", - "hoverTrackColor": "bg30", - "Mac": { - "hoverThumbBorderColor": "accent", - "hoverThumbColor": "accent", - "hoverTrackColor": "bg30", - "thumbBorderColor": "accent70", - "thumbColor": "accent70", - "trackColor": "bg30", - "Transparent": { - "hoverThumbBorderColor": "accent", - "hoverThumbColor": "accent", - "hoverTrackColor": "bg30", - "thumbBorderColor": "accent70", - "thumbColor": "accent70", - "trackColor": "bg30" - } - }, - "thumb": "hl", - "thumbBorderColor": "accent70", - "thumbColor": "accent70", - "Thumb": { - "Hovered.background": "accent", - "NonOpaque.Hovered.background": "accent" - }, - "trackColor": "bg30", - "Transparent": { - "hoverThumbBorderColor": "accent", - "hoverThumbColor": "accent", - "hoverTrackColor": "bg30", - "thumbBorderColor": "accent70", - "thumbColor": "accent70", - "trackColor": "bg30" - } - }, - "SearchEverywhere": { - "Advertiser": { - "background": "bg", - "foreground": "text", - "borderInsets": "10,20,10,20" - }, - "background": "bg", - "Dialog": { - "background": "bg", - "borderColor": "bg", - "foreground": "fg" - }, - "foreground": "fg", - "Header": { - "background": "bg" - }, - "List": { - "Separator.Color": "border", - "Separator.foreground": "text", - "selectionBackground": "selBg", - "separatorColor": "border", - "separatorForeground": "text", - "settingsBackground": "bg" - }, - "SearchField": { - "Border.color": "hl", - "background": "cs", - "borderColor": "hl", - "grayForeground": "dis", - "infoForeground": "dis" - }, - "shortcutForeground": "text", - "Tab": { - "active.background": "hl", - "active.foreground": "activeFg", - "selected.background": "hl", - "selected.foreground": "activeFg", - "selectedBackground": "hl", - "selectedForeground": "activeFg" - } - }, - "SearchMatch": { - "endBackground": "accent", - "endColor": "accent", - "startBackground": "accent", - "startColor": "accent" - }, - "SearchField.errorBackground": "notif", - "SearchFieldWithExtension": { - "background": "cs" - }, - "SearchOption": { - "selectedBackground": "table", - "selectedPressedBackground": "hl", - "selectedHoveredBackground": "hl" - }, - "SearchResults": { - "Ordinal.File.Foreground": "text", - "Repeated.File.Foreground": "fg" - }, - "SegmentedButton": { - "focusedSelectedButtonColor": "hl", - "selectedButtonColor": "button", - "selectedStartBorderColor": "border", - "selectedEndBorderColor": "border" - }, - "Separator": { - "background": "second", - "foreground": "second", - "separatorColor": "border" - }, - "Settings": { - "Spotlight.borderColor": "accent" - }, - "SidePanel": { - "background": "hc" - }, - "Slider": { - "background": "bg", - "buttonBorderColor": "accent", - "buttonColor": "accent", - "foreground": "fg", - "majorTickLength": 6, - "thumb": "accent", - "tickColor": "second", - "track": "table", - "trackColor": "table", - "trackDisabled": "hl", - "trackWidth": 7 - }, - "Space.Review.diffAnchorBackground": "second", - "SpeedSearch": { - "background": "hl", - "borderColor": "border", - "errorForeground": "red", - "foreground": "fg" - }, - "Spinner": { - "background": "bg", - "border": "4,4,4,4", - "disabledBackground": "excl", - "foreground": "fg", - "selectionForeground": "activeFg" - }, - "SplitPane": { - "background": "bg", - "highlight": "hc" - }, - "SplitPaneDivider.draggingColor": "second", - "StateWidget.activeBackground": "button", - "StatusBar": { - "background": "bg", - "Breadcrumbs": { - "floatingBackground": "tree", - "floatingForeground": "fg", - "floatingToolbarInsets": "8,12,8,12", - "foreground": "fg", - "hoverBackground": "tree", - "hoverForeground": "fg", - "itemBackgroundInsets": "2,4,2,4", - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "selectionInactiveBackground": "button", - "selectionInactiveForeground": "fg" - }, - "borderColor": "border", - "bottomColor": "bg", - "hoverBackground": "hl", - "top2Color": "bg", - "topColor": "bg", - "LightEditBackground": "table", - "Widget": { - "foreground": "fg", - "hoverBackground": "hl", - "hoverForeground": "selFg", - "pressedBackground": "button", - "pressedForeground": "fg", - "widgetInsets": "8,12,8,12" - } - }, - "TabbedPane": { - "background": "bg", - "borderColor": "hc", - "contentAreaColor": "hl", - "contentBorderInsets": "3,1,1,1", - "darkShadow": "hc", - "disabledForeground": "dis", - "disabledText": "dis", - "disabledUnderlineColor": "dis", - "focus": "table", - "focusColor": "table", - "fontSizeOffset": 0, - "foreground": "fg", - "highlight": "border", - "hoverColor": "hl", - "labelShift": 0, - "mt.tab.background": "hc", - "selectHighlight": "hl", - "selected": "selBg", - "selectedColor": "accent", - "selectedDisabledColor": "dis", - "selectedForeground": "activeFg", - "selectedLabelShift": 0, - "selectedTabPadInsets": "0,0,0,0", - "shadow": "hc", - "tabHeight": 32, - "tabInsets": "5,10,5,10", - "tabSelectionArc": 4, - "tabSelectionHeight": 2, - "tabsOverlapBorder": true, - "underlineColor": "accent" - }, - "TabbedPane.mt.tab.background": "hc", - "Table": { - "alternativeRowBackground": "cs", - "background": "bg", - "cellNoFocusBorder": "16,4,16,4", - "disabledForeground": "dis", - "dropLineColor": "accent", - "dropLineShortColor": "accent", - "focusCellBackground": "table", - "focusCellForeground": "activeFg", - "focusCellHighlightBorder": "18,6,18,6", - "foreground": "fg", - "gridColor": "bg", - "highlightOuter": "table", - "hoverBackground": "hl", - "hoverInactiveBackground": "table", - "lightSelectionBackground": "table", - "lightSelectionForeground": "activeFg", - "lightSelectionInactiveBackground": "second", - "lightSelectionInactiveForeground": "text", - "rowHeight": 32, - "selectionBackground": "table", - "selectionForeground": "activeFg", - "selectionInactiveBackground": "table", - "selectionInactiveForeground": "selFg", - "sortIconColor": "fg", - "stripeColor": "cs", - "stripedBackground": "cs" - }, - "TableHeader": { - "background": "button", - "bottomSeparatorColor": "border", - "borderColor": "hl", - "cellBorder": "6,0,6,0", - "disabledForeground": "dis", - "focusCellBackground": "table", - "focusCellForeground": "activeFg", - "foreground": "fg", - "height": 32, - "hoverBackground": "hl", - "separatorColor": "border" - }, - "Tag": { - "background": "button", - "borderColor": "button", - "foreground": "fg" - }, - "text": "bg", - "textInactiveText": "text", - "textHighlight": "selBg", - "textHighlightText": "activeFg", - "textText": "text", - "TextArea": { - "background": "cs", - "caretForeground": "accent", - "foreground": "fg", - "inactiveForeground": "dis", - "selectionBackground": "table", - "selectionForeground": "activeFg" - }, - "TextField": { - "background": "cs", - "borderColor": "bg", - "caretForeground": "accent", - "disabledBackground": "excl", - "focusedBorderColor": "bg", - "foreground": "fg", - "hoverBorderColor": "bg", - "inactiveForeground": "dis", - "selectedSeparatorColor": "accent", - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "separatorColor": "hl", - "separatorColorDisabled": "bg" - }, - "TextPane": { - "background": "cs", - "caretForeground": "accent", - "foreground": "fg", - "inactiveForeground": "dis", - "selectionBackground": "table", - "selectionForeground": "activeFg" - }, - "TipOfTheDay": { - "Image.borderColor": "border" - }, - "TitlePane": { - "Button": { - "hoverBackground": "hl", - "preferredSize": "48,40" - }, - "background": "hc", - "inactiveBackground": "bg", - "inactiveInfoForeground": "dis", - "infoForeground": "text" - }, - "TitledBorder.titleColor": "fg", - "ToggleButton": { - "borderColor": "button", - "buttonColor": "button", - "disabledText": "dis", - "foreground": "fg", - "off.background": "bg", - "off.foreground": "bg", - "offBackground": "bg", - "offForeground": "bg", - "on.background": "accent", - "on.foreground": "accent", - "onBackground": "accent", - "onForeground": "accent" - }, - "Toolbar.Floating.background": "button", - "ToolBar": { - "background": "hc", - "borderHandleColor": "text", - "comboBoxButtonBackground": "button", - "floatingForeground": "text", - "foreground": "fg", - "verticalToolbarInsets": "6,6,6,6", - "horizontalToolbarInsets": "6,6,6,6" - }, - "ToolbarComboWidget": { - "background": "button", - "hoverBackground": "hl" - }, - "tooltips": { - "actions.keymap.text.color": "text", - "actions.settings.icon.background.color": "bg", - "description.title.text.color": "fg" - }, - "ToolTip": { - "arc": 6, - "actions": { - "background": "bg" - }, - "Actions": { - "background": "bg", - "grayForeground": "text", - "infoForeground": "text" - }, - "background": "notif", - "borderColor": "border", - "borderCornerRadius": 8, - "foreground": "fg", - "infoForeground": "text", - "linkForeground": "accent", - "Learning": { - "background": "accent", - "borderColor": "accent", - "foreground": "fg", - "spanBackground": "accent50", - "spanForeground": "fg", - "stepNumberForeground": "accent" - }, - "separatorColor": "border", - "shortcutForeground": "text" - }, - "ToolWindow": { - "active": { - "Header.background": "second", - "HeaderTab.background": "cs" - }, - "Background": "bg", - "background": "hc", - "Button": { - "hoverBackground": "table", - "DragAndDrop": { - "stripeBackground": "cs", - "buttonDropBackground": "accent70" - }, - "selectedBackground": "cs", - "selectedForeground": "activeFg" - }, - "header": { - "active.background": "second", - "background": "bg", - "border.background": "second", - "closeButton.background": "bg", - "tab.selected.active.background": "cs", - "tab.selected.background": "cs" - }, - "Header": { - "height": 42, - "background": "second", - "borderColor": "second", - "inactiveBackground": "bg" - }, - "HeaderCloseButton": { - "background": "bg" - }, - "HeaderTab": { - "borderColor": "bg", - "hoverBackground": "hl", - "hoverInactiveBackground": "hl", - "inactiveUnderlineColor": "accent", - "leftRightInsets": "0,12,0,12", - "selectedBackground": "cs", - "selectedInactiveBackground": "cs", - "underlineArc": 4, - "underlineColor": "accent", - "underlineHeight": 3, - "underlinedTabBackground": "table", - "underlinedTabForeground": "selFg", - "underlinedTabInactiveBackground": "hc", - "underlinedTabInactiveForeground": "fg", - "verticalPadding": 6 - }, - "inactive": { - "Header.background": "bg", - "HeaderTab.background": "cs" - } - }, - "Tree": { - "border": "4,12,4,12", - "background": "hc", - "foreground": "text", - "errorForeground": "red", - "hash": "border", - "hoverBackground": "tree", - "hoverInactiveBackground": "table", - "modifiedItemForeground": "accent", - "rowHeight": "28", - "selectionBackground": "tree", - "selectionForeground": "selFg", - "selectionInactiveBackground": "tree", - "selectionInactiveForeground": "selFg", - "textBackground": "hc" - }, - "Tree.leftChildIndent": 10, - "Tree.rightChildIndent": 5, - "UIDesigner": { - "Activity.borderColor": "border", - "Canvas.background": "cs", - "ColorPicker": { - "background": "second", - "foreground": "fg" - }, - "Component": { - "background": "bg", - "borderColor": "border", - "foreground": "fg", - "hoverBorderColor": "hl" - }, - "Connector": { - "borderColor": "border", - "hoverBorderColor": "hl" - }, - "Label.foreground": "text", - "highStroke.foreground": "fg", - "motion": { - "AddConstraintColor": "accent", - "AddConstraintPlus": "accent", - "CSPanel.SelectedBackground": "tree", - "CSPanel.SelectedFocusBackground": "selBg", - "Component.foreground": "fg", - "ConstraintSet.background": "second", - "ConstraintSetText.foreground": "text", - "CursorTextColor.foreground": "fg", - "HoverColor.disabledBackground": "dis", - "Key.selectedForeground": "accent", - "Notification.background": "notif", - "PositionMarkColor": "accent", - "PrimaryPanel.background": "cs", - "SecondaryPanel.background": "bg", - "SecondaryPanel.header.background": "cs", - "SecondaryPanel.header.foreground": "text", - "TimeCursor.End.selectedForeground": "accent", - "TimeCursor.Start.selectedForeground": "accent", - "TimeCursor.selectedForeground": "accent", - "borderColor": "border", - "cs_FocusText.infoForeground": "text", - "graphLine.lineSeparatorColor": "accent", - "motionGraph.background": "bg", - "ourAvg.background": "second", - "ourCS.background": "second", - "ourCS_Border.borderColor": "border", - "ourCS_SelectedBackground.selectionInactiveBackground": "table", - "ourCS_SelectedBorder.pressedBorderColor": "hl", - "ourCS_SelectedFocusBackground.selectionForeground": "selFg", - "ourCS_SelectedFocusBorder.focusedBorderColor": "accent", - "ourCS_TextColor.foreground": "text", - "ourML_BarColor.separatorColor": "border", - "timeLine.disabledBorderColor": "border" - }, - "PackageDetails": { - "border": "accent", - "infoBanner": "accent" - }, - "PackageSearch": { - "PackagesList.rowHeight": 28, - "PackageTag": { - "background": "excl", - "foreground": "fg", - "hoverBackground": "tree", - "selectedBackground": "selBg", - "selectedForeground": "selFg" - }, - "PackageTagSelected": { - "background": "selBg", - "foreground": "selFg" - }, - "SearchResult": { - "background": "cs", - "hoverBackground": "tree", - "PackageTag": { - "background": "excl", - "foreground": "fg", - "hoverBackground": "tree", - "selectedBackground": "selBg", - "selectedForeground": "selFg" - } - } - }, - "Panel": { - "background": "bg", - "borderColor": "border", - "graphLabel": "text", - "graphLines": "hl", - "lines3d": "accent", - "secondaryGraphLines": "border" - }, - "percent.foreground": "fg", - "Placeholder": { - "background": "bg", - "borderColor": "border", - "foreground": "fg", - "selectedForeground": "selFg" - }, - "Preview.background": "bg", - "stroke.acceleratorForeground": "text" - }, - "ValidationTooltip": { - "errorBackground": "notif", - "errorBorderColor": "notif", - "warningBackground": "notif", - "warningBorderColor": "notif" - }, - "VersionControl": { - "FileHistory.Commit": { - "otherBranchBackground": "excl", - "selectedBranchBackground": "bg" - }, - "GitCommits": { - "graphColor": "hl" - }, - "GitLog": { - "localBranchIconColor": "accent", - "otherIconColor": "text", - "remoteBranchIconColor": "fg", - "tagIconColor": "text" - }, - "HgLog": { - "bookmarkIconColor": "activeFg", - "branchIconColor": "accent", - "closedBranchIconColor": "dis", - "localTagIconColor": "text", - "mqTagIconColor": "text", - "tagIconColor": "text", - "tipIconColor": "text" - }, - "Log": { - "Commit": { - "currentBranchBackground": "cs", - "hoveredBackground": "tree", - "rowHeight": 28, - "unmatchedForeground": "text" - } - }, - "MarkerPopup": { - "borderColor": "border", - "borderInsets": "6,8,6,10", - "Toolbar.background": "hl" - }, - "Ref": { - "backgroundBase": "hl", - "foreground": "activeFg" - }, - "RefLabel": { - "backgroundBase": "hl", - "foreground": "activeFg" - } - }, - "UnattendedHostStatus": { - "warningBackground": "yellow", - "warningForeground": "activeFg", - "dangerBackground": "red" - }, - "Viewport": { - "background": "hc", - "foreground": "fg" - }, - "WelcomeScreen": { - "AssociatedComponent.background": "bg", - "Details.background": "bg", - "List": { - "background": "hc", - "selectionBackground": "selBg", - "selectionInactiveBackground": "hl" - }, - "SidePanel.background": "second", - "background": "bg", - "borderColor": "bg", - "captionBackground": "cs", - "captionForeground": "fg", - "footerBackground": "cs", - "footerForeground": "fg", - "groupIconBorderColor": "button", - "headerBackground": "bg", - "headerForeground": "fg", - "separatorColor": "border", - "Projects": { - "actions.background": "cs", - "actions.selectionBackground": "hl", - "background": "second", - "selectionBackground": "selBg", - "selectionInactiveBackground": "selBg" - } - }, - "Window.border": "border", - "window": "hc", - "windowBorder": "border", - "windowText": "text" - }, - "icons": { - "ColorPalette": { - "#43494A": "cs", - "#6B6B6B": "text", - "#A7A7A7": "bg", - "#3D6185": "accent", - "#466D94": "accent", - "#3C3F41": "bg", - "#545556": "dis", - "#606060": "dis", - "#9AA7B0": "fg", - "#675133": "accent", - "Actions.Blue": "blue", - "Actions.Green": "green", - "Actions.Grey": "text", - "Actions.GreyInline": "gray", - "Actions.GreyInline.Dark": "fg", - "Actions.Red": "red", - "Actions.Yellow": "yellow", - "Checkbox.Background.Default": "cs", - "Checkbox.Background.Default.Dark": "cs", - "Checkbox.Background.Disabled": "excl", - "Checkbox.Background.Disabled.Dark": "excl", - "Checkbox.Background.Selected": "accent", - "Checkbox.Background.Selected.Dark": "hc", - "Checkbox.Border.Default": "hl", - "Checkbox.Border.Default.Dark": "hl", - "Checkbox.Border.Disabled": "dis", - "Checkbox.Border.Disabled.Dark": "dis", - "Checkbox.Border.Selected": "accent", - "Checkbox.Border.Selected.Dark": "hl", - "Checkbox.Focus.Thin.Default": "accent", - "Checkbox.Focus.Thin.Default.Dark": "accent", - "Checkbox.Focus.Thin.Selected": "fg", - "Checkbox.Focus.Thin.Selected.Dark": "fg", - "Checkbox.Focus.Wide": "accent", - "Checkbox.Focus.Wide.Dark": "accent", - "Checkbox.Foreground.Disabled": "dis", - "Checkbox.Foreground.Disabled.Dark": "dis", - "Checkbox.Foreground.Selected": "hc", - "Checkbox.Foreground.Selected.Dark": "accent", - "Objects.BlackText": "fg", - "Objects.Blue": "blue", - "Objects.Green": "green", - "Objects.GreenAndroid": "green", - "Objects.Grey": "gray", - "Objects.Pink": "purple", - "Objects.Purple": "purple", - "Objects.Red": "red", - "Objects.RedStatus": "red", - "Objects.Yellow": "yellow", - "Objects.YellowDark": "orange", - "Tree.iconColor": "text", - "Tree.iconColor.Dark": "text" - } - } -} 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 deleted file mode 100644 index 5cdbc5cf..00000000 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Night Owl Contrast.theme.json +++ /dev/null @@ -1,1778 +0,0 @@ -{ - "name": "Night Owl Contrast", - "dark": true, - "author": "Mallowigi", - "colors": { - "bg": "#011627", - "bg30": "#01162730", - "fg": "#d6deeb", - "text": "#5f7e97", - "selBg": "#084d81", - "selBg20": "#084d8120", - "selFg": "#FFFFFF", - "activeFg": "#FFFFFF", - "border": "#122d42", - "excl": "#0e293f", - "second": "#0b2942", - "dis": "#697098", - "accent": "#7e57c2", - "accent2": "#7e57c22", - "accent50": "#7e57c250", - "accent70": "#7e57c270", - "cs": "#010e1a", - "button": "#0b253a", - "table": "#13344f", - "tree": "#13344f", - "hl": "#084d81", - "notif": "#01111d", - "hc": "#010e1a", - "shadow": "undefined", - "white": "#addb67", - "blue": "#82aaff", - "red": "#7fdbca", - "yellow": "#addb67", - "green": "#ecc48d", - "gray": "#637777", - "purple": "#c792ea", - "orange": "#f78c6c" - }, - "editorScheme": "colors/Night Owl.xml", - "ui": { - "*": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "text", - "background": "bg", - "borderColor": "border", - "disabledBackground": "excl", - "disabledBorderColor": "button", - "disabledForeground": "dis", - "disabledText": "dis", - "focusColor": "hl", - "focusedBorderColor": "accent", - "foreground": "fg", - "hoverBorderColor": "hl", - "inactiveBackground": "excl", - "inactiveForeground": "text", - "infoForeground": "text", - "lineSeparatorColor": "hl", - "pressedBorderColor": "hl", - "selectionBackground": "selBg", - "selectionBackgroundInactive": "second", - "selectionForeground": "selFg", - "selectionInactiveBackground": "second", - "separatorColor": "border" - }, - "activeCaption": "bg", - "activeCaptionBorder": "bg", - "activeCaptionText": "fg", - "ActionButton": { - "focusedBorderColor": "accent50", - "hoverBackground": "accent50", - "hoverBorderColor": "accent50", - "hoverSeparatorColor": "button", - "pressedBackground": "accent50", - "pressedBorderColor": "accent50" - }, - "ActionsList": { - "icon.gap": 12, - "mnemonic.icon.gap": 12 - }, - "ActionToolbar": { - "background": "hc" - }, - "AppInspector.GraphNode": { - "background": "second", - "borderColor": "border", - "focusedBorderColor": "accent" - }, - "AssignedMnemonic": { - "background": "hl", - "borderColor": "selBg", - "foreground": "activeFg" - }, - "Autocomplete": { - "selectionBackground": "selBg", - "selectionUnfocus": "hl" - }, - "AvailableMnemonic": { - "background": "button", - "borderColor": "button", - "foreground": "fg" - }, - "BigSpinner.background": "bg", - "Bookmark": { - "iconBackground": "accent", - "Mnemonic": { - "iconBackground": "hl", - "iconBorderColor": "hl", - "iconForeground": "fg" - } - }, - "BookmarkMnemonicAssigned": { - "background": "hl", - "borderColor": "selBg", - "foreground": "selFg" - }, - "BookmarkMnemonicAvailable": { - "background": "button", - "borderColor": "button", - "foreground": "fg" - }, - "BookmarkMnemonicCurrent": { - "background": "accent", - "borderColor": "accent", - "foreground": "selFg" - }, - "BookmarkMnemonicIcon": { - "background": "hl", - "borderColor": "hl", - "foreground": "fg" - }, - "BookmarkIcon.background": "accent", - "Borders.ContrastBorderColor": "bg", - "Borders.color": "border", - "Breakpoint.iconHoverAlpha": 0.35, - "Button": { - "arc": 8, - "background": "bg", - "darcula": { - "borderColor": "button", - "defaultBorderColor": "button", - "defaultEndColor": "button", - "defaultFocusedBorderColor": "table", - "defaultOutlineColor": "button", - "defaultStartColor": "button", - "disabledBorderColor": "button", - "disabledOutlineColor": "border", - "disabledText.shadow": "bg", - "endColor": "button", - "focusedBorderColor": "table", - "outlineColor": "button", - "selectedButtonForeground": "selFg", - "selection.color1": "table", - "selection.color2": "table", - "shadowColor": "shadow", - "smallComboButtonBackground": "button", - "startColor": "button" - }, - "default": { - "borderColor": "button", - "endBackground": "table", - "endBorderColor": "table", - "focusColor": "accent", - "focusedBorderColor": "accent", - "foreground": "selFg", - "shadowColor": "shadow", - "startBackground": "table", - "startBorderColor": "table" - }, - "disabledBackground": "excl", - "disabledBorderColor": "border", - "disabledText": "dis", - "endBackground": "table", - "endBorderColor": "button", - "focus": "hl", - "focusedBorderColor": "accent", - "foreground": "text", - "highlight": "selFg", - "mt.background": "button", - "mt.color1": "button", - "mt.color2": "button", - "mt.foreground": "text", - "mt.selectedForeground": "selFg", - "mt.selection.color1": "table", - "mt.selection.color2": "table", - "select": "button", - "shadowColor": "shadow", - "shadowWidth": 0, - "startBackground": "table", - "startBorderColor": "button", - "ToolWindow": { - "arc": 40 - } - }, - "Canvas": { - "Tooltip.background": "notif", - "Tooltip.borderColor": "border" - }, - "CheckBox": { - "background": "bg", - "background.selected": "accent", - "borderColor": "bg", - "borderColor.selected": "accent", - "checkSignColor": "bg", - "checkSignColor.selected": "bg", - "checkSignColorDisabled": "bg", - "checkSignColorDisabled.selected": "bg", - "darcula": { - "borderColor1": "fg", - "checkSignColorDisabled": "dis", - "disabledBorderColor1": "dis", - "disabledBorderColor2": "dis", - "inactiveFillColor": "hl" - }, - "disabledBorderColor": "bg", - "disabledBorderColor.selected": "accent", - "disabledText": "dis", - "focused.background": "bg", - "focused.background.selected": "accent", - "focusedArmed.background": "bg", - "focusedArmed.background.selected": "accent", - "foreground": "fg", - "inactiveFillColor": "bg", - "inactiveFillColor.selected": "accent", - "select": "accent", - "shadowColor": "bg", - "shadowColorDisabled": "bg" - }, - "Checkbox": { - "Background.Default": "bg", - "Background.Default.Dark": "bg", - "Background.Disabled": "second", - "Background.Disabled.Dark": "second", - "Background.Selected": "accent", - "Background.Selected.Dark": "accent", - "Border.Default": "hl", - "Border.Default.Dark": "hl", - "Border.Disabled": "second", - "Border.Disabled.Dark": "second", - "Border.Selected": "accent", - "Border.Selected.Dark": "accent", - "Focus.Thin.Default": "bg", - "Focus.Thin.Default.Dark": "bg", - "Focus.Wide.Default": "bg", - "Focus.Wide.Default.Dark": "bg", - "Focus.Thin.Selected": "accent", - "Focus.Thin.Selected.Dark": "accent", - "Focus.Wide.Selected": "accent", - "Focus.Wide.Selected.Dark": "accent" - }, - "CheckBoxMenuItem": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "text", - "background": "bg", - "disabledBackground": "bg", - "disabledForeground": "dis", - "foreground": "fg", - "selectionBackground": "selBg", - "selectionForeground": "activeFg" - }, - "CodeWithMe": { - "Avatar.foreground": "fg", - "AccessDisabled.accessDot": "dis", - "AccessEnabled": { - "accessDot": "accent", - "dropdownBorder": "second", - "pillBackground": "second" - }, - "Users": { - "1": { - "Background": "green", - "Foreground": "fg" - }, - "2": { - "Background": "blue", - "Foreground": "fg" - }, - "3": { - "Background": "red", - "Foreground": "fg" - }, - "4": { - "Background": "purple", - "Foreground": "fg" - }, - "5": { - "Background": "yellow", - "Foreground": "fg" - }, - "6": { - "Background": "orange", - "Foreground": "fg" - } - } - }, - "ColorChooser": { - "background": "bg", - "foreground": "fg", - "swatchesDefaultRecentColor": "fg" - }, - "ComboBoxButton.background": "button", - "ComboBox": { - "ArrowButton": { - "background": "button", - "disabledIconColor": "dis", - "iconColor": "fg", - "nonEditableBackground": "hc" - }, - "PopupBackground": "cs", - "arrowFillColor": "hc", - "background": "hc", - "buttonBackground": "button", - "darcula": { - "arrowButtonBackground": "hc", - "arrowButtonDisabledForeground": "dis", - "arrowButtonForeground": "fg", - "disabledArrowButtonBackground": "excl", - "editable.arrowButtonBackground": "hc", - "hoveredArrowButtonForeground": "accent", - "nonEditableBackground": "bg" - }, - "disabledBackground": "excl", - "disabledForeground": "dis", - "foreground": "fg", - "modifiedItemForeground": "accent", - "nonEditableBackground": "bg", - "padding": "5,5,5,5", - "selectionBackground": "table", - "selectionForeground": "activeFg" - }, - "ComboPopup.border": "1,1,1,1,#7e57c2", - "CompletionPopup": { - "Advertiser": { - "background": "bg", - "foreground": "fg", - "borderInsets": "8,12,8,12" - }, - "background": "second", - "foreground": "fg", - "grayForeground": "text", - "grayedForeground": "text", - "infoForeground": "text", - "matchForeground": "accent", - "matchSelectedForeground": "accent", - "matchSelectionForeground": "accent", - "nonFocusedState": "false", - "selectedForeground": "selFg", - "selectedGrayedForeground": "selFg", - "selectionBackground": "cs", - "selectionForeground": "selFg", - "selectionGrayForeground": "selFg", - "selectionInactiveBackground": "hl", - "selectionInactiveForeground": "text", - "selectionInactiveInfoForeground": "text", - "selectionInfoForeground": "selFg" - }, - "ComplexPopup": { - "Header.background": "notif" - }, - "Component": { - "arc": 4, - "focusWidth": 2, - "borderColor": "hl", - "disabledBorderColor": "dis", - "focusColor": "accent", - "focusedBorderColor": "accent", - "hoverIconColor": "accent", - "iconColor": "text", - "grayForeground": "text", - "infoForeground": "text" - }, - "Content": { - "background": "cs", - "selectionBackground": "selBg", - "selectionInactiveBackground": "fg" - }, - "control": "button", - "controlLtHighlight": "selFg", - "controlText": "text", - "controlHighlight": "hl", - "controlShadow": "excl", - "controlDkShadow": "excl", - "Counter": { - "background": "accent", - "foreground": "selFg" - }, - "CurrentMnemonic": { - "background": "accent", - "borderColor": "accent", - "foreground": "selFg" - }, - "darcula": { - "background": "bg", - "foreground": "fg", - "primary": "bg" - }, - "desktop": "hc", - "Debugger": { - "EvaluateExpression.background": "bg", - "Variables": { - "changedValueForeground": "accent", - "collectingDataForeground": "text", - "errorMessageForeground": "red", - "evaluatingExpressionForeground": "text", - "exceptionForeground": "yellow", - "modifyingValueForeground": "accent", - "valueForeground": "accent", - "typeForeground": "text" - } - }, - "DebuggerTabs": { - "active.background": "hl", - "selectedBackground": "hl", - "underlinedTabBackground": "table", - "underlineHeight": 2 - }, - "DebuggerPopup": { - "borderColor": "bg" - }, - "DefaultTabs": { - "background": "bg", - "borderColor": "bg", - "hoverBackground": "table", - "hoverColor": "hl", - "hoverMaskColor": "hl", - "inactiveColoredFileBackground": "button", - "inactiveColoredTabBackground": "bg", - "inactiveMaskColor": "hc", - "inactiveUnderlineColor": "accent", - "underlineColor": "accent", - "underlineHeight": 3, - "underlinedTabBackground": "table", - "underlinedTabForeground": "selFg" - }, - "Desktop.background": "bg", - "Dialog": { - "titleColor": "bg" - }, - "DialogWrapper": { - "southPanelBackground": "bg", - "southPanelDivider": "bg" - }, - "DragAndDrop": { - "areaBackground": "tree", - "areaBorderColor": "bg", - "areaForeground": "fg", - "backgroundBorderColor": "bg", - "backgroundColor": "bg", - "borderColor": "accent", - "foregroundColor": "fg", - "rowBackground": "accent70" - }, - "dropArea.base": "accent", - "Editor": { - "background": "hc", - "foreground": "fg", - "shortcutForeground": "text", - "SearchField": { - "background": "cs", - "borderInsets": "8,12,8,12" - }, - "Toolbar": { - "borderColor": "border" - } - }, - "EditorGroupsTabs": { - "background": "bg", - "borderColor": "second", - "hoverBackground": "hl", - "hoverColor": "hl", - "inactiveUnderlineColor": "accent", - "underlineColor": "accent", - "underlinedTabBackground": "table", - "underlinedTabForeground": "fg" - }, - "EditorPane": { - "background": "hc", - "caretForeground": "accent", - "foreground": "fg", - "inactiveBackground": "bg", - "inactiveForeground": "dis", - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "splitBorder": "border" - }, - "EditorTabs": { - "active.background": "table", - "active.foreground": "fg", - "active.underlineColor": "accent", - "background": "bg", - "borderColor": "second", - "foreground": "fg", - "hoverBackground": "hl", - "hoverColor": "hl", - "hoverMaskColor": "hl", - "inactive.maskColor": "bg", - "inactiveColoredFileBackground": "bg", - "inactiveMaskColor": "bg", - "inactiveUnderlineColor": "dis", - "selectedBackground": "table", - "selectedForeground": "fg", - "tabInsets": "-10,10,-10,10", - "underlineColor": "accent", - "underlineHeight": 3, - "underlineArc": 4, - "underlinedTabBackground": "table", - "underlinedTabForeground": "selFg" - }, - "FileColor": { - "Blue": "#004BA0", - "Green": "#387002", - "Orange": "#B53D00", - "Rose": "#A00037", - "Violet": "#4D2C91", - "Yellow": "excl", - "Gray": "excl", - "excluded": "excl" - }, - "FlameGraph": { - "JVMBackground": "#89DDF7", - "JVMFocusBackground": "#82AAFF", - "JVMFocusSearchNotMatchedBackground": "#AB7967", - "JVMSearchNotMatchedBackground": "#FF5370", - "nativeBackground": "#FFCB6B", - "nativeFocusBackground": "#F78C6C", - "nativeFocusSearchNotMatchedBackground": "#BB80B3", - "nativeSearchNotMatchedBackground": "#C792EA" - }, - "Focus": { - "Color": "accent50", - "borderColor": "accent50", - "color": "accent50", - "defaultButtonBorderColor": "accent" - }, - "FormattedTextField": { - "background": "cs", - "caretForeground": "accent", - "foreground": "fg", - "inactiveBackground": "button", - "inactiveForeground": "dis", - "selectionBackground": "selBg", - "selectionForeground": "activeFg" - }, - "Git.Log.Ref": { - "LocalBranch": "accent", - "Other": "text", - "RemoteBranch": "fg", - "Tag": "text" - }, - "Github.List.tallRow": { - "foreground": "fg", - "secondary.foreground": "text", - "selectionBackground": "selBg", - "selectionBackground.unfocused": "hl", - "selectionForeground": "selFg", - "selectionForeground.unfocused": "selFg" - }, - "GotItTooltip": { - "background": "notif", - "borderColor": "notif", - "endBackground": "button", - "endBorderColor": "button", - "foreground": "fg", - "linkForeground": "accent", - "shortcutForeground": "text", - "startBackground": "button", - "startBorderColor": "button" - }, - "Group": { - "disabledSeparatorColor": "border", - "separatorColor": "border" - }, - "Gutter": { - "VcsChanges.width": 4 - }, - "GutterTooltip": { - "borderColor": "bg", - "infoForeground": "text", - "lineSeparatorColor": "bg" - }, - "HeaderColor": { - "active": "bg", - "inactive": "cs" - }, - "HelpTooltip": { - "background": "bg", - "backgroundColor": "bg", - "borderColor": "border", - "defaultTextBorderInsets": "16,16,16,16", - "foreground": "fg", - "infoForeground": "text", - "shortcutForeground": "text", - "shortcutTextColor": "text", - "smallTextBorderInsets": "8,12,8,12", - "textColor": "fg", - "verticalGap": 8 - }, - "Hg.Log.Ref": { - "Branch": "accent", - "ClosedBranch": "fg", - "LocalTag": "text", - "MqTag": "text", - "Tag": "text" - }, - "Hyperlink.linkColor": "accent", - "IconBadge": { - "infoBackground": "accent" - }, - "IdeStatusBar.border": "4,4,4,4", - "InformationHint.borderColor": "border", - "inactiveCaption": "second", - "inactiveCaptionBorder": "bg", - "inactiveCaptionText": "text", - "info": "text", - "infoPanelForeground": "text", - "infoText": "text", - "InplaceRefactoringPopup": { - "background": "bg", - "borderColor": "bg" - }, - "intellijlaf": { - "background": "bg", - "foreground": "fg" - }, - "InternalFrame": { - "activeTitleForeground": "fg", - "background": "bg", - "inactiveTitleBackground": "bg", - "inactiveTitleForeground": "text" - }, - "Label": { - "background": "bg", - "disabledForeground": "dis", - "disabledForegroundColor": "dis", - "disabledShadow": "dis", - "disabledText": "dis", - "errorForeground": "accent", - "foreground": "fg", - "grayForeground": "text", - "infoForeground": "text", - "selectedDisabledForeground": "fg", - "selectedForeground": "activeFg", - "textForeground": "text" - }, - "Lesson": { - "Badge": { - "newLessonBackground": "accent", - "newLessonForeground": "selFg" - }, - "shortcutBackground": "second", - "stepNumberForeground": "text", - "Tooltip": { - "background": "notif", - "borderColor": "notif", - "foreground": "fg", - "spanBackground": "button", - "spanForeground": "fg", - "stepNumberForeground": "text" - } - }, - "link": "accent", - "Link": { - "activeForeground": "accent", - "focusedBorderColor": "accent", - "hoverForeground": "accent", - "pressedForeground": "accent", - "secondaryForeground": "text", - "visitedForeground": "accent" - }, - "link.foreground": "accent", - "link.hover.foreground": "accent", - "link.pressed.foreground": "accent", - "link.visited.foreground": "accent", - "List": { - "background": "bg", - "Button": { - "hoverBackground": "hl", - "leftRightInset": 8, - "separatorColor": "border", - "separatorInset": 4 - }, - "foreground": "fg", - "hoverBackground": "hl", - "hoverInactiveBackground": "table", - "Line.hoverBackground": "selBg", - "rowHeight": "28", - "selectionBackground": "tree", - "selectionForeground": "selFg", - "selectionInactiveBackground": "table", - "selectionInactiveForeground": "activeFg", - "Tag": { - "background": "button", - "foreground": "fg" - } - }, - "LiveIndicator": { - "color": "accent" - }, - "macOSWindow.Title": { - "height": 30, - "heightSmall": 20 - }, - "MainMenu": { - "background": "hc", - "foreground": "fg", - "selectionForeground": "activeFg", - "selectionBackground": "selBg" - }, - "MainToolbar": { - "background": "bg", - "Button": { - "buttonInsets": "0,0,0,0" - }, - "Dropdown": { - "borderInsets": "6,12,6,12", - "background": "bg", - "foreground": "fg", - "hoverBackground": "hl", - "pressedBackground": "table" - }, - "hoverBackground": "hl", - "Icon": { - "borderInsets": "10,10,10,10", - "background": "bg", - "hoverBackground": "hl", - "pressedBackground": "table" - }, - "inactiveBackground": "bg", - "pressedBackground": "table", - "separatorColor": "border" - }, - "material": { - "background": "bg", - "branchColor": "fg", - "contrast": "cs", - "foreground": "fg", - "mergeCommits": "button", - "primaryColor": "text", - "selectionBackground": "selBg", - "selectionForeground": "selFg", - "tab.backgroundColor": "bg", - "tab.borderColor": "accent", - "tagColor": "text" - }, - "MemoryIndicator": { - "allocatedBackground": "second", - "unusedColor": "second", - "usedBackground": "hl", - "usedColor": "hl" - }, - "menu": "bg", - "menuText": "fg", - "Menu": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "activeFg", - "background": "bg", - "border": "8,8,8,8", - "borderColor": "second", - "disabledBackground": "second", - "disabledForeground": "dis", - "foreground": "fg", - "Selection": { - "arc": 8, - "innerInsets": "8,2,8,2" - }, - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "separatorColor": "border" - }, - "MenuBar": { - "background": "hc", - "borderColor": "bg", - "disabledBackground": "bg", - "disabledForeground": "dis", - "foreground": "fg", - "highlight": "bg", - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "shadow": "hc" - }, - "MenuItem": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "activeFg", - "background": "bg", - "border": "8,8,8,8", - "disabledBackground": "bg", - "disabledForeground": "dis", - "foreground": "fg", - "selectionBackground": "selBg", - "selectionForeground": "activeFg" - }, - "MlModelBinding.Viewer.CodeEditor.background": "bg", - "MnemonicIcon": { - "background": "hl", - "borderColor": "hl", - "foreground": "fg" - }, - "NavBar": { - "arrowColor": "fg", - "borderColor": "bg", - "selectedColor": "accent" - }, - "NewClass": { - "Panel": { - "background": "bg" - }, - "SearchField": { - "background": "cs" - }, - "separatorWidth": 6 - }, - "NewPSD.warning": "accent", - "Notification": { - "arc": 16, - "Error.foreground": "accent", - "Link.foreground": "accent", - "background": "notif", - "borderColor": "notif", - "errorBackground": "notif", - "errorBorderColor": "notif", - "errorForeground": "accent", - "foreground": "fg", - "linkForeground": "accent", - "MoreButton": { - "background": "button", - "foreground": "fg", - "innerBorderColor": "button" - }, - "ToolWindow": { - "Button.DragAndDrop": { - "buttonFloatingBackground": "button", - "stripeBackground": "bg" - }, - "errorBackground": "notifError", - "errorBorderColor": "notifError", - "errorForeground": "fg", - "infoBackground": "notif", - "infoBorderColor": "notif", - "infoForeground": "fg", - "informativeBackground": "notif", - "informativeBorderColor": "notif", - "informativeForeground": "fg", - "warningBackground": "notifWarn", - "warningBorderColor": "notifWarn", - "warningForeground": "fg" - }, - "ToolWindowError": { - "foreground": "fg", - "background": "notifError" - }, - "ToolWindowInfo": { - "foreground": "fg", - "background": "notif", - "borderColor": "notif" - }, - "ToolWindowWarning": { - "foreground": "fg", - "background": "notifWarn" - } - }, - "Notifications": { - "background": "notif", - "borderColor": "notif" - }, - "NotificationsToolwindow": { - "Notification.hoverBackground": "tree", - "newNotification.background": "notif", - "newNotification.hoverBackground": "tree" - }, - "OnePixelDivider.background": "border", - "OptionPane": { - "background": "bg", - "foreground": "fg", - "messageForeground": "fg" - }, - "OptionButton": { - "default.separatorColor": "table", - "separatorColor": "button" - }, - "Outline": { - "color": "button", - "disabledColor": "dis", - "focusedColor": "accent" - }, - "Panel": { - "background": "bg", - "foreground": "fg", - "mouseShortcutBackground": "bg" - }, - "ParameterInfo": { - "ContextHelp.foreground": "text", - "background": "second", - "borderColor": "table", - "currentOverloadBackground": "hl", - "currentParameterForeground": "accent", - "disabledColor": "dis", - "disabledForeground": "dis", - "foreground": "fg", - "highlightedColor": "accent", - "infoForeground": "text", - "lineSeparatorColor": "table" - }, - "PasswordField": { - "background": "cs", - "capsLockIconColor": "accent", - "caretForeground": "accent", - "foreground": "fg", - "inactiveForeground": "dis", - "selectionBackground": "table", - "selectionForeground": "activeFg" - }, - "Plugins": { - "background": "bg", - "borderColor": "border", - "disabledForeground": "dis", - "eapTagBackground": "hl", - "hoverBackground": "hl", - "lightSelectionBackground": "table", - "paidTagBackground": "hl", - "selectionBackground": "selBg", - "selectionForeground": "selFg", - "tagBackground": "hl", - "tagForeground": "accent", - "trialTagBackground": "hl", - "Button": { - "installBackground": "button", - "installBorderColor": "button", - "installFillBackground": "button", - "installFillForeground": "dis", - "installFocusedBackground": "hl", - "installForeground": "fg", - "updateBackground": "accent", - "updateBorderColor": "button", - "updateForeground": "fg" - }, - "ScreenshotPagination": { - "CurrentImage.fillColor": "accent" - }, - "SearchField": { - "background": "cs", - "borderColor": "border" - }, - "SectionHeader": { - "background": "second", - "foreground": "fg" - }, - "Tab": { - "active.background": "table", - "active.foreground": "activeFg", - "hover.background": "table", - "hoverBackground": "table", - "selectedBackground": "table", - "selectedForeground": "selFg" - } - }, - "Popup": { - "Advertiser": { - "borderInsets": "6,20,6,20", - "background": "bg", - "borderColor": "bg", - "foreground": "accent" - }, - "Body": { - "bottomInsetNoAd": 8, - "bottomInsetBeforeAd": 8, - "topInsetNoHeader": 8 - }, - "Border": { - "color": "cs", - "inactiveColor": "bg" - }, - "background": "notif", - "borderColor": "cs", - "borderWidth": 0, - "inactiveBorderColor": "bg", - "innerBorderColor": "second", - "Header": { - "activeBackground": "bg", - "inactiveBackground": "cs", - "inactiveForeground": "text" - }, - "paintBorder": false, - "preferences": { - "background": "bg", - "borderColor": "bg", - "foreground": "fg" - }, - "Selection.arc": 8, - "Selection.leftRightInset": 8, - "Separator": { - "foreground": "fg", - "color": "border" - }, - "separatorColor": "second", - "separatorForeground": "fg", - "Toolbar": { - "Border.color": "cs", - "Floating.background": "cs", - "background": "cs", - "borderColor": "cs" - } - }, - "PopupMenu": { - "background": "bg", - "borderWidth": 1, - "border": "8,8,8,8", - "borderCornerRadius": 8, - "foreground": "fg", - "Selection": { - "arc": 8, - "innerInsets": "8,2,8,2" - }, - "selectionBackground": "selBg", - "translucentBackground": "bg" - }, - "PopupMenuSeparator": { - "height": 10, - "stripeWidth": 2, - "stripeIndent": 5, - "withToEdge": 4, - "borderCornerRadius": 8 - }, - "ProgressBar": { - "background": "bg", - "foreground": "accent", - "halfColor": "hl", - "indeterminateEndColor": "accent", - "indeterminateStartColor": "accent", - "progressColor": "accent", - "selectionBackground": "hl", - "trackColor": "hl" - }, - "ProgressIcon": { - "color": "accent" - }, - "PsiViewer": { - "referenceHighlightColor": "accent" - }, - "RadioButton": { - "background": "bg", - "darcula": { - "borderColor1": "fg", - "selectionDisabledColor": "bg", - "selectionDisabledShadowColor": "accent", - "selectionEnabledColor": "accent", - "selectionEnabledShadowColor": "accent" - }, - "disabledText": "dis", - "focusColor": "accent", - "foreground": "fg", - "selectionDisabledColor": "bg", - "selectionDisabledShadowColor": "accent", - "selectionEnabledColor": "accent", - "selectionEnabledShadowColor": "accent" - }, - "RadioButtonMenuItem": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "text", - "background": "bg", - "disabledBackground": "bg", - "disabledForeground": "dis", - "foreground": "fg", - "selectionBackground": "selBg", - "selectionForeground": "selFg" - }, - "ReviewList": { - "state.background": "second", - "state.foreground": "fg" - }, - "RunWidget": { - "background": "button", - "Debug.activeBackground": "hl", - "foreground": "fg", - "hoverBackground": "table", - "pressedBackground": "hl", - "Profile.activeBackground": "hl", - "runningBackground": "hl", - "runningForeground": "selFg", - "Run.activeBackground": "hl", - "Running": { - "background": "hl", - "foreground": "selFg", - "leftHoverBackground": "hl", - "leftPressedBackground": "hl" - }, - "separatorColor": "border" - }, - "ScreenView.borderColor": "border", - "scrollbar": "bg", - "ScrollBar": { - "background": "bg", - "hoverThumbBorderColor": "accent", - "hoverThumbColor": "accent", - "hoverTrackColor": "bg30", - "Mac": { - "hoverThumbBorderColor": "accent", - "hoverThumbColor": "accent", - "hoverTrackColor": "bg30", - "thumbBorderColor": "accent70", - "thumbColor": "accent70", - "trackColor": "bg30", - "Transparent": { - "hoverThumbBorderColor": "accent", - "hoverThumbColor": "accent", - "hoverTrackColor": "bg30", - "thumbBorderColor": "accent70", - "thumbColor": "accent70", - "trackColor": "bg30" - } - }, - "thumb": "hl", - "thumbBorderColor": "accent70", - "thumbColor": "accent70", - "Thumb": { - "Hovered.background": "accent", - "NonOpaque.Hovered.background": "accent" - }, - "trackColor": "bg30", - "Transparent": { - "hoverThumbBorderColor": "accent", - "hoverThumbColor": "accent", - "hoverTrackColor": "bg30", - "thumbBorderColor": "accent70", - "thumbColor": "accent70", - "trackColor": "bg30" - } - }, - "SearchEverywhere": { - "Advertiser": { - "background": "bg", - "foreground": "text", - "borderInsets": "10,20,10,20" - }, - "background": "bg", - "Dialog": { - "background": "bg", - "borderColor": "bg", - "foreground": "fg" - }, - "foreground": "fg", - "Header": { - "background": "bg" - }, - "List": { - "Separator.Color": "border", - "Separator.foreground": "text", - "selectionBackground": "selBg", - "separatorColor": "border", - "separatorForeground": "text", - "settingsBackground": "bg" - }, - "SearchField": { - "Border.color": "hl", - "background": "cs", - "borderColor": "hl", - "grayForeground": "dis", - "infoForeground": "dis" - }, - "shortcutForeground": "text", - "Tab": { - "active.background": "hl", - "active.foreground": "activeFg", - "selected.background": "hl", - "selected.foreground": "activeFg", - "selectedBackground": "hl", - "selectedForeground": "activeFg" - } - }, - "SearchMatch": { - "endBackground": "accent", - "endColor": "accent", - "startBackground": "accent", - "startColor": "accent" - }, - "SearchField.errorBackground": "notif", - "SearchFieldWithExtension": { - "background": "cs" - }, - "SearchOption": { - "selectedBackground": "table", - "selectedPressedBackground": "hl", - "selectedHoveredBackground": "hl" - }, - "SearchResults": { - "Ordinal.File.Foreground": "text", - "Repeated.File.Foreground": "fg" - }, - "SegmentedButton": { - "focusedSelectedButtonColor": "hl", - "selectedButtonColor": "button", - "selectedStartBorderColor": "border", - "selectedEndBorderColor": "border" - }, - "Separator": { - "background": "second", - "foreground": "second", - "separatorColor": "border" - }, - "Settings": { - "Spotlight.borderColor": "accent" - }, - "SidePanel": { - "background": "hc" - }, - "Slider": { - "background": "bg", - "buttonBorderColor": "accent", - "buttonColor": "accent", - "foreground": "fg", - "majorTickLength": 6, - "thumb": "accent", - "tickColor": "second", - "track": "table", - "trackColor": "table", - "trackDisabled": "hl", - "trackWidth": 7 - }, - "Space.Review.diffAnchorBackground": "second", - "SpeedSearch": { - "background": "hl", - "borderColor": "border", - "errorForeground": "red", - "foreground": "fg" - }, - "Spinner": { - "background": "bg", - "border": "4,4,4,4", - "disabledBackground": "excl", - "foreground": "fg", - "selectionForeground": "activeFg" - }, - "SplitPane": { - "background": "bg", - "highlight": "hc" - }, - "SplitPaneDivider.draggingColor": "second", - "StateWidget.activeBackground": "button", - "StatusBar": { - "background": "bg", - "Breadcrumbs": { - "floatingBackground": "tree", - "floatingForeground": "fg", - "floatingToolbarInsets": "8,12,8,12", - "foreground": "fg", - "hoverBackground": "tree", - "hoverForeground": "fg", - "itemBackgroundInsets": "2,4,2,4", - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "selectionInactiveBackground": "button", - "selectionInactiveForeground": "fg" - }, - "borderColor": "border", - "bottomColor": "bg", - "hoverBackground": "hl", - "top2Color": "bg", - "topColor": "bg", - "LightEditBackground": "table", - "Widget": { - "foreground": "fg", - "hoverBackground": "hl", - "hoverForeground": "selFg", - "pressedBackground": "button", - "pressedForeground": "fg", - "widgetInsets": "8,12,8,12" - } - }, - "TabbedPane": { - "background": "bg", - "borderColor": "hc", - "contentAreaColor": "hl", - "contentBorderInsets": "3,1,1,1", - "darkShadow": "hc", - "disabledForeground": "dis", - "disabledText": "dis", - "disabledUnderlineColor": "dis", - "focus": "table", - "focusColor": "table", - "fontSizeOffset": 0, - "foreground": "fg", - "highlight": "border", - "hoverColor": "hl", - "labelShift": 0, - "mt.tab.background": "hc", - "selectHighlight": "hl", - "selected": "selBg", - "selectedColor": "accent", - "selectedDisabledColor": "dis", - "selectedForeground": "activeFg", - "selectedLabelShift": 0, - "selectedTabPadInsets": "0,0,0,0", - "shadow": "hc", - "tabHeight": 32, - "tabInsets": "5,10,5,10", - "tabSelectionArc": 4, - "tabSelectionHeight": 2, - "tabsOverlapBorder": true, - "underlineColor": "accent" - }, - "TabbedPane.mt.tab.background": "hc", - "Table": { - "alternativeRowBackground": "cs", - "background": "bg", - "cellNoFocusBorder": "16,4,16,4", - "disabledForeground": "dis", - "dropLineColor": "accent", - "dropLineShortColor": "accent", - "focusCellBackground": "table", - "focusCellForeground": "activeFg", - "focusCellHighlightBorder": "18,6,18,6", - "foreground": "fg", - "gridColor": "bg", - "highlightOuter": "table", - "hoverBackground": "hl", - "hoverInactiveBackground": "table", - "lightSelectionBackground": "table", - "lightSelectionForeground": "activeFg", - "lightSelectionInactiveBackground": "second", - "lightSelectionInactiveForeground": "text", - "rowHeight": 32, - "selectionBackground": "table", - "selectionForeground": "activeFg", - "selectionInactiveBackground": "table", - "selectionInactiveForeground": "selFg", - "sortIconColor": "fg", - "stripeColor": "cs", - "stripedBackground": "cs" - }, - "TableHeader": { - "background": "button", - "bottomSeparatorColor": "border", - "borderColor": "hl", - "cellBorder": "6,0,6,0", - "disabledForeground": "dis", - "focusCellBackground": "table", - "focusCellForeground": "activeFg", - "foreground": "fg", - "height": 32, - "hoverBackground": "hl", - "separatorColor": "border" - }, - "Tag": { - "background": "button", - "borderColor": "button", - "foreground": "fg" - }, - "text": "bg", - "textInactiveText": "text", - "textHighlight": "selBg", - "textHighlightText": "activeFg", - "textText": "text", - "TextArea": { - "background": "cs", - "caretForeground": "accent", - "foreground": "fg", - "inactiveForeground": "dis", - "selectionBackground": "table", - "selectionForeground": "activeFg" - }, - "TextField": { - "background": "cs", - "borderColor": "bg", - "caretForeground": "accent", - "disabledBackground": "excl", - "focusedBorderColor": "bg", - "foreground": "fg", - "hoverBorderColor": "bg", - "inactiveForeground": "dis", - "selectedSeparatorColor": "accent", - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "separatorColor": "hl", - "separatorColorDisabled": "bg" - }, - "TextPane": { - "background": "cs", - "caretForeground": "accent", - "foreground": "fg", - "inactiveForeground": "dis", - "selectionBackground": "table", - "selectionForeground": "activeFg" - }, - "TipOfTheDay": { - "Image.borderColor": "border" - }, - "TitlePane": { - "Button": { - "hoverBackground": "hl", - "preferredSize": "48,40" - }, - "background": "hc", - "inactiveBackground": "bg", - "inactiveInfoForeground": "dis", - "infoForeground": "text" - }, - "TitledBorder.titleColor": "fg", - "ToggleButton": { - "borderColor": "button", - "buttonColor": "button", - "disabledText": "dis", - "foreground": "fg", - "off.background": "bg", - "off.foreground": "bg", - "offBackground": "bg", - "offForeground": "bg", - "on.background": "accent", - "on.foreground": "accent", - "onBackground": "accent", - "onForeground": "accent" - }, - "Toolbar.Floating.background": "button", - "ToolBar": { - "background": "hc", - "borderHandleColor": "text", - "comboBoxButtonBackground": "button", - "floatingForeground": "text", - "foreground": "fg", - "verticalToolbarInsets": "6,6,6,6", - "horizontalToolbarInsets": "6,6,6,6" - }, - "ToolbarComboWidget": { - "background": "button", - "hoverBackground": "hl" - }, - "tooltips": { - "actions.keymap.text.color": "text", - "actions.settings.icon.background.color": "bg", - "description.title.text.color": "fg" - }, - "ToolTip": { - "arc": 6, - "actions": { - "background": "bg" - }, - "Actions": { - "background": "bg", - "grayForeground": "text", - "infoForeground": "text" - }, - "background": "notif", - "borderColor": "border", - "borderCornerRadius": 8, - "foreground": "fg", - "infoForeground": "text", - "linkForeground": "accent", - "Learning": { - "background": "accent", - "borderColor": "accent", - "foreground": "fg", - "spanBackground": "accent50", - "spanForeground": "fg", - "stepNumberForeground": "accent" - }, - "separatorColor": "border", - "shortcutForeground": "text" - }, - "ToolWindow": { - "active": { - "Header.background": "second", - "HeaderTab.background": "cs" - }, - "Background": "bg", - "background": "hc", - "Button": { - "hoverBackground": "table", - "DragAndDrop": { - "stripeBackground": "cs", - "buttonDropBackground": "accent70" - }, - "selectedBackground": "cs", - "selectedForeground": "activeFg" - }, - "header": { - "active.background": "second", - "background": "bg", - "border.background": "second", - "closeButton.background": "bg", - "tab.selected.active.background": "cs", - "tab.selected.background": "cs" - }, - "Header": { - "height": 42, - "background": "second", - "borderColor": "second", - "inactiveBackground": "bg" - }, - "HeaderCloseButton": { - "background": "bg" - }, - "HeaderTab": { - "borderColor": "bg", - "hoverBackground": "hl", - "hoverInactiveBackground": "hl", - "inactiveUnderlineColor": "accent", - "leftRightInsets": "0,12,0,12", - "selectedBackground": "cs", - "selectedInactiveBackground": "cs", - "underlineArc": 4, - "underlineColor": "accent", - "underlineHeight": 3, - "underlinedTabBackground": "table", - "underlinedTabForeground": "selFg", - "underlinedTabInactiveBackground": "hc", - "underlinedTabInactiveForeground": "fg", - "verticalPadding": 6 - }, - "inactive": { - "Header.background": "bg", - "HeaderTab.background": "cs" - } - }, - "Tree": { - "border": "4,12,4,12", - "background": "hc", - "foreground": "text", - "errorForeground": "red", - "hash": "border", - "hoverBackground": "tree", - "hoverInactiveBackground": "table", - "modifiedItemForeground": "accent", - "rowHeight": "28", - "selectionBackground": "tree", - "selectionForeground": "selFg", - "selectionInactiveBackground": "tree", - "selectionInactiveForeground": "selFg", - "textBackground": "hc" - }, - "Tree.leftChildIndent": 10, - "Tree.rightChildIndent": 5, - "UIDesigner": { - "Activity.borderColor": "border", - "Canvas.background": "cs", - "ColorPicker": { - "background": "second", - "foreground": "fg" - }, - "Component": { - "background": "bg", - "borderColor": "border", - "foreground": "fg", - "hoverBorderColor": "hl" - }, - "Connector": { - "borderColor": "border", - "hoverBorderColor": "hl" - }, - "Label.foreground": "text", - "highStroke.foreground": "fg", - "motion": { - "AddConstraintColor": "accent", - "AddConstraintPlus": "accent", - "CSPanel.SelectedBackground": "tree", - "CSPanel.SelectedFocusBackground": "selBg", - "Component.foreground": "fg", - "ConstraintSet.background": "second", - "ConstraintSetText.foreground": "text", - "CursorTextColor.foreground": "fg", - "HoverColor.disabledBackground": "dis", - "Key.selectedForeground": "accent", - "Notification.background": "notif", - "PositionMarkColor": "accent", - "PrimaryPanel.background": "cs", - "SecondaryPanel.background": "bg", - "SecondaryPanel.header.background": "cs", - "SecondaryPanel.header.foreground": "text", - "TimeCursor.End.selectedForeground": "accent", - "TimeCursor.Start.selectedForeground": "accent", - "TimeCursor.selectedForeground": "accent", - "borderColor": "border", - "cs_FocusText.infoForeground": "text", - "graphLine.lineSeparatorColor": "accent", - "motionGraph.background": "bg", - "ourAvg.background": "second", - "ourCS.background": "second", - "ourCS_Border.borderColor": "border", - "ourCS_SelectedBackground.selectionInactiveBackground": "table", - "ourCS_SelectedBorder.pressedBorderColor": "hl", - "ourCS_SelectedFocusBackground.selectionForeground": "selFg", - "ourCS_SelectedFocusBorder.focusedBorderColor": "accent", - "ourCS_TextColor.foreground": "text", - "ourML_BarColor.separatorColor": "border", - "timeLine.disabledBorderColor": "border" - }, - "PackageDetails": { - "border": "accent", - "infoBanner": "accent" - }, - "PackageSearch": { - "PackagesList.rowHeight": 28, - "PackageTag": { - "background": "excl", - "foreground": "fg", - "hoverBackground": "tree", - "selectedBackground": "selBg", - "selectedForeground": "selFg" - }, - "PackageTagSelected": { - "background": "selBg", - "foreground": "selFg" - }, - "SearchResult": { - "background": "cs", - "hoverBackground": "tree", - "PackageTag": { - "background": "excl", - "foreground": "fg", - "hoverBackground": "tree", - "selectedBackground": "selBg", - "selectedForeground": "selFg" - } - } - }, - "Panel": { - "background": "bg", - "borderColor": "border", - "graphLabel": "text", - "graphLines": "hl", - "lines3d": "accent", - "secondaryGraphLines": "border" - }, - "percent.foreground": "fg", - "Placeholder": { - "background": "bg", - "borderColor": "border", - "foreground": "fg", - "selectedForeground": "selFg" - }, - "Preview.background": "bg", - "stroke.acceleratorForeground": "text" - }, - "ValidationTooltip": { - "errorBackground": "notif", - "errorBorderColor": "notif", - "warningBackground": "notif", - "warningBorderColor": "notif" - }, - "VersionControl": { - "FileHistory.Commit": { - "otherBranchBackground": "excl", - "selectedBranchBackground": "bg" - }, - "GitCommits": { - "graphColor": "hl" - }, - "GitLog": { - "localBranchIconColor": "accent", - "otherIconColor": "text", - "remoteBranchIconColor": "fg", - "tagIconColor": "text" - }, - "HgLog": { - "bookmarkIconColor": "activeFg", - "branchIconColor": "accent", - "closedBranchIconColor": "dis", - "localTagIconColor": "text", - "mqTagIconColor": "text", - "tagIconColor": "text", - "tipIconColor": "text" - }, - "Log": { - "Commit": { - "currentBranchBackground": "cs", - "hoveredBackground": "tree", - "rowHeight": 28, - "unmatchedForeground": "text" - } - }, - "MarkerPopup": { - "borderColor": "border", - "borderInsets": "6,8,6,10", - "Toolbar.background": "hl" - }, - "Ref": { - "backgroundBase": "hl", - "foreground": "activeFg" - }, - "RefLabel": { - "backgroundBase": "hl", - "foreground": "activeFg" - } - }, - "UnattendedHostStatus": { - "warningBackground": "yellow", - "warningForeground": "activeFg", - "dangerBackground": "red" - }, - "Viewport": { - "background": "hc", - "foreground": "fg" - }, - "WelcomeScreen": { - "AssociatedComponent.background": "bg", - "Details.background": "bg", - "List": { - "background": "hc", - "selectionBackground": "selBg", - "selectionInactiveBackground": "hl" - }, - "SidePanel.background": "second", - "background": "bg", - "borderColor": "bg", - "captionBackground": "cs", - "captionForeground": "fg", - "footerBackground": "cs", - "footerForeground": "fg", - "groupIconBorderColor": "button", - "headerBackground": "bg", - "headerForeground": "fg", - "separatorColor": "border", - "Projects": { - "actions.background": "cs", - "actions.selectionBackground": "hl", - "background": "second", - "selectionBackground": "selBg", - "selectionInactiveBackground": "selBg" - } - }, - "Window.border": "border", - "window": "hc", - "windowBorder": "border", - "windowText": "text" - }, - "icons": { - "ColorPalette": { - "#43494A": "cs", - "#6B6B6B": "text", - "#A7A7A7": "bg", - "#3D6185": "accent", - "#466D94": "accent", - "#3C3F41": "bg", - "#545556": "dis", - "#606060": "dis", - "#9AA7B0": "fg", - "#675133": "accent", - "Actions.Blue": "blue", - "Actions.Green": "green", - "Actions.Grey": "text", - "Actions.GreyInline": "gray", - "Actions.GreyInline.Dark": "fg", - "Actions.Red": "red", - "Actions.Yellow": "yellow", - "Checkbox.Background.Default": "cs", - "Checkbox.Background.Default.Dark": "cs", - "Checkbox.Background.Disabled": "excl", - "Checkbox.Background.Disabled.Dark": "excl", - "Checkbox.Background.Selected": "accent", - "Checkbox.Background.Selected.Dark": "hc", - "Checkbox.Border.Default": "hl", - "Checkbox.Border.Default.Dark": "hl", - "Checkbox.Border.Disabled": "dis", - "Checkbox.Border.Disabled.Dark": "dis", - "Checkbox.Border.Selected": "accent", - "Checkbox.Border.Selected.Dark": "hl", - "Checkbox.Focus.Thin.Default": "accent", - "Checkbox.Focus.Thin.Default.Dark": "accent", - "Checkbox.Focus.Thin.Selected": "fg", - "Checkbox.Focus.Thin.Selected.Dark": "fg", - "Checkbox.Focus.Wide": "accent", - "Checkbox.Focus.Wide.Dark": "accent", - "Checkbox.Foreground.Disabled": "dis", - "Checkbox.Foreground.Disabled.Dark": "dis", - "Checkbox.Foreground.Selected": "hc", - "Checkbox.Foreground.Selected.Dark": "accent", - "Objects.BlackText": "fg", - "Objects.Blue": "blue", - "Objects.Green": "green", - "Objects.GreenAndroid": "green", - "Objects.Grey": "gray", - "Objects.Pink": "purple", - "Objects.Purple": "purple", - "Objects.Red": "red", - "Objects.RedStatus": "red", - "Objects.Yellow": "yellow", - "Objects.YellowDark": "orange", - "Tree.iconColor": "text", - "Tree.iconColor.Dark": "text" - } - } -} 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 deleted file mode 100644 index 6932b7a3..00000000 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Solarized Dark Contrast.theme.json +++ /dev/null @@ -1,1778 +0,0 @@ -{ - "name": "Solarized Dark Contrast", - "dark": true, - "author": "Mallowigi", - "colors": { - "bg": "#002B36", - "bg30": "#002B3630", - "fg": "#839496", - "text": "#586e75", - "selBg": "#2E4C52", - "selBg20": "#2E4C5220", - "selFg": "#FFFFFF", - "activeFg": "#FFFFFF", - "border": "#0D3640", - "excl": "#083F4D", - "second": "#003745", - "dis": "#2E5861", - "accent": "#d33682", - "accent2": "#d336822", - "accent50": "#d3368250", - "accent70": "#d3368270", - "cs": "#00252E", - "button": "#073642", - "table": "#003946", - "tree": "#023c45", - "hl": "#005a6f", - "notif": "#2E4C52", - "hc": "#00252E", - "shadow": "undefined", - "white": "#268BD2", - "blue": "#B58900", - "red": "#268BD2", - "yellow": "#B58900", - "green": "#2AA198", - "gray": "#657B83", - "purple": "#859900", - "orange": "#D33682" - }, - "editorScheme": "colors/Solarized Dark.xml", - "ui": { - "*": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "text", - "background": "bg", - "borderColor": "border", - "disabledBackground": "excl", - "disabledBorderColor": "button", - "disabledForeground": "dis", - "disabledText": "dis", - "focusColor": "hl", - "focusedBorderColor": "accent", - "foreground": "fg", - "hoverBorderColor": "hl", - "inactiveBackground": "excl", - "inactiveForeground": "text", - "infoForeground": "text", - "lineSeparatorColor": "hl", - "pressedBorderColor": "hl", - "selectionBackground": "selBg", - "selectionBackgroundInactive": "second", - "selectionForeground": "selFg", - "selectionInactiveBackground": "second", - "separatorColor": "border" - }, - "activeCaption": "bg", - "activeCaptionBorder": "bg", - "activeCaptionText": "fg", - "ActionButton": { - "focusedBorderColor": "accent50", - "hoverBackground": "accent50", - "hoverBorderColor": "accent50", - "hoverSeparatorColor": "button", - "pressedBackground": "accent50", - "pressedBorderColor": "accent50" - }, - "ActionsList": { - "icon.gap": 12, - "mnemonic.icon.gap": 12 - }, - "ActionToolbar": { - "background": "hc" - }, - "AppInspector.GraphNode": { - "background": "second", - "borderColor": "border", - "focusedBorderColor": "accent" - }, - "AssignedMnemonic": { - "background": "hl", - "borderColor": "selBg", - "foreground": "activeFg" - }, - "Autocomplete": { - "selectionBackground": "selBg", - "selectionUnfocus": "hl" - }, - "AvailableMnemonic": { - "background": "button", - "borderColor": "button", - "foreground": "fg" - }, - "BigSpinner.background": "bg", - "Bookmark": { - "iconBackground": "accent", - "Mnemonic": { - "iconBackground": "hl", - "iconBorderColor": "hl", - "iconForeground": "fg" - } - }, - "BookmarkMnemonicAssigned": { - "background": "hl", - "borderColor": "selBg", - "foreground": "selFg" - }, - "BookmarkMnemonicAvailable": { - "background": "button", - "borderColor": "button", - "foreground": "fg" - }, - "BookmarkMnemonicCurrent": { - "background": "accent", - "borderColor": "accent", - "foreground": "selFg" - }, - "BookmarkMnemonicIcon": { - "background": "hl", - "borderColor": "hl", - "foreground": "fg" - }, - "BookmarkIcon.background": "accent", - "Borders.ContrastBorderColor": "bg", - "Borders.color": "border", - "Breakpoint.iconHoverAlpha": 0.35, - "Button": { - "arc": 8, - "background": "bg", - "darcula": { - "borderColor": "button", - "defaultBorderColor": "button", - "defaultEndColor": "button", - "defaultFocusedBorderColor": "table", - "defaultOutlineColor": "button", - "defaultStartColor": "button", - "disabledBorderColor": "button", - "disabledOutlineColor": "border", - "disabledText.shadow": "bg", - "endColor": "button", - "focusedBorderColor": "table", - "outlineColor": "button", - "selectedButtonForeground": "selFg", - "selection.color1": "table", - "selection.color2": "table", - "shadowColor": "shadow", - "smallComboButtonBackground": "button", - "startColor": "button" - }, - "default": { - "borderColor": "button", - "endBackground": "table", - "endBorderColor": "table", - "focusColor": "accent", - "focusedBorderColor": "accent", - "foreground": "selFg", - "shadowColor": "shadow", - "startBackground": "table", - "startBorderColor": "table" - }, - "disabledBackground": "excl", - "disabledBorderColor": "border", - "disabledText": "dis", - "endBackground": "table", - "endBorderColor": "button", - "focus": "hl", - "focusedBorderColor": "accent", - "foreground": "text", - "highlight": "selFg", - "mt.background": "button", - "mt.color1": "button", - "mt.color2": "button", - "mt.foreground": "text", - "mt.selectedForeground": "selFg", - "mt.selection.color1": "table", - "mt.selection.color2": "table", - "select": "button", - "shadowColor": "shadow", - "shadowWidth": 0, - "startBackground": "table", - "startBorderColor": "button", - "ToolWindow": { - "arc": 40 - } - }, - "Canvas": { - "Tooltip.background": "notif", - "Tooltip.borderColor": "border" - }, - "CheckBox": { - "background": "bg", - "background.selected": "accent", - "borderColor": "bg", - "borderColor.selected": "accent", - "checkSignColor": "bg", - "checkSignColor.selected": "bg", - "checkSignColorDisabled": "bg", - "checkSignColorDisabled.selected": "bg", - "darcula": { - "borderColor1": "fg", - "checkSignColorDisabled": "dis", - "disabledBorderColor1": "dis", - "disabledBorderColor2": "dis", - "inactiveFillColor": "hl" - }, - "disabledBorderColor": "bg", - "disabledBorderColor.selected": "accent", - "disabledText": "dis", - "focused.background": "bg", - "focused.background.selected": "accent", - "focusedArmed.background": "bg", - "focusedArmed.background.selected": "accent", - "foreground": "fg", - "inactiveFillColor": "bg", - "inactiveFillColor.selected": "accent", - "select": "accent", - "shadowColor": "bg", - "shadowColorDisabled": "bg" - }, - "Checkbox": { - "Background.Default": "bg", - "Background.Default.Dark": "bg", - "Background.Disabled": "second", - "Background.Disabled.Dark": "second", - "Background.Selected": "accent", - "Background.Selected.Dark": "accent", - "Border.Default": "hl", - "Border.Default.Dark": "hl", - "Border.Disabled": "second", - "Border.Disabled.Dark": "second", - "Border.Selected": "accent", - "Border.Selected.Dark": "accent", - "Focus.Thin.Default": "bg", - "Focus.Thin.Default.Dark": "bg", - "Focus.Wide.Default": "bg", - "Focus.Wide.Default.Dark": "bg", - "Focus.Thin.Selected": "accent", - "Focus.Thin.Selected.Dark": "accent", - "Focus.Wide.Selected": "accent", - "Focus.Wide.Selected.Dark": "accent" - }, - "CheckBoxMenuItem": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "text", - "background": "bg", - "disabledBackground": "bg", - "disabledForeground": "dis", - "foreground": "fg", - "selectionBackground": "selBg", - "selectionForeground": "activeFg" - }, - "CodeWithMe": { - "Avatar.foreground": "fg", - "AccessDisabled.accessDot": "dis", - "AccessEnabled": { - "accessDot": "accent", - "dropdownBorder": "second", - "pillBackground": "second" - }, - "Users": { - "1": { - "Background": "green", - "Foreground": "fg" - }, - "2": { - "Background": "blue", - "Foreground": "fg" - }, - "3": { - "Background": "red", - "Foreground": "fg" - }, - "4": { - "Background": "purple", - "Foreground": "fg" - }, - "5": { - "Background": "yellow", - "Foreground": "fg" - }, - "6": { - "Background": "orange", - "Foreground": "fg" - } - } - }, - "ColorChooser": { - "background": "bg", - "foreground": "fg", - "swatchesDefaultRecentColor": "fg" - }, - "ComboBoxButton.background": "button", - "ComboBox": { - "ArrowButton": { - "background": "button", - "disabledIconColor": "dis", - "iconColor": "fg", - "nonEditableBackground": "hc" - }, - "PopupBackground": "cs", - "arrowFillColor": "hc", - "background": "hc", - "buttonBackground": "button", - "darcula": { - "arrowButtonBackground": "hc", - "arrowButtonDisabledForeground": "dis", - "arrowButtonForeground": "fg", - "disabledArrowButtonBackground": "excl", - "editable.arrowButtonBackground": "hc", - "hoveredArrowButtonForeground": "accent", - "nonEditableBackground": "bg" - }, - "disabledBackground": "excl", - "disabledForeground": "dis", - "foreground": "fg", - "modifiedItemForeground": "accent", - "nonEditableBackground": "bg", - "padding": "5,5,5,5", - "selectionBackground": "table", - "selectionForeground": "activeFg" - }, - "ComboPopup.border": "1,1,1,1,#d33682", - "CompletionPopup": { - "Advertiser": { - "background": "bg", - "foreground": "fg", - "borderInsets": "8,12,8,12" - }, - "background": "second", - "foreground": "fg", - "grayForeground": "text", - "grayedForeground": "text", - "infoForeground": "text", - "matchForeground": "accent", - "matchSelectedForeground": "accent", - "matchSelectionForeground": "accent", - "nonFocusedState": "false", - "selectedForeground": "selFg", - "selectedGrayedForeground": "selFg", - "selectionBackground": "cs", - "selectionForeground": "selFg", - "selectionGrayForeground": "selFg", - "selectionInactiveBackground": "hl", - "selectionInactiveForeground": "text", - "selectionInactiveInfoForeground": "text", - "selectionInfoForeground": "selFg" - }, - "ComplexPopup": { - "Header.background": "notif" - }, - "Component": { - "arc": 4, - "focusWidth": 2, - "borderColor": "hl", - "disabledBorderColor": "dis", - "focusColor": "accent", - "focusedBorderColor": "accent", - "hoverIconColor": "accent", - "iconColor": "text", - "grayForeground": "text", - "infoForeground": "text" - }, - "Content": { - "background": "cs", - "selectionBackground": "selBg", - "selectionInactiveBackground": "fg" - }, - "control": "button", - "controlLtHighlight": "selFg", - "controlText": "text", - "controlHighlight": "hl", - "controlShadow": "excl", - "controlDkShadow": "excl", - "Counter": { - "background": "accent", - "foreground": "selFg" - }, - "CurrentMnemonic": { - "background": "accent", - "borderColor": "accent", - "foreground": "selFg" - }, - "darcula": { - "background": "bg", - "foreground": "fg", - "primary": "bg" - }, - "desktop": "hc", - "Debugger": { - "EvaluateExpression.background": "bg", - "Variables": { - "changedValueForeground": "accent", - "collectingDataForeground": "text", - "errorMessageForeground": "red", - "evaluatingExpressionForeground": "text", - "exceptionForeground": "yellow", - "modifyingValueForeground": "accent", - "valueForeground": "accent", - "typeForeground": "text" - } - }, - "DebuggerTabs": { - "active.background": "hl", - "selectedBackground": "hl", - "underlinedTabBackground": "table", - "underlineHeight": 2 - }, - "DebuggerPopup": { - "borderColor": "bg" - }, - "DefaultTabs": { - "background": "bg", - "borderColor": "bg", - "hoverBackground": "table", - "hoverColor": "hl", - "hoverMaskColor": "hl", - "inactiveColoredFileBackground": "button", - "inactiveColoredTabBackground": "bg", - "inactiveMaskColor": "hc", - "inactiveUnderlineColor": "accent", - "underlineColor": "accent", - "underlineHeight": 3, - "underlinedTabBackground": "table", - "underlinedTabForeground": "selFg" - }, - "Desktop.background": "bg", - "Dialog": { - "titleColor": "bg" - }, - "DialogWrapper": { - "southPanelBackground": "bg", - "southPanelDivider": "bg" - }, - "DragAndDrop": { - "areaBackground": "tree", - "areaBorderColor": "bg", - "areaForeground": "fg", - "backgroundBorderColor": "bg", - "backgroundColor": "bg", - "borderColor": "accent", - "foregroundColor": "fg", - "rowBackground": "accent70" - }, - "dropArea.base": "accent", - "Editor": { - "background": "hc", - "foreground": "fg", - "shortcutForeground": "text", - "SearchField": { - "background": "cs", - "borderInsets": "8,12,8,12" - }, - "Toolbar": { - "borderColor": "border" - } - }, - "EditorGroupsTabs": { - "background": "bg", - "borderColor": "second", - "hoverBackground": "hl", - "hoverColor": "hl", - "inactiveUnderlineColor": "accent", - "underlineColor": "accent", - "underlinedTabBackground": "table", - "underlinedTabForeground": "fg" - }, - "EditorPane": { - "background": "hc", - "caretForeground": "accent", - "foreground": "fg", - "inactiveBackground": "bg", - "inactiveForeground": "dis", - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "splitBorder": "border" - }, - "EditorTabs": { - "active.background": "table", - "active.foreground": "fg", - "active.underlineColor": "accent", - "background": "bg", - "borderColor": "second", - "foreground": "fg", - "hoverBackground": "hl", - "hoverColor": "hl", - "hoverMaskColor": "hl", - "inactive.maskColor": "bg", - "inactiveColoredFileBackground": "bg", - "inactiveMaskColor": "bg", - "inactiveUnderlineColor": "dis", - "selectedBackground": "table", - "selectedForeground": "fg", - "tabInsets": "-10,10,-10,10", - "underlineColor": "accent", - "underlineHeight": 3, - "underlineArc": 4, - "underlinedTabBackground": "table", - "underlinedTabForeground": "selFg" - }, - "FileColor": { - "Blue": "#004BA0", - "Green": "#387002", - "Orange": "#B53D00", - "Rose": "#A00037", - "Violet": "#4D2C91", - "Yellow": "excl", - "Gray": "excl", - "excluded": "excl" - }, - "FlameGraph": { - "JVMBackground": "#89DDF7", - "JVMFocusBackground": "#82AAFF", - "JVMFocusSearchNotMatchedBackground": "#AB7967", - "JVMSearchNotMatchedBackground": "#FF5370", - "nativeBackground": "#FFCB6B", - "nativeFocusBackground": "#F78C6C", - "nativeFocusSearchNotMatchedBackground": "#BB80B3", - "nativeSearchNotMatchedBackground": "#C792EA" - }, - "Focus": { - "Color": "accent50", - "borderColor": "accent50", - "color": "accent50", - "defaultButtonBorderColor": "accent" - }, - "FormattedTextField": { - "background": "cs", - "caretForeground": "accent", - "foreground": "fg", - "inactiveBackground": "button", - "inactiveForeground": "dis", - "selectionBackground": "selBg", - "selectionForeground": "activeFg" - }, - "Git.Log.Ref": { - "LocalBranch": "accent", - "Other": "text", - "RemoteBranch": "fg", - "Tag": "text" - }, - "Github.List.tallRow": { - "foreground": "fg", - "secondary.foreground": "text", - "selectionBackground": "selBg", - "selectionBackground.unfocused": "hl", - "selectionForeground": "selFg", - "selectionForeground.unfocused": "selFg" - }, - "GotItTooltip": { - "background": "notif", - "borderColor": "notif", - "endBackground": "button", - "endBorderColor": "button", - "foreground": "fg", - "linkForeground": "accent", - "shortcutForeground": "text", - "startBackground": "button", - "startBorderColor": "button" - }, - "Group": { - "disabledSeparatorColor": "border", - "separatorColor": "border" - }, - "Gutter": { - "VcsChanges.width": 4 - }, - "GutterTooltip": { - "borderColor": "bg", - "infoForeground": "text", - "lineSeparatorColor": "bg" - }, - "HeaderColor": { - "active": "bg", - "inactive": "cs" - }, - "HelpTooltip": { - "background": "bg", - "backgroundColor": "bg", - "borderColor": "border", - "defaultTextBorderInsets": "16,16,16,16", - "foreground": "fg", - "infoForeground": "text", - "shortcutForeground": "text", - "shortcutTextColor": "text", - "smallTextBorderInsets": "8,12,8,12", - "textColor": "fg", - "verticalGap": 8 - }, - "Hg.Log.Ref": { - "Branch": "accent", - "ClosedBranch": "fg", - "LocalTag": "text", - "MqTag": "text", - "Tag": "text" - }, - "Hyperlink.linkColor": "accent", - "IconBadge": { - "infoBackground": "accent" - }, - "IdeStatusBar.border": "4,4,4,4", - "InformationHint.borderColor": "border", - "inactiveCaption": "second", - "inactiveCaptionBorder": "bg", - "inactiveCaptionText": "text", - "info": "text", - "infoPanelForeground": "text", - "infoText": "text", - "InplaceRefactoringPopup": { - "background": "bg", - "borderColor": "bg" - }, - "intellijlaf": { - "background": "bg", - "foreground": "fg" - }, - "InternalFrame": { - "activeTitleForeground": "fg", - "background": "bg", - "inactiveTitleBackground": "bg", - "inactiveTitleForeground": "text" - }, - "Label": { - "background": "bg", - "disabledForeground": "dis", - "disabledForegroundColor": "dis", - "disabledShadow": "dis", - "disabledText": "dis", - "errorForeground": "accent", - "foreground": "fg", - "grayForeground": "text", - "infoForeground": "text", - "selectedDisabledForeground": "fg", - "selectedForeground": "activeFg", - "textForeground": "text" - }, - "Lesson": { - "Badge": { - "newLessonBackground": "accent", - "newLessonForeground": "selFg" - }, - "shortcutBackground": "second", - "stepNumberForeground": "text", - "Tooltip": { - "background": "notif", - "borderColor": "notif", - "foreground": "fg", - "spanBackground": "button", - "spanForeground": "fg", - "stepNumberForeground": "text" - } - }, - "link": "accent", - "Link": { - "activeForeground": "accent", - "focusedBorderColor": "accent", - "hoverForeground": "accent", - "pressedForeground": "accent", - "secondaryForeground": "text", - "visitedForeground": "accent" - }, - "link.foreground": "accent", - "link.hover.foreground": "accent", - "link.pressed.foreground": "accent", - "link.visited.foreground": "accent", - "List": { - "background": "bg", - "Button": { - "hoverBackground": "hl", - "leftRightInset": 8, - "separatorColor": "border", - "separatorInset": 4 - }, - "foreground": "fg", - "hoverBackground": "hl", - "hoverInactiveBackground": "table", - "Line.hoverBackground": "selBg", - "rowHeight": "28", - "selectionBackground": "tree", - "selectionForeground": "selFg", - "selectionInactiveBackground": "table", - "selectionInactiveForeground": "activeFg", - "Tag": { - "background": "button", - "foreground": "fg" - } - }, - "LiveIndicator": { - "color": "accent" - }, - "macOSWindow.Title": { - "height": 30, - "heightSmall": 20 - }, - "MainMenu": { - "background": "hc", - "foreground": "fg", - "selectionForeground": "activeFg", - "selectionBackground": "selBg" - }, - "MainToolbar": { - "background": "bg", - "Button": { - "buttonInsets": "0,0,0,0" - }, - "Dropdown": { - "borderInsets": "6,12,6,12", - "background": "bg", - "foreground": "fg", - "hoverBackground": "hl", - "pressedBackground": "table" - }, - "hoverBackground": "hl", - "Icon": { - "borderInsets": "10,10,10,10", - "background": "bg", - "hoverBackground": "hl", - "pressedBackground": "table" - }, - "inactiveBackground": "bg", - "pressedBackground": "table", - "separatorColor": "border" - }, - "material": { - "background": "bg", - "branchColor": "fg", - "contrast": "cs", - "foreground": "fg", - "mergeCommits": "button", - "primaryColor": "text", - "selectionBackground": "selBg", - "selectionForeground": "selFg", - "tab.backgroundColor": "bg", - "tab.borderColor": "accent", - "tagColor": "text" - }, - "MemoryIndicator": { - "allocatedBackground": "second", - "unusedColor": "second", - "usedBackground": "hl", - "usedColor": "hl" - }, - "menu": "bg", - "menuText": "fg", - "Menu": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "activeFg", - "background": "bg", - "border": "8,8,8,8", - "borderColor": "second", - "disabledBackground": "second", - "disabledForeground": "dis", - "foreground": "fg", - "Selection": { - "arc": 8, - "innerInsets": "8,2,8,2" - }, - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "separatorColor": "border" - }, - "MenuBar": { - "background": "hc", - "borderColor": "bg", - "disabledBackground": "bg", - "disabledForeground": "dis", - "foreground": "fg", - "highlight": "bg", - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "shadow": "hc" - }, - "MenuItem": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "activeFg", - "background": "bg", - "border": "8,8,8,8", - "disabledBackground": "bg", - "disabledForeground": "dis", - "foreground": "fg", - "selectionBackground": "selBg", - "selectionForeground": "activeFg" - }, - "MlModelBinding.Viewer.CodeEditor.background": "bg", - "MnemonicIcon": { - "background": "hl", - "borderColor": "hl", - "foreground": "fg" - }, - "NavBar": { - "arrowColor": "fg", - "borderColor": "bg", - "selectedColor": "accent" - }, - "NewClass": { - "Panel": { - "background": "bg" - }, - "SearchField": { - "background": "cs" - }, - "separatorWidth": 6 - }, - "NewPSD.warning": "accent", - "Notification": { - "arc": 16, - "Error.foreground": "accent", - "Link.foreground": "accent", - "background": "notif", - "borderColor": "notif", - "errorBackground": "notif", - "errorBorderColor": "notif", - "errorForeground": "accent", - "foreground": "fg", - "linkForeground": "accent", - "MoreButton": { - "background": "button", - "foreground": "fg", - "innerBorderColor": "button" - }, - "ToolWindow": { - "Button.DragAndDrop": { - "buttonFloatingBackground": "button", - "stripeBackground": "bg" - }, - "errorBackground": "notifError", - "errorBorderColor": "notifError", - "errorForeground": "fg", - "infoBackground": "notif", - "infoBorderColor": "notif", - "infoForeground": "fg", - "informativeBackground": "notif", - "informativeBorderColor": "notif", - "informativeForeground": "fg", - "warningBackground": "notifWarn", - "warningBorderColor": "notifWarn", - "warningForeground": "fg" - }, - "ToolWindowError": { - "foreground": "fg", - "background": "notifError" - }, - "ToolWindowInfo": { - "foreground": "fg", - "background": "notif", - "borderColor": "notif" - }, - "ToolWindowWarning": { - "foreground": "fg", - "background": "notifWarn" - } - }, - "Notifications": { - "background": "notif", - "borderColor": "notif" - }, - "NotificationsToolwindow": { - "Notification.hoverBackground": "tree", - "newNotification.background": "notif", - "newNotification.hoverBackground": "tree" - }, - "OnePixelDivider.background": "border", - "OptionPane": { - "background": "bg", - "foreground": "fg", - "messageForeground": "fg" - }, - "OptionButton": { - "default.separatorColor": "table", - "separatorColor": "button" - }, - "Outline": { - "color": "button", - "disabledColor": "dis", - "focusedColor": "accent" - }, - "Panel": { - "background": "bg", - "foreground": "fg", - "mouseShortcutBackground": "bg" - }, - "ParameterInfo": { - "ContextHelp.foreground": "text", - "background": "second", - "borderColor": "table", - "currentOverloadBackground": "hl", - "currentParameterForeground": "accent", - "disabledColor": "dis", - "disabledForeground": "dis", - "foreground": "fg", - "highlightedColor": "accent", - "infoForeground": "text", - "lineSeparatorColor": "table" - }, - "PasswordField": { - "background": "cs", - "capsLockIconColor": "accent", - "caretForeground": "accent", - "foreground": "fg", - "inactiveForeground": "dis", - "selectionBackground": "table", - "selectionForeground": "activeFg" - }, - "Plugins": { - "background": "bg", - "borderColor": "border", - "disabledForeground": "dis", - "eapTagBackground": "hl", - "hoverBackground": "hl", - "lightSelectionBackground": "table", - "paidTagBackground": "hl", - "selectionBackground": "selBg", - "selectionForeground": "selFg", - "tagBackground": "hl", - "tagForeground": "accent", - "trialTagBackground": "hl", - "Button": { - "installBackground": "button", - "installBorderColor": "button", - "installFillBackground": "button", - "installFillForeground": "dis", - "installFocusedBackground": "hl", - "installForeground": "fg", - "updateBackground": "accent", - "updateBorderColor": "button", - "updateForeground": "fg" - }, - "ScreenshotPagination": { - "CurrentImage.fillColor": "accent" - }, - "SearchField": { - "background": "cs", - "borderColor": "border" - }, - "SectionHeader": { - "background": "second", - "foreground": "fg" - }, - "Tab": { - "active.background": "table", - "active.foreground": "activeFg", - "hover.background": "table", - "hoverBackground": "table", - "selectedBackground": "table", - "selectedForeground": "selFg" - } - }, - "Popup": { - "Advertiser": { - "borderInsets": "6,20,6,20", - "background": "bg", - "borderColor": "bg", - "foreground": "accent" - }, - "Body": { - "bottomInsetNoAd": 8, - "bottomInsetBeforeAd": 8, - "topInsetNoHeader": 8 - }, - "Border": { - "color": "cs", - "inactiveColor": "bg" - }, - "background": "notif", - "borderColor": "cs", - "borderWidth": 0, - "inactiveBorderColor": "bg", - "innerBorderColor": "second", - "Header": { - "activeBackground": "bg", - "inactiveBackground": "cs", - "inactiveForeground": "text" - }, - "paintBorder": false, - "preferences": { - "background": "bg", - "borderColor": "bg", - "foreground": "fg" - }, - "Selection.arc": 8, - "Selection.leftRightInset": 8, - "Separator": { - "foreground": "fg", - "color": "border" - }, - "separatorColor": "second", - "separatorForeground": "fg", - "Toolbar": { - "Border.color": "cs", - "Floating.background": "cs", - "background": "cs", - "borderColor": "cs" - } - }, - "PopupMenu": { - "background": "bg", - "borderWidth": 1, - "border": "8,8,8,8", - "borderCornerRadius": 8, - "foreground": "fg", - "Selection": { - "arc": 8, - "innerInsets": "8,2,8,2" - }, - "selectionBackground": "selBg", - "translucentBackground": "bg" - }, - "PopupMenuSeparator": { - "height": 10, - "stripeWidth": 2, - "stripeIndent": 5, - "withToEdge": 4, - "borderCornerRadius": 8 - }, - "ProgressBar": { - "background": "bg", - "foreground": "accent", - "halfColor": "hl", - "indeterminateEndColor": "accent", - "indeterminateStartColor": "accent", - "progressColor": "accent", - "selectionBackground": "hl", - "trackColor": "hl" - }, - "ProgressIcon": { - "color": "accent" - }, - "PsiViewer": { - "referenceHighlightColor": "accent" - }, - "RadioButton": { - "background": "bg", - "darcula": { - "borderColor1": "fg", - "selectionDisabledColor": "bg", - "selectionDisabledShadowColor": "accent", - "selectionEnabledColor": "accent", - "selectionEnabledShadowColor": "accent" - }, - "disabledText": "dis", - "focusColor": "accent", - "foreground": "fg", - "selectionDisabledColor": "bg", - "selectionDisabledShadowColor": "accent", - "selectionEnabledColor": "accent", - "selectionEnabledShadowColor": "accent" - }, - "RadioButtonMenuItem": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "text", - "background": "bg", - "disabledBackground": "bg", - "disabledForeground": "dis", - "foreground": "fg", - "selectionBackground": "selBg", - "selectionForeground": "selFg" - }, - "ReviewList": { - "state.background": "second", - "state.foreground": "fg" - }, - "RunWidget": { - "background": "button", - "Debug.activeBackground": "hl", - "foreground": "fg", - "hoverBackground": "table", - "pressedBackground": "hl", - "Profile.activeBackground": "hl", - "runningBackground": "hl", - "runningForeground": "selFg", - "Run.activeBackground": "hl", - "Running": { - "background": "hl", - "foreground": "selFg", - "leftHoverBackground": "hl", - "leftPressedBackground": "hl" - }, - "separatorColor": "border" - }, - "ScreenView.borderColor": "border", - "scrollbar": "bg", - "ScrollBar": { - "background": "bg", - "hoverThumbBorderColor": "accent", - "hoverThumbColor": "accent", - "hoverTrackColor": "bg30", - "Mac": { - "hoverThumbBorderColor": "accent", - "hoverThumbColor": "accent", - "hoverTrackColor": "bg30", - "thumbBorderColor": "accent70", - "thumbColor": "accent70", - "trackColor": "bg30", - "Transparent": { - "hoverThumbBorderColor": "accent", - "hoverThumbColor": "accent", - "hoverTrackColor": "bg30", - "thumbBorderColor": "accent70", - "thumbColor": "accent70", - "trackColor": "bg30" - } - }, - "thumb": "hl", - "thumbBorderColor": "accent70", - "thumbColor": "accent70", - "Thumb": { - "Hovered.background": "accent", - "NonOpaque.Hovered.background": "accent" - }, - "trackColor": "bg30", - "Transparent": { - "hoverThumbBorderColor": "accent", - "hoverThumbColor": "accent", - "hoverTrackColor": "bg30", - "thumbBorderColor": "accent70", - "thumbColor": "accent70", - "trackColor": "bg30" - } - }, - "SearchEverywhere": { - "Advertiser": { - "background": "bg", - "foreground": "text", - "borderInsets": "10,20,10,20" - }, - "background": "bg", - "Dialog": { - "background": "bg", - "borderColor": "bg", - "foreground": "fg" - }, - "foreground": "fg", - "Header": { - "background": "bg" - }, - "List": { - "Separator.Color": "border", - "Separator.foreground": "text", - "selectionBackground": "selBg", - "separatorColor": "border", - "separatorForeground": "text", - "settingsBackground": "bg" - }, - "SearchField": { - "Border.color": "hl", - "background": "cs", - "borderColor": "hl", - "grayForeground": "dis", - "infoForeground": "dis" - }, - "shortcutForeground": "text", - "Tab": { - "active.background": "hl", - "active.foreground": "activeFg", - "selected.background": "hl", - "selected.foreground": "activeFg", - "selectedBackground": "hl", - "selectedForeground": "activeFg" - } - }, - "SearchMatch": { - "endBackground": "accent", - "endColor": "accent", - "startBackground": "accent", - "startColor": "accent" - }, - "SearchField.errorBackground": "notif", - "SearchFieldWithExtension": { - "background": "cs" - }, - "SearchOption": { - "selectedBackground": "table", - "selectedPressedBackground": "hl", - "selectedHoveredBackground": "hl" - }, - "SearchResults": { - "Ordinal.File.Foreground": "text", - "Repeated.File.Foreground": "fg" - }, - "SegmentedButton": { - "focusedSelectedButtonColor": "hl", - "selectedButtonColor": "button", - "selectedStartBorderColor": "border", - "selectedEndBorderColor": "border" - }, - "Separator": { - "background": "second", - "foreground": "second", - "separatorColor": "border" - }, - "Settings": { - "Spotlight.borderColor": "accent" - }, - "SidePanel": { - "background": "hc" - }, - "Slider": { - "background": "bg", - "buttonBorderColor": "accent", - "buttonColor": "accent", - "foreground": "fg", - "majorTickLength": 6, - "thumb": "accent", - "tickColor": "second", - "track": "table", - "trackColor": "table", - "trackDisabled": "hl", - "trackWidth": 7 - }, - "Space.Review.diffAnchorBackground": "second", - "SpeedSearch": { - "background": "hl", - "borderColor": "border", - "errorForeground": "red", - "foreground": "fg" - }, - "Spinner": { - "background": "bg", - "border": "4,4,4,4", - "disabledBackground": "excl", - "foreground": "fg", - "selectionForeground": "activeFg" - }, - "SplitPane": { - "background": "bg", - "highlight": "hc" - }, - "SplitPaneDivider.draggingColor": "second", - "StateWidget.activeBackground": "button", - "StatusBar": { - "background": "bg", - "Breadcrumbs": { - "floatingBackground": "tree", - "floatingForeground": "fg", - "floatingToolbarInsets": "8,12,8,12", - "foreground": "fg", - "hoverBackground": "tree", - "hoverForeground": "fg", - "itemBackgroundInsets": "2,4,2,4", - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "selectionInactiveBackground": "button", - "selectionInactiveForeground": "fg" - }, - "borderColor": "border", - "bottomColor": "bg", - "hoverBackground": "hl", - "top2Color": "bg", - "topColor": "bg", - "LightEditBackground": "table", - "Widget": { - "foreground": "fg", - "hoverBackground": "hl", - "hoverForeground": "selFg", - "pressedBackground": "button", - "pressedForeground": "fg", - "widgetInsets": "8,12,8,12" - } - }, - "TabbedPane": { - "background": "bg", - "borderColor": "hc", - "contentAreaColor": "hl", - "contentBorderInsets": "3,1,1,1", - "darkShadow": "hc", - "disabledForeground": "dis", - "disabledText": "dis", - "disabledUnderlineColor": "dis", - "focus": "table", - "focusColor": "table", - "fontSizeOffset": 0, - "foreground": "fg", - "highlight": "border", - "hoverColor": "hl", - "labelShift": 0, - "mt.tab.background": "hc", - "selectHighlight": "hl", - "selected": "selBg", - "selectedColor": "accent", - "selectedDisabledColor": "dis", - "selectedForeground": "activeFg", - "selectedLabelShift": 0, - "selectedTabPadInsets": "0,0,0,0", - "shadow": "hc", - "tabHeight": 32, - "tabInsets": "5,10,5,10", - "tabSelectionArc": 4, - "tabSelectionHeight": 2, - "tabsOverlapBorder": true, - "underlineColor": "accent" - }, - "TabbedPane.mt.tab.background": "hc", - "Table": { - "alternativeRowBackground": "cs", - "background": "bg", - "cellNoFocusBorder": "16,4,16,4", - "disabledForeground": "dis", - "dropLineColor": "accent", - "dropLineShortColor": "accent", - "focusCellBackground": "table", - "focusCellForeground": "activeFg", - "focusCellHighlightBorder": "18,6,18,6", - "foreground": "fg", - "gridColor": "bg", - "highlightOuter": "table", - "hoverBackground": "hl", - "hoverInactiveBackground": "table", - "lightSelectionBackground": "table", - "lightSelectionForeground": "activeFg", - "lightSelectionInactiveBackground": "second", - "lightSelectionInactiveForeground": "text", - "rowHeight": 32, - "selectionBackground": "table", - "selectionForeground": "activeFg", - "selectionInactiveBackground": "table", - "selectionInactiveForeground": "selFg", - "sortIconColor": "fg", - "stripeColor": "cs", - "stripedBackground": "cs" - }, - "TableHeader": { - "background": "button", - "bottomSeparatorColor": "border", - "borderColor": "hl", - "cellBorder": "6,0,6,0", - "disabledForeground": "dis", - "focusCellBackground": "table", - "focusCellForeground": "activeFg", - "foreground": "fg", - "height": 32, - "hoverBackground": "hl", - "separatorColor": "border" - }, - "Tag": { - "background": "button", - "borderColor": "button", - "foreground": "fg" - }, - "text": "bg", - "textInactiveText": "text", - "textHighlight": "selBg", - "textHighlightText": "activeFg", - "textText": "text", - "TextArea": { - "background": "cs", - "caretForeground": "accent", - "foreground": "fg", - "inactiveForeground": "dis", - "selectionBackground": "table", - "selectionForeground": "activeFg" - }, - "TextField": { - "background": "cs", - "borderColor": "bg", - "caretForeground": "accent", - "disabledBackground": "excl", - "focusedBorderColor": "bg", - "foreground": "fg", - "hoverBorderColor": "bg", - "inactiveForeground": "dis", - "selectedSeparatorColor": "accent", - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "separatorColor": "hl", - "separatorColorDisabled": "bg" - }, - "TextPane": { - "background": "cs", - "caretForeground": "accent", - "foreground": "fg", - "inactiveForeground": "dis", - "selectionBackground": "table", - "selectionForeground": "activeFg" - }, - "TipOfTheDay": { - "Image.borderColor": "border" - }, - "TitlePane": { - "Button": { - "hoverBackground": "hl", - "preferredSize": "48,40" - }, - "background": "hc", - "inactiveBackground": "bg", - "inactiveInfoForeground": "dis", - "infoForeground": "text" - }, - "TitledBorder.titleColor": "fg", - "ToggleButton": { - "borderColor": "button", - "buttonColor": "button", - "disabledText": "dis", - "foreground": "fg", - "off.background": "bg", - "off.foreground": "bg", - "offBackground": "bg", - "offForeground": "bg", - "on.background": "accent", - "on.foreground": "accent", - "onBackground": "accent", - "onForeground": "accent" - }, - "Toolbar.Floating.background": "button", - "ToolBar": { - "background": "hc", - "borderHandleColor": "text", - "comboBoxButtonBackground": "button", - "floatingForeground": "text", - "foreground": "fg", - "verticalToolbarInsets": "6,6,6,6", - "horizontalToolbarInsets": "6,6,6,6" - }, - "ToolbarComboWidget": { - "background": "button", - "hoverBackground": "hl" - }, - "tooltips": { - "actions.keymap.text.color": "text", - "actions.settings.icon.background.color": "bg", - "description.title.text.color": "fg" - }, - "ToolTip": { - "arc": 6, - "actions": { - "background": "bg" - }, - "Actions": { - "background": "bg", - "grayForeground": "text", - "infoForeground": "text" - }, - "background": "notif", - "borderColor": "border", - "borderCornerRadius": 8, - "foreground": "fg", - "infoForeground": "text", - "linkForeground": "accent", - "Learning": { - "background": "accent", - "borderColor": "accent", - "foreground": "fg", - "spanBackground": "accent50", - "spanForeground": "fg", - "stepNumberForeground": "accent" - }, - "separatorColor": "border", - "shortcutForeground": "text" - }, - "ToolWindow": { - "active": { - "Header.background": "second", - "HeaderTab.background": "cs" - }, - "Background": "bg", - "background": "hc", - "Button": { - "hoverBackground": "table", - "DragAndDrop": { - "stripeBackground": "cs", - "buttonDropBackground": "accent70" - }, - "selectedBackground": "cs", - "selectedForeground": "activeFg" - }, - "header": { - "active.background": "second", - "background": "bg", - "border.background": "second", - "closeButton.background": "bg", - "tab.selected.active.background": "cs", - "tab.selected.background": "cs" - }, - "Header": { - "height": 42, - "background": "second", - "borderColor": "second", - "inactiveBackground": "bg" - }, - "HeaderCloseButton": { - "background": "bg" - }, - "HeaderTab": { - "borderColor": "bg", - "hoverBackground": "hl", - "hoverInactiveBackground": "hl", - "inactiveUnderlineColor": "accent", - "leftRightInsets": "0,12,0,12", - "selectedBackground": "cs", - "selectedInactiveBackground": "cs", - "underlineArc": 4, - "underlineColor": "accent", - "underlineHeight": 3, - "underlinedTabBackground": "table", - "underlinedTabForeground": "selFg", - "underlinedTabInactiveBackground": "hc", - "underlinedTabInactiveForeground": "fg", - "verticalPadding": 6 - }, - "inactive": { - "Header.background": "bg", - "HeaderTab.background": "cs" - } - }, - "Tree": { - "border": "4,12,4,12", - "background": "hc", - "foreground": "text", - "errorForeground": "red", - "hash": "border", - "hoverBackground": "tree", - "hoverInactiveBackground": "table", - "modifiedItemForeground": "accent", - "rowHeight": "28", - "selectionBackground": "tree", - "selectionForeground": "selFg", - "selectionInactiveBackground": "tree", - "selectionInactiveForeground": "selFg", - "textBackground": "hc" - }, - "Tree.leftChildIndent": 10, - "Tree.rightChildIndent": 5, - "UIDesigner": { - "Activity.borderColor": "border", - "Canvas.background": "cs", - "ColorPicker": { - "background": "second", - "foreground": "fg" - }, - "Component": { - "background": "bg", - "borderColor": "border", - "foreground": "fg", - "hoverBorderColor": "hl" - }, - "Connector": { - "borderColor": "border", - "hoverBorderColor": "hl" - }, - "Label.foreground": "text", - "highStroke.foreground": "fg", - "motion": { - "AddConstraintColor": "accent", - "AddConstraintPlus": "accent", - "CSPanel.SelectedBackground": "tree", - "CSPanel.SelectedFocusBackground": "selBg", - "Component.foreground": "fg", - "ConstraintSet.background": "second", - "ConstraintSetText.foreground": "text", - "CursorTextColor.foreground": "fg", - "HoverColor.disabledBackground": "dis", - "Key.selectedForeground": "accent", - "Notification.background": "notif", - "PositionMarkColor": "accent", - "PrimaryPanel.background": "cs", - "SecondaryPanel.background": "bg", - "SecondaryPanel.header.background": "cs", - "SecondaryPanel.header.foreground": "text", - "TimeCursor.End.selectedForeground": "accent", - "TimeCursor.Start.selectedForeground": "accent", - "TimeCursor.selectedForeground": "accent", - "borderColor": "border", - "cs_FocusText.infoForeground": "text", - "graphLine.lineSeparatorColor": "accent", - "motionGraph.background": "bg", - "ourAvg.background": "second", - "ourCS.background": "second", - "ourCS_Border.borderColor": "border", - "ourCS_SelectedBackground.selectionInactiveBackground": "table", - "ourCS_SelectedBorder.pressedBorderColor": "hl", - "ourCS_SelectedFocusBackground.selectionForeground": "selFg", - "ourCS_SelectedFocusBorder.focusedBorderColor": "accent", - "ourCS_TextColor.foreground": "text", - "ourML_BarColor.separatorColor": "border", - "timeLine.disabledBorderColor": "border" - }, - "PackageDetails": { - "border": "accent", - "infoBanner": "accent" - }, - "PackageSearch": { - "PackagesList.rowHeight": 28, - "PackageTag": { - "background": "excl", - "foreground": "fg", - "hoverBackground": "tree", - "selectedBackground": "selBg", - "selectedForeground": "selFg" - }, - "PackageTagSelected": { - "background": "selBg", - "foreground": "selFg" - }, - "SearchResult": { - "background": "cs", - "hoverBackground": "tree", - "PackageTag": { - "background": "excl", - "foreground": "fg", - "hoverBackground": "tree", - "selectedBackground": "selBg", - "selectedForeground": "selFg" - } - } - }, - "Panel": { - "background": "bg", - "borderColor": "border", - "graphLabel": "text", - "graphLines": "hl", - "lines3d": "accent", - "secondaryGraphLines": "border" - }, - "percent.foreground": "fg", - "Placeholder": { - "background": "bg", - "borderColor": "border", - "foreground": "fg", - "selectedForeground": "selFg" - }, - "Preview.background": "bg", - "stroke.acceleratorForeground": "text" - }, - "ValidationTooltip": { - "errorBackground": "notif", - "errorBorderColor": "notif", - "warningBackground": "notif", - "warningBorderColor": "notif" - }, - "VersionControl": { - "FileHistory.Commit": { - "otherBranchBackground": "excl", - "selectedBranchBackground": "bg" - }, - "GitCommits": { - "graphColor": "hl" - }, - "GitLog": { - "localBranchIconColor": "accent", - "otherIconColor": "text", - "remoteBranchIconColor": "fg", - "tagIconColor": "text" - }, - "HgLog": { - "bookmarkIconColor": "activeFg", - "branchIconColor": "accent", - "closedBranchIconColor": "dis", - "localTagIconColor": "text", - "mqTagIconColor": "text", - "tagIconColor": "text", - "tipIconColor": "text" - }, - "Log": { - "Commit": { - "currentBranchBackground": "cs", - "hoveredBackground": "tree", - "rowHeight": 28, - "unmatchedForeground": "text" - } - }, - "MarkerPopup": { - "borderColor": "border", - "borderInsets": "6,8,6,10", - "Toolbar.background": "hl" - }, - "Ref": { - "backgroundBase": "hl", - "foreground": "activeFg" - }, - "RefLabel": { - "backgroundBase": "hl", - "foreground": "activeFg" - } - }, - "UnattendedHostStatus": { - "warningBackground": "yellow", - "warningForeground": "activeFg", - "dangerBackground": "red" - }, - "Viewport": { - "background": "hc", - "foreground": "fg" - }, - "WelcomeScreen": { - "AssociatedComponent.background": "bg", - "Details.background": "bg", - "List": { - "background": "hc", - "selectionBackground": "selBg", - "selectionInactiveBackground": "hl" - }, - "SidePanel.background": "second", - "background": "bg", - "borderColor": "bg", - "captionBackground": "cs", - "captionForeground": "fg", - "footerBackground": "cs", - "footerForeground": "fg", - "groupIconBorderColor": "button", - "headerBackground": "bg", - "headerForeground": "fg", - "separatorColor": "border", - "Projects": { - "actions.background": "cs", - "actions.selectionBackground": "hl", - "background": "second", - "selectionBackground": "selBg", - "selectionInactiveBackground": "selBg" - } - }, - "Window.border": "border", - "window": "hc", - "windowBorder": "border", - "windowText": "text" - }, - "icons": { - "ColorPalette": { - "#43494A": "cs", - "#6B6B6B": "text", - "#A7A7A7": "bg", - "#3D6185": "accent", - "#466D94": "accent", - "#3C3F41": "bg", - "#545556": "dis", - "#606060": "dis", - "#9AA7B0": "fg", - "#675133": "accent", - "Actions.Blue": "blue", - "Actions.Green": "green", - "Actions.Grey": "text", - "Actions.GreyInline": "gray", - "Actions.GreyInline.Dark": "fg", - "Actions.Red": "red", - "Actions.Yellow": "yellow", - "Checkbox.Background.Default": "cs", - "Checkbox.Background.Default.Dark": "cs", - "Checkbox.Background.Disabled": "excl", - "Checkbox.Background.Disabled.Dark": "excl", - "Checkbox.Background.Selected": "accent", - "Checkbox.Background.Selected.Dark": "hc", - "Checkbox.Border.Default": "hl", - "Checkbox.Border.Default.Dark": "hl", - "Checkbox.Border.Disabled": "dis", - "Checkbox.Border.Disabled.Dark": "dis", - "Checkbox.Border.Selected": "accent", - "Checkbox.Border.Selected.Dark": "hl", - "Checkbox.Focus.Thin.Default": "accent", - "Checkbox.Focus.Thin.Default.Dark": "accent", - "Checkbox.Focus.Thin.Selected": "fg", - "Checkbox.Focus.Thin.Selected.Dark": "fg", - "Checkbox.Focus.Wide": "accent", - "Checkbox.Focus.Wide.Dark": "accent", - "Checkbox.Foreground.Disabled": "dis", - "Checkbox.Foreground.Disabled.Dark": "dis", - "Checkbox.Foreground.Selected": "hc", - "Checkbox.Foreground.Selected.Dark": "accent", - "Objects.BlackText": "fg", - "Objects.Blue": "blue", - "Objects.Green": "green", - "Objects.GreenAndroid": "green", - "Objects.Grey": "gray", - "Objects.Pink": "purple", - "Objects.Purple": "purple", - "Objects.Red": "red", - "Objects.RedStatus": "red", - "Objects.Yellow": "yellow", - "Objects.YellowDark": "orange", - "Tree.iconColor": "text", - "Tree.iconColor.Dark": "text" - } - } -} 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 deleted file mode 100644 index 79a1b06a..00000000 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Solarized Light Contrast.theme.json +++ /dev/null @@ -1,1778 +0,0 @@ -{ - "name": "Solarized Light Contrast", - "dark": false, - "author": "Mallowigi", - "colors": { - "bg": "#fdf6e3", - "bg30": "#fdf6e330", - "fg": "#586e75", - "text": "#93a1a1", - "selBg": "#e8dcb6", - "selBg20": "#e8dcb620", - "selFg": "#002b36", - "activeFg": "#002b36", - "border": "#edead9", - "excl": "#E3DCC9", - "second": "#F6F0DE", - "dis": "#C9CCC3", - "accent": "#d33682", - "accent2": "#d336822", - "accent50": "#d3368250", - "accent70": "#d3368270", - "cs": "#eee8d5", - "button": "#d8d4c4", - "table": "#d1cbb8", - "tree": "#f0e4bf", - "hl": "#d1cbb8", - "notif": "#EDE8D4", - "hc": "#eee8d5", - "shadow": "undefined", - "white": "#268BD2", - "blue": "#B58900", - "red": "#268BD2", - "yellow": "#657B83", - "green": "#2AA198", - "gray": "#93A1A1", - "purple": "#859900", - "orange": "#D33682" - }, - "editorScheme": "colors/Solarized Light.xml", - "ui": { - "*": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "text", - "background": "bg", - "borderColor": "border", - "disabledBackground": "excl", - "disabledBorderColor": "button", - "disabledForeground": "dis", - "disabledText": "dis", - "focusColor": "hl", - "focusedBorderColor": "accent", - "foreground": "fg", - "hoverBorderColor": "hl", - "inactiveBackground": "excl", - "inactiveForeground": "text", - "infoForeground": "text", - "lineSeparatorColor": "hl", - "pressedBorderColor": "hl", - "selectionBackground": "selBg", - "selectionBackgroundInactive": "second", - "selectionForeground": "selFg", - "selectionInactiveBackground": "second", - "separatorColor": "border" - }, - "activeCaption": "bg", - "activeCaptionBorder": "bg", - "activeCaptionText": "fg", - "ActionButton": { - "focusedBorderColor": "accent50", - "hoverBackground": "accent50", - "hoverBorderColor": "accent50", - "hoverSeparatorColor": "button", - "pressedBackground": "accent50", - "pressedBorderColor": "accent50" - }, - "ActionsList": { - "icon.gap": 12, - "mnemonic.icon.gap": 12 - }, - "ActionToolbar": { - "background": "hc" - }, - "AppInspector.GraphNode": { - "background": "second", - "borderColor": "border", - "focusedBorderColor": "accent" - }, - "AssignedMnemonic": { - "background": "hl", - "borderColor": "selBg", - "foreground": "activeFg" - }, - "Autocomplete": { - "selectionBackground": "selBg", - "selectionUnfocus": "hl" - }, - "AvailableMnemonic": { - "background": "button", - "borderColor": "button", - "foreground": "fg" - }, - "BigSpinner.background": "bg", - "Bookmark": { - "iconBackground": "accent", - "Mnemonic": { - "iconBackground": "hl", - "iconBorderColor": "hl", - "iconForeground": "fg" - } - }, - "BookmarkMnemonicAssigned": { - "background": "hl", - "borderColor": "selBg", - "foreground": "selFg" - }, - "BookmarkMnemonicAvailable": { - "background": "button", - "borderColor": "button", - "foreground": "fg" - }, - "BookmarkMnemonicCurrent": { - "background": "accent", - "borderColor": "accent", - "foreground": "selFg" - }, - "BookmarkMnemonicIcon": { - "background": "hl", - "borderColor": "hl", - "foreground": "fg" - }, - "BookmarkIcon.background": "accent", - "Borders.ContrastBorderColor": "bg", - "Borders.color": "border", - "Breakpoint.iconHoverAlpha": 0.35, - "Button": { - "arc": 8, - "background": "bg", - "darcula": { - "borderColor": "button", - "defaultBorderColor": "button", - "defaultEndColor": "button", - "defaultFocusedBorderColor": "table", - "defaultOutlineColor": "button", - "defaultStartColor": "button", - "disabledBorderColor": "button", - "disabledOutlineColor": "border", - "disabledText.shadow": "bg", - "endColor": "button", - "focusedBorderColor": "table", - "outlineColor": "button", - "selectedButtonForeground": "selFg", - "selection.color1": "table", - "selection.color2": "table", - "shadowColor": "shadow", - "smallComboButtonBackground": "button", - "startColor": "button" - }, - "default": { - "borderColor": "button", - "endBackground": "table", - "endBorderColor": "table", - "focusColor": "accent", - "focusedBorderColor": "accent", - "foreground": "selFg", - "shadowColor": "shadow", - "startBackground": "table", - "startBorderColor": "table" - }, - "disabledBackground": "excl", - "disabledBorderColor": "border", - "disabledText": "dis", - "endBackground": "table", - "endBorderColor": "button", - "focus": "hl", - "focusedBorderColor": "accent", - "foreground": "text", - "highlight": "selFg", - "mt.background": "button", - "mt.color1": "button", - "mt.color2": "button", - "mt.foreground": "text", - "mt.selectedForeground": "selFg", - "mt.selection.color1": "table", - "mt.selection.color2": "table", - "select": "button", - "shadowColor": "shadow", - "shadowWidth": 0, - "startBackground": "table", - "startBorderColor": "button", - "ToolWindow": { - "arc": 40 - } - }, - "Canvas": { - "Tooltip.background": "notif", - "Tooltip.borderColor": "border" - }, - "CheckBox": { - "background": "bg", - "background.selected": "accent", - "borderColor": "bg", - "borderColor.selected": "accent", - "checkSignColor": "bg", - "checkSignColor.selected": "bg", - "checkSignColorDisabled": "bg", - "checkSignColorDisabled.selected": "bg", - "darcula": { - "borderColor1": "fg", - "checkSignColorDisabled": "dis", - "disabledBorderColor1": "dis", - "disabledBorderColor2": "dis", - "inactiveFillColor": "hl" - }, - "disabledBorderColor": "bg", - "disabledBorderColor.selected": "accent", - "disabledText": "dis", - "focused.background": "bg", - "focused.background.selected": "accent", - "focusedArmed.background": "bg", - "focusedArmed.background.selected": "accent", - "foreground": "fg", - "inactiveFillColor": "bg", - "inactiveFillColor.selected": "accent", - "select": "accent", - "shadowColor": "bg", - "shadowColorDisabled": "bg" - }, - "Checkbox": { - "Background.Default": "bg", - "Background.Default.Dark": "bg", - "Background.Disabled": "second", - "Background.Disabled.Dark": "second", - "Background.Selected": "accent", - "Background.Selected.Dark": "accent", - "Border.Default": "hl", - "Border.Default.Dark": "hl", - "Border.Disabled": "second", - "Border.Disabled.Dark": "second", - "Border.Selected": "accent", - "Border.Selected.Dark": "accent", - "Focus.Thin.Default": "bg", - "Focus.Thin.Default.Dark": "bg", - "Focus.Wide.Default": "bg", - "Focus.Wide.Default.Dark": "bg", - "Focus.Thin.Selected": "accent", - "Focus.Thin.Selected.Dark": "accent", - "Focus.Wide.Selected": "accent", - "Focus.Wide.Selected.Dark": "accent" - }, - "CheckBoxMenuItem": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "text", - "background": "bg", - "disabledBackground": "bg", - "disabledForeground": "dis", - "foreground": "fg", - "selectionBackground": "selBg", - "selectionForeground": "activeFg" - }, - "CodeWithMe": { - "Avatar.foreground": "fg", - "AccessDisabled.accessDot": "dis", - "AccessEnabled": { - "accessDot": "accent", - "dropdownBorder": "second", - "pillBackground": "second" - }, - "Users": { - "1": { - "Background": "green", - "Foreground": "fg" - }, - "2": { - "Background": "blue", - "Foreground": "fg" - }, - "3": { - "Background": "red", - "Foreground": "fg" - }, - "4": { - "Background": "purple", - "Foreground": "fg" - }, - "5": { - "Background": "yellow", - "Foreground": "fg" - }, - "6": { - "Background": "orange", - "Foreground": "fg" - } - } - }, - "ColorChooser": { - "background": "bg", - "foreground": "fg", - "swatchesDefaultRecentColor": "fg" - }, - "ComboBoxButton.background": "button", - "ComboBox": { - "ArrowButton": { - "background": "button", - "disabledIconColor": "dis", - "iconColor": "fg", - "nonEditableBackground": "hc" - }, - "PopupBackground": "cs", - "arrowFillColor": "hc", - "background": "hc", - "buttonBackground": "button", - "darcula": { - "arrowButtonBackground": "hc", - "arrowButtonDisabledForeground": "dis", - "arrowButtonForeground": "fg", - "disabledArrowButtonBackground": "excl", - "editable.arrowButtonBackground": "hc", - "hoveredArrowButtonForeground": "accent", - "nonEditableBackground": "bg" - }, - "disabledBackground": "excl", - "disabledForeground": "dis", - "foreground": "fg", - "modifiedItemForeground": "accent", - "nonEditableBackground": "bg", - "padding": "5,5,5,5", - "selectionBackground": "table", - "selectionForeground": "activeFg" - }, - "ComboPopup.border": "1,1,1,1,#d33682", - "CompletionPopup": { - "Advertiser": { - "background": "bg", - "foreground": "fg", - "borderInsets": "8,12,8,12" - }, - "background": "second", - "foreground": "fg", - "grayForeground": "text", - "grayedForeground": "text", - "infoForeground": "text", - "matchForeground": "accent", - "matchSelectedForeground": "accent", - "matchSelectionForeground": "accent", - "nonFocusedState": "false", - "selectedForeground": "selFg", - "selectedGrayedForeground": "selFg", - "selectionBackground": "cs", - "selectionForeground": "selFg", - "selectionGrayForeground": "selFg", - "selectionInactiveBackground": "hl", - "selectionInactiveForeground": "text", - "selectionInactiveInfoForeground": "text", - "selectionInfoForeground": "selFg" - }, - "ComplexPopup": { - "Header.background": "notif" - }, - "Component": { - "arc": 4, - "focusWidth": 2, - "borderColor": "hl", - "disabledBorderColor": "dis", - "focusColor": "accent", - "focusedBorderColor": "accent", - "hoverIconColor": "accent", - "iconColor": "text", - "grayForeground": "text", - "infoForeground": "text" - }, - "Content": { - "background": "cs", - "selectionBackground": "selBg", - "selectionInactiveBackground": "fg" - }, - "control": "button", - "controlLtHighlight": "selFg", - "controlText": "text", - "controlHighlight": "hl", - "controlShadow": "excl", - "controlDkShadow": "excl", - "Counter": { - "background": "accent", - "foreground": "selFg" - }, - "CurrentMnemonic": { - "background": "accent", - "borderColor": "accent", - "foreground": "selFg" - }, - "darcula": { - "background": "bg", - "foreground": "fg", - "primary": "bg" - }, - "desktop": "hc", - "Debugger": { - "EvaluateExpression.background": "bg", - "Variables": { - "changedValueForeground": "accent", - "collectingDataForeground": "text", - "errorMessageForeground": "red", - "evaluatingExpressionForeground": "text", - "exceptionForeground": "yellow", - "modifyingValueForeground": "accent", - "valueForeground": "accent", - "typeForeground": "text" - } - }, - "DebuggerTabs": { - "active.background": "hl", - "selectedBackground": "hl", - "underlinedTabBackground": "table", - "underlineHeight": 2 - }, - "DebuggerPopup": { - "borderColor": "bg" - }, - "DefaultTabs": { - "background": "bg", - "borderColor": "bg", - "hoverBackground": "table", - "hoverColor": "hl", - "hoverMaskColor": "hl", - "inactiveColoredFileBackground": "button", - "inactiveColoredTabBackground": "bg", - "inactiveMaskColor": "hc", - "inactiveUnderlineColor": "accent", - "underlineColor": "accent", - "underlineHeight": 3, - "underlinedTabBackground": "table", - "underlinedTabForeground": "selFg" - }, - "Desktop.background": "bg", - "Dialog": { - "titleColor": "bg" - }, - "DialogWrapper": { - "southPanelBackground": "bg", - "southPanelDivider": "bg" - }, - "DragAndDrop": { - "areaBackground": "tree", - "areaBorderColor": "bg", - "areaForeground": "fg", - "backgroundBorderColor": "bg", - "backgroundColor": "bg", - "borderColor": "accent", - "foregroundColor": "fg", - "rowBackground": "accent70" - }, - "dropArea.base": "accent", - "Editor": { - "background": "hc", - "foreground": "fg", - "shortcutForeground": "text", - "SearchField": { - "background": "cs", - "borderInsets": "8,12,8,12" - }, - "Toolbar": { - "borderColor": "border" - } - }, - "EditorGroupsTabs": { - "background": "bg", - "borderColor": "second", - "hoverBackground": "hl", - "hoverColor": "hl", - "inactiveUnderlineColor": "accent", - "underlineColor": "accent", - "underlinedTabBackground": "table", - "underlinedTabForeground": "fg" - }, - "EditorPane": { - "background": "hc", - "caretForeground": "accent", - "foreground": "fg", - "inactiveBackground": "bg", - "inactiveForeground": "dis", - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "splitBorder": "border" - }, - "EditorTabs": { - "active.background": "table", - "active.foreground": "fg", - "active.underlineColor": "accent", - "background": "bg", - "borderColor": "second", - "foreground": "fg", - "hoverBackground": "hl", - "hoverColor": "hl", - "hoverMaskColor": "hl", - "inactive.maskColor": "bg", - "inactiveColoredFileBackground": "bg", - "inactiveMaskColor": "bg", - "inactiveUnderlineColor": "dis", - "selectedBackground": "table", - "selectedForeground": "fg", - "tabInsets": "-10,10,-10,10", - "underlineColor": "accent", - "underlineHeight": 3, - "underlineArc": 4, - "underlinedTabBackground": "table", - "underlinedTabForeground": "selFg" - }, - "FileColor": { - "Blue": "#004BA0", - "Green": "#387002", - "Orange": "#B53D00", - "Rose": "#A00037", - "Violet": "#4D2C91", - "Yellow": "excl", - "Gray": "excl", - "excluded": "excl" - }, - "FlameGraph": { - "JVMBackground": "#89DDF7", - "JVMFocusBackground": "#82AAFF", - "JVMFocusSearchNotMatchedBackground": "#AB7967", - "JVMSearchNotMatchedBackground": "#FF5370", - "nativeBackground": "#FFCB6B", - "nativeFocusBackground": "#F78C6C", - "nativeFocusSearchNotMatchedBackground": "#BB80B3", - "nativeSearchNotMatchedBackground": "#C792EA" - }, - "Focus": { - "Color": "accent50", - "borderColor": "accent50", - "color": "accent50", - "defaultButtonBorderColor": "accent" - }, - "FormattedTextField": { - "background": "cs", - "caretForeground": "accent", - "foreground": "fg", - "inactiveBackground": "button", - "inactiveForeground": "dis", - "selectionBackground": "selBg", - "selectionForeground": "activeFg" - }, - "Git.Log.Ref": { - "LocalBranch": "accent", - "Other": "text", - "RemoteBranch": "fg", - "Tag": "text" - }, - "Github.List.tallRow": { - "foreground": "fg", - "secondary.foreground": "text", - "selectionBackground": "selBg", - "selectionBackground.unfocused": "hl", - "selectionForeground": "selFg", - "selectionForeground.unfocused": "selFg" - }, - "GotItTooltip": { - "background": "notif", - "borderColor": "notif", - "endBackground": "button", - "endBorderColor": "button", - "foreground": "fg", - "linkForeground": "accent", - "shortcutForeground": "text", - "startBackground": "button", - "startBorderColor": "button" - }, - "Group": { - "disabledSeparatorColor": "border", - "separatorColor": "border" - }, - "Gutter": { - "VcsChanges.width": 4 - }, - "GutterTooltip": { - "borderColor": "bg", - "infoForeground": "text", - "lineSeparatorColor": "bg" - }, - "HeaderColor": { - "active": "bg", - "inactive": "cs" - }, - "HelpTooltip": { - "background": "bg", - "backgroundColor": "bg", - "borderColor": "border", - "defaultTextBorderInsets": "16,16,16,16", - "foreground": "fg", - "infoForeground": "text", - "shortcutForeground": "text", - "shortcutTextColor": "text", - "smallTextBorderInsets": "8,12,8,12", - "textColor": "fg", - "verticalGap": 8 - }, - "Hg.Log.Ref": { - "Branch": "accent", - "ClosedBranch": "fg", - "LocalTag": "text", - "MqTag": "text", - "Tag": "text" - }, - "Hyperlink.linkColor": "accent", - "IconBadge": { - "infoBackground": "accent" - }, - "IdeStatusBar.border": "4,4,4,4", - "InformationHint.borderColor": "border", - "inactiveCaption": "second", - "inactiveCaptionBorder": "bg", - "inactiveCaptionText": "text", - "info": "text", - "infoPanelForeground": "text", - "infoText": "text", - "InplaceRefactoringPopup": { - "background": "bg", - "borderColor": "bg" - }, - "intellijlaf": { - "background": "bg", - "foreground": "fg" - }, - "InternalFrame": { - "activeTitleForeground": "fg", - "background": "bg", - "inactiveTitleBackground": "bg", - "inactiveTitleForeground": "text" - }, - "Label": { - "background": "bg", - "disabledForeground": "dis", - "disabledForegroundColor": "dis", - "disabledShadow": "dis", - "disabledText": "dis", - "errorForeground": "accent", - "foreground": "fg", - "grayForeground": "text", - "infoForeground": "text", - "selectedDisabledForeground": "fg", - "selectedForeground": "activeFg", - "textForeground": "text" - }, - "Lesson": { - "Badge": { - "newLessonBackground": "accent", - "newLessonForeground": "selFg" - }, - "shortcutBackground": "second", - "stepNumberForeground": "text", - "Tooltip": { - "background": "notif", - "borderColor": "notif", - "foreground": "fg", - "spanBackground": "button", - "spanForeground": "fg", - "stepNumberForeground": "text" - } - }, - "link": "accent", - "Link": { - "activeForeground": "accent", - "focusedBorderColor": "accent", - "hoverForeground": "accent", - "pressedForeground": "accent", - "secondaryForeground": "text", - "visitedForeground": "accent" - }, - "link.foreground": "accent", - "link.hover.foreground": "accent", - "link.pressed.foreground": "accent", - "link.visited.foreground": "accent", - "List": { - "background": "bg", - "Button": { - "hoverBackground": "hl", - "leftRightInset": 8, - "separatorColor": "border", - "separatorInset": 4 - }, - "foreground": "fg", - "hoverBackground": "hl", - "hoverInactiveBackground": "table", - "Line.hoverBackground": "selBg", - "rowHeight": "28", - "selectionBackground": "tree", - "selectionForeground": "selFg", - "selectionInactiveBackground": "table", - "selectionInactiveForeground": "activeFg", - "Tag": { - "background": "button", - "foreground": "fg" - } - }, - "LiveIndicator": { - "color": "accent" - }, - "macOSWindow.Title": { - "height": 30, - "heightSmall": 20 - }, - "MainMenu": { - "background": "hc", - "foreground": "fg", - "selectionForeground": "activeFg", - "selectionBackground": "selBg" - }, - "MainToolbar": { - "background": "bg", - "Button": { - "buttonInsets": "0,0,0,0" - }, - "Dropdown": { - "borderInsets": "6,12,6,12", - "background": "bg", - "foreground": "fg", - "hoverBackground": "hl", - "pressedBackground": "table" - }, - "hoverBackground": "hl", - "Icon": { - "borderInsets": "10,10,10,10", - "background": "bg", - "hoverBackground": "hl", - "pressedBackground": "table" - }, - "inactiveBackground": "bg", - "pressedBackground": "table", - "separatorColor": "border" - }, - "material": { - "background": "bg", - "branchColor": "fg", - "contrast": "cs", - "foreground": "fg", - "mergeCommits": "button", - "primaryColor": "text", - "selectionBackground": "selBg", - "selectionForeground": "selFg", - "tab.backgroundColor": "bg", - "tab.borderColor": "accent", - "tagColor": "text" - }, - "MemoryIndicator": { - "allocatedBackground": "second", - "unusedColor": "second", - "usedBackground": "hl", - "usedColor": "hl" - }, - "menu": "bg", - "menuText": "fg", - "Menu": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "activeFg", - "background": "bg", - "border": "8,8,8,8", - "borderColor": "second", - "disabledBackground": "second", - "disabledForeground": "dis", - "foreground": "fg", - "Selection": { - "arc": 8, - "innerInsets": "8,2,8,2" - }, - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "separatorColor": "border" - }, - "MenuBar": { - "background": "hc", - "borderColor": "bg", - "disabledBackground": "bg", - "disabledForeground": "dis", - "foreground": "fg", - "highlight": "bg", - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "shadow": "hc" - }, - "MenuItem": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "activeFg", - "background": "bg", - "border": "8,8,8,8", - "disabledBackground": "bg", - "disabledForeground": "dis", - "foreground": "fg", - "selectionBackground": "selBg", - "selectionForeground": "activeFg" - }, - "MlModelBinding.Viewer.CodeEditor.background": "bg", - "MnemonicIcon": { - "background": "hl", - "borderColor": "hl", - "foreground": "fg" - }, - "NavBar": { - "arrowColor": "fg", - "borderColor": "bg", - "selectedColor": "accent" - }, - "NewClass": { - "Panel": { - "background": "bg" - }, - "SearchField": { - "background": "cs" - }, - "separatorWidth": 6 - }, - "NewPSD.warning": "accent", - "Notification": { - "arc": 16, - "Error.foreground": "accent", - "Link.foreground": "accent", - "background": "notif", - "borderColor": "notif", - "errorBackground": "notif", - "errorBorderColor": "notif", - "errorForeground": "accent", - "foreground": "fg", - "linkForeground": "accent", - "MoreButton": { - "background": "button", - "foreground": "fg", - "innerBorderColor": "button" - }, - "ToolWindow": { - "Button.DragAndDrop": { - "buttonFloatingBackground": "button", - "stripeBackground": "bg" - }, - "errorBackground": "notifError", - "errorBorderColor": "notifError", - "errorForeground": "fg", - "infoBackground": "notif", - "infoBorderColor": "notif", - "infoForeground": "fg", - "informativeBackground": "notif", - "informativeBorderColor": "notif", - "informativeForeground": "fg", - "warningBackground": "notifWarn", - "warningBorderColor": "notifWarn", - "warningForeground": "fg" - }, - "ToolWindowError": { - "foreground": "fg", - "background": "notifError" - }, - "ToolWindowInfo": { - "foreground": "fg", - "background": "notif", - "borderColor": "notif" - }, - "ToolWindowWarning": { - "foreground": "fg", - "background": "notifWarn" - } - }, - "Notifications": { - "background": "notif", - "borderColor": "notif" - }, - "NotificationsToolwindow": { - "Notification.hoverBackground": "tree", - "newNotification.background": "notif", - "newNotification.hoverBackground": "tree" - }, - "OnePixelDivider.background": "border", - "OptionPane": { - "background": "bg", - "foreground": "fg", - "messageForeground": "fg" - }, - "OptionButton": { - "default.separatorColor": "table", - "separatorColor": "button" - }, - "Outline": { - "color": "button", - "disabledColor": "dis", - "focusedColor": "accent" - }, - "Panel": { - "background": "bg", - "foreground": "fg", - "mouseShortcutBackground": "bg" - }, - "ParameterInfo": { - "ContextHelp.foreground": "text", - "background": "second", - "borderColor": "table", - "currentOverloadBackground": "hl", - "currentParameterForeground": "accent", - "disabledColor": "dis", - "disabledForeground": "dis", - "foreground": "fg", - "highlightedColor": "accent", - "infoForeground": "text", - "lineSeparatorColor": "table" - }, - "PasswordField": { - "background": "cs", - "capsLockIconColor": "accent", - "caretForeground": "accent", - "foreground": "fg", - "inactiveForeground": "dis", - "selectionBackground": "table", - "selectionForeground": "activeFg" - }, - "Plugins": { - "background": "bg", - "borderColor": "border", - "disabledForeground": "dis", - "eapTagBackground": "hl", - "hoverBackground": "hl", - "lightSelectionBackground": "table", - "paidTagBackground": "hl", - "selectionBackground": "selBg", - "selectionForeground": "selFg", - "tagBackground": "hl", - "tagForeground": "accent", - "trialTagBackground": "hl", - "Button": { - "installBackground": "button", - "installBorderColor": "button", - "installFillBackground": "button", - "installFillForeground": "dis", - "installFocusedBackground": "hl", - "installForeground": "fg", - "updateBackground": "accent", - "updateBorderColor": "button", - "updateForeground": "fg" - }, - "ScreenshotPagination": { - "CurrentImage.fillColor": "accent" - }, - "SearchField": { - "background": "cs", - "borderColor": "border" - }, - "SectionHeader": { - "background": "second", - "foreground": "fg" - }, - "Tab": { - "active.background": "table", - "active.foreground": "activeFg", - "hover.background": "table", - "hoverBackground": "table", - "selectedBackground": "table", - "selectedForeground": "selFg" - } - }, - "Popup": { - "Advertiser": { - "borderInsets": "6,20,6,20", - "background": "bg", - "borderColor": "bg", - "foreground": "accent" - }, - "Body": { - "bottomInsetNoAd": 8, - "bottomInsetBeforeAd": 8, - "topInsetNoHeader": 8 - }, - "Border": { - "color": "cs", - "inactiveColor": "bg" - }, - "background": "notif", - "borderColor": "cs", - "borderWidth": 0, - "inactiveBorderColor": "bg", - "innerBorderColor": "second", - "Header": { - "activeBackground": "bg", - "inactiveBackground": "cs", - "inactiveForeground": "text" - }, - "paintBorder": false, - "preferences": { - "background": "bg", - "borderColor": "bg", - "foreground": "fg" - }, - "Selection.arc": 8, - "Selection.leftRightInset": 8, - "Separator": { - "foreground": "fg", - "color": "border" - }, - "separatorColor": "second", - "separatorForeground": "fg", - "Toolbar": { - "Border.color": "cs", - "Floating.background": "cs", - "background": "cs", - "borderColor": "cs" - } - }, - "PopupMenu": { - "background": "bg", - "borderWidth": 1, - "border": "8,8,8,8", - "borderCornerRadius": 8, - "foreground": "fg", - "Selection": { - "arc": 8, - "innerInsets": "8,2,8,2" - }, - "selectionBackground": "selBg", - "translucentBackground": "bg" - }, - "PopupMenuSeparator": { - "height": 10, - "stripeWidth": 2, - "stripeIndent": 5, - "withToEdge": 4, - "borderCornerRadius": 8 - }, - "ProgressBar": { - "background": "bg", - "foreground": "accent", - "halfColor": "hl", - "indeterminateEndColor": "accent", - "indeterminateStartColor": "accent", - "progressColor": "accent", - "selectionBackground": "hl", - "trackColor": "hl" - }, - "ProgressIcon": { - "color": "accent" - }, - "PsiViewer": { - "referenceHighlightColor": "accent" - }, - "RadioButton": { - "background": "bg", - "darcula": { - "borderColor1": "fg", - "selectionDisabledColor": "bg", - "selectionDisabledShadowColor": "accent", - "selectionEnabledColor": "accent", - "selectionEnabledShadowColor": "accent" - }, - "disabledText": "dis", - "focusColor": "accent", - "foreground": "fg", - "selectionDisabledColor": "bg", - "selectionDisabledShadowColor": "accent", - "selectionEnabledColor": "accent", - "selectionEnabledShadowColor": "accent" - }, - "RadioButtonMenuItem": { - "acceleratorForeground": "text", - "acceleratorSelectionForeground": "text", - "background": "bg", - "disabledBackground": "bg", - "disabledForeground": "dis", - "foreground": "fg", - "selectionBackground": "selBg", - "selectionForeground": "selFg" - }, - "ReviewList": { - "state.background": "second", - "state.foreground": "fg" - }, - "RunWidget": { - "background": "button", - "Debug.activeBackground": "hl", - "foreground": "fg", - "hoverBackground": "table", - "pressedBackground": "hl", - "Profile.activeBackground": "hl", - "runningBackground": "hl", - "runningForeground": "selFg", - "Run.activeBackground": "hl", - "Running": { - "background": "hl", - "foreground": "selFg", - "leftHoverBackground": "hl", - "leftPressedBackground": "hl" - }, - "separatorColor": "border" - }, - "ScreenView.borderColor": "border", - "scrollbar": "bg", - "ScrollBar": { - "background": "bg", - "hoverThumbBorderColor": "accent", - "hoverThumbColor": "accent", - "hoverTrackColor": "bg30", - "Mac": { - "hoverThumbBorderColor": "accent", - "hoverThumbColor": "accent", - "hoverTrackColor": "bg30", - "thumbBorderColor": "accent70", - "thumbColor": "accent70", - "trackColor": "bg30", - "Transparent": { - "hoverThumbBorderColor": "accent", - "hoverThumbColor": "accent", - "hoverTrackColor": "bg30", - "thumbBorderColor": "accent70", - "thumbColor": "accent70", - "trackColor": "bg30" - } - }, - "thumb": "hl", - "thumbBorderColor": "accent70", - "thumbColor": "accent70", - "Thumb": { - "Hovered.background": "accent", - "NonOpaque.Hovered.background": "accent" - }, - "trackColor": "bg30", - "Transparent": { - "hoverThumbBorderColor": "accent", - "hoverThumbColor": "accent", - "hoverTrackColor": "bg30", - "thumbBorderColor": "accent70", - "thumbColor": "accent70", - "trackColor": "bg30" - } - }, - "SearchEverywhere": { - "Advertiser": { - "background": "bg", - "foreground": "text", - "borderInsets": "10,20,10,20" - }, - "background": "bg", - "Dialog": { - "background": "bg", - "borderColor": "bg", - "foreground": "fg" - }, - "foreground": "fg", - "Header": { - "background": "bg" - }, - "List": { - "Separator.Color": "border", - "Separator.foreground": "text", - "selectionBackground": "selBg", - "separatorColor": "border", - "separatorForeground": "text", - "settingsBackground": "bg" - }, - "SearchField": { - "Border.color": "hl", - "background": "cs", - "borderColor": "hl", - "grayForeground": "dis", - "infoForeground": "dis" - }, - "shortcutForeground": "text", - "Tab": { - "active.background": "hl", - "active.foreground": "activeFg", - "selected.background": "hl", - "selected.foreground": "activeFg", - "selectedBackground": "hl", - "selectedForeground": "activeFg" - } - }, - "SearchMatch": { - "endBackground": "accent", - "endColor": "accent", - "startBackground": "accent", - "startColor": "accent" - }, - "SearchField.errorBackground": "notif", - "SearchFieldWithExtension": { - "background": "cs" - }, - "SearchOption": { - "selectedBackground": "table", - "selectedPressedBackground": "hl", - "selectedHoveredBackground": "hl" - }, - "SearchResults": { - "Ordinal.File.Foreground": "text", - "Repeated.File.Foreground": "fg" - }, - "SegmentedButton": { - "focusedSelectedButtonColor": "hl", - "selectedButtonColor": "button", - "selectedStartBorderColor": "border", - "selectedEndBorderColor": "border" - }, - "Separator": { - "background": "second", - "foreground": "second", - "separatorColor": "border" - }, - "Settings": { - "Spotlight.borderColor": "accent" - }, - "SidePanel": { - "background": "hc" - }, - "Slider": { - "background": "bg", - "buttonBorderColor": "accent", - "buttonColor": "accent", - "foreground": "fg", - "majorTickLength": 6, - "thumb": "accent", - "tickColor": "second", - "track": "table", - "trackColor": "table", - "trackDisabled": "hl", - "trackWidth": 7 - }, - "Space.Review.diffAnchorBackground": "second", - "SpeedSearch": { - "background": "hl", - "borderColor": "border", - "errorForeground": "red", - "foreground": "fg" - }, - "Spinner": { - "background": "bg", - "border": "4,4,4,4", - "disabledBackground": "excl", - "foreground": "fg", - "selectionForeground": "activeFg" - }, - "SplitPane": { - "background": "bg", - "highlight": "hc" - }, - "SplitPaneDivider.draggingColor": "second", - "StateWidget.activeBackground": "button", - "StatusBar": { - "background": "bg", - "Breadcrumbs": { - "floatingBackground": "tree", - "floatingForeground": "fg", - "floatingToolbarInsets": "8,12,8,12", - "foreground": "fg", - "hoverBackground": "tree", - "hoverForeground": "fg", - "itemBackgroundInsets": "2,4,2,4", - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "selectionInactiveBackground": "button", - "selectionInactiveForeground": "fg" - }, - "borderColor": "border", - "bottomColor": "bg", - "hoverBackground": "hl", - "top2Color": "bg", - "topColor": "bg", - "LightEditBackground": "table", - "Widget": { - "foreground": "fg", - "hoverBackground": "hl", - "hoverForeground": "selFg", - "pressedBackground": "button", - "pressedForeground": "fg", - "widgetInsets": "8,12,8,12" - } - }, - "TabbedPane": { - "background": "bg", - "borderColor": "hc", - "contentAreaColor": "hl", - "contentBorderInsets": "3,1,1,1", - "darkShadow": "hc", - "disabledForeground": "dis", - "disabledText": "dis", - "disabledUnderlineColor": "dis", - "focus": "table", - "focusColor": "table", - "fontSizeOffset": 0, - "foreground": "fg", - "highlight": "border", - "hoverColor": "hl", - "labelShift": 0, - "mt.tab.background": "hc", - "selectHighlight": "hl", - "selected": "selBg", - "selectedColor": "accent", - "selectedDisabledColor": "dis", - "selectedForeground": "activeFg", - "selectedLabelShift": 0, - "selectedTabPadInsets": "0,0,0,0", - "shadow": "hc", - "tabHeight": 32, - "tabInsets": "5,10,5,10", - "tabSelectionArc": 4, - "tabSelectionHeight": 2, - "tabsOverlapBorder": true, - "underlineColor": "accent" - }, - "TabbedPane.mt.tab.background": "hc", - "Table": { - "alternativeRowBackground": "cs", - "background": "bg", - "cellNoFocusBorder": "16,4,16,4", - "disabledForeground": "dis", - "dropLineColor": "accent", - "dropLineShortColor": "accent", - "focusCellBackground": "table", - "focusCellForeground": "activeFg", - "focusCellHighlightBorder": "18,6,18,6", - "foreground": "fg", - "gridColor": "bg", - "highlightOuter": "table", - "hoverBackground": "hl", - "hoverInactiveBackground": "table", - "lightSelectionBackground": "table", - "lightSelectionForeground": "activeFg", - "lightSelectionInactiveBackground": "second", - "lightSelectionInactiveForeground": "text", - "rowHeight": 32, - "selectionBackground": "table", - "selectionForeground": "activeFg", - "selectionInactiveBackground": "table", - "selectionInactiveForeground": "selFg", - "sortIconColor": "fg", - "stripeColor": "cs", - "stripedBackground": "cs" - }, - "TableHeader": { - "background": "button", - "bottomSeparatorColor": "border", - "borderColor": "hl", - "cellBorder": "6,0,6,0", - "disabledForeground": "dis", - "focusCellBackground": "table", - "focusCellForeground": "activeFg", - "foreground": "fg", - "height": 32, - "hoverBackground": "hl", - "separatorColor": "border" - }, - "Tag": { - "background": "button", - "borderColor": "button", - "foreground": "fg" - }, - "text": "bg", - "textInactiveText": "text", - "textHighlight": "selBg", - "textHighlightText": "activeFg", - "textText": "text", - "TextArea": { - "background": "cs", - "caretForeground": "accent", - "foreground": "fg", - "inactiveForeground": "dis", - "selectionBackground": "table", - "selectionForeground": "activeFg" - }, - "TextField": { - "background": "cs", - "borderColor": "bg", - "caretForeground": "accent", - "disabledBackground": "excl", - "focusedBorderColor": "bg", - "foreground": "fg", - "hoverBorderColor": "bg", - "inactiveForeground": "dis", - "selectedSeparatorColor": "accent", - "selectionBackground": "selBg", - "selectionForeground": "activeFg", - "separatorColor": "hl", - "separatorColorDisabled": "bg" - }, - "TextPane": { - "background": "cs", - "caretForeground": "accent", - "foreground": "fg", - "inactiveForeground": "dis", - "selectionBackground": "table", - "selectionForeground": "activeFg" - }, - "TipOfTheDay": { - "Image.borderColor": "border" - }, - "TitlePane": { - "Button": { - "hoverBackground": "hl", - "preferredSize": "48,40" - }, - "background": "hc", - "inactiveBackground": "bg", - "inactiveInfoForeground": "dis", - "infoForeground": "text" - }, - "TitledBorder.titleColor": "fg", - "ToggleButton": { - "borderColor": "button", - "buttonColor": "button", - "disabledText": "dis", - "foreground": "fg", - "off.background": "bg", - "off.foreground": "bg", - "offBackground": "bg", - "offForeground": "bg", - "on.background": "accent", - "on.foreground": "accent", - "onBackground": "accent", - "onForeground": "accent" - }, - "Toolbar.Floating.background": "button", - "ToolBar": { - "background": "hc", - "borderHandleColor": "text", - "comboBoxButtonBackground": "button", - "floatingForeground": "text", - "foreground": "fg", - "verticalToolbarInsets": "6,6,6,6", - "horizontalToolbarInsets": "6,6,6,6" - }, - "ToolbarComboWidget": { - "background": "button", - "hoverBackground": "hl" - }, - "tooltips": { - "actions.keymap.text.color": "text", - "actions.settings.icon.background.color": "bg", - "description.title.text.color": "fg" - }, - "ToolTip": { - "arc": 6, - "actions": { - "background": "bg" - }, - "Actions": { - "background": "bg", - "grayForeground": "text", - "infoForeground": "text" - }, - "background": "notif", - "borderColor": "border", - "borderCornerRadius": 8, - "foreground": "fg", - "infoForeground": "text", - "linkForeground": "accent", - "Learning": { - "background": "accent", - "borderColor": "accent", - "foreground": "fg", - "spanBackground": "accent50", - "spanForeground": "fg", - "stepNumberForeground": "accent" - }, - "separatorColor": "border", - "shortcutForeground": "text" - }, - "ToolWindow": { - "active": { - "Header.background": "second", - "HeaderTab.background": "cs" - }, - "Background": "bg", - "background": "hc", - "Button": { - "hoverBackground": "table", - "DragAndDrop": { - "stripeBackground": "cs", - "buttonDropBackground": "accent70" - }, - "selectedBackground": "cs", - "selectedForeground": "activeFg" - }, - "header": { - "active.background": "second", - "background": "bg", - "border.background": "second", - "closeButton.background": "bg", - "tab.selected.active.background": "cs", - "tab.selected.background": "cs" - }, - "Header": { - "height": 42, - "background": "second", - "borderColor": "second", - "inactiveBackground": "bg" - }, - "HeaderCloseButton": { - "background": "bg" - }, - "HeaderTab": { - "borderColor": "bg", - "hoverBackground": "hl", - "hoverInactiveBackground": "hl", - "inactiveUnderlineColor": "accent", - "leftRightInsets": "0,12,0,12", - "selectedBackground": "cs", - "selectedInactiveBackground": "cs", - "underlineArc": 4, - "underlineColor": "accent", - "underlineHeight": 3, - "underlinedTabBackground": "table", - "underlinedTabForeground": "selFg", - "underlinedTabInactiveBackground": "hc", - "underlinedTabInactiveForeground": "fg", - "verticalPadding": 6 - }, - "inactive": { - "Header.background": "bg", - "HeaderTab.background": "cs" - } - }, - "Tree": { - "border": "4,12,4,12", - "background": "hc", - "foreground": "text", - "errorForeground": "red", - "hash": "border", - "hoverBackground": "tree", - "hoverInactiveBackground": "table", - "modifiedItemForeground": "accent", - "rowHeight": "28", - "selectionBackground": "tree", - "selectionForeground": "selFg", - "selectionInactiveBackground": "tree", - "selectionInactiveForeground": "selFg", - "textBackground": "hc" - }, - "Tree.leftChildIndent": 10, - "Tree.rightChildIndent": 5, - "UIDesigner": { - "Activity.borderColor": "border", - "Canvas.background": "cs", - "ColorPicker": { - "background": "second", - "foreground": "fg" - }, - "Component": { - "background": "bg", - "borderColor": "border", - "foreground": "fg", - "hoverBorderColor": "hl" - }, - "Connector": { - "borderColor": "border", - "hoverBorderColor": "hl" - }, - "Label.foreground": "text", - "highStroke.foreground": "fg", - "motion": { - "AddConstraintColor": "accent", - "AddConstraintPlus": "accent", - "CSPanel.SelectedBackground": "tree", - "CSPanel.SelectedFocusBackground": "selBg", - "Component.foreground": "fg", - "ConstraintSet.background": "second", - "ConstraintSetText.foreground": "text", - "CursorTextColor.foreground": "fg", - "HoverColor.disabledBackground": "dis", - "Key.selectedForeground": "accent", - "Notification.background": "notif", - "PositionMarkColor": "accent", - "PrimaryPanel.background": "cs", - "SecondaryPanel.background": "bg", - "SecondaryPanel.header.background": "cs", - "SecondaryPanel.header.foreground": "text", - "TimeCursor.End.selectedForeground": "accent", - "TimeCursor.Start.selectedForeground": "accent", - "TimeCursor.selectedForeground": "accent", - "borderColor": "border", - "cs_FocusText.infoForeground": "text", - "graphLine.lineSeparatorColor": "accent", - "motionGraph.background": "bg", - "ourAvg.background": "second", - "ourCS.background": "second", - "ourCS_Border.borderColor": "border", - "ourCS_SelectedBackground.selectionInactiveBackground": "table", - "ourCS_SelectedBorder.pressedBorderColor": "hl", - "ourCS_SelectedFocusBackground.selectionForeground": "selFg", - "ourCS_SelectedFocusBorder.focusedBorderColor": "accent", - "ourCS_TextColor.foreground": "text", - "ourML_BarColor.separatorColor": "border", - "timeLine.disabledBorderColor": "border" - }, - "PackageDetails": { - "border": "accent", - "infoBanner": "accent" - }, - "PackageSearch": { - "PackagesList.rowHeight": 28, - "PackageTag": { - "background": "excl", - "foreground": "fg", - "hoverBackground": "tree", - "selectedBackground": "selBg", - "selectedForeground": "selFg" - }, - "PackageTagSelected": { - "background": "selBg", - "foreground": "selFg" - }, - "SearchResult": { - "background": "cs", - "hoverBackground": "tree", - "PackageTag": { - "background": "excl", - "foreground": "fg", - "hoverBackground": "tree", - "selectedBackground": "selBg", - "selectedForeground": "selFg" - } - } - }, - "Panel": { - "background": "bg", - "borderColor": "border", - "graphLabel": "text", - "graphLines": "hl", - "lines3d": "accent", - "secondaryGraphLines": "border" - }, - "percent.foreground": "fg", - "Placeholder": { - "background": "bg", - "borderColor": "border", - "foreground": "fg", - "selectedForeground": "selFg" - }, - "Preview.background": "bg", - "stroke.acceleratorForeground": "text" - }, - "ValidationTooltip": { - "errorBackground": "notif", - "errorBorderColor": "notif", - "warningBackground": "notif", - "warningBorderColor": "notif" - }, - "VersionControl": { - "FileHistory.Commit": { - "otherBranchBackground": "excl", - "selectedBranchBackground": "bg" - }, - "GitCommits": { - "graphColor": "hl" - }, - "GitLog": { - "localBranchIconColor": "accent", - "otherIconColor": "text", - "remoteBranchIconColor": "fg", - "tagIconColor": "text" - }, - "HgLog": { - "bookmarkIconColor": "activeFg", - "branchIconColor": "accent", - "closedBranchIconColor": "dis", - "localTagIconColor": "text", - "mqTagIconColor": "text", - "tagIconColor": "text", - "tipIconColor": "text" - }, - "Log": { - "Commit": { - "currentBranchBackground": "cs", - "hoveredBackground": "tree", - "rowHeight": 28, - "unmatchedForeground": "text" - } - }, - "MarkerPopup": { - "borderColor": "border", - "borderInsets": "6,8,6,10", - "Toolbar.background": "hl" - }, - "Ref": { - "backgroundBase": "hl", - "foreground": "activeFg" - }, - "RefLabel": { - "backgroundBase": "hl", - "foreground": "activeFg" - } - }, - "UnattendedHostStatus": { - "warningBackground": "yellow", - "warningForeground": "activeFg", - "dangerBackground": "red" - }, - "Viewport": { - "background": "hc", - "foreground": "fg" - }, - "WelcomeScreen": { - "AssociatedComponent.background": "bg", - "Details.background": "bg", - "List": { - "background": "hc", - "selectionBackground": "selBg", - "selectionInactiveBackground": "hl" - }, - "SidePanel.background": "second", - "background": "bg", - "borderColor": "bg", - "captionBackground": "cs", - "captionForeground": "fg", - "footerBackground": "cs", - "footerForeground": "fg", - "groupIconBorderColor": "button", - "headerBackground": "bg", - "headerForeground": "fg", - "separatorColor": "border", - "Projects": { - "actions.background": "cs", - "actions.selectionBackground": "hl", - "background": "second", - "selectionBackground": "selBg", - "selectionInactiveBackground": "selBg" - } - }, - "Window.border": "border", - "window": "hc", - "windowBorder": "border", - "windowText": "text" - }, - "icons": { - "ColorPalette": { - "#43494A": "cs", - "#6B6B6B": "text", - "#A7A7A7": "bg", - "#3D6185": "accent", - "#466D94": "accent", - "#3C3F41": "bg", - "#545556": "dis", - "#606060": "dis", - "#9AA7B0": "fg", - "#675133": "accent", - "Actions.Blue": "blue", - "Actions.Green": "green", - "Actions.Grey": "text", - "Actions.GreyInline": "gray", - "Actions.GreyInline.Dark": "fg", - "Actions.Red": "red", - "Actions.Yellow": "yellow", - "Checkbox.Background.Default": "cs", - "Checkbox.Background.Default.Dark": "cs", - "Checkbox.Background.Disabled": "excl", - "Checkbox.Background.Disabled.Dark": "excl", - "Checkbox.Background.Selected": "accent", - "Checkbox.Background.Selected.Dark": "hc", - "Checkbox.Border.Default": "hl", - "Checkbox.Border.Default.Dark": "hl", - "Checkbox.Border.Disabled": "dis", - "Checkbox.Border.Disabled.Dark": "dis", - "Checkbox.Border.Selected": "accent", - "Checkbox.Border.Selected.Dark": "hl", - "Checkbox.Focus.Thin.Default": "accent", - "Checkbox.Focus.Thin.Default.Dark": "accent", - "Checkbox.Focus.Thin.Selected": "fg", - "Checkbox.Focus.Thin.Selected.Dark": "fg", - "Checkbox.Focus.Wide": "accent", - "Checkbox.Focus.Wide.Dark": "accent", - "Checkbox.Foreground.Disabled": "dis", - "Checkbox.Foreground.Disabled.Dark": "dis", - "Checkbox.Foreground.Selected": "hc", - "Checkbox.Foreground.Selected.Dark": "accent", - "Objects.BlackText": "fg", - "Objects.Blue": "blue", - "Objects.Green": "green", - "Objects.GreenAndroid": "green", - "Objects.Grey": "gray", - "Objects.Pink": "purple", - "Objects.Purple": "purple", - "Objects.Red": "red", - "Objects.RedStatus": "red", - "Objects.Yellow": "yellow", - "Objects.YellowDark": "orange", - "Tree.iconColor": "text", - "Tree.iconColor.Dark": "text" - } - } -}