From b203ad63ee4e91b4afbc0476d8120d4068dc8973 Mon Sep 17 00:00:00 2001 From: Karl Tauber Date: Thu, 28 May 2020 12:17:46 +0200 Subject: [PATCH] IntelliJ Themes: updated themes to newest versions (used IJThemesUpdater) --- .../flatlaf/demo/intellijthemes/themes.json | 6 +++--- .../intellijthemes/themes/Dracula.theme.json | 7 +++++++ .../themes/Gradianto_dark_fuchsia.theme.json | 2 +- .../themes/Gradianto_deep_ocean.theme.json | 4 ++-- .../themes/Gradianto_midnight_blue.theme.json | 4 ++-- .../themes/gruvbox_dark_hard.theme.json | 10 ++++++---- .../themes/gruvbox_dark_medium.theme.json | 1 + .../themes/gruvbox_dark_soft.theme.json | 1 + .../Atom One Light Contrast.theme.json | 2 +- .../intellijthemes/themes/one_dark.theme.json | 14 +++----------- 10 files changed, 27 insertions(+), 24 deletions(-) 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 ea644c30..5665ec31 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 @@ -46,21 +46,21 @@ "license": "MIT", "licenseFile": "Gradianto.LICENSE.txt", "sourceCodeUrl": "https://github.com/thvardhan/Gradianto", - "sourceCodePath": "blob/master/resources/Gradianto_dark_fuchsia.theme.json" + "sourceCodePath": "blob/master/src/main/resources/Gradianto_dark_fuchsia.theme.json" }, "Gradianto_deep_ocean.theme.json": { "name": "Gradianto Deep Ocean", "license": "MIT", "licenseFile": "Gradianto.LICENSE.txt", "sourceCodeUrl": "https://github.com/thvardhan/Gradianto", - "sourceCodePath": "blob/master/resources/Gradianto_deep_ocean.theme.json" + "sourceCodePath": "blob/master/src/main/resources/Gradianto_deep_ocean.theme.json" }, "Gradianto_midnight_blue.theme.json": { "name": "Gradianto Midnight Blue", "license": "MIT", "licenseFile": "Gradianto.LICENSE.txt", "sourceCodeUrl": "https://github.com/thvardhan/Gradianto", - "sourceCodePath": "blob/master/resources/Gradianto_midnight_blue.theme.json" + "sourceCodePath": "blob/master/src/main/resources/Gradianto_midnight_blue.theme.json" }, "Gray.theme.json": { "name": "Gray", diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/Dracula.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/Dracula.theme.json index 0f8d3a49..f963edfd 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/Dracula.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/Dracula.theme.json @@ -159,6 +159,13 @@ "inactiveBackground": "#44475a" } }, + "ScrollBar": { + "Mac": { + "Transparent": { + "hoverThumbColor": "#bd93f9" + } + } + }, "SearchEverywhere": { "SearchField": { "background": "#44475a" diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/Gradianto_dark_fuchsia.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/Gradianto_dark_fuchsia.theme.json index 2881d526..88298cb0 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/Gradianto_dark_fuchsia.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/Gradianto_dark_fuchsia.theme.json @@ -1,7 +1,7 @@ { "name": "Gradianto Dark Fuchsia", "dark": true, - "author": "", + "author": "thvardhan", "editorScheme": "/Gradianto_dark_fuchsia.xml", "ui": { "*": { diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/Gradianto_deep_ocean.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/Gradianto_deep_ocean.theme.json index ae71adc3..678f8866 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/Gradianto_deep_ocean.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/Gradianto_deep_ocean.theme.json @@ -1,7 +1,7 @@ { "name": "Gradianto Deep Ocean", "dark": true, - "author": "", + "author": "thvardhan", "editorScheme": "/Gradianto_deep_ocean.xml", "ui": { "*": { @@ -214,7 +214,7 @@ "tagBackground": "#3d445a", "lightSelectionBackground": "#3c4b7e" }, - "EditorPane.inactiveBackground": "#040c25" + "EditorPane.inactiveBackground": "#25334aff" }, "icons": { "ColorPalette": { diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/Gradianto_midnight_blue.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/Gradianto_midnight_blue.theme.json index ec6ecb49..f67f5d98 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/Gradianto_midnight_blue.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/Gradianto_midnight_blue.theme.json @@ -1,7 +1,7 @@ { "name": "Gradianto Midnight Blue", "dark": true, - "author": "", + "author": "thvardhan", "editorScheme": "/Gradianto_midnight_blue.xml", "ui": { "*": { @@ -217,7 +217,7 @@ "tagBackground": "#40405a", "lightSelectionBackground": "#48387e" }, - "EditorPane.inactiveBackground": "#1a0225" + "EditorPane.inactiveBackground": "#414157ff" }, "icons": { "ColorPalette": { diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/gruvbox_dark_hard.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/gruvbox_dark_hard.theme.json index 65c5ceec..008d26e4 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/gruvbox_dark_hard.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/gruvbox_dark_hard.theme.json @@ -5,6 +5,7 @@ "editorScheme": "/gruvbox_dark_hard.xml", "colors": { "bg0": "#282828", + "bg0_hh": "#101415", "bg0_h": "#1d2021", "bg0_s": "#32302f", "bg1": "#3c3836", @@ -51,7 +52,7 @@ "selectionBackgroundInactive": "bg0_s", "selectionInactiveBackground": "bg0_s", - "selectedBackground": "bg0_h", + "selectedBackground": "bg0_hh", "selectedForeground": "fg0", "selectedInactiveBackground": "bg0_s", "selectedBackgroundInactive": "bg0_s", @@ -59,7 +60,7 @@ "hoverBackground": "#28282866", "borderColor": "bg2", - "disabledBorderColor": "bg0_h", + "disabledBorderColor": "bg0_hh", "separatorColor": "bg2" }, @@ -91,6 +92,7 @@ }, "EditorTabs": { "selectedBackground": "bg0_s", + "underlinedTabBackground": "bg2", "underlineColor": "blue1", "inactiveMaskColor": "#28282866" }, @@ -101,8 +103,8 @@ }, "HeaderTab": { - "selectedInactiveBackground": "bg0_h", - "hoverInactiveBackground": "bg0_h" + "selectedInactiveBackground": "bg0_hh", + "hoverInactiveBackground": "bg0_hh" } }, "Table": { diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/gruvbox_dark_medium.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/gruvbox_dark_medium.theme.json index d4e0191a..6dcfcaa6 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/gruvbox_dark_medium.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/gruvbox_dark_medium.theme.json @@ -91,6 +91,7 @@ }, "EditorTabs": { "selectedBackground": "bg0_s", + "underlinedTabBackground": "bg2", "underlineColor": "blue1", "inactiveMaskColor": "#28282866" }, diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/gruvbox_dark_soft.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/gruvbox_dark_soft.theme.json index 1f56814c..079a2e86 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/gruvbox_dark_soft.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/gruvbox_dark_soft.theme.json @@ -91,6 +91,7 @@ }, "EditorTabs": { "selectedBackground": "bg0_s", + "underlinedTabBackground": "bg2", "underlineColor": "blue1", "inactiveMaskColor": "#28282866" }, diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Atom One Light Contrast.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Atom One Light Contrast.theme.json index f0ce2f3f..fac18fc2 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Atom One Light Contrast.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/material-theme-ui-lite/Atom One Light Contrast.theme.json @@ -1,5 +1,5 @@ { - "name": "Atom One Light", + "name": "Atom One Light Contrast", "dark": false, "author": "Mallowigi", "editorScheme": "/colors/Atom One Light.xml", diff --git a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/one_dark.theme.json b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/one_dark.theme.json index 2d511479..8f06c691 100644 --- a/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/one_dark.theme.json +++ b/flatlaf-intellij-themes/src/main/resources/com/formdev/flatlaf/intellijthemes/themes/one_dark.theme.json @@ -24,7 +24,7 @@ "errorForeground": "#cd3359", - "borderColor": "#46494f", + "borderColor": "#333841", "disabledBorderColor": "#2d3137", "focusColor": "#21252b", "focusedBorderColor": "#568AF2", @@ -93,8 +93,6 @@ "foreground": "#abb2bf" }, - "DebuggerPopup.borderColor": "#46494f", - "DefaultTabs": { "underlineColor": "#568AF2", "inactiveUnderlineColor": "#4269b9", @@ -104,7 +102,7 @@ "DragAndDrop": { "areaForeground": "#abb2bf", "areaBackground": "#323844", - "areaBorderColor": "#46494f" + "areaBorderColor": "#333841" }, "Editor": { @@ -139,11 +137,6 @@ "visitedForeground": "#6494ed" }, - "MenuBar.borderColor": "#46494f", - "Menu.borderColor": "#2d3137", - - "NavBar.borderColor": "#46494f", - "Notification": { "background": "#3d424b", "borderColor": "#53565f", @@ -312,8 +305,7 @@ "Header": { "background": "#414855", - "inactiveBackground": "#323844", - "borderColor": "#21252b" + "inactiveBackground": "#323844" }, "HeaderTab": {