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 = {
BoldForeground = true;
CwdFg = 15;
CwdFg = 231;
PathBg = 24;
PathFg = 15;
PathFg = 231;
SeparatorFg = 16;
};
customEnd = [{
Content = "$";
Foreground = 15;
Background = 245;
Foreground = 231;
Background = 102;
Separator = pl.left_hard_divider;
}];