IntelliJ Themes: updated themes to newest versions (used IJThemesUpdater)

This commit is contained in:
Karl Tauber
2020-05-28 12:17:46 +02:00
parent a560be11ed
commit b203ad63ee
10 changed files with 27 additions and 24 deletions

View File

@@ -46,21 +46,21 @@
"license": "MIT", "license": "MIT",
"licenseFile": "Gradianto.LICENSE.txt", "licenseFile": "Gradianto.LICENSE.txt",
"sourceCodeUrl": "https://github.com/thvardhan/Gradianto", "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": { "Gradianto_deep_ocean.theme.json": {
"name": "Gradianto Deep Ocean", "name": "Gradianto Deep Ocean",
"license": "MIT", "license": "MIT",
"licenseFile": "Gradianto.LICENSE.txt", "licenseFile": "Gradianto.LICENSE.txt",
"sourceCodeUrl": "https://github.com/thvardhan/Gradianto", "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": { "Gradianto_midnight_blue.theme.json": {
"name": "Gradianto Midnight Blue", "name": "Gradianto Midnight Blue",
"license": "MIT", "license": "MIT",
"licenseFile": "Gradianto.LICENSE.txt", "licenseFile": "Gradianto.LICENSE.txt",
"sourceCodeUrl": "https://github.com/thvardhan/Gradianto", "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": { "Gray.theme.json": {
"name": "Gray", "name": "Gray",

View File

@@ -159,6 +159,13 @@
"inactiveBackground": "#44475a" "inactiveBackground": "#44475a"
} }
}, },
"ScrollBar": {
"Mac": {
"Transparent": {
"hoverThumbColor": "#bd93f9"
}
}
},
"SearchEverywhere": { "SearchEverywhere": {
"SearchField": { "SearchField": {
"background": "#44475a" "background": "#44475a"

View File

@@ -1,7 +1,7 @@
{ {
"name": "Gradianto Dark Fuchsia", "name": "Gradianto Dark Fuchsia",
"dark": true, "dark": true,
"author": "", "author": "thvardhan",
"editorScheme": "/Gradianto_dark_fuchsia.xml", "editorScheme": "/Gradianto_dark_fuchsia.xml",
"ui": { "ui": {
"*": { "*": {

View File

@@ -1,7 +1,7 @@
{ {
"name": "Gradianto Deep Ocean", "name": "Gradianto Deep Ocean",
"dark": true, "dark": true,
"author": "", "author": "thvardhan",
"editorScheme": "/Gradianto_deep_ocean.xml", "editorScheme": "/Gradianto_deep_ocean.xml",
"ui": { "ui": {
"*": { "*": {
@@ -214,7 +214,7 @@
"tagBackground": "#3d445a", "tagBackground": "#3d445a",
"lightSelectionBackground": "#3c4b7e" "lightSelectionBackground": "#3c4b7e"
}, },
"EditorPane.inactiveBackground": "#040c25" "EditorPane.inactiveBackground": "#25334aff"
}, },
"icons": { "icons": {
"ColorPalette": { "ColorPalette": {

View File

@@ -1,7 +1,7 @@
{ {
"name": "Gradianto Midnight Blue", "name": "Gradianto Midnight Blue",
"dark": true, "dark": true,
"author": "", "author": "thvardhan",
"editorScheme": "/Gradianto_midnight_blue.xml", "editorScheme": "/Gradianto_midnight_blue.xml",
"ui": { "ui": {
"*": { "*": {
@@ -217,7 +217,7 @@
"tagBackground": "#40405a", "tagBackground": "#40405a",
"lightSelectionBackground": "#48387e" "lightSelectionBackground": "#48387e"
}, },
"EditorPane.inactiveBackground": "#1a0225" "EditorPane.inactiveBackground": "#414157ff"
}, },
"icons": { "icons": {
"ColorPalette": { "ColorPalette": {

View File

@@ -5,6 +5,7 @@
"editorScheme": "/gruvbox_dark_hard.xml", "editorScheme": "/gruvbox_dark_hard.xml",
"colors": { "colors": {
"bg0": "#282828", "bg0": "#282828",
"bg0_hh": "#101415",
"bg0_h": "#1d2021", "bg0_h": "#1d2021",
"bg0_s": "#32302f", "bg0_s": "#32302f",
"bg1": "#3c3836", "bg1": "#3c3836",
@@ -51,7 +52,7 @@
"selectionBackgroundInactive": "bg0_s", "selectionBackgroundInactive": "bg0_s",
"selectionInactiveBackground": "bg0_s", "selectionInactiveBackground": "bg0_s",
"selectedBackground": "bg0_h", "selectedBackground": "bg0_hh",
"selectedForeground": "fg0", "selectedForeground": "fg0",
"selectedInactiveBackground": "bg0_s", "selectedInactiveBackground": "bg0_s",
"selectedBackgroundInactive": "bg0_s", "selectedBackgroundInactive": "bg0_s",
@@ -59,7 +60,7 @@
"hoverBackground": "#28282866", "hoverBackground": "#28282866",
"borderColor": "bg2", "borderColor": "bg2",
"disabledBorderColor": "bg0_h", "disabledBorderColor": "bg0_hh",
"separatorColor": "bg2" "separatorColor": "bg2"
}, },
@@ -91,6 +92,7 @@
}, },
"EditorTabs": { "EditorTabs": {
"selectedBackground": "bg0_s", "selectedBackground": "bg0_s",
"underlinedTabBackground": "bg2",
"underlineColor": "blue1", "underlineColor": "blue1",
"inactiveMaskColor": "#28282866" "inactiveMaskColor": "#28282866"
}, },
@@ -101,8 +103,8 @@
}, },
"HeaderTab": { "HeaderTab": {
"selectedInactiveBackground": "bg0_h", "selectedInactiveBackground": "bg0_hh",
"hoverInactiveBackground": "bg0_h" "hoverInactiveBackground": "bg0_hh"
} }
}, },
"Table": { "Table": {

View File

@@ -91,6 +91,7 @@
}, },
"EditorTabs": { "EditorTabs": {
"selectedBackground": "bg0_s", "selectedBackground": "bg0_s",
"underlinedTabBackground": "bg2",
"underlineColor": "blue1", "underlineColor": "blue1",
"inactiveMaskColor": "#28282866" "inactiveMaskColor": "#28282866"
}, },

View File

@@ -91,6 +91,7 @@
}, },
"EditorTabs": { "EditorTabs": {
"selectedBackground": "bg0_s", "selectedBackground": "bg0_s",
"underlinedTabBackground": "bg2",
"underlineColor": "blue1", "underlineColor": "blue1",
"inactiveMaskColor": "#28282866" "inactiveMaskColor": "#28282866"
}, },

View File

@@ -1,5 +1,5 @@
{ {
"name": "Atom One Light", "name": "Atom One Light Contrast",
"dark": false, "dark": false,
"author": "Mallowigi", "author": "Mallowigi",
"editorScheme": "/colors/Atom One Light.xml", "editorScheme": "/colors/Atom One Light.xml",

View File

@@ -24,7 +24,7 @@
"errorForeground": "#cd3359", "errorForeground": "#cd3359",
"borderColor": "#46494f", "borderColor": "#333841",
"disabledBorderColor": "#2d3137", "disabledBorderColor": "#2d3137",
"focusColor": "#21252b", "focusColor": "#21252b",
"focusedBorderColor": "#568AF2", "focusedBorderColor": "#568AF2",
@@ -93,8 +93,6 @@
"foreground": "#abb2bf" "foreground": "#abb2bf"
}, },
"DebuggerPopup.borderColor": "#46494f",
"DefaultTabs": { "DefaultTabs": {
"underlineColor": "#568AF2", "underlineColor": "#568AF2",
"inactiveUnderlineColor": "#4269b9", "inactiveUnderlineColor": "#4269b9",
@@ -104,7 +102,7 @@
"DragAndDrop": { "DragAndDrop": {
"areaForeground": "#abb2bf", "areaForeground": "#abb2bf",
"areaBackground": "#323844", "areaBackground": "#323844",
"areaBorderColor": "#46494f" "areaBorderColor": "#333841"
}, },
"Editor": { "Editor": {
@@ -139,11 +137,6 @@
"visitedForeground": "#6494ed" "visitedForeground": "#6494ed"
}, },
"MenuBar.borderColor": "#46494f",
"Menu.borderColor": "#2d3137",
"NavBar.borderColor": "#46494f",
"Notification": { "Notification": {
"background": "#3d424b", "background": "#3d424b",
"borderColor": "#53565f", "borderColor": "#53565f",
@@ -312,8 +305,7 @@
"Header": { "Header": {
"background": "#414855", "background": "#414855",
"inactiveBackground": "#323844", "inactiveBackground": "#323844"
"borderColor": "#21252b"
}, },
"HeaderTab": { "HeaderTab": {