mirror of
https://github.com/alexadhy/tokyonight-jetbrains.git
synced 2024-11-07 20:24:19 -05:00
fixes some UI color (file color)
This commit is contained in:
parent
640d1e4c7a
commit
853ff3e2df
2 changed files with 9 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
pluginGroup = com.alex.tokyonight
|
||||
pluginName = TokyoNight Theme
|
||||
pluginVersion = 0.0.2
|
||||
pluginVersion = 0.0.3
|
||||
pluginSinceBuild = 203
|
||||
pluginUntilBuild = 213.*
|
||||
platformType = IC
|
||||
|
|
|
@ -46,6 +46,8 @@
|
|||
"selectionInactiveBackground": "selectionInactiveBackground",
|
||||
"inactiveBackground": "bgDark",
|
||||
"disabledBackground": "bgDark",
|
||||
"disabledBorderColor": "bgDark",
|
||||
"disabledForeground": "comment",
|
||||
"borderColor": "bgDark",
|
||||
"separatorColor": "separatorColor"
|
||||
},
|
||||
|
@ -149,12 +151,12 @@
|
|||
"inactiveUnderlineColor": "blue"
|
||||
},
|
||||
"FileColor": {
|
||||
"Blue": "#7AA2F750",
|
||||
"Green": "#9ece6e50",
|
||||
"Orange": "#FF9E6450",
|
||||
"Yellow": "#e0af68ff",
|
||||
"Rose": "#F7768E50",
|
||||
"Violet": "#bb9af750"
|
||||
"Blue": "#7AA2F71a",
|
||||
"Green": "#9ece6e05",
|
||||
"Orange": "#FF9E6405",
|
||||
"Yellow": "#e0af6805",
|
||||
"Rose": "#F7768E05",
|
||||
"Violet": "#bb9af705"
|
||||
},
|
||||
"Link": {
|
||||
"activeForeground": "blue",
|
||||
|
|
Loading…
Reference in a new issue