mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-11 06:27:13 -06:00
IntelliJ Themes: added popular Gradianto IntelliJ themes to demo
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2019 thvardhan
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
@@ -0,0 +1,267 @@
|
||||
{
|
||||
"name": "Gradianto Dark Fuchsia",
|
||||
"dark": true,
|
||||
"author": "",
|
||||
"editorScheme": "/Gradianto_dark_fuchsia.xml",
|
||||
"ui": {
|
||||
"*": {
|
||||
"background": "#20022d",
|
||||
"foreground": "#9ca9af",
|
||||
|
||||
"infoForeground": "#6aaf41",
|
||||
|
||||
"selectionBackground": "#4d086d",
|
||||
"selectionForeground": "#c9c9c9",
|
||||
"selectionInactiveBackground": "#37064e",
|
||||
|
||||
|
||||
"disabledForeground": "#646464",
|
||||
"disabledBackground": "#250434",
|
||||
"inactiveBackground": "#250434",
|
||||
|
||||
"errorForeground": "#cd860b",
|
||||
|
||||
"disabledText": "#646464",
|
||||
"Borders.ContrastBorderColor" : "#2b033b",
|
||||
"borderColor": "#38044e",
|
||||
"disabledBorderColor": "#22022f",
|
||||
"focusColor" : "#550979",
|
||||
"focusedBorderColor": "#550979",
|
||||
|
||||
"separatorColor": "#2d033f"
|
||||
},
|
||||
|
||||
"ActionButton": {
|
||||
"hoverBackground": "#320647",
|
||||
"pressedBackground": "#42075c",
|
||||
"hoverBorderColor": "#58077c",
|
||||
"pressedBorderColor": "#3c0555"
|
||||
},
|
||||
|
||||
"Borders": {
|
||||
"color": "#38044e",
|
||||
"ContrastBorderColor": "#38044e"
|
||||
},
|
||||
|
||||
|
||||
"Button": {
|
||||
"startBackground": "#41295a",
|
||||
"endBackground": "#2F0743",
|
||||
"startBorderColor": "#400080",
|
||||
"endBorderColor": "#6300c5",
|
||||
"shadowColor" : "#400080",
|
||||
"focusedBorderColor" : "#550979",
|
||||
"default.focusColor": "#550979",
|
||||
"disabledBorderColor" : "#2e005d",
|
||||
"default": {
|
||||
"startBackground": "#41295a",
|
||||
"endBackground": "#2f0743",
|
||||
"startBorderColor": "#400080",
|
||||
"endBorderColor": "#6300c5",
|
||||
"focusedBorderColor": "#550979",
|
||||
"focusColor": "#550979"
|
||||
}
|
||||
|
||||
},
|
||||
|
||||
"RadioButton": {
|
||||
"background" : "#41295a",
|
||||
"foreground": "#2f0743"
|
||||
},
|
||||
|
||||
"CompletionPopup": {
|
||||
"matchForeground": "#652683",
|
||||
"matchSelectionForeground": "#9057f2"
|
||||
},
|
||||
|
||||
"MenuBar.borderColor": "#550979",
|
||||
"Menu.borderColor": "#2f0743",
|
||||
|
||||
"NavBar.borderColor": "#2f0743",
|
||||
|
||||
|
||||
"Notification": {
|
||||
|
||||
"errorForeground": "#abb2bf",
|
||||
"errorBackground": "#280e29",
|
||||
"errorBorderColor": "#692746",
|
||||
|
||||
"ToolWindow": {
|
||||
"informativeForeground": "#abb2bf",
|
||||
"informativeBackground": "#4b1d62",
|
||||
"informativeBorderColor": "#3f2d55",
|
||||
|
||||
"warningForeground": "#abb2bf",
|
||||
"warningBackground": "#735822",
|
||||
"warningBorderColor": "#5f4422",
|
||||
|
||||
"errorForeground": "#abb2bf",
|
||||
"errorBackground": "#802d43",
|
||||
"errorBorderColor": "#552029"
|
||||
}
|
||||
},
|
||||
|
||||
"ComboBox": {
|
||||
"background" : "#300444",
|
||||
"nonEditableBackground": "#170b16",
|
||||
"ArrowButton": {
|
||||
"iconColor": "#aeb0b2",
|
||||
"disabledIconColor": "#2a043c",
|
||||
"nonEditableBackground": "#2c152a"
|
||||
}
|
||||
},
|
||||
|
||||
"Editor": {
|
||||
"shortcutForeground": "#477924"
|
||||
},
|
||||
|
||||
"EditorTabs": {
|
||||
|
||||
"selectedForeground": "#c9c9c9",
|
||||
"selectedBackground": "#4e086f",
|
||||
"underlinedTabBackground": "58097e",
|
||||
"underlineColor": "#58097e",
|
||||
"inactiveMaskColor": "#280a2fff"
|
||||
},
|
||||
|
||||
"Link": {
|
||||
"activeForeground": "#ede891",
|
||||
"hoverForeground": "#ede891",
|
||||
"pressedForeground": "#ede891",
|
||||
"visitedForeground": "#ede891"
|
||||
},
|
||||
|
||||
"FileColor": {
|
||||
"Yellow": "#d19a6614",
|
||||
"Green": "#98c37915",
|
||||
"Blue": "#61afef15",
|
||||
"Violet": "#542a4f",
|
||||
"Orange": "#d13c0015",
|
||||
"Rose": "#ae002f20"
|
||||
},
|
||||
|
||||
"Tree.background": "#2d0340",
|
||||
|
||||
"SearchEverywhere": {
|
||||
|
||||
|
||||
"Tab": {
|
||||
"selectedForeground": "#c9c9c9",
|
||||
"selectedBackground": "#4d086d"
|
||||
}
|
||||
},
|
||||
|
||||
"SearchMatch": {
|
||||
"startBackground": "#d379f2",
|
||||
"endBackground": "#d379f2"
|
||||
},
|
||||
|
||||
"WelcomeScreen": {
|
||||
"Projects.selectionInactiveBackground": "#37064e",
|
||||
"separatorColor": "#2d033f"
|
||||
},
|
||||
|
||||
"ValidationTooltip": {
|
||||
"errorBackground": "#802d43",
|
||||
"errorBorderColor": "#802d43",
|
||||
"warningBackground": "#735822",
|
||||
"warningBorderColor": "#5f4422"
|
||||
},
|
||||
|
||||
"Table": {
|
||||
"stripeColor": "#2d033f",
|
||||
"selectionForeground": "#c9c9c9",
|
||||
"dropLineColor": "#2d033f",
|
||||
"focusCellForeground": "#abb2bf",
|
||||
"gridColor": "#35064c"
|
||||
},
|
||||
|
||||
"ProgressBar": {
|
||||
"trackColor": "#280a2f",
|
||||
"progressColor": "#e78af2",
|
||||
"indeterminateStartColor": "#e78af2",
|
||||
"indeterminateEndColor": "#523569",
|
||||
"failedColor": "#ad3864",
|
||||
"failedEndColor": "#47221d",
|
||||
"passedColor": "#60649e",
|
||||
"passedEndColor": "#251642"
|
||||
},
|
||||
|
||||
"PopupMenu.translucentBackground": "#4d086d",
|
||||
|
||||
"Popup": {
|
||||
"paintBorder": true,
|
||||
"Header.activeBackground": "#4e086f",
|
||||
"Header.inactiveBackground": "#4d086d",
|
||||
"separatorColor" : "#5e0a85",
|
||||
"separatorForeground": "#5e0a85",
|
||||
"Advertiser": {
|
||||
"background": "#490768",
|
||||
"borderColor": "#490768",
|
||||
"borderInsets": "3,8,5,0"
|
||||
}
|
||||
},
|
||||
"ToggleButton": {
|
||||
"onForeground": "#4d086d",
|
||||
"onBackground": "#9ca9af",
|
||||
"offForeground": "#646464",
|
||||
"offBackground": "#280a2f",
|
||||
"buttonColor": "#4e086f",
|
||||
"borderColor": "#4e086f"
|
||||
},
|
||||
"ToolTip": {
|
||||
"background": "#450073",
|
||||
"Actions.background": "#331432"
|
||||
},
|
||||
|
||||
"ToolWindow": {
|
||||
"Header": {
|
||||
"background": "#3b0063",
|
||||
"inactiveBackground": "#370c41"
|
||||
},
|
||||
|
||||
"HeaderTab": {
|
||||
"selectedBackground": "#9C23D9FF",
|
||||
"selectedInactiveBackground": "#4D0080FF",
|
||||
"hoverBackground": "#9C23D9FF",
|
||||
"hoverInactiveBackground": "#4D0080FF"
|
||||
},
|
||||
|
||||
"Button": {
|
||||
"hoverBackground": "#320647",
|
||||
"selectedBackground": "#42075c",
|
||||
"selectedForeground": "#9ca9af"
|
||||
}
|
||||
},
|
||||
"DragAndDrop": {
|
||||
"areaForeground": "#FFFFFF",
|
||||
"areaBackground": "#42075c",
|
||||
"areaBorderColor": "#4d0080"
|
||||
},
|
||||
"Plugins": {
|
||||
"SectionHeader.background": "#4d0080",
|
||||
"tagBackground": "#42075c",
|
||||
"lightSelectionBackground": "#41075b"
|
||||
},
|
||||
"EditorPane.inactiveBackground": "#1a0225"
|
||||
},
|
||||
"icons": {
|
||||
"ColorPalette": {
|
||||
"Checkbox.Background.Default.Dark": "#3c0555",
|
||||
"Checkbox.Border.Default.Dark": "#460561",
|
||||
"Checkbox.Foreground.Selected.Dark": "#6aae41",
|
||||
|
||||
"Objects.Grey": "#9b8ebe",
|
||||
"Objects.Blue": "#05b4a1",
|
||||
"Objects.RedStatus": "#a8191aff",
|
||||
"Objects.Red": "#aa3c3aff",
|
||||
"Objects.Pink": "#d16979ff",
|
||||
"Objects.Yellow": "#be9418ff",
|
||||
"Objects.Green": "#009c0eff",
|
||||
"Objects.Purple": "#6b48a6ff",
|
||||
"Objects.BlackText": "#131313ff",
|
||||
"Objects.YellowDark": "#8a6c1aff",
|
||||
"Objects.GreenAndroid": "#008b14ff"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,240 @@
|
||||
{
|
||||
"name": "Gradianto Deep Ocean",
|
||||
"dark": true,
|
||||
"author": "",
|
||||
"editorScheme": "/Gradianto_deep_ocean.xml",
|
||||
"ui": {
|
||||
"*": {
|
||||
"background": "#1c2739",
|
||||
"foreground": "#c1c1c1",
|
||||
|
||||
"infoForeground": "#d7ff18c1",
|
||||
|
||||
"selectionBackground": "#39487e",
|
||||
"selectionForeground": "#e2e2e2",
|
||||
"selectionInactiveBackground": "#2c3d59",
|
||||
|
||||
|
||||
"disabledForeground": "#a3a3a3",
|
||||
"disabledBackground": "#222f44",
|
||||
"inactiveBackground": "#325180",
|
||||
|
||||
"errorForeground": "#b5b5b5",
|
||||
|
||||
"disabledText": "#adadad",
|
||||
"Borders.ContrastBorderColor" : "#0e1624",
|
||||
"borderColor": "#151d2c",
|
||||
"disabledBorderColor": "#0d1022",
|
||||
"focusColor" : "#25334b",
|
||||
"focusedBorderColor": "#2b416a",
|
||||
|
||||
"separatorColor": "#1d304b"
|
||||
},
|
||||
"Tree.background": "#24334a",
|
||||
|
||||
"ActionButton": {
|
||||
"hoverBackground": "#324565",
|
||||
"pressedBackground": "#284267",
|
||||
"hoverBorderColor": "#141834",
|
||||
"pressedBorderColor": "#171c3c"
|
||||
},
|
||||
"Borders": {
|
||||
"color": "#2b3858cc",
|
||||
"ContrastBorderColor": "#0e1624"
|
||||
},
|
||||
"Button": {
|
||||
"startBackground": "#4a75a2",
|
||||
"endBackground": "#4a75a2",
|
||||
"startBorderColor": "#252e4b",
|
||||
"endBorderColor": "#252e4b",
|
||||
"focusedBorderColor" : "#4a75a2",
|
||||
"default.focusColor": "#4a75a2",
|
||||
"disabledBorderColor" : "#193c81",
|
||||
"default": {
|
||||
"startBackground": "#4a75a2",
|
||||
"endBackground": "#4a75a2",
|
||||
"focusColor": "#2969a2"
|
||||
}
|
||||
|
||||
},
|
||||
"CompletionPopup": {
|
||||
"matchForeground": "#568AF2"
|
||||
},
|
||||
|
||||
|
||||
"Notification": {
|
||||
|
||||
"errorForeground": "#f5f5f5",
|
||||
"errorBackground": "#c4131e",
|
||||
"errorBorderColor": "#c55e4a",
|
||||
|
||||
"ToolWindow": {
|
||||
"informativeForeground": "#f5f5f5",
|
||||
"informativeBackground": "#414f66",
|
||||
"informativeBorderColor": "#d4745c",
|
||||
|
||||
"warningForeground": "#abb2bf",
|
||||
"warningBackground": "#896a28",
|
||||
"warningBorderColor": "#5f4422",
|
||||
|
||||
"errorForeground": "#abb2bf",
|
||||
"errorBackground": "#923849",
|
||||
"errorBorderColor": "#552029"
|
||||
}
|
||||
},
|
||||
"ComboBox": {
|
||||
"background" : "#3c557c",
|
||||
"nonEditableBackground": "#466391",
|
||||
"ArrowButton": {
|
||||
"iconColor": "#e3e2f1",
|
||||
"disabledIconColor": "#83828b",
|
||||
"nonEditableBackground": "#607691"
|
||||
}
|
||||
},
|
||||
"Editor": {
|
||||
"shortcutForeground": "#3f5079"
|
||||
},
|
||||
"EditorTabs": {
|
||||
|
||||
"selectedForeground": "#ececec",
|
||||
"selectedBackground": "#324d65",
|
||||
"underlinedTabBackground": "#324d65",
|
||||
"background": "#243647",
|
||||
"underlineColor": "#46628f",
|
||||
"hoverMaskColor": "#46628f",
|
||||
"inactiveMaskColor": "#24334aff"
|
||||
},
|
||||
|
||||
"Link": {
|
||||
"activeForeground": "#ede891",
|
||||
"hoverForeground": "#ede891",
|
||||
"pressedForeground": "#ede891",
|
||||
"visitedForeground": "#ede891"
|
||||
},
|
||||
"FileColor": {
|
||||
"Yellow": "#d1b14225",
|
||||
"Green": "#98c37925",
|
||||
"Blue": "#61afef25",
|
||||
"Violet": "#542a4f25",
|
||||
"Orange": "#d13c0025",
|
||||
"Rose": "#ae002f25"
|
||||
},
|
||||
"SearchEverywhere": {
|
||||
"Tab": {
|
||||
"selectedForeground": "#ffffff",
|
||||
"selectedBackground": "#314f8f"
|
||||
}
|
||||
},
|
||||
"SearchMatch": {
|
||||
"startBackground": "#67849d",
|
||||
"endBackground": "#2d3f71"
|
||||
},
|
||||
|
||||
"WelcomeScreen": {
|
||||
"Projects.selectionInactiveBackground": "#325180",
|
||||
"separatorColor": "#223757"
|
||||
},
|
||||
"ValidationTooltip": {
|
||||
"errorBackground": "#802d43",
|
||||
"errorBorderColor": "#802d43",
|
||||
"warningBackground": "#735822",
|
||||
"warningBorderColor": "#5f4422"
|
||||
},
|
||||
"Table": {
|
||||
"stripeColor": "#475a6f",
|
||||
"selectionForeground": "#e4e4e4",
|
||||
"dropLineColor": "#586b8d",
|
||||
"focusCellForeground": "#e3e3e3",
|
||||
"gridColor": "#45526f"
|
||||
},
|
||||
|
||||
"ProgressBar": {
|
||||
"trackColor": "#131b2f",
|
||||
"progressColor": "#608fcf",
|
||||
"indeterminateStartColor": "#68a2f2",
|
||||
"indeterminateEndColor": "#304869",
|
||||
"failedColor": "#ad3864",
|
||||
"failedEndColor": "#47221d",
|
||||
"passedColor": "#83d68d",
|
||||
"passedEndColor": "#2f422f"
|
||||
},
|
||||
"windowBorder" : "#282c57",
|
||||
"window": "#282c57",
|
||||
"PopupMenu.translucentBackground": "#26366d",
|
||||
"Popup": {
|
||||
"inactiveBorderColor" : "#252649",
|
||||
"paintBorder": true,
|
||||
"Header.activeBackground": "#39487e",
|
||||
"Header.inactiveBackground": "#325180",
|
||||
"separatorColor" : "#223757",
|
||||
"separatorForeground": "#426aa8",
|
||||
"Advertiser": {
|
||||
"background": "#2f3347",
|
||||
"borderColor": "#141834",
|
||||
"borderInsets": "3,8,5,0"
|
||||
}
|
||||
},
|
||||
"ToggleButton": {
|
||||
"onForeground": "#274368",
|
||||
"onBackground": "#9ca9af",
|
||||
"offForeground": "#646464",
|
||||
"offBackground": "#1c2732",
|
||||
"buttonColor": "#3c5285"
|
||||
},
|
||||
"ToolTip": {
|
||||
"background": "#445a83",
|
||||
"Actions.background": "#252c3a"
|
||||
},
|
||||
"ToolWindow": {
|
||||
"Header": {
|
||||
"background": "#3766ae",
|
||||
"inactiveBackground": "#325180"
|
||||
},
|
||||
|
||||
"HeaderTab": {
|
||||
"selectedBackground": "#39487eff",
|
||||
"selectedInactiveBackground": "#2c3d59ff",
|
||||
"hoverBackground": "#384d71ff",
|
||||
"hoverInactiveBackground": "#25334aff"
|
||||
},
|
||||
|
||||
"Button": {
|
||||
"hoverBackground": "#384d71ff",
|
||||
"selectedBackground": "#39487eff",
|
||||
"selectedForeground": "#b1bfc6"
|
||||
}
|
||||
},
|
||||
"DragAndDrop": {
|
||||
"areaForeground": "#e5e5e5",
|
||||
"areaBackground": "#242b39",
|
||||
"areaBorderColor": "#141834"
|
||||
},
|
||||
"Plugins": {
|
||||
"SectionHeader.background": "#2a3563",
|
||||
"tagBackground": "#3d445a",
|
||||
"lightSelectionBackground": "#3c4b7e"
|
||||
},
|
||||
"EditorPane.inactiveBackground": "#040c25"
|
||||
},
|
||||
"icons": {
|
||||
"ColorPalette": {
|
||||
"Checkbox.Background.Default.Dark": "#3c4861",
|
||||
"Checkbox.Foreground.Selected.Dark": "#00d66e",
|
||||
|
||||
"Checkbox.Background.Disabled": "#212735",
|
||||
"Checkbox.Background.Disabled.Dark": "#212735",
|
||||
|
||||
"Objects.Grey": "#e3e3e3c0",
|
||||
"Objects.Blue": "#4fc3f7c0",
|
||||
"Objects.RedStatus": "#ff5722c0",
|
||||
"Objects.Red": "#ff7274c0",
|
||||
"Objects.Pink": "#ff97b1c0",
|
||||
"Objects.Yellow": "#ffca57c0",
|
||||
"Objects.Green": "#76da84c0",
|
||||
"Objects.Purple": "#d199ffc0",
|
||||
"Objects.BlackText": "#2e2e2ec0",
|
||||
"Objects.YellowDark": "#ffca1ec0",
|
||||
"Objects.GreenAndroid": "#18e66bc0"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,241 @@
|
||||
{
|
||||
"name": "Gradianto Midnight Blue",
|
||||
"dark": true,
|
||||
"author": "",
|
||||
"editorScheme": "/Gradianto_midnight_blue.xml",
|
||||
"ui": {
|
||||
"*": {
|
||||
"background": "#282839",
|
||||
"foreground": "#d4d4d4",
|
||||
|
||||
"infoForeground": "#00d66e",
|
||||
|
||||
"selectionBackground": "#544092",
|
||||
"selectionForeground": "#e2e2e2",
|
||||
"selectionInactiveBackground": "#48387e",
|
||||
|
||||
|
||||
"disabledForeground": "#a3a3a3",
|
||||
"disabledBackground": "#3f3571",
|
||||
"inactiveBackground": "#52408f",
|
||||
|
||||
"errorForeground": "#ebf1f2",
|
||||
|
||||
"disabledText": "#adadad",
|
||||
"Borders.ContrastBorderColor" : "#221b3c",
|
||||
"borderColor": "#221b3c",
|
||||
"disabledBorderColor": "#221b3c",
|
||||
"focusColor" : "#161227",
|
||||
"focusedBorderColor": "#161227",
|
||||
|
||||
"separatorColor": "#383850"
|
||||
},
|
||||
|
||||
"Tree.background": "#2c2c3e",
|
||||
|
||||
"ActionButton": {
|
||||
"hoverBackground": "#6d55bd",
|
||||
"pressedBackground": "#4b3a81",
|
||||
"hoverBorderColor": "#6d55bd",
|
||||
"pressedBorderColor": "#4b3a81"
|
||||
},
|
||||
"Borders": {
|
||||
"color": "#1b092f",
|
||||
"ContrastBorderColor": "#1a1328"
|
||||
},
|
||||
"Button": {
|
||||
"startBackground": "#544c91",
|
||||
"endBackground": "#544c91",
|
||||
"startBorderColor": "#544c91",
|
||||
"endBorderColor": "#544c91",
|
||||
"focusedBorderColor" : "#5631a2",
|
||||
"default.focusColor": "#5631a2",
|
||||
"disabledBorderColor" : "#442781",
|
||||
"default": {
|
||||
"startBackground": "#544c91",
|
||||
"endBackground": "#544c91",
|
||||
"startBorderColor": "#544c91",
|
||||
"endBorderColor": "#442781",
|
||||
"focusedBorderColor": "#5631a2",
|
||||
"focusColor": "#5631a2"
|
||||
}
|
||||
|
||||
},
|
||||
"CompletionPopup": {
|
||||
"matchForeground": "#cecb46",
|
||||
"matchSelectionForeground": "#ffcd7e"
|
||||
},
|
||||
"MenuBar.borderColor": "#221b3c",
|
||||
"Menu.borderColor": "#140928",
|
||||
"NavBar.borderColor": "#140928",
|
||||
|
||||
"Notification": {
|
||||
|
||||
"errorForeground": "#f5f5f5",
|
||||
"errorBackground": "#c4131e",
|
||||
"errorBorderColor": "#c55e4a",
|
||||
|
||||
"ToolWindow": {
|
||||
"informativeForeground": "#f5f5f5",
|
||||
"informativeBackground": "#4a4a66",
|
||||
"informativeBorderColor": "#d4745c",
|
||||
|
||||
"warningForeground": "#abb2bf",
|
||||
"warningBackground": "#896a28",
|
||||
"warningBorderColor": "#5f4422",
|
||||
|
||||
"errorForeground": "#abb2bf",
|
||||
"errorBackground": "#923849",
|
||||
"errorBorderColor": "#552029"
|
||||
}
|
||||
},
|
||||
"ComboBox": {
|
||||
"background" : "#5d5d84",
|
||||
"nonEditableBackground": "#4a4a68",
|
||||
"ArrowButton": {
|
||||
"iconColor": "#e3e2f1",
|
||||
"disabledIconColor": "#667286",
|
||||
"nonEditableBackground": "#464662"
|
||||
}
|
||||
},
|
||||
"Editor": {
|
||||
"shortcutForeground": "#745279"
|
||||
},
|
||||
|
||||
"EditorTabs": {
|
||||
"underlinedTabBackground": "#3d3d56",
|
||||
"selectedBackground": "#3d3d56",
|
||||
"underlineColor": "#44346e"
|
||||
},
|
||||
|
||||
"Link": {
|
||||
"activeForeground": "#ede891",
|
||||
"hoverForeground": "#ede891",
|
||||
"pressedForeground": "#ede891",
|
||||
"visitedForeground": "#ede891"
|
||||
},
|
||||
"FileColor": {
|
||||
"Yellow": "#d19a6625",
|
||||
"Green": "#98c37925",
|
||||
"Blue": "#61afef25",
|
||||
"Violet": "#542a4f25",
|
||||
"Orange": "#d13c0025",
|
||||
"Rose": "#ae002f25"
|
||||
},
|
||||
"SearchEverywhere": {
|
||||
"Tab": {
|
||||
"selectedForeground": "#ffffff",
|
||||
"selectedBackground": "#52408f"
|
||||
}
|
||||
},
|
||||
"SearchMatch": {
|
||||
"startBackground": "#8787c1",
|
||||
"endBackground": "#8787c1"
|
||||
},
|
||||
|
||||
"WelcomeScreen": {
|
||||
"Projects.selectionInactiveBackground": "#323247",
|
||||
"separatorColor": "#323247"
|
||||
},
|
||||
|
||||
"ValidationTooltip": {
|
||||
"errorBackground": "#802d43",
|
||||
"errorBorderColor": "#802d43",
|
||||
"warningBackground": "#735822",
|
||||
"warningBorderColor": "#5f4422"
|
||||
},
|
||||
"Table": {
|
||||
"stripeColor": "#4e4e6f",
|
||||
"selectionForeground": "#ffffff",
|
||||
"dropLineColor": "#63638d",
|
||||
"focusCellForeground": "#ffffff",
|
||||
"gridColor": "#4e4e6f"
|
||||
},
|
||||
|
||||
"ProgressBar": {
|
||||
"trackColor": "#280a2f",
|
||||
"progressColor": "#8769cf",
|
||||
"indeterminateStartColor": "#a088f2",
|
||||
"indeterminateEndColor": "#3d3f69",
|
||||
"failedColor": "#ad3864",
|
||||
"failedEndColor": "#47221d",
|
||||
"passedColor": "#83d68d",
|
||||
"passedEndColor": "#2f422f"
|
||||
},
|
||||
"PopupMenu.translucentBackground": "#37256d",
|
||||
|
||||
"Popup": {
|
||||
"paintBorder": true,
|
||||
"Header.activeBackground": "#5841a7",
|
||||
"Header.inactiveBackground": "#48388b",
|
||||
"separatorColor" : "#5640a2",
|
||||
"separatorForeground": "#654bbe",
|
||||
"Advertiser": {
|
||||
"background": "#323247",
|
||||
"borderColor": "#140928",
|
||||
"borderInsets": "3,8,5,0"
|
||||
}
|
||||
},
|
||||
"ToggleButton": {
|
||||
"onForeground": "#9ca9af",
|
||||
"onBackground": "#3f2c6d",
|
||||
"offForeground": "#646464",
|
||||
"offBackground": "#232332",
|
||||
"buttonColor": "#411e85",
|
||||
"borderColor": "#140928"
|
||||
},
|
||||
"ToolTip": {
|
||||
"background": "#5c5c83",
|
||||
"Actions.background": "#29293a"
|
||||
},
|
||||
"ToolWindow": {
|
||||
"Header": {
|
||||
"background": "#504896",
|
||||
"inactiveBackground": "#443577"
|
||||
},
|
||||
|
||||
"HeaderTab": {
|
||||
"selectedBackground": "#41415eff",
|
||||
"selectedInactiveBackground": "#363647ff",
|
||||
"hoverBackground": "#4e4e70ff",
|
||||
"hoverInactiveBackground": "#414157ff"
|
||||
},
|
||||
|
||||
"Button": {
|
||||
"hoverBackground": "#4e4e70",
|
||||
"selectedBackground": "#41415e",
|
||||
"selectedForeground": "#9ca9af"
|
||||
}
|
||||
},
|
||||
"DragAndDrop": {
|
||||
"areaForeground": "#f5f5f5",
|
||||
"areaBackground": "#282839",
|
||||
"areaBorderColor": "#140928"
|
||||
},
|
||||
"Plugins": {
|
||||
"SectionHeader.background": "#392c63",
|
||||
"tagBackground": "#40405a",
|
||||
"lightSelectionBackground": "#48387e"
|
||||
},
|
||||
"EditorPane.inactiveBackground": "#1a0225"
|
||||
},
|
||||
"icons": {
|
||||
"ColorPalette": {
|
||||
"Checkbox.Background.Default.Dark": "#444461",
|
||||
"Checkbox.Foreground.Selected.Dark": "#00d66e",
|
||||
|
||||
|
||||
"Objects.Grey": "#d6d6d6c0",
|
||||
"Objects.Blue": "#4fc3f7c0",
|
||||
"Objects.RedStatus": "#ff5722c0",
|
||||
"Objects.Red": "#ff7274c0",
|
||||
"Objects.Pink": "#ff97b1c0",
|
||||
"Objects.Yellow": "#ffca57c0",
|
||||
"Objects.Green": "#76da84c0",
|
||||
"Objects.Purple": "#d199ffc0",
|
||||
"Objects.BlackText": "#2e2e2ec0",
|
||||
"Objects.YellowDark": "#ffca1ec0",
|
||||
"Objects.GreenAndroid": "#18e66bc0"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -41,6 +41,27 @@
|
||||
"sourceCodeUrl": "https://github.com/dracula/jetbrains",
|
||||
"sourceCodePath": "blob/master/src/main/resources/themes/Dracula.theme.json"
|
||||
},
|
||||
"Gradianto_dark_fuchsia.theme.json": {
|
||||
"name": "Gradianto Dark Fuchsia",
|
||||
"license": "MIT",
|
||||
"licenseFile": "Gradianto.LICENSE.txt",
|
||||
"sourceCodeUrl": "https://github.com/thvardhan/Gradianto",
|
||||
"sourceCodePath": "blob/master/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"
|
||||
},
|
||||
"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"
|
||||
},
|
||||
"Gray.theme.json": {
|
||||
"name": "Gray",
|
||||
"license": "MIT",
|
||||
|
||||
Reference in New Issue
Block a user