mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
rose_pine_dawn.toml colorscheme (#1226)
* adds: rose_pine_dawn.toml colorscheme * chore: define ui.statusline.inactive colors of rose_pine
This commit is contained in:
parent
cf40e61b0a
commit
038a6ce22c
2 changed files with 64 additions and 0 deletions
|
@ -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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue