Skip to content

Commit

Permalink
add statusline mode colors to meliora theme (#2933)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramojus committed Jul 1, 2022
1 parent a1c1abc commit cc3aded
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion runtime/themes/meliora.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Author: Ramojus <ramojus.lap@gmail.com>
# Author: Ramojus Lapinskas <ramojus.lap@gmail.com>

"comment" = { fg = "comment" }
"constant" = { fg = "magenta" }
Expand Down Expand Up @@ -43,6 +43,9 @@

"ui.statusline" = { fg = "dark_white", bg = "light_black3" }
"ui.statusline.inactive" = { fg = "dark_white2", bg = "light_black" }
"ui.statusline.normal" = { bg = "dark_white2", fg = "black" }
"ui.statusline.insert" = { bg = "blue", fg = "black" }
"ui.statusline.select" = { bg = "orange", fg = "black" }

"ui.text" = { fg = "white" }
"ui.text.focus" = { fg = "orange" }
Expand Down

0 comments on commit cc3aded

Please sign in to comment.