diff options
author | chunghha | 2022-02-28 08:56:03 +0000 |
---|---|---|
committer | GitHub | 2022-02-28 08:56:03 +0000 |
commit | f9ad1cafdc4d91fe4378e4213a1b18389f0bd33b (patch) | |
tree | e53390adf819f78e5762dddcf72c454784f01929 /runtime | |
parent | 39f7ba36e03c42c2c401a77fb3f10e9d6eb94fd0 (diff) |
chore(theme): fix "ui.selection" for rose_pine themes (#1716)
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/themes/rose_pine.toml | 2 | ||||
-rw-r--r-- | runtime/themes/rose_pine_dawn.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/runtime/themes/rose_pine.toml b/runtime/themes/rose_pine.toml index 94bf6d3a..ceafd12f 100644 --- a/runtime/themes/rose_pine.toml +++ b/runtime/themes/rose_pine.toml @@ -6,7 +6,7 @@ "ui.menu.selected" = { fg = "iris", bg = "surface" } "ui.linenr" = {fg = "subtle" } "ui.liner.selected" = "highlightOverlay" -"ui.selection" = "highlight" +"ui.selection" = { bg = "highlight" } "comment" = "subtle" "ui.statusline" = {fg = "foam", bg = "surface" } "ui.statusline.inactive" = { fg = "iris", bg = "surface" } diff --git a/runtime/themes/rose_pine_dawn.toml b/runtime/themes/rose_pine_dawn.toml index bad5fec5..23a3be7f 100644 --- a/runtime/themes/rose_pine_dawn.toml +++ b/runtime/themes/rose_pine_dawn.toml @@ -6,7 +6,7 @@ "ui.menu.selected" = { fg = "iris", bg = "surface" } "ui.linenr" = {fg = "subtle" } "ui.liner.selected" = "highlightOverlay" -"ui.selection" = "highlight" +"ui.selection" = { bg = "highlight" } "comment" = "subtle" "ui.statusline" = {fg = "foam", bg = "surface" } "ui.statusline.inactive" = { fg = "iris", bg = "surface" } |