diff --git a/runtime/themes/rose_pine.toml b/runtime/themes/rose_pine.toml index ceafd12f..d0197095 100644 --- a/runtime/themes/rose_pine.toml +++ b/runtime/themes/rose_pine.toml @@ -13,8 +13,9 @@ "ui.help" = { fg = "foam", bg = "surface" } "ui.cursor" = { fg = "rose", modifiers = ["reversed"] } "ui.text" = { fg = "text" } +"ui.text.focus" = { fg = "foam", modifiers = ["bold"]} +"ui.text.info" = {fg = "pine", modifiers = ["bold"]} "operator" = "rose" -"ui.text.focus" = { fg = "base05" } "variable" = "text" "constant.numeric" = "iris" "constant" = "gold" @@ -33,6 +34,7 @@ "label" = "iris" "namespace" = "pine" "ui.popup" = { bg = "surface" } +"ui.popup.info" = { bg = "surface" } "ui.window" = { bg = "base" } "ui.help" = { bg = "overlay", fg = "foam" } "text" = "text" diff --git a/runtime/themes/rose_pine_dawn.toml b/runtime/themes/rose_pine_dawn.toml index 23a3be7f..0dc7a325 100644 --- a/runtime/themes/rose_pine_dawn.toml +++ b/runtime/themes/rose_pine_dawn.toml @@ -13,8 +13,9 @@ "ui.help" = { fg = "foam", bg = "surface" } "ui.cursor" = { fg = "rose", modifiers = ["reversed"] } "ui.text" = { fg = "text" } +"ui.text.focus" = { fg = "foam", modifiers = ["bold"]} +"ui.text.info" = {fg = "pine", modifiers = ["bold"]} "operator" = "rose" -"ui.text.focus" = { fg = "base05" } "variable" = "text" "number" = "iris" "constant" = "gold" @@ -33,6 +34,7 @@ "label" = "iris" "namespace" = "pine" "ui.popup" = { bg = "surface" } +"ui.popup.info" = { bg = "surface" } "ui.window" = { bg = "base" } "ui.help" = { bg = "overlay", fg = "foam" } "text" = "text"