mirror of
https://github.com/alexadhy/tokyonight-jetbrains.git
synced 2024-11-07 20:24:19 -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")
|
||||
}
|
||||
|
||||
signPlugin {
|
||||
certificateChain.set(System.getenv("CERTIFICATE_CHAIN"))
|
||||
privateKey.set(System.getenv("PRIVATE_KEY"))
|
||||
password.set(System.getenv("PRIVATE_KEY_PASSWORD"))
|
||||
}
|
||||
// signPlugin {
|
||||
// certificateChain.set(System.getenv("CERTIFICATE_CHAIN"))
|
||||
// privateKey.set(System.getenv("PRIVATE_KEY"))
|
||||
// password.set(System.getenv("PRIVATE_KEY_PASSWORD"))
|
||||
// }
|
||||
|
||||
publishPlugin {
|
||||
dependsOn("patchChangelog")
|
||||
|
|
|
@ -1,381 +1,390 @@
|
|||
{
|
||||
"name": "TokyoNight",
|
||||
"dark": true,
|
||||
"author": "Alexander Adhyatma <alexadhyatma@mailbox.org>",
|
||||
"editorScheme": "/themes/TokyoNight.xml",
|
||||
"colors": {
|
||||
"bgDark": "#1f2335",
|
||||
"bg": "#24283b",
|
||||
"terminalBlack": "#414868",
|
||||
"fg": "#c0caf5",
|
||||
"fgDark": "#a9b1d6",
|
||||
"fgGutter": "#3b4261",
|
||||
"dark3": "#545c7e",
|
||||
"comment": "#565f89",
|
||||
"dark5": "#737aa2",
|
||||
"blue0": "#3d59a1",
|
||||
"blue": "#7aa2f7",
|
||||
"cyan": "#7dcfff",
|
||||
"blue1": "#2ac3de",
|
||||
"blue2": "#0db9d7",
|
||||
"blue5": "#89ddff",
|
||||
"blue6": "#B4F9F8",
|
||||
"blue7": "#394b70",
|
||||
"magenta": "#bb9af7",
|
||||
"magenta2": "#ff007c",
|
||||
"purple": "#9d7cd8",
|
||||
"orange": "#ff9e64",
|
||||
"yellow": "#e0af68",
|
||||
"green": "#9ece6a",
|
||||
"green1": "#73daca",
|
||||
"green2": "#41a6b5",
|
||||
"teal": "#1abc9c",
|
||||
"red": "#f7768e",
|
||||
"red1": "#db4b4b",
|
||||
"hoverBackground": "#292e42",
|
||||
"selectionInactiveBackground": "#414868",
|
||||
"separatorColor": "#545c7e"
|
||||
},
|
||||
"ui": {
|
||||
"*": {
|
||||
"arc": "7",
|
||||
"background": "bgDark",
|
||||
"selectionForeground": "fg",
|
||||
"selectionInactiveForeground": "fg",
|
||||
"selectionBackground": "blue0",
|
||||
"selectionInactiveBackground": "selectionInactiveBackground",
|
||||
"inactiveBackground": "bgDark",
|
||||
"disabledBackground": "bgDark",
|
||||
"borderColor": "bgDark",
|
||||
"separatorColor": "separatorColor"
|
||||
"name": "TokyoNight",
|
||||
"dark": true,
|
||||
"author": "Alexander Adhyatma <alexadhyatma@mailbox.org>",
|
||||
"editorScheme": "/themes/TokyoNight.xml",
|
||||
"colors": {
|
||||
"bgDark": "#1f2335",
|
||||
"bg": "#24283b",
|
||||
"terminalBlack": "#414868",
|
||||
"fg": "#c0caf5",
|
||||
"fgDark": "#a9b1d6",
|
||||
"fgGutter": "#3b4261",
|
||||
"dark3": "#545c7e",
|
||||
"comment": "#565f89",
|
||||
"dark5": "#737aa2",
|
||||
"blue0": "#3d59a1",
|
||||
"blue": "#7aa2f7",
|
||||
"cyan": "#7dcfff",
|
||||
"blue1": "#2ac3de",
|
||||
"blue2": "#0db9d7",
|
||||
"blue5": "#89ddff",
|
||||
"blue6": "#B4F9F8",
|
||||
"blue7": "#394b70",
|
||||
"magenta": "#bb9af7",
|
||||
"magenta2": "#ff007c",
|
||||
"purple": "#9d7cd8",
|
||||
"orange": "#ff9e64",
|
||||
"yellow": "#e0af68",
|
||||
"green": "#9ece6a",
|
||||
"green1": "#73daca",
|
||||
"green2": "#41a6b5",
|
||||
"teal": "#1abc9c",
|
||||
"red": "#f7768e",
|
||||
"red1": "#db4b4b",
|
||||
"hoverBackground": "#292e42",
|
||||
"selectionInactiveBackground": "#414868",
|
||||
"separatorColor": "#545c7e"
|
||||
},
|
||||
"Borders": {
|
||||
"color": "bgDark",
|
||||
"ContrastBorderColor": "hoverBackground"
|
||||
},
|
||||
"ActionButton": {
|
||||
"hoverBackground": "hoverBackground",
|
||||
"hoverBorderColor": "hoverBackground",
|
||||
"pressedBackground": "hoverBackground",
|
||||
"pressedBorderColor": "hoverBackground"
|
||||
},
|
||||
"Bookmark": {
|
||||
"iconBackground": "blue",
|
||||
"Mnemonic": {
|
||||
"iconForeground": "fg",
|
||||
"iconBackground": "hoverBackground",
|
||||
"iconBorderColor": "blue"
|
||||
}
|
||||
},
|
||||
"BookmarkMnemonicAssigned": {
|
||||
"foreground": "fg",
|
||||
"background": "hoverBackground",
|
||||
"borderColor": "magenta"
|
||||
},
|
||||
"BookmarkMnemonicAvailable": {
|
||||
},
|
||||
"BookmarkMnemonicCurrent": {
|
||||
"foreground": "fg",
|
||||
"background": "hoverBackground",
|
||||
"borderColor": "blue0"
|
||||
},
|
||||
"Button": {
|
||||
"foreground": "fg",
|
||||
"startBorderColor": "hoverBackground",
|
||||
"endBorderColor": "hoverBackground",
|
||||
"startBackground": "hoverBackground",
|
||||
"endBackground": "hoverBackground",
|
||||
"focusedBorderColor": "blue0",
|
||||
"disabledBorderColor": "bgDark",
|
||||
"default": {
|
||||
"foreground": "comment",
|
||||
"startBackground": "blue0",
|
||||
"endBackground": "blue0",
|
||||
"startBorderColor": "blue0",
|
||||
"endBorderColor": "blue0",
|
||||
"focusColor": "blue0",
|
||||
"focusedBorderColor": "fgGutter"
|
||||
}
|
||||
},
|
||||
"Counter": {
|
||||
"foreground": "bgDark",
|
||||
"background": "blue0"
|
||||
},
|
||||
"ComboBox": {
|
||||
"modifiedItemForeground": "blue",
|
||||
"ArrowButton": {
|
||||
"background": "hoverBackground",
|
||||
"nonEditableBackground": "hoverBackground",
|
||||
"disabledIconColor": "purple",
|
||||
"iconColor": "blue"
|
||||
},
|
||||
"selectionBackground": "blue0",
|
||||
"nonEditableBackground": "blue0"
|
||||
},
|
||||
"CompletionPopup": {
|
||||
"selectionBackground": "hoverBackground",
|
||||
"selectionInactiveBackground": "selectionInactiveBackground",
|
||||
"matchForeground": "green1"
|
||||
},
|
||||
"Component": {
|
||||
"focusColor": "blue",
|
||||
"borderColor": "bgDark",
|
||||
"focusedBorderColor": "blue0",
|
||||
"disabledBorderColor": "blue0",
|
||||
"errorFocusColor": "red1",
|
||||
"inactiveErrorFocusColor": "red1",
|
||||
"warningFocusColor": "yellow",
|
||||
"inactiveWarningFocusColor": "yellow"
|
||||
},
|
||||
"DragAndDrop": {
|
||||
"borderColor": "blue0"
|
||||
},
|
||||
"Editor": {
|
||||
"background": "bgDark",
|
||||
"shortcutForeground": "blue"
|
||||
},
|
||||
"EditorTabs": {
|
||||
"background": "bgDark",
|
||||
"underlinedTabBackground": "hoverBackground",
|
||||
"underlineColor": "blue",
|
||||
"underlineHeight": 1,
|
||||
"hoverBackground": "hoverBackground",
|
||||
"inactiveUnderlineColor": "blue"
|
||||
},
|
||||
"FileColor": {
|
||||
"Blue": "#7AA2F750",
|
||||
"Green": "#9ece6e50",
|
||||
"Orange": "#FF9E6450",
|
||||
"Yellow": "#e0af68ff",
|
||||
"Rose": "#F7768E50",
|
||||
"Violet": "#bb9af750"
|
||||
},
|
||||
"Link": {
|
||||
"activeForeground": "blue",
|
||||
"hoverForeground": "blue",
|
||||
"visitedForeground": "magenta",
|
||||
"pressedForeground": "magenta"
|
||||
},
|
||||
"Notification": {
|
||||
"background": "hoverBackground",
|
||||
"errorBorderColor": "red1",
|
||||
"errorBackground": "bgDark",
|
||||
"errorForeground": "fg",
|
||||
"ToolWindow": {
|
||||
"warningForeground": "fg",
|
||||
"warningBackground": "bgDark",
|
||||
"warningBorderColor": "orange",
|
||||
"errorForeground": "fg",
|
||||
"errorBorderColor": "red1",
|
||||
"errorBackground": "bgDark",
|
||||
"informativeForeground": "fg",
|
||||
"informativeBackground": "bgDark",
|
||||
"informativeBorderColor": "magenta"
|
||||
}
|
||||
},
|
||||
"PasswordField": {
|
||||
"background": "hoverBackground"
|
||||
},
|
||||
"Plugins": {
|
||||
"SearchField": {
|
||||
"background": "hoverBackground"
|
||||
},
|
||||
"SectionHeader": {
|
||||
"foreground": "fg"
|
||||
},
|
||||
"hoverBackground": "hoverBackground",
|
||||
"lightSelectionBackground": "hoverBackground",
|
||||
"Button": {
|
||||
"installBorderColor": "magenta",
|
||||
"installForeground": "magenta",
|
||||
"installBackground": "bgDark",
|
||||
"installFillForeground": "bgDark",
|
||||
"installFillBackground": "magenta",
|
||||
"installFocusedBackground": "bgDark",
|
||||
"updateBorderColor": "blue",
|
||||
"updateForeground": "fg",
|
||||
"updateBackground": "blue"
|
||||
},
|
||||
"Tab": {
|
||||
"selectedBackground": "hoverBackground",
|
||||
"selectedForeground": "fg",
|
||||
"hoverBackground": "hoverBackground"
|
||||
}
|
||||
},
|
||||
"ProgressBar": {
|
||||
"failedEndColor": "red",
|
||||
"failedColor": "red1",
|
||||
"trackColor": "selectionBackground",
|
||||
"progressColor": "blue",
|
||||
"indeterminateStartColor": "blue",
|
||||
"indeterminateEndColor": "magenta",
|
||||
"passedEndColor": "green1",
|
||||
"passedColor": "green"
|
||||
},
|
||||
"Popup": {
|
||||
"Header": {
|
||||
"activeBackground": "hoverBackground",
|
||||
"inactiveBackground": "hoverBackground"
|
||||
}
|
||||
},
|
||||
"ScrollBar": {
|
||||
"Mac": {
|
||||
"hoverThumbColor": "magenta",
|
||||
"Transparent": {
|
||||
"hoverThumbColor": "magenta"
|
||||
"ui": {
|
||||
"*": {
|
||||
"arc": "7",
|
||||
"background": "bgDark",
|
||||
"selectionForeground": "fg",
|
||||
"selectionInactiveForeground": "fg",
|
||||
"selectionBackground": "hoverBackground",
|
||||
"selectionInactiveBackground": "selectionInactiveBackground",
|
||||
"inactiveBackground": "bgDark",
|
||||
"disabledBackground": "bgDark",
|
||||
"borderColor": "bgDark",
|
||||
"separatorColor": "separatorColor"
|
||||
},
|
||||
"Borders": {
|
||||
"color": "bgDark",
|
||||
"ContrastBorderColor": "hoverBackground"
|
||||
},
|
||||
"ActionButton": {
|
||||
"hoverBackground": "hoverBackground",
|
||||
"hoverBorderColor": "hoverBackground",
|
||||
"pressedBackground": "hoverBackground",
|
||||
"pressedBorderColor": "hoverBackground"
|
||||
},
|
||||
"Bookmark": {
|
||||
"iconBackground": "blue",
|
||||
"Mnemonic": {
|
||||
"iconForeground": "fg",
|
||||
"iconBackground": "hoverBackground",
|
||||
"iconBorderColor": "blue"
|
||||
}
|
||||
},
|
||||
"BookmarkMnemonicAssigned": {
|
||||
"foreground": "fg",
|
||||
"background": "hoverBackground",
|
||||
"borderColor": "magenta"
|
||||
},
|
||||
"BookmarkMnemonicAvailable": {
|
||||
},
|
||||
"BookmarkMnemonicCurrent": {
|
||||
"foreground": "fg",
|
||||
"background": "hoverBackground",
|
||||
"borderColor": "blue0"
|
||||
},
|
||||
"Button": {
|
||||
"foreground": "fg",
|
||||
"startBorderColor": "hoverBackground",
|
||||
"endBorderColor": "hoverBackground",
|
||||
"startBackground": "hoverBackground",
|
||||
"endBackground": "hoverBackground",
|
||||
"focusedBorderColor": "blue0",
|
||||
"disabledBorderColor": "bgDark",
|
||||
"default": {
|
||||
"foreground": "bg",
|
||||
"startBackground": "blue",
|
||||
"endBackground": "blue",
|
||||
"startBorderColor": "blue0",
|
||||
"endBorderColor": "blue0",
|
||||
"focusColor": "fg",
|
||||
"focusedBorderColor": "fg"
|
||||
}
|
||||
},
|
||||
"Counter": {
|
||||
"foreground": "bgDark",
|
||||
"background": "blue0"
|
||||
},
|
||||
"ComboBox": {
|
||||
"ArrowButton": {
|
||||
"background": "hoverBackground",
|
||||
"nonEditableBackground": "hoverBackground",
|
||||
"disabledIconColor": "comment",
|
||||
"iconColor": "blue"
|
||||
},
|
||||
"selectionBackground": "blue0",
|
||||
"nonEditableBackground": "hoverBackground"
|
||||
},
|
||||
"CompletionPopup": {
|
||||
"selectionBackground": "hoverBackground",
|
||||
"selectionInactiveBackground": "selectionInactiveBackground",
|
||||
"matchForeground": "green1"
|
||||
},
|
||||
"Component": {
|
||||
"focusColor": "hoverBackground",
|
||||
"borderColor": "bgDark",
|
||||
"focusedBorderColor": "blue0",
|
||||
"disabledBorderColor": "blue0",
|
||||
"errorFocusColor": "red1",
|
||||
"inactiveErrorFocusColor": "red1",
|
||||
"warningFocusColor": "yellow",
|
||||
"inactiveWarningFocusColor": "yellow"
|
||||
},
|
||||
"DragAndDrop": {
|
||||
"borderColor": "blue0"
|
||||
},
|
||||
"DefaultTabs": {
|
||||
"background": "bg",
|
||||
"borderColor": "hoverBackground",
|
||||
"hoverBackground": "hoverBackground",
|
||||
"inactiveUnderlineColor": "comment",
|
||||
"underlineColor": "blue"
|
||||
},
|
||||
"Editor": {
|
||||
"background": "bgDark",
|
||||
"shortcutForeground": "blue"
|
||||
},
|
||||
"EditorTabs": {
|
||||
"background": "bgDark",
|
||||
"underlinedTabBackground": "hoverBackground",
|
||||
"underlineColor": "blue",
|
||||
"underlineHeight": 1,
|
||||
"hoverBackground": "hoverBackground",
|
||||
"inactiveUnderlineColor": "blue"
|
||||
},
|
||||
"FileColor": {
|
||||
"Blue": "#7AA2F750",
|
||||
"Green": "#9ece6e50",
|
||||
"Orange": "#FF9E6450",
|
||||
"Yellow": "#e0af68ff",
|
||||
"Rose": "#F7768E50",
|
||||
"Violet": "#bb9af750"
|
||||
},
|
||||
"Link": {
|
||||
"activeForeground": "blue",
|
||||
"hoverForeground": "blue",
|
||||
"visitedForeground": "magenta",
|
||||
"pressedForeground": "magenta"
|
||||
},
|
||||
"Notification": {
|
||||
"background": "hoverBackground",
|
||||
"errorBorderColor": "red1",
|
||||
"errorBackground": "bgDark",
|
||||
"errorForeground": "fg",
|
||||
"ToolWindow": {
|
||||
"warningForeground": "fg",
|
||||
"warningBackground": "bgDark",
|
||||
"warningBorderColor": "orange",
|
||||
"errorForeground": "fg",
|
||||
"errorBorderColor": "red1",
|
||||
"errorBackground": "bgDark",
|
||||
"informativeForeground": "fg",
|
||||
"informativeBackground": "bgDark",
|
||||
"informativeBorderColor": "magenta"
|
||||
}
|
||||
},
|
||||
"PasswordField": {
|
||||
"background": "hoverBackground"
|
||||
},
|
||||
"Plugins": {
|
||||
"SearchField": {
|
||||
"background": "hoverBackground"
|
||||
},
|
||||
"SectionHeader": {
|
||||
"foreground": "fg"
|
||||
},
|
||||
"hoverBackground": "hoverBackground",
|
||||
"lightSelectionBackground": "hoverBackground",
|
||||
"Button": {
|
||||
"installBorderColor": "magenta",
|
||||
"installForeground": "magenta",
|
||||
"installBackground": "bgDark",
|
||||
"installFillForeground": "bgDark",
|
||||
"installFillBackground": "magenta",
|
||||
"installFocusedBackground": "bgDark",
|
||||
"updateBorderColor": "blue",
|
||||
"updateForeground": "fg",
|
||||
"updateBackground": "blue"
|
||||
},
|
||||
"Tab": {
|
||||
"selectedBackground": "hoverBackground",
|
||||
"selectedForeground": "fg",
|
||||
"hoverBackground": "hoverBackground"
|
||||
}
|
||||
},
|
||||
"ProgressBar": {
|
||||
"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": {
|
||||
"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"
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"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