aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/rose_pine.toml
diff options
context:
space:
mode:
authorchunghha2021-12-03 14:14:03 +0000
committerGitHub2021-12-03 14:14:03 +0000
commit038a6ce22cb9a4eeebb63abc7d07523bb72d3175 (patch)
tree7210549e4ab7f432c4f17cc124d144c5b0dc3eeb /runtime/themes/rose_pine.toml
parentcf40e61b0abcdb3a8add01baaa0fbde830743cda (diff)
rose_pine_dawn.toml colorscheme (#1226)
* adds: rose_pine_dawn.toml colorscheme * chore: define ui.statusline.inactive colors of rose_pine
Diffstat (limited to 'runtime/themes/rose_pine.toml')
-rw-r--r--runtime/themes/rose_pine.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/themes/rose_pine.toml b/runtime/themes/rose_pine.toml
index 53777008..256b33c8 100644
--- a/runtime/themes/rose_pine.toml
+++ b/runtime/themes/rose_pine.toml
@@ -10,6 +10,7 @@
"ui.selection" = "highlight"
"comment" = "subtle"
"ui.statusline" = {fg = "foam", bg = "surface" }
+"ui.statusline.inactive" = { fg = "iris", bg = "surface" }
"ui.help" = { fg = "foam", bg = "surface" }
"ui.cursor" = { fg = "rose", modifiers = ["reversed"] }
"ui.text" = { fg = "text" }