IntelliJ Themes: updated "Dracula" and "Gradianto" themes

This commit is contained in:
Karl Tauber
2021-01-09 17:35:13 +01:00
parent 9113c31612
commit cf141f0e55
7 changed files with 142 additions and 106 deletions

View File

@@ -13,6 +13,8 @@ FlatLaf Change Log
- Support embedding UI defaults inspector panel into any window. See - Support embedding UI defaults inspector panel into any window. See
`FlatUIDefaultsInspector.createInspectorPanel()`. `FlatUIDefaultsInspector.createInspectorPanel()`.
- Copy selected keys and values into clipboard via context menu. - Copy selected keys and values into clipboard via context menu.
- IntelliJ Themes:
- Updated "Dracula" and "Gradianto" themes.
#### Fixed bugs #### Fixed bugs

View File

@@ -74,7 +74,7 @@
"license": "MIT", "license": "MIT",
"licenseFile": "Dracula.LICENSE.txt", "licenseFile": "Dracula.LICENSE.txt",
"sourceCodeUrl": "https://github.com/dracula/jetbrains", "sourceCodeUrl": "https://github.com/dracula/jetbrains",
"sourceCodePath": "blob/master/src/main/resources/themes/dracula.theme.json" "sourceCodePath": "blob/master/src/main/resources/themes/Dracula.theme.json"
}, },
"Gradianto_dark_fuchsia.theme.json": { "Gradianto_dark_fuchsia.theme.json": {
"name": "Gradianto Dark Fuchsia", "name": "Gradianto Dark Fuchsia",

View File

@@ -2,37 +2,48 @@
"name": "Dracula", "name": "Dracula",
"dark": true, "dark": true,
"author": "Zihan Ma", "author": "Zihan Ma",
"editorScheme": "/themes/dracula.xml", "editorScheme": "/themes/Dracula.xml",
"colors": {
"primaryForeground": "#f8f8f2",
"primaryBackground": "#414450",
"secondaryBackground": "#44475a",
"hoverBackground": "#282a36",
"selectionBackground": "#6272a4",
"selectionInactiveBackground": "#4e5a82",
"borderColor": "#282a36",
"separatorColor": "#282a36"
},
"ui": { "ui": {
"*": { "*": {
"arc": "7", "arc": "7",
"background": "#414450", "background": "primaryBackground",
"selectionBackground": "#6272a4", "selectionBackground": "selectionBackground",
"selectionInactiveBackground": "#4e5a82", "selectionInactiveBackground": "selectionInactiveBackground",
"inactiveBackground": "#414450", "inactiveBackground": "primaryBackground",
"borderColor": "#282a36" "borderColor": "borderColor",
"separatorColor": "separatorColor"
}, },
"Borders": { "Borders": {
"color": "#282a36", "color": "borderColor",
"ContrastBorderColor": "#282a36" "ContrastBorderColor": "borderColor"
}, },
"ActionButton": { "ActionButton": {
"hoverBackground": "#282a35", "hoverBackground": "hoverBackground",
"hoverBorderColor": "#282a35", "hoverBorderColor": "hoverBackground",
"pressedBackground": "#282a35", "pressedBackground": "hoverBackground",
"pressedBorderColor": "#282a35" "pressedBorderColor": "hoverBackground"
}, },
"Button": { "Button": {
"foreground": "#f8f8f2", "foreground": "primaryForeground",
"startBorderColor": "#6272a4", "startBorderColor": "selectionBackground",
"endBorderColor": "#6272a4", "endBorderColor": "selectionBackground",
"startBackground": "#6272a4", "startBackground": "selectionBackground",
"endBackground": "#6272a4", "endBackground": "selectionBackground",
"focusedBorderColor": "#bd93f9", "focusedBorderColor": "#bd93f9",
"default": { "default": {
"foreground": "#f8f8f2", "foreground": "primaryForeground",
"startBackground": "#6272a4", "startBackground": "selectionBackground",
"endBackground": "#6272a4", "endBackground": "selectionBackground",
"startBorderColor": "#bd93f9", "startBorderColor": "#bd93f9",
"endBorderColor": "#bd93f9", "endBorderColor": "#bd93f9",
"focusColor": "#bd93f9", "focusColor": "#bd93f9",
@@ -40,7 +51,7 @@
} }
}, },
"Counter": { "Counter": {
"foreground": "#414450", "foreground": "primaryBackground",
"background": "#2fc864" "background": "#2fc864"
}, },
"CheckBoxMenuItem": { "CheckBoxMenuItem": {
@@ -49,50 +60,50 @@
"ComboBox": { "ComboBox": {
"modifiedItemForeground": "#ff79c6", "modifiedItemForeground": "#ff79c6",
"ArrowButton": { "ArrowButton": {
"background": "#44475a", "background": "secondaryBackground",
"nonEditableBackground": "#44475a", "nonEditableBackground": "secondaryBackground",
"iconColor": "#bd93f9" "iconColor": "#bd93f9"
}, },
"selectionBackground": "#bd93f9", "selectionBackground": "#bd93f9",
"nonEditableBackground": "#44475a" "nonEditableBackground": "secondaryBackground"
}, },
"CompletionPopup": { "CompletionPopup": {
"selectionBackground": "#6272a4", "selectionBackground": "selectionBackground",
"selectionInactiveBackground": "#4e5a82", "selectionInactiveBackground": "selectionInactiveBackground",
"matchForeground": "#ff79c6" "matchForeground": "#ff79c6"
}, },
"Component": { "Component": {
"focusColor": "#bd93f9", "focusColor": "#bd93f9",
"borderColor": "#6272a4", "borderColor": "selectionBackground",
"focusedBorderColor": "#6272a4", "focusedBorderColor": "selectionBackground",
"errorFocusColor": "#ff5554", "errorFocusColor": "#ff5554",
"inactiveErrorFocusColor": "#ff5554", "inactiveErrorFocusColor": "#ff5554",
"warningFocusColor": "#f1fa8c", "warningFocusColor": "#f1fa8c",
"inactiveWarningFocusColor": "#f1fa8c" "inactiveWarningFocusColor": "#f1fa8c"
}, },
"DragAndDrop": { "DragAndDrop": {
"areaBorderColor": "#6272a4" "areaBorderColor": "selectionBackground"
}, },
"Editor": { "Editor": {
"background": "#44475a", "background": "secondaryBackground",
"shortcutForeground": "#ff79c6" "shortcutForeground": "#ff79c6"
}, },
"EditorTabs": { "EditorTabs": {
"background": "#44475a", "background": "secondaryBackground",
"underlinedTabBackground": "#313341", "underlinedTabBackground": "#313341",
"underlineColor": "#bd93f9", "underlineColor": "#bd93f9",
"underlineHeight": 1 "underlineHeight": 2
}, },
"FileColor": { "FileColor": {
"Blue": "#8be9fd", "Blue": "#8be9fd",
"Green": "#63667E", "Green": "#63667E",
"Orange": "#ffb86c", "Orange": "#ffb86c",
"Yellow": "#44475a", "Yellow": "secondaryBackground",
"Rose": "#ff79c6", "Rose": "#ff79c6",
"Violet": "#bd93f9" "Violet": "#bd93f9"
}, },
"Label": { "Label": {
"foreground": "#f8f8f2", "foreground": "primaryForeground",
"errorForeground": "#ff5554" "errorForeground": "#ff5554"
}, },
"Link": { "Link": {
@@ -102,51 +113,52 @@
"pressedForeground": "#bd93f9" "pressedForeground": "#bd93f9"
}, },
"Notification": { "Notification": {
"borderColor": "#6272a4", "borderColor": "selectionBackground",
"errorBorderColor": "#ff5554", "errorBorderColor": "#ff5554",
"errorBackground": "#414450", "errorBackground": "primaryBackground",
"errorForeground": "#f8f8f2", "errorForeground": "primaryForeground",
"ToolWindow": { "ToolWindow": {
"warningForeground": "#f8f8f2", "warningForeground": "primaryForeground",
"warningBackground": "#414450", "warningBackground": "primaryBackground",
"warningBorderColor": "#ffb86c", "warningBorderColor": "#ffb86c",
"errorForeground": "#f8f8f2", "errorForeground": "primaryForeground",
"errorBorderColor": "#ff5554", "errorBorderColor": "#ff5554",
"errorBackground": "#414450", "errorBackground": "primaryBackground",
"informativeForeground": "#f8f8f2", "informativeForeground": "primaryForeground",
"informativeBackground": "#414450", "informativeBackground": "primaryBackground",
"informativeBorderColor": "#50fa7b" "informativeBorderColor": "#50fa7b"
} }
}, },
"Plugins": { "Plugins": {
"SearchField": { "SearchField": {
"background": "#44475a" "background": "secondaryBackground"
}, },
"SectionHeader": { "SectionHeader": {
"foreground": "#f8f8f2" "foreground": "primaryForeground"
}, },
"lightSelectionBackground": "#282a35", "hoverBackground": "hoverBackground",
"lightSelectionBackground": "hoverBackground",
"Button": { "Button": {
"installBorderColor": "#bd93f9", "installBorderColor": "#bd93f9",
"installForeground": "#bd93f9", "installForeground": "#bd93f9",
"installBackground": "#414450", "installBackground": "primaryBackground",
"installFillForeground": "#414450", "installFillForeground": "primaryBackground",
"installFillBackground": "#bd93f9", "installFillBackground": "#bd93f9",
"installFocusedBackground": "#414450", "installFocusedBackground": "primaryBackground",
"updateBorderColor": "#5da3f4", "updateBorderColor": "#5da3f4",
"updateForeground": "#f8f8f2", "updateForeground": "primaryForeground",
"updateBackground": "#5da3f4" "updateBackground": "#5da3f4"
}, },
"Tab": { "Tab": {
"selectedBackground": "#282a35", "selectedBackground": "hoverBackground",
"selectedForeground": "#f8f8f2", "selectedForeground": "primaryForeground",
"hoverBackground": "#282a35" "hoverBackground": "hoverBackground"
} }
}, },
"ProgressBar": { "ProgressBar": {
"failedColor": "#ff5554", "failedColor": "#ff5554",
"failedEndColor": "#ff5554", "failedEndColor": "#ff5554",
"trackColor": "#6272a4", "trackColor": "selectionBackground",
"progressColor": "#ff79c6", "progressColor": "#ff79c6",
"indeterminateStartColor": "#93b8f9", "indeterminateStartColor": "#93b8f9",
"indeterminateEndColor": "#bd93f9", "indeterminateEndColor": "#bd93f9",
@@ -155,8 +167,8 @@
}, },
"Popup": { "Popup": {
"Header": { "Header": {
"activeBackground": "#44475a", "activeBackground": "secondaryBackground",
"inactiveBackground": "#44475a" "inactiveBackground": "secondaryBackground"
} }
}, },
"ScrollBar": { "ScrollBar": {
@@ -169,39 +181,54 @@
}, },
"SearchEverywhere": { "SearchEverywhere": {
"SearchField": { "SearchField": {
"background": "#44475a" "background": "secondaryBackground"
}, },
"Tab": { "Tab": {
"selectedBackground": "#313341", "selectedBackground": "#313341",
"selectedForeground": "#f8f8f2" "selectedForeground": "primaryForeground"
} }
}, },
"SearchMatch": { "SearchMatch": {
"startBackground": "#ff79c6", "startBackground": "#ff79c6",
"endBackground": "#ff79c6" "endBackground": "#ff79c6"
}, },
"Separator.separatorColor": "#282a35", "Separator": {
"separatorColor": "separatorColor"
},
"SidePanel": {
"background": "secondaryBackground"
},
"StatusBar": {
"hoverBackground": "hoverBackground"
},
"TabbedPane": { "TabbedPane": {
"tabSelectionHeight": 1, "tabSelectionHeight": 1,
"focusColor": "#282a35", "focusColor": "hoverBackground",
"hoverColor": "#282a35", "hoverColor": "hoverBackground",
"underlineColor": "#bd93f9", "underlineColor": "#bd93f9",
"contentAreaColor": "#282a35" "contentAreaColor": "hoverBackground"
},
"Table": {
"gridColor": "#5d617a",
"hoverBackground": "selectionBackground"
},
"TableHeader": {
"bottomSeparatorColor": "separatorColor"
}, },
"ToggleButton": { "ToggleButton": {
"onBackground": "#50fa7b", "onBackground": "#50fa7b",
"onForeground": "#282a35", "onForeground": "hoverBackground",
"offBackground": "#6272a4", "offBackground": "selectionBackground",
"offForeground": "#282a35", "offForeground": "hoverBackground",
"buttonColor": "#f8f8f2" "buttonColor": "primaryForeground"
}, },
"ToolWindow": { "ToolWindow": {
"Button": { "Button": {
"hoverBackground": "#282a35" "hoverBackground": "hoverBackground"
}, },
"Header": { "Header": {
"background": "#44475a", "background": "secondaryBackground",
"inactiveBackground": "#44475a" "inactiveBackground": "secondaryBackground"
}, },
"HeaderTab": { "HeaderTab": {
"underlineColor": "#bd93f9", "underlineColor": "#bd93f9",
@@ -212,8 +239,8 @@
}, },
"Tree": { "Tree": {
"modifiedItemForeground": "#ff79c6", "modifiedItemForeground": "#ff79c6",
"selectionBackground": "#6272a4", "selectionBackground": "selectionBackground",
"selectionInactiveBackground": "#4e5a82" "selectionInactiveBackground": "selectionInactiveBackground"
}, },
"ValidationTooltip": { "ValidationTooltip": {
"errorBackground": "#ff5554", "errorBackground": "#ff5554",
@@ -224,7 +251,7 @@
"VersionControl": { "VersionControl": {
"FileHistory": { "FileHistory": {
"Commit": { "Commit": {
"selectedBranchBackground": "#44475a" "selectedBranchBackground": "secondaryBackground"
} }
}, },
"GitLog": { "GitLog": {
@@ -236,16 +263,23 @@
}, },
"Log": { "Log": {
"Commit": { "Commit": {
"currentBranchBackground": "#44475a" "hoveredBackground": "selectionBackground",
"currentBranchBackground": "secondaryBackground"
} }
} }
}, },
"WelcomeScreen": { "WelcomeScreen": {
"separatorColor": "#191b1f", "SidePanel": {
"background": "secondaryBackground"
},
"separatorColor": "separatorColor",
"Projects": { "Projects": {
"background": "#282a35", "background": "hoverBackground",
"selectionBackground": "#44475a", "selectionBackground": "secondaryBackground",
"selectionInactiveBackground": "#44475a" "selectionInactiveBackground": "secondaryBackground",
"actions": {
"background": "hoverBackground"
}
} }
} }
}, },

View File

@@ -230,35 +230,35 @@
"ScrollBar" : { "ScrollBar" : {
"hoverThumbBorderColor" : "#39666394", "hoverThumbBorderColor" : "#39666394",
"background" : "#16322cff", "background" : "#16322cff",
"hoverThumbColor": "#1f3e38b2", "hoverThumbColor": "#497486ff",
"hoverTrackColor": "#224039ff", "hoverTrackColor": "#224039ff",
"thumb": "#20403aff", "thumb": "#406480ff",
"thumbBorderColor": "#39666394", "thumbBorderColor": "#39666394",
"thumbColor": "#20403d94", "thumbColor": "#406480ff",
"thumbDarkShadow": "#122623ff", "thumbDarkShadow": "#122623ff",
"thumbHighlight": "#2a4f4cff", "thumbHighlight": "#2a4f4cff",
"thumbShadow": "#162b24ff", "thumbShadow": "#162b24ff",
"track": "#182d26ff", "track": "#182d26ff",
"Transparent": { "Transparent": {
"thumbColor": "#20403d94", "thumbColor": "#406480ff",
"hoverThumbBorderColor" : "#14262694", "hoverThumbBorderColor" : "#14262694",
"hoverThumbColor": "#1f3e38b2", "hoverThumbColor": "#497486ff",
"hoverTrackColor": "#224039ff", "hoverTrackColor": "#224039ff",
"thumbBorderColor": "#14262694" "thumbBorderColor": "#14262694"
}, },
"Mac" : { "Mac" : {
"Transparent": { "Transparent": {
"thumbColor": "#20403d94", "thumbColor": "#406480ff",
"hoverThumbBorderColor" : "#14262694", "hoverThumbBorderColor" : "#14262694",
"hoverThumbColor": "#1f3e38b2", "hoverThumbColor": "#497486ff",
"hoverTrackColor": "#224039ff", "hoverTrackColor": "#224039ff",
"thumbBorderColor": "##39666394" "thumbBorderColor": "#39666394"
}, },
"hoverThumbBorderColor" : "#14262694", "hoverThumbBorderColor" : "#14262694",
"hoverThumbColor": "#1f3e38b2", "hoverThumbColor": "#497486ff",
"hoverTrackColor": "#224039ff", "hoverTrackColor": "#224039ff",
"thumbBorderColor": "#14262694", "thumbBorderColor": "#14262694",
"thumbColor": "#20403d94" "thumbColor": "#406480ff"
} }
}, },
"EditorPane.inactiveBackground": "#254a39ff" "EditorPane.inactiveBackground": "#254a39ff"

View File

@@ -252,35 +252,35 @@
"ScrollBar" : { "ScrollBar" : {
"hoverThumbBorderColor" : "#3a2241b2", "hoverThumbBorderColor" : "#3a2241b2",
"background" : "#241632ff", "background" : "#241632ff",
"hoverThumbColor": "#472950b2", "hoverThumbColor": "#694f92ff",
"hoverTrackColor": "#3d2240ff", "hoverTrackColor": "#3d2240ff",
"thumb": "#2f2040ff", "thumb": "#2f2040ff",
"thumbBorderColor": "#2c152fff", "thumbBorderColor": "#2c152fff",
"thumbColor": "#2f1f4094", "thumbColor": "#6c499194",
"thumbDarkShadow": "#261226ff", "thumbDarkShadow": "#261226ff",
"thumbHighlight": "#4f2a4eff", "thumbHighlight": "#4f2a4eff",
"thumbShadow": "#22162bff", "thumbShadow": "#22162bff",
"track": "#23182dff", "track": "#23182dff",
"Transparent": { "Transparent": {
"thumbColor": "#2f1f4094", "thumbColor": "#6c499194",
"hoverThumbBorderColor" : "#3a2241b2", "hoverThumbBorderColor" : "#3a2241b2",
"hoverThumbColor": "#472950b2", "hoverThumbColor": "#694f92ff",
"hoverTrackColor": "#3d2240ff", "hoverTrackColor": "#3d2240ff",
"thumbBorderColor": "#2c152fff" "thumbBorderColor": "#2c152fff"
}, },
"Mac" : { "Mac" : {
"Transparent": { "Transparent": {
"thumbColor": "#2f1f4094", "thumbColor": "#6c499194",
"hoverThumbBorderColor" : "#3a2241b2", "hoverThumbBorderColor" : "#3a2241b2",
"hoverThumbColor": "#472950b2", "hoverThumbColor": "#694f92ff",
"hoverTrackColor": "#3d2240ff", "hoverTrackColor": "#3d2240ff",
"thumbBorderColor": "#2c152fff" "thumbBorderColor": "#2c152fff"
}, },
"hoverThumbBorderColor" : "#3a2241b2", "hoverThumbBorderColor" : "#3a2241b2",
"hoverThumbColor": "#472950b2", "hoverThumbColor": "#694f92ff",
"hoverTrackColor": "#3d2240ff", "hoverTrackColor": "#3d2240ff",
"thumbBorderColor": "#2c152fff", "thumbBorderColor": "#2c152fff",
"thumbColor": "#2f1f4094" "thumbColor": "#6c499194"
} }
}, },
"TabbedPane": { "TabbedPane": {

View File

@@ -18,7 +18,6 @@
"disabledForeground": "#a3a3a3", "disabledForeground": "#a3a3a3",
"disabledBackground": "#222f44", "disabledBackground": "#222f44",
"inactiveBackground": "#325180", "inactiveBackground": "#325180",
"errorForeground": "#b5b5b5", "errorForeground": "#b5b5b5",
"disabledText": "#adadad", "disabledText": "#adadad",
@@ -71,35 +70,35 @@
"ScrollBar" : { "ScrollBar" : {
"hoverThumbBorderColor" : "#12182994", "hoverThumbBorderColor" : "#12182994",
"background" : "#161f3294", "background" : "#161f3294",
"hoverThumbColor": "#313f62b2", "hoverThumbColor": "#497486ff",
"hoverTrackColor": "#222a40b2", "hoverTrackColor": "#222a40b2",
"thumb": "#20294094", "thumb": "#3c557cff",
"thumbBorderColor": "#12182994", "thumbBorderColor": "#12182994",
"thumbColor": "#20294094", "thumbColor": "#3c557cff",
"thumbDarkShadow": "#0c0f1a94", "thumbDarkShadow": "#0c0f1a94",
"thumbHighlight": "#3b496bb2", "thumbHighlight": "#3b496bb2",
"thumbShadow": "#161a2b94", "thumbShadow": "#161a2b94",
"track": "#181e2db2", "track": "#181e2db2",
"Transparent": { "Transparent": {
"thumbColor": "#20294094", "thumbColor": "#3c557cff",
"hoverThumbBorderColor" : "#12182994", "hoverThumbBorderColor" : "#12182994",
"hoverThumbColor": "#313f62b2", "hoverThumbColor": "#497486ff",
"hoverTrackColor": "#222a40b2", "hoverTrackColor": "#222a40b2",
"thumbBorderColor": "#12182994" "thumbBorderColor": "#12182994"
}, },
"Mac" : { "Mac" : {
"Transparent": { "Transparent": {
"thumbColor": "#20294094", "thumbColor": "#3c557cff",
"hoverThumbBorderColor" : "#12182994", "hoverThumbBorderColor" : "#12182994",
"hoverThumbColor": "#313f62b2", "hoverThumbColor": "#497486ff",
"hoverTrackColor": "#222a40b2", "hoverTrackColor": "#222a40b2",
"thumbBorderColor": "#12182994" "thumbBorderColor": "#12182994"
}, },
"hoverThumbBorderColor" : "#12182994", "hoverThumbBorderColor" : "#12182994",
"hoverThumbColor": "#313f62b2", "hoverThumbColor": "#497486ff",
"hoverTrackColor": "#222a40b2", "hoverTrackColor": "#222a40b2",
"thumbBorderColor": "#12182994", "thumbBorderColor": "#12182994",
"thumbColor": "#20294094" "thumbColor": "#3c557cff"
} }
}, },

View File

@@ -341,6 +341,7 @@
"VersionControl": { "VersionControl": {
"Log.Commit": { "Log.Commit": {
"currentBranchBackground": "#282c35", "currentBranchBackground": "#282c35",
"hoveredBackground": "#2c313c",
"unmatchedForeground": "#5c6370" "unmatchedForeground": "#5c6370"
}, },