Skip to content

Commit

Permalink
made statusline more readable
Browse files Browse the repository at this point in the history
  • Loading branch information
rojebd committed Jan 3, 2024
1 parent 8b0a3a3 commit 59ba52a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/themes/voxed.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ label = "yellow"
"ui.background.separator" = { fg = "sglow" }
"ui.linenr" = { fg = "light-grey", modifiers = ["italic"] }
"ui.linenr.selected" = { fg = "bpink", modifiers = ["bold"] }
"ui.statusline" = { fg = "status-two", bg = "light-grey", modifiers = ["bold", "dim"] }
"ui.statusline" = { fg = "black", bg = "light-grey", modifiers = ["bold"] }
"ui.statusline.inactive" = { fg = "black", bg = "bgrey-two" }
"ui.popup" = { fg = "bgrey", bg = "#25262B" }
"ui.window" = { fg = "white" }
Expand Down

0 comments on commit 59ba52a

Please sign in to comment.