mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
powerline: use 256-color theme
This commit is contained in:
parent
ff467cc516
commit
7d339bac97
1 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
}];
|
||||
|
||||
|
|
Loading…
Reference in a new issue