Skip to content

Commit

Permalink
theme(ayu_dark): Color statusline mode field
Browse files Browse the repository at this point in the history
  • Loading branch information
palango committed Apr 6, 2023
1 parent 68ac671 commit 47ecace
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions runtime/themes/ayu_dark.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
"ui.linenr" = "dark_gray"
"ui.linenr.selected" = "gray"
"ui.statusline" = { fg = "foreground", bg = "black" }
"ui.statusline.normal" = { fg = "black", bg = "blue" }
"ui.statusline.insert" = { fg = "black", bg = "orange" }
"ui.statusline.select" = { fg = "black", bg = "magenta" }
"ui.cursorline" = { bg = "black" }
"ui.popup" = { fg = "#7B91b3", bg = "black" }
"ui.window" = "dark_gray"
Expand Down

0 comments on commit 47ecace

Please sign in to comment.