From 7633c5acd30258fc9caca926bfaa264d07d508ec Mon Sep 17 00:00:00 2001 From: chunghha Date: Sat, 5 Mar 2022 11:22:19 -0600 Subject: [PATCH] chore(theme): apply renamed infobox theme scopes for rose_pine themes (#1754) --- runtime/themes/rose_pine.toml | 4 +++- runtime/themes/rose_pine_dawn.toml | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) 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"