mirror of
https://github.com/alexadhy/tokyonight-jetbrains.git
synced 2024-11-21 20:36:53 -05:00
fixes UI theme colors scrollbar, and tabs
This commit is contained in:
parent
1ca5f8cb83
commit
640d1e4c7a
2 changed files with 388 additions and 379 deletions
|
@ -85,11 +85,11 @@ tasks {
|
||||||
systemProperty("jb.consents.confirmation.enabled", "false")
|
systemProperty("jb.consents.confirmation.enabled", "false")
|
||||||
}
|
}
|
||||||
|
|
||||||
signPlugin {
|
// signPlugin {
|
||||||
certificateChain.set(System.getenv("CERTIFICATE_CHAIN"))
|
// certificateChain.set(System.getenv("CERTIFICATE_CHAIN"))
|
||||||
privateKey.set(System.getenv("PRIVATE_KEY"))
|
// privateKey.set(System.getenv("PRIVATE_KEY"))
|
||||||
password.set(System.getenv("PRIVATE_KEY_PASSWORD"))
|
// password.set(System.getenv("PRIVATE_KEY_PASSWORD"))
|
||||||
}
|
// }
|
||||||
|
|
||||||
publishPlugin {
|
publishPlugin {
|
||||||
dependsOn("patchChangelog")
|
dependsOn("patchChangelog")
|
||||||
|
|
|
@ -1,381 +1,390 @@
|
||||||
{
|
{
|
||||||
"name": "TokyoNight",
|
"name": "TokyoNight",
|
||||||
"dark": true,
|
"dark": true,
|
||||||
"author": "Alexander Adhyatma <alexadhyatma@mailbox.org>",
|
"author": "Alexander Adhyatma <alexadhyatma@mailbox.org>",
|
||||||
"editorScheme": "/themes/TokyoNight.xml",
|
"editorScheme": "/themes/TokyoNight.xml",
|
||||||
"colors": {
|
"colors": {
|
||||||
"bgDark": "#1f2335",
|
"bgDark": "#1f2335",
|
||||||
"bg": "#24283b",
|
"bg": "#24283b",
|
||||||
"terminalBlack": "#414868",
|
"terminalBlack": "#414868",
|
||||||
"fg": "#c0caf5",
|
"fg": "#c0caf5",
|
||||||
"fgDark": "#a9b1d6",
|
"fgDark": "#a9b1d6",
|
||||||
"fgGutter": "#3b4261",
|
"fgGutter": "#3b4261",
|
||||||
"dark3": "#545c7e",
|
"dark3": "#545c7e",
|
||||||
"comment": "#565f89",
|
"comment": "#565f89",
|
||||||
"dark5": "#737aa2",
|
"dark5": "#737aa2",
|
||||||
"blue0": "#3d59a1",
|
"blue0": "#3d59a1",
|
||||||
"blue": "#7aa2f7",
|
"blue": "#7aa2f7",
|
||||||
"cyan": "#7dcfff",
|
"cyan": "#7dcfff",
|
||||||
"blue1": "#2ac3de",
|
"blue1": "#2ac3de",
|
||||||
"blue2": "#0db9d7",
|
"blue2": "#0db9d7",
|
||||||
"blue5": "#89ddff",
|
"blue5": "#89ddff",
|
||||||
"blue6": "#B4F9F8",
|
"blue6": "#B4F9F8",
|
||||||
"blue7": "#394b70",
|
"blue7": "#394b70",
|
||||||
"magenta": "#bb9af7",
|
"magenta": "#bb9af7",
|
||||||
"magenta2": "#ff007c",
|
"magenta2": "#ff007c",
|
||||||
"purple": "#9d7cd8",
|
"purple": "#9d7cd8",
|
||||||
"orange": "#ff9e64",
|
"orange": "#ff9e64",
|
||||||
"yellow": "#e0af68",
|
"yellow": "#e0af68",
|
||||||
"green": "#9ece6a",
|
"green": "#9ece6a",
|
||||||
"green1": "#73daca",
|
"green1": "#73daca",
|
||||||
"green2": "#41a6b5",
|
"green2": "#41a6b5",
|
||||||
"teal": "#1abc9c",
|
"teal": "#1abc9c",
|
||||||
"red": "#f7768e",
|
"red": "#f7768e",
|
||||||
"red1": "#db4b4b",
|
"red1": "#db4b4b",
|
||||||
"hoverBackground": "#292e42",
|
"hoverBackground": "#292e42",
|
||||||
"selectionInactiveBackground": "#414868",
|
"selectionInactiveBackground": "#414868",
|
||||||
"separatorColor": "#545c7e"
|
"separatorColor": "#545c7e"
|
||||||
},
|
|
||||||
"ui": {
|
|
||||||
"*": {
|
|
||||||
"arc": "7",
|
|
||||||
"background": "bgDark",
|
|
||||||
"selectionForeground": "fg",
|
|
||||||
"selectionInactiveForeground": "fg",
|
|
||||||
"selectionBackground": "blue0",
|
|
||||||
"selectionInactiveBackground": "selectionInactiveBackground",
|
|
||||||
"inactiveBackground": "bgDark",
|
|
||||||
"disabledBackground": "bgDark",
|
|
||||||
"borderColor": "bgDark",
|
|
||||||
"separatorColor": "separatorColor"
|
|
||||||
},
|
},
|
||||||
"Borders": {
|
"ui": {
|
||||||
"color": "bgDark",
|
"*": {
|
||||||
"ContrastBorderColor": "hoverBackground"
|
"arc": "7",
|
||||||
},
|
"background": "bgDark",
|
||||||
"ActionButton": {
|
"selectionForeground": "fg",
|
||||||
"hoverBackground": "hoverBackground",
|
"selectionInactiveForeground": "fg",
|
||||||
"hoverBorderColor": "hoverBackground",
|
"selectionBackground": "hoverBackground",
|
||||||
"pressedBackground": "hoverBackground",
|
"selectionInactiveBackground": "selectionInactiveBackground",
|
||||||
"pressedBorderColor": "hoverBackground"
|
"inactiveBackground": "bgDark",
|
||||||
},
|
"disabledBackground": "bgDark",
|
||||||
"Bookmark": {
|
"borderColor": "bgDark",
|
||||||
"iconBackground": "blue",
|
"separatorColor": "separatorColor"
|
||||||
"Mnemonic": {
|
},
|
||||||
"iconForeground": "fg",
|
"Borders": {
|
||||||
"iconBackground": "hoverBackground",
|
"color": "bgDark",
|
||||||
"iconBorderColor": "blue"
|
"ContrastBorderColor": "hoverBackground"
|
||||||
}
|
},
|
||||||
},
|
"ActionButton": {
|
||||||
"BookmarkMnemonicAssigned": {
|
"hoverBackground": "hoverBackground",
|
||||||
"foreground": "fg",
|
"hoverBorderColor": "hoverBackground",
|
||||||
"background": "hoverBackground",
|
"pressedBackground": "hoverBackground",
|
||||||
"borderColor": "magenta"
|
"pressedBorderColor": "hoverBackground"
|
||||||
},
|
},
|
||||||
"BookmarkMnemonicAvailable": {
|
"Bookmark": {
|
||||||
},
|
"iconBackground": "blue",
|
||||||
"BookmarkMnemonicCurrent": {
|
"Mnemonic": {
|
||||||
"foreground": "fg",
|
"iconForeground": "fg",
|
||||||
"background": "hoverBackground",
|
"iconBackground": "hoverBackground",
|
||||||
"borderColor": "blue0"
|
"iconBorderColor": "blue"
|
||||||
},
|
}
|
||||||
"Button": {
|
},
|
||||||
"foreground": "fg",
|
"BookmarkMnemonicAssigned": {
|
||||||
"startBorderColor": "hoverBackground",
|
"foreground": "fg",
|
||||||
"endBorderColor": "hoverBackground",
|
"background": "hoverBackground",
|
||||||
"startBackground": "hoverBackground",
|
"borderColor": "magenta"
|
||||||
"endBackground": "hoverBackground",
|
},
|
||||||
"focusedBorderColor": "blue0",
|
"BookmarkMnemonicAvailable": {
|
||||||
"disabledBorderColor": "bgDark",
|
},
|
||||||
"default": {
|
"BookmarkMnemonicCurrent": {
|
||||||
"foreground": "comment",
|
"foreground": "fg",
|
||||||
"startBackground": "blue0",
|
"background": "hoverBackground",
|
||||||
"endBackground": "blue0",
|
"borderColor": "blue0"
|
||||||
"startBorderColor": "blue0",
|
},
|
||||||
"endBorderColor": "blue0",
|
"Button": {
|
||||||
"focusColor": "blue0",
|
"foreground": "fg",
|
||||||
"focusedBorderColor": "fgGutter"
|
"startBorderColor": "hoverBackground",
|
||||||
}
|
"endBorderColor": "hoverBackground",
|
||||||
},
|
"startBackground": "hoverBackground",
|
||||||
"Counter": {
|
"endBackground": "hoverBackground",
|
||||||
"foreground": "bgDark",
|
"focusedBorderColor": "blue0",
|
||||||
"background": "blue0"
|
"disabledBorderColor": "bgDark",
|
||||||
},
|
"default": {
|
||||||
"ComboBox": {
|
"foreground": "bg",
|
||||||
"modifiedItemForeground": "blue",
|
"startBackground": "blue",
|
||||||
"ArrowButton": {
|
"endBackground": "blue",
|
||||||
"background": "hoverBackground",
|
"startBorderColor": "blue0",
|
||||||
"nonEditableBackground": "hoverBackground",
|
"endBorderColor": "blue0",
|
||||||
"disabledIconColor": "purple",
|
"focusColor": "fg",
|
||||||
"iconColor": "blue"
|
"focusedBorderColor": "fg"
|
||||||
},
|
}
|
||||||
"selectionBackground": "blue0",
|
},
|
||||||
"nonEditableBackground": "blue0"
|
"Counter": {
|
||||||
},
|
"foreground": "bgDark",
|
||||||
"CompletionPopup": {
|
"background": "blue0"
|
||||||
"selectionBackground": "hoverBackground",
|
},
|
||||||
"selectionInactiveBackground": "selectionInactiveBackground",
|
"ComboBox": {
|
||||||
"matchForeground": "green1"
|
"ArrowButton": {
|
||||||
},
|
"background": "hoverBackground",
|
||||||
"Component": {
|
"nonEditableBackground": "hoverBackground",
|
||||||
"focusColor": "blue",
|
"disabledIconColor": "comment",
|
||||||
"borderColor": "bgDark",
|
"iconColor": "blue"
|
||||||
"focusedBorderColor": "blue0",
|
},
|
||||||
"disabledBorderColor": "blue0",
|
"selectionBackground": "blue0",
|
||||||
"errorFocusColor": "red1",
|
"nonEditableBackground": "hoverBackground"
|
||||||
"inactiveErrorFocusColor": "red1",
|
},
|
||||||
"warningFocusColor": "yellow",
|
"CompletionPopup": {
|
||||||
"inactiveWarningFocusColor": "yellow"
|
"selectionBackground": "hoverBackground",
|
||||||
},
|
"selectionInactiveBackground": "selectionInactiveBackground",
|
||||||
"DragAndDrop": {
|
"matchForeground": "green1"
|
||||||
"borderColor": "blue0"
|
},
|
||||||
},
|
"Component": {
|
||||||
"Editor": {
|
"focusColor": "hoverBackground",
|
||||||
"background": "bgDark",
|
"borderColor": "bgDark",
|
||||||
"shortcutForeground": "blue"
|
"focusedBorderColor": "blue0",
|
||||||
},
|
"disabledBorderColor": "blue0",
|
||||||
"EditorTabs": {
|
"errorFocusColor": "red1",
|
||||||
"background": "bgDark",
|
"inactiveErrorFocusColor": "red1",
|
||||||
"underlinedTabBackground": "hoverBackground",
|
"warningFocusColor": "yellow",
|
||||||
"underlineColor": "blue",
|
"inactiveWarningFocusColor": "yellow"
|
||||||
"underlineHeight": 1,
|
},
|
||||||
"hoverBackground": "hoverBackground",
|
"DragAndDrop": {
|
||||||
"inactiveUnderlineColor": "blue"
|
"borderColor": "blue0"
|
||||||
},
|
},
|
||||||
"FileColor": {
|
"DefaultTabs": {
|
||||||
"Blue": "#7AA2F750",
|
"background": "bg",
|
||||||
"Green": "#9ece6e50",
|
"borderColor": "hoverBackground",
|
||||||
"Orange": "#FF9E6450",
|
"hoverBackground": "hoverBackground",
|
||||||
"Yellow": "#e0af68ff",
|
"inactiveUnderlineColor": "comment",
|
||||||
"Rose": "#F7768E50",
|
"underlineColor": "blue"
|
||||||
"Violet": "#bb9af750"
|
},
|
||||||
},
|
"Editor": {
|
||||||
"Link": {
|
"background": "bgDark",
|
||||||
"activeForeground": "blue",
|
"shortcutForeground": "blue"
|
||||||
"hoverForeground": "blue",
|
},
|
||||||
"visitedForeground": "magenta",
|
"EditorTabs": {
|
||||||
"pressedForeground": "magenta"
|
"background": "bgDark",
|
||||||
},
|
"underlinedTabBackground": "hoverBackground",
|
||||||
"Notification": {
|
"underlineColor": "blue",
|
||||||
"background": "hoverBackground",
|
"underlineHeight": 1,
|
||||||
"errorBorderColor": "red1",
|
"hoverBackground": "hoverBackground",
|
||||||
"errorBackground": "bgDark",
|
"inactiveUnderlineColor": "blue"
|
||||||
"errorForeground": "fg",
|
},
|
||||||
"ToolWindow": {
|
"FileColor": {
|
||||||
"warningForeground": "fg",
|
"Blue": "#7AA2F750",
|
||||||
"warningBackground": "bgDark",
|
"Green": "#9ece6e50",
|
||||||
"warningBorderColor": "orange",
|
"Orange": "#FF9E6450",
|
||||||
"errorForeground": "fg",
|
"Yellow": "#e0af68ff",
|
||||||
"errorBorderColor": "red1",
|
"Rose": "#F7768E50",
|
||||||
"errorBackground": "bgDark",
|
"Violet": "#bb9af750"
|
||||||
"informativeForeground": "fg",
|
},
|
||||||
"informativeBackground": "bgDark",
|
"Link": {
|
||||||
"informativeBorderColor": "magenta"
|
"activeForeground": "blue",
|
||||||
}
|
"hoverForeground": "blue",
|
||||||
},
|
"visitedForeground": "magenta",
|
||||||
"PasswordField": {
|
"pressedForeground": "magenta"
|
||||||
"background": "hoverBackground"
|
},
|
||||||
},
|
"Notification": {
|
||||||
"Plugins": {
|
"background": "hoverBackground",
|
||||||
"SearchField": {
|
"errorBorderColor": "red1",
|
||||||
"background": "hoverBackground"
|
"errorBackground": "bgDark",
|
||||||
},
|
"errorForeground": "fg",
|
||||||
"SectionHeader": {
|
"ToolWindow": {
|
||||||
"foreground": "fg"
|
"warningForeground": "fg",
|
||||||
},
|
"warningBackground": "bgDark",
|
||||||
"hoverBackground": "hoverBackground",
|
"warningBorderColor": "orange",
|
||||||
"lightSelectionBackground": "hoverBackground",
|
"errorForeground": "fg",
|
||||||
"Button": {
|
"errorBorderColor": "red1",
|
||||||
"installBorderColor": "magenta",
|
"errorBackground": "bgDark",
|
||||||
"installForeground": "magenta",
|
"informativeForeground": "fg",
|
||||||
"installBackground": "bgDark",
|
"informativeBackground": "bgDark",
|
||||||
"installFillForeground": "bgDark",
|
"informativeBorderColor": "magenta"
|
||||||
"installFillBackground": "magenta",
|
}
|
||||||
"installFocusedBackground": "bgDark",
|
},
|
||||||
"updateBorderColor": "blue",
|
"PasswordField": {
|
||||||
"updateForeground": "fg",
|
"background": "hoverBackground"
|
||||||
"updateBackground": "blue"
|
},
|
||||||
},
|
"Plugins": {
|
||||||
"Tab": {
|
"SearchField": {
|
||||||
"selectedBackground": "hoverBackground",
|
"background": "hoverBackground"
|
||||||
"selectedForeground": "fg",
|
},
|
||||||
"hoverBackground": "hoverBackground"
|
"SectionHeader": {
|
||||||
}
|
"foreground": "fg"
|
||||||
},
|
},
|
||||||
"ProgressBar": {
|
"hoverBackground": "hoverBackground",
|
||||||
"failedEndColor": "red",
|
"lightSelectionBackground": "hoverBackground",
|
||||||
"failedColor": "red1",
|
"Button": {
|
||||||
"trackColor": "selectionBackground",
|
"installBorderColor": "magenta",
|
||||||
"progressColor": "blue",
|
"installForeground": "magenta",
|
||||||
"indeterminateStartColor": "blue",
|
"installBackground": "bgDark",
|
||||||
"indeterminateEndColor": "magenta",
|
"installFillForeground": "bgDark",
|
||||||
"passedEndColor": "green1",
|
"installFillBackground": "magenta",
|
||||||
"passedColor": "green"
|
"installFocusedBackground": "bgDark",
|
||||||
},
|
"updateBorderColor": "blue",
|
||||||
"Popup": {
|
"updateForeground": "fg",
|
||||||
"Header": {
|
"updateBackground": "blue"
|
||||||
"activeBackground": "hoverBackground",
|
},
|
||||||
"inactiveBackground": "hoverBackground"
|
"Tab": {
|
||||||
}
|
"selectedBackground": "hoverBackground",
|
||||||
},
|
"selectedForeground": "fg",
|
||||||
"ScrollBar": {
|
"hoverBackground": "hoverBackground"
|
||||||
"Mac": {
|
}
|
||||||
"hoverThumbColor": "magenta",
|
},
|
||||||
"Transparent": {
|
"ProgressBar": {
|
||||||
"hoverThumbColor": "magenta"
|
"failedEndColor": "red",
|
||||||
|
"failedColor": "red1",
|
||||||
|
"trackColor": "selectionBackground",
|
||||||
|
"progressColor": "blue",
|
||||||
|
"indeterminateStartColor": "blue",
|
||||||
|
"indeterminateEndColor": "magenta",
|
||||||
|
"passedEndColor": "green1",
|
||||||
|
"passedColor": "green"
|
||||||
|
},
|
||||||
|
"Popup": {
|
||||||
|
"Header": {
|
||||||
|
"activeBackground": "hoverBackground",
|
||||||
|
"inactiveBackground": "hoverBackground"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"RadioButtonMenuItem": {
|
||||||
|
"selectionBackground": "hoverBackground"
|
||||||
|
},
|
||||||
|
"ScrollBar": {
|
||||||
|
"Mac": {
|
||||||
|
"hoverThumbColor": "hoverBackground",
|
||||||
|
"Transparent": {
|
||||||
|
"hoverThumbColor": "hoverBackground"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"SearchEverywhere": {
|
||||||
|
"Advertiser.foreground": "fg",
|
||||||
|
"SearchField": {
|
||||||
|
"background": "hoverBackground"
|
||||||
|
},
|
||||||
|
"Tab": {
|
||||||
|
"selectedBackground": "hoverBackground",
|
||||||
|
"selectedForeground": "fg"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"SearchMatch": {
|
||||||
|
"startBackground": "blue0",
|
||||||
|
"endBackground": "blue0"
|
||||||
|
},
|
||||||
|
"Separator": {
|
||||||
|
"separatorColor": "separatorColor"
|
||||||
|
},
|
||||||
|
"SidePanel": {
|
||||||
|
"background": "bg"
|
||||||
|
},
|
||||||
|
"StatusBar": {
|
||||||
|
"borderColor": "bg",
|
||||||
|
"hoverBackground": "hoverBackground"
|
||||||
|
},
|
||||||
|
"TabbedPane": {
|
||||||
|
"tabSelectionHeight": 1,
|
||||||
|
"focusColor": "hoverBackground",
|
||||||
|
"hoverColor": "hoverBackground",
|
||||||
|
"underlineColor": "blue",
|
||||||
|
"contentAreaColor": "bgDark"
|
||||||
|
},
|
||||||
|
"Table": {
|
||||||
|
"gridColor": "hoverBackground",
|
||||||
|
"hoverBackground": "hoverBackground"
|
||||||
|
},
|
||||||
|
"TableHeader": {
|
||||||
|
"bottomSeparatorColor": "fgGutter"
|
||||||
|
},
|
||||||
|
"TextField": {
|
||||||
|
"background": "hoverBackground"
|
||||||
|
},
|
||||||
|
"TextArea": {
|
||||||
|
"background": "bgDark"
|
||||||
|
},
|
||||||
|
"ToggleButton": {
|
||||||
|
"onBackground": "green",
|
||||||
|
"onForeground": "hoverBackground",
|
||||||
|
"offBackground": "hoverBackground",
|
||||||
|
"offForeground": "hoverBackground",
|
||||||
|
"buttonColor": "fg"
|
||||||
|
},
|
||||||
|
"ToolBar": {
|
||||||
|
"background": "bgDark",
|
||||||
|
"borderHandleColor": "magenta"
|
||||||
|
},
|
||||||
|
"ToolWindow": {
|
||||||
|
"Button": {
|
||||||
|
"hoverBackground": "hoverBackground"
|
||||||
|
},
|
||||||
|
"Header": {
|
||||||
|
"background": "bgDark",
|
||||||
|
"inactiveBackground": "bgDark",
|
||||||
|
"borderColor": "hoverBackground"
|
||||||
|
},
|
||||||
|
"HeaderTab": {
|
||||||
|
"underlineColor": "magenta2",
|
||||||
|
"inactiveUnderlineColor": "fgDark",
|
||||||
|
"underlineHeight": 1,
|
||||||
|
"underlinedTabBackground": "dark3",
|
||||||
|
"selectedInactiveBackground": "dark5",
|
||||||
|
"hoverBackground": "hoverBackground"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Tree": {
|
||||||
|
"background": "bgDark",
|
||||||
|
"modifiedItemForeground": "blue",
|
||||||
|
"hoverBackground": "hoverBackground",
|
||||||
|
"selectionBackground": "blue0",
|
||||||
|
"selectionInactiveBackground": "selectionInactiveBackground"
|
||||||
|
},
|
||||||
|
"ValidationTooltip": {
|
||||||
|
"errorBackground": "bgDark",
|
||||||
|
"errorBorderColor": "red1",
|
||||||
|
"warningBackground": "bgDark",
|
||||||
|
"warningBorderColor": "orange"
|
||||||
|
},
|
||||||
|
"VersionControl": {
|
||||||
|
"FileHistory": {
|
||||||
|
"Commit": {
|
||||||
|
"selectedBranchBackground": "hoverBackground"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"GitLog": {
|
||||||
|
"headIconColor": "yellow",
|
||||||
|
"localBranchIconColor": "green",
|
||||||
|
"remoteBranchIconColor": "magenta",
|
||||||
|
"tagIconColor": "blue",
|
||||||
|
"otherIconColor": "green"
|
||||||
|
},
|
||||||
|
"Log": {
|
||||||
|
"Commit": {
|
||||||
|
"hoveredBackground": "hoverBackground",
|
||||||
|
"currentBranchBackground": "hoverBackground"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"RefLabel": {
|
||||||
|
"foreground": "fg"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"WelcomeScreen": {
|
||||||
|
"SidePanel": {
|
||||||
|
"background": "bg"
|
||||||
|
},
|
||||||
|
"separatorColor": "fgGutter",
|
||||||
|
"Projects": {
|
||||||
|
"background": "bg",
|
||||||
|
"selectionBackground": "hoverBackground",
|
||||||
|
"selectionInactiveBackground": "hoverBackground",
|
||||||
|
"actions": {
|
||||||
|
"background": "hoverBackground"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"SearchEverywhere": {
|
"icons": {
|
||||||
"Advertiser.foreground": "fg",
|
"ColorPalette": {
|
||||||
"SearchField": {
|
"Actions.Blue": "#7AA2F7",
|
||||||
"background": "hoverBackground"
|
"Actions.Green": "#9ECE6A",
|
||||||
},
|
"Actions.Orange": "#FF9E64",
|
||||||
"Tab": {
|
"Actions.Purple": "#9D7CD8",
|
||||||
"selectedBackground": "hoverBackground",
|
"Actions.Red": "#F7768E",
|
||||||
"selectedForeground": "fg"
|
"Actions.Yellow": "#E0AF68",
|
||||||
}
|
"Actions.Gray": "comment",
|
||||||
},
|
"Actions.White": "#C0CAF5",
|
||||||
"SearchMatch": {
|
"Actions.Black": "#24283B",
|
||||||
"startBackground": "blue0",
|
"Actions.Grey": "#414868",
|
||||||
"endBackground": "blue0"
|
"Actions.GreyInline.Dark": "#565F89",
|
||||||
},
|
"Actions.GreyInline": "#565F89",
|
||||||
"Separator": {
|
"Objects.Blue": "#7AA2F7",
|
||||||
"separatorColor": "separatorColor"
|
"Objects.Green": "#9ECE6A",
|
||||||
},
|
"Objects.GreenAndroid": "#9ECE6A",
|
||||||
"SidePanel": {
|
"Objects.Grey": "#414868",
|
||||||
"background": "bg"
|
"Objects.Pink": "#BB9AF7",
|
||||||
},
|
"Objects.Purple": "#9D7CD8",
|
||||||
"StatusBar": {
|
"Objects.Red": "#F7768E",
|
||||||
"borderColor": "bg",
|
"Objects.RedStatus": "#F7768E",
|
||||||
"hoverBackground": "hoverBackground"
|
"Objects.Yellow": "#E0AF68",
|
||||||
},
|
"Objects.YellowDark": "#E0AF68",
|
||||||
"TabbedPane": {
|
"Objects.BlackText": "#565F89",
|
||||||
"tabSelectionHeight": 1,
|
"Tree.iconColor": "#7aa2f7"
|
||||||
"focusColor": "hoverBackground",
|
|
||||||
"hoverColor": "hoverBackground",
|
|
||||||
"underlineColor": "blue",
|
|
||||||
"contentAreaColor": "bgDark"
|
|
||||||
},
|
|
||||||
"Table": {
|
|
||||||
"gridColor": "hoverBackground",
|
|
||||||
"hoverBackground": "hoverBackground"
|
|
||||||
},
|
|
||||||
"TableHeader": {
|
|
||||||
"bottomSeparatorColor": "fgGutter"
|
|
||||||
},
|
|
||||||
"TextField": {
|
|
||||||
"background": "hoverBackground"
|
|
||||||
},
|
|
||||||
"TextArea": {
|
|
||||||
"background": "bgDark"
|
|
||||||
},
|
|
||||||
"ToggleButton": {
|
|
||||||
"onBackground": "green",
|
|
||||||
"onForeground": "hoverBackground",
|
|
||||||
"offBackground": "hoverBackground",
|
|
||||||
"offForeground": "hoverBackground",
|
|
||||||
"buttonColor": "fg"
|
|
||||||
},
|
|
||||||
"ToolBar": {
|
|
||||||
"background": "bgDark",
|
|
||||||
"borderHandleColor": "magenta"
|
|
||||||
},
|
|
||||||
"ToolWindow": {
|
|
||||||
"Button": {
|
|
||||||
"hoverBackground": "hoverBackground"
|
|
||||||
},
|
|
||||||
"Header": {
|
|
||||||
"background": "bgDark",
|
|
||||||
"inactiveBackground": "bgDark",
|
|
||||||
"borderColor": "hoverBackground"
|
|
||||||
},
|
|
||||||
"HeaderTab": {
|
|
||||||
"underlineColor": "magenta2",
|
|
||||||
"inactiveUnderlineColor": "fgDark",
|
|
||||||
"underlineHeight": 1,
|
|
||||||
"underlinedTabBackground": "dark3",
|
|
||||||
"selectedInactiveBackground": "dark5",
|
|
||||||
"hoverBackground": "hoverBackground"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Tree": {
|
|
||||||
"background": "bgDark",
|
|
||||||
"modifiedItemForeground": "blue",
|
|
||||||
"hoverBackground": "hoverBackground",
|
|
||||||
"selectionBackground": "blue0",
|
|
||||||
"selectionInactiveBackground": "selectionInactiveBackground"
|
|
||||||
},
|
|
||||||
"ValidationTooltip": {
|
|
||||||
"errorBackground": "bgDark",
|
|
||||||
"errorBorderColor": "red1",
|
|
||||||
"warningBackground": "bgDark",
|
|
||||||
"warningBorderColor": "orange"
|
|
||||||
},
|
|
||||||
"VersionControl": {
|
|
||||||
"FileHistory": {
|
|
||||||
"Commit": {
|
|
||||||
"selectedBranchBackground": "hoverBackground"
|
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"GitLog": {
|
|
||||||
"headIconColor": "yellow",
|
|
||||||
"localBranchIconColor": "green",
|
|
||||||
"remoteBranchIconColor": "magenta",
|
|
||||||
"tagIconColor": "blue",
|
|
||||||
"otherIconColor": "green"
|
|
||||||
},
|
|
||||||
"Log": {
|
|
||||||
"Commit": {
|
|
||||||
"hoveredBackground": "hoverBackground",
|
|
||||||
"currentBranchBackground": "hoverBackground"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"RefLabel": {
|
|
||||||
"foreground": "fg"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"WelcomeScreen": {
|
|
||||||
"SidePanel": {
|
|
||||||
"background": "bg"
|
|
||||||
},
|
|
||||||
"separatorColor": "fgGutter",
|
|
||||||
"Projects": {
|
|
||||||
"background": "bg",
|
|
||||||
"selectionBackground": "hoverBackground",
|
|
||||||
"selectionInactiveBackground": "hoverBackground",
|
|
||||||
"actions": {
|
|
||||||
"background": "hoverBackground"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"icons": {
|
|
||||||
"ColorPalette": {
|
|
||||||
"Actions.Blue": "#7AA2F7",
|
|
||||||
"Actions.Green": "#9ECE6A",
|
|
||||||
"Actions.Orange": "#FF9E64",
|
|
||||||
"Actions.Purple": "#9D7CD8",
|
|
||||||
"Actions.Red": "#F7768E",
|
|
||||||
"Actions.Yellow": "#E0AF68",
|
|
||||||
"Actions.Gray": "comment",
|
|
||||||
"Actions.White": "#C0CAF5",
|
|
||||||
"Actions.Black": "#24283B",
|
|
||||||
"Actions.Grey": "#414868",
|
|
||||||
"Actions.GreyInline.Dark": "#565F89",
|
|
||||||
"Actions.GreyInline": "#565F89",
|
|
||||||
"Objects.Blue": "#7AA2F7",
|
|
||||||
"Objects.Green": "#9ECE6A",
|
|
||||||
"Objects.GreenAndroid": "#9ECE6A",
|
|
||||||
"Objects.Grey": "#414868",
|
|
||||||
"Objects.Pink": "#BB9AF7",
|
|
||||||
"Objects.Purple": "#9D7CD8",
|
|
||||||
"Objects.Red": "#F7768E",
|
|
||||||
"Objects.RedStatus": "#F7768E",
|
|
||||||
"Objects.Yellow": "#E0AF68",
|
|
||||||
"Objects.YellowDark": "#E0AF68",
|
|
||||||
"Objects.BlackText": "#565F89",
|
|
||||||
"Tree.iconColor": "#7aa2f7"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue