powerline: use 256-color theme

This commit is contained in:
Sean Buckley 2023-06-23 16:18:03 -04:00
parent ff467cc516
commit 7d339bac97

View file

@ -4,16 +4,16 @@ let
theme = { theme = {
BoldForeground = true; BoldForeground = true;
CwdFg = 15; CwdFg = 231;
PathBg = 24; PathBg = 24;
PathFg = 15; PathFg = 231;
SeparatorFg = 16; SeparatorFg = 16;
}; };
customEnd = [{ customEnd = [{
Content = "$"; Content = "$";
Foreground = 15; Foreground = 231;
Background = 245; Background = 102;
Separator = pl.left_hard_divider; Separator = pl.left_hard_divider;
}]; }];