Theme Related Fixes (#3412)

This commit is contained in:
nosa 2022-08-14 14:35:15 +01:00 committed by GitHub
parent 8deaebde26
commit c5deb30814
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 20 additions and 30 deletions

View file

@ -22,11 +22,10 @@
"variable" = "text"
"constant.numeric" = "iris"
"constant" = "gold"
"attributes" = "gold"
"attribute" = "gold"
"type" = "foam"
"ui.cursor.match" = { fg = "gold", modifiers = ["underlined"] }
"string" = "gold"
"property" = "foam"
"constant.character.escape" = "subtle"
"function" = "rose"
"function.builtin" = "rose"
@ -40,7 +39,7 @@
"ui.popup.info" = { bg = "surface" }
"ui.window" = { bg = "base" }
"ui.help" = { bg = "overlay", fg = "foam" }
"text" = "text"
"ui.text" = "text"
"diff.plus" = "foam"
"diff.delta" = "rose"
"diff.minus" = "love"