diff options
Diffstat (limited to '.config')
-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' |