mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-07 14:30:56 +03:00
IntelliJ Themes: updated themes to newest versions (used IJThemesUpdater)
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
@@ -159,6 +159,13 @@
|
|||||||
"inactiveBackground": "#44475a"
|
"inactiveBackground": "#44475a"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"ScrollBar": {
|
||||||
|
"Mac": {
|
||||||
|
"Transparent": {
|
||||||
|
"hoverThumbColor": "#bd93f9"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"SearchEverywhere": {
|
"SearchEverywhere": {
|
||||||
"SearchField": {
|
"SearchField": {
|
||||||
"background": "#44475a"
|
"background": "#44475a"
|
||||||
|
|||||||
@@ -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": {
|
||||||
"*": {
|
"*": {
|
||||||
|
|||||||
@@ -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": {
|
||||||
|
|||||||
@@ -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": {
|
||||||
|
|||||||
@@ -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": {
|
||||||
|
|||||||
@@ -91,6 +91,7 @@
|
|||||||
},
|
},
|
||||||
"EditorTabs": {
|
"EditorTabs": {
|
||||||
"selectedBackground": "bg0_s",
|
"selectedBackground": "bg0_s",
|
||||||
|
"underlinedTabBackground": "bg2",
|
||||||
"underlineColor": "blue1",
|
"underlineColor": "blue1",
|
||||||
"inactiveMaskColor": "#28282866"
|
"inactiveMaskColor": "#28282866"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -91,6 +91,7 @@
|
|||||||
},
|
},
|
||||||
"EditorTabs": {
|
"EditorTabs": {
|
||||||
"selectedBackground": "bg0_s",
|
"selectedBackground": "bg0_s",
|
||||||
|
"underlinedTabBackground": "bg2",
|
||||||
"underlineColor": "blue1",
|
"underlineColor": "blue1",
|
||||||
"inactiveMaskColor": "#28282866"
|
"inactiveMaskColor": "#28282866"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user