From 59ba52a65a6713686c3c4d15a2c7a12f7ddbb686 Mon Sep 17 00:00:00 2001 From: rojebd <132220348+rojebd@users.noreply.github.com> Date: Tue, 2 Jan 2024 19:33:07 -0700 Subject: [PATCH] made statusline more readable --- runtime/themes/voxed.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/themes/voxed.toml b/runtime/themes/voxed.toml index 554b327925ea..ad94a33dd898 100644 --- a/runtime/themes/voxed.toml +++ b/runtime/themes/voxed.toml @@ -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" }