fix: update rose_pine to be identical to main repo (#8946)

pull/9101/head
Niklas Alexander Shern 12 months ago committed by GitHub
parent 9fcfb88132
commit ab763b3111
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -18,6 +18,8 @@
"ui.linenr" = { fg = "muted" }
"ui.linenr.selected" = { fg = "text" }
"ui.bufferline" = { fg = "muted", bg = "base" }
"ui.bufferline.active" = { fg = "text", bg = "overlay" }
"ui.statusline" = { fg = "subtle", bg = "surface" }
"ui.statusline.inactive" = { fg = "muted", bg = "surface" }
"ui.statusline.normal" = { fg = "rose", bg = "rose_10" }
@ -71,8 +73,8 @@
"constructor" = "foam"
"constant" = "foam"
"constant.builtin" = "rose"
# "constant.builtin.boolean" = ""
"constant.builtin" = "love"
"constant.builtin.boolean" = "rose"
"constant.character" = "gold"
"constant.character.escape" = "pine"
"constant.numeric" = "gold"
@ -95,7 +97,7 @@
"variable.builtin" = "love"
"variable.parameter" = "iris"
# "variable.other" = ""
# "variable.other.member" = ""
"variable.other.member" = "foam"
"label" = "foam"
@ -128,7 +130,7 @@
"tag" = "foam"
"namespace" = "iris"
"namespace" = "text"
"markup.heading.marker" = "muted"
"markup.heading" = { fg = "iris", modifiers = ["bold"] }

Loading…
Cancel
Save