0
0
Fork 0
mirror of https://github.com/alexadhy/tokyonight-jetbrains.git synced 2024-09-12 20:28:09 -04:00

fixes some UI color (file color)

This commit is contained in:
Alexander Adhyatma 2022-03-22 04:18:04 +07:00
parent 640d1e4c7a
commit 853ff3e2df
No known key found for this signature in database
GPG key ID: 3AE15EAFE5BAFD5E
2 changed files with 9 additions and 7 deletions

View file

@ -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

View file

@ -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",