diff options
author | Gianni Ceccarelli <gceccarelli@veritone.com> | 2023-10-16 10:48:53 +0100 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2023-10-16 20:23:59 +0100 |
commit | 73a7c019fb00d66c952258bdccc44c78447c0723 (patch) | |
tree | 9aee35a364851757da6df5e79284ddd652ccaac8 /.config/starship.toml | |
parent | alacritty: bright black is not black (diff) | |
download | dotfiles-73a7c019fb00d66c952258bdccc44c78447c0723.tar.gz dotfiles-73a7c019fb00d66c952258bdccc44c78447c0723.tar.bz2 dotfiles-73a7c019fb00d66c952258bdccc44c78447c0723.zip |
starship: say black when you mean black
Diffstat (limited to '.config/starship.toml')
-rw-r--r-- | .config/starship.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/starship.toml b/.config/starship.toml index e127225..874f09b 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -52,11 +52,11 @@ dir_fg = 'white' dir_repo_fg='black' dir_ro_fg='yellow' vcs = '#FCA17D' -vcs_fg = '8' +vcs_fg = 'black' lang = '#86BBD8' -lang_fg = '8' +lang_fg = 'black' jobs = '#DA627D' -jobs_fg = '8' +jobs_fg = 'black' status = '#33658A' status_fg = 'white' |