chore(theme): apply renamed infobox theme scopes for rose_pine themes (#1754)
This commit is contained in:
parent
f1e90ac2e3
commit
7633c5acd3
2 changed files with 6 additions and 2 deletions
|
@ -13,8 +13,9 @@
|
||||||
"ui.help" = { fg = "foam", bg = "surface" }
|
"ui.help" = { fg = "foam", bg = "surface" }
|
||||||
"ui.cursor" = { fg = "rose", modifiers = ["reversed"] }
|
"ui.cursor" = { fg = "rose", modifiers = ["reversed"] }
|
||||||
"ui.text" = { fg = "text" }
|
"ui.text" = { fg = "text" }
|
||||||
|
"ui.text.focus" = { fg = "foam", modifiers = ["bold"]}
|
||||||
|
"ui.text.info" = {fg = "pine", modifiers = ["bold"]}
|
||||||
"operator" = "rose"
|
"operator" = "rose"
|
||||||
"ui.text.focus" = { fg = "base05" }
|
|
||||||
"variable" = "text"
|
"variable" = "text"
|
||||||
"constant.numeric" = "iris"
|
"constant.numeric" = "iris"
|
||||||
"constant" = "gold"
|
"constant" = "gold"
|
||||||
|
@ -33,6 +34,7 @@
|
||||||
"label" = "iris"
|
"label" = "iris"
|
||||||
"namespace" = "pine"
|
"namespace" = "pine"
|
||||||
"ui.popup" = { bg = "surface" }
|
"ui.popup" = { bg = "surface" }
|
||||||
|
"ui.popup.info" = { bg = "surface" }
|
||||||
"ui.window" = { bg = "base" }
|
"ui.window" = { bg = "base" }
|
||||||
"ui.help" = { bg = "overlay", fg = "foam" }
|
"ui.help" = { bg = "overlay", fg = "foam" }
|
||||||
"text" = "text"
|
"text" = "text"
|
||||||
|
|
|
@ -13,8 +13,9 @@
|
||||||
"ui.help" = { fg = "foam", bg = "surface" }
|
"ui.help" = { fg = "foam", bg = "surface" }
|
||||||
"ui.cursor" = { fg = "rose", modifiers = ["reversed"] }
|
"ui.cursor" = { fg = "rose", modifiers = ["reversed"] }
|
||||||
"ui.text" = { fg = "text" }
|
"ui.text" = { fg = "text" }
|
||||||
|
"ui.text.focus" = { fg = "foam", modifiers = ["bold"]}
|
||||||
|
"ui.text.info" = {fg = "pine", modifiers = ["bold"]}
|
||||||
"operator" = "rose"
|
"operator" = "rose"
|
||||||
"ui.text.focus" = { fg = "base05" }
|
|
||||||
"variable" = "text"
|
"variable" = "text"
|
||||||
"number" = "iris"
|
"number" = "iris"
|
||||||
"constant" = "gold"
|
"constant" = "gold"
|
||||||
|
@ -33,6 +34,7 @@
|
||||||
"label" = "iris"
|
"label" = "iris"
|
||||||
"namespace" = "pine"
|
"namespace" = "pine"
|
||||||
"ui.popup" = { bg = "surface" }
|
"ui.popup" = { bg = "surface" }
|
||||||
|
"ui.popup.info" = { bg = "surface" }
|
||||||
"ui.window" = { bg = "base" }
|
"ui.window" = { bg = "base" }
|
||||||
"ui.help" = { bg = "overlay", fg = "foam" }
|
"ui.help" = { bg = "overlay", fg = "foam" }
|
||||||
"text" = "text"
|
"text" = "text"
|
||||||
|
|
Loading…
Reference in a new issue