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",
"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",

View File

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

View File

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

View File

@@ -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": {

View File

@@ -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": {

View File

@@ -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": {

View File

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

View File

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

View File

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

View File

@@ -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": {