mirror of
https://github.com/alexadhy/tokyonight-jetbrains.git
synced 2024-11-21 20:36:53 -05:00
fixes default template color
This commit is contained in:
parent
6b189349f8
commit
e4878b6c7d
4 changed files with 1591 additions and 1593 deletions
|
@ -1,6 +1,6 @@
|
||||||
pluginGroup = com.alex.tokyonight
|
pluginGroup = com.alex.tokyonight
|
||||||
pluginName = TokyoNight Theme
|
pluginName = TokyoNight Theme
|
||||||
pluginVersion = 0.0.4
|
pluginVersion = 0.0.5
|
||||||
pluginSinceBuild = 203
|
pluginSinceBuild = 203
|
||||||
pluginUntilBuild = 213.*
|
pluginUntilBuild = 213.*
|
||||||
platformType = IC
|
platformType = IC
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
"author": "Alexander Adhyatma <alexadhyatma@mailbox.org>",
|
"author": "Alexander Adhyatma <alexadhyatma@mailbox.org>",
|
||||||
"editorScheme": "/themes/TokyoNightDark.xml",
|
"editorScheme": "/themes/TokyoNightDark.xml",
|
||||||
"colors": {
|
"colors": {
|
||||||
"bgDark": "#1f2335",
|
"bgHi": "#1f2335",
|
||||||
"bg": "#24283b",
|
"bg": "#1a1b26",
|
||||||
"terminalBlack": "#414868",
|
"terminalBlack": "#414868",
|
||||||
"fg": "#c0caf5",
|
"fg": "#c0caf5",
|
||||||
"fgDark": "#a9b1d6",
|
"fgDark": "#a9b1d6",
|
||||||
|
@ -39,22 +39,22 @@
|
||||||
"ui": {
|
"ui": {
|
||||||
"*": {
|
"*": {
|
||||||
"arc": "7",
|
"arc": "7",
|
||||||
"background": "bgDark",
|
"background": "bg",
|
||||||
"foreground": "fgDark",
|
"foreground": "fgDark",
|
||||||
"caretForeground": "fgDark",
|
"caretForeground": "fgDark",
|
||||||
"selectionForeground": "fg",
|
"selectionForeground": "fg",
|
||||||
"selectionInactiveForeground": "fg",
|
"selectionInactiveForeground": "fg",
|
||||||
"selectionBackground": "hoverBackground",
|
"selectionBackground": "hoverBackground",
|
||||||
"selectionInactiveBackground": "selectionInactiveBackground",
|
"selectionInactiveBackground": "selectionInactiveBackground",
|
||||||
"inactiveBackground": "bgDark",
|
"inactiveBackground": "bgHi",
|
||||||
"disabledBackground": "bgDark",
|
"disabledBackground": "bgHi",
|
||||||
"disabledBorderColor": "bgDark",
|
"disabledBorderColor": "bgHi",
|
||||||
"disabledForeground": "comment",
|
"disabledForeground": "dark5",
|
||||||
"borderColor": "bgDark",
|
"borderColor": "bgHi",
|
||||||
"separatorColor": "separatorColor"
|
"separatorColor": "separatorColor"
|
||||||
},
|
},
|
||||||
"Borders": {
|
"Borders": {
|
||||||
"color": "bgDark",
|
"color": "bgHi",
|
||||||
"ContrastBorderColor": "hoverBackground"
|
"ContrastBorderColor": "hoverBackground"
|
||||||
},
|
},
|
||||||
"ActionButton": {
|
"ActionButton": {
|
||||||
|
@ -90,7 +90,7 @@
|
||||||
"startBackground": "hoverBackground",
|
"startBackground": "hoverBackground",
|
||||||
"endBackground": "hoverBackground",
|
"endBackground": "hoverBackground",
|
||||||
"focusedBorderColor": "blue0",
|
"focusedBorderColor": "blue0",
|
||||||
"disabledBorderColor": "bgDark",
|
"disabledBorderColor": "bgHi",
|
||||||
"default": {
|
"default": {
|
||||||
"foreground": "bg",
|
"foreground": "bg",
|
||||||
"startBackground": "blue",
|
"startBackground": "blue",
|
||||||
|
@ -102,7 +102,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Counter": {
|
"Counter": {
|
||||||
"foreground": "bgDark",
|
"foreground": "bgHi",
|
||||||
"background": "blue0"
|
"background": "blue0"
|
||||||
},
|
},
|
||||||
"ComboBox": {
|
"ComboBox": {
|
||||||
|
@ -122,7 +122,7 @@
|
||||||
},
|
},
|
||||||
"Component": {
|
"Component": {
|
||||||
"focusColor": "hoverBackground",
|
"focusColor": "hoverBackground",
|
||||||
"borderColor": "bgDark",
|
"borderColor": "bgHi",
|
||||||
"focusedBorderColor": "blue0",
|
"focusedBorderColor": "blue0",
|
||||||
"disabledBorderColor": "blue0",
|
"disabledBorderColor": "blue0",
|
||||||
"errorFocusColor": "red1",
|
"errorFocusColor": "red1",
|
||||||
|
@ -141,11 +141,11 @@
|
||||||
"underlineColor": "blue"
|
"underlineColor": "blue"
|
||||||
},
|
},
|
||||||
"Editor": {
|
"Editor": {
|
||||||
"background": "bgDark",
|
"background": "bgHi",
|
||||||
"shortcutForeground": "blue"
|
"shortcutForeground": "blue"
|
||||||
},
|
},
|
||||||
"EditorTabs": {
|
"EditorTabs": {
|
||||||
"background": "bgDark",
|
"background": "bgHi",
|
||||||
"underlinedTabBackground": "hoverBackground",
|
"underlinedTabBackground": "hoverBackground",
|
||||||
"underlineColor": "blue",
|
"underlineColor": "blue",
|
||||||
"underlineHeight": 1,
|
"underlineHeight": 1,
|
||||||
|
@ -169,17 +169,17 @@
|
||||||
"Notification": {
|
"Notification": {
|
||||||
"background": "hoverBackground",
|
"background": "hoverBackground",
|
||||||
"errorBorderColor": "red1",
|
"errorBorderColor": "red1",
|
||||||
"errorBackground": "bgDark",
|
"errorBackground": "bgHi",
|
||||||
"errorForeground": "fg",
|
"errorForeground": "fg",
|
||||||
"ToolWindow": {
|
"ToolWindow": {
|
||||||
"warningForeground": "fg",
|
"warningForeground": "fg",
|
||||||
"warningBackground": "bgDark",
|
"warningBackground": "bgHi",
|
||||||
"warningBorderColor": "orange",
|
"warningBorderColor": "orange",
|
||||||
"errorForeground": "fg",
|
"errorForeground": "fg",
|
||||||
"errorBorderColor": "red1",
|
"errorBorderColor": "red1",
|
||||||
"errorBackground": "bgDark",
|
"errorBackground": "bgHi",
|
||||||
"informativeForeground": "fg",
|
"informativeForeground": "fg",
|
||||||
"informativeBackground": "bgDark",
|
"informativeBackground": "bgHi",
|
||||||
"informativeBorderColor": "magenta"
|
"informativeBorderColor": "magenta"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -198,10 +198,10 @@
|
||||||
"Button": {
|
"Button": {
|
||||||
"installBorderColor": "magenta",
|
"installBorderColor": "magenta",
|
||||||
"installForeground": "magenta",
|
"installForeground": "magenta",
|
||||||
"installBackground": "bgDark",
|
"installBackground": "bgHi",
|
||||||
"installFillForeground": "bgDark",
|
"installFillForeground": "bgHi",
|
||||||
"installFillBackground": "magenta",
|
"installFillBackground": "magenta",
|
||||||
"installFocusedBackground": "bgDark",
|
"installFocusedBackground": "bgHi",
|
||||||
"updateBorderColor": "blue",
|
"updateBorderColor": "blue",
|
||||||
"updateForeground": "fg",
|
"updateForeground": "fg",
|
||||||
"updateBackground": "blue"
|
"updateBackground": "blue"
|
||||||
|
@ -268,7 +268,7 @@
|
||||||
"focusColor": "hoverBackground",
|
"focusColor": "hoverBackground",
|
||||||
"hoverColor": "hoverBackground",
|
"hoverColor": "hoverBackground",
|
||||||
"underlineColor": "blue",
|
"underlineColor": "blue",
|
||||||
"contentAreaColor": "bgDark"
|
"contentAreaColor": "bgHi"
|
||||||
},
|
},
|
||||||
"Table": {
|
"Table": {
|
||||||
"gridColor": "hoverBackground",
|
"gridColor": "hoverBackground",
|
||||||
|
@ -281,7 +281,7 @@
|
||||||
"background": "hoverBackground"
|
"background": "hoverBackground"
|
||||||
},
|
},
|
||||||
"TextArea": {
|
"TextArea": {
|
||||||
"background": "bgDark"
|
"background": "bgHi"
|
||||||
},
|
},
|
||||||
"ToggleButton": {
|
"ToggleButton": {
|
||||||
"onBackground": "green",
|
"onBackground": "green",
|
||||||
|
@ -291,7 +291,7 @@
|
||||||
"buttonColor": "fg"
|
"buttonColor": "fg"
|
||||||
},
|
},
|
||||||
"ToolBar": {
|
"ToolBar": {
|
||||||
"background": "bgDark",
|
"background": "bg",
|
||||||
"borderHandleColor": "magenta"
|
"borderHandleColor": "magenta"
|
||||||
},
|
},
|
||||||
"ToolWindow": {
|
"ToolWindow": {
|
||||||
|
@ -299,8 +299,8 @@
|
||||||
"hoverBackground": "hoverBackground"
|
"hoverBackground": "hoverBackground"
|
||||||
},
|
},
|
||||||
"Header": {
|
"Header": {
|
||||||
"background": "bgDark",
|
"background": "bg",
|
||||||
"inactiveBackground": "bgDark",
|
"inactiveBackground": "bgHi",
|
||||||
"borderColor": "hoverBackground"
|
"borderColor": "hoverBackground"
|
||||||
},
|
},
|
||||||
"HeaderTab": {
|
"HeaderTab": {
|
||||||
|
@ -313,16 +313,16 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Tree": {
|
"Tree": {
|
||||||
"background": "bgDark",
|
"background": "bgHi",
|
||||||
"modifiedItemForeground": "blue",
|
"modifiedItemForeground": "blue",
|
||||||
"hoverBackground": "hoverBackground",
|
"hoverBackground": "hoverBackground",
|
||||||
"selectionBackground": "blue0",
|
"selectionBackground": "blue0",
|
||||||
"selectionInactiveBackground": "selectionInactiveBackground"
|
"selectionInactiveBackground": "selectionInactiveBackground"
|
||||||
},
|
},
|
||||||
"ValidationTooltip": {
|
"ValidationTooltip": {
|
||||||
"errorBackground": "bgDark",
|
"errorBackground": "bgHi",
|
||||||
"errorBorderColor": "red1",
|
"errorBorderColor": "red1",
|
||||||
"warningBackground": "bgDark",
|
"warningBackground": "bgHi",
|
||||||
"warningBorderColor": "orange"
|
"warningBorderColor": "orange"
|
||||||
},
|
},
|
||||||
"VersionControl": {
|
"VersionControl": {
|
||||||
|
@ -371,7 +371,7 @@
|
||||||
"Actions.Purple": "#9D7CD8",
|
"Actions.Purple": "#9D7CD8",
|
||||||
"Actions.Red": "#F7768E",
|
"Actions.Red": "#F7768E",
|
||||||
"Actions.Yellow": "#E0AF68",
|
"Actions.Yellow": "#E0AF68",
|
||||||
"Actions.Gray": "comment",
|
"Actions.Gray": "#737aa2",
|
||||||
"Actions.White": "#C0CAF5",
|
"Actions.White": "#C0CAF5",
|
||||||
"Actions.Black": "#24283B",
|
"Actions.Black": "#24283B",
|
||||||
"Actions.Grey": "#414868",
|
"Actions.Grey": "#414868",
|
||||||
|
@ -387,7 +387,7 @@
|
||||||
"Objects.RedStatus": "#F7768E",
|
"Objects.RedStatus": "#F7768E",
|
||||||
"Objects.Yellow": "#E0AF68",
|
"Objects.Yellow": "#E0AF68",
|
||||||
"Objects.YellowDark": "#E0AF68",
|
"Objects.YellowDark": "#E0AF68",
|
||||||
"Objects.BlackText": "#565F89",
|
"Objects.BlackText": "#737aa2",
|
||||||
"Tree.iconColor": "#7aa2f7"
|
"Tree.iconColor": "#7aa2f7"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue