diff options
| author | yuzu-eva <cafebabe@disroot.org> | 2025-05-21 09:11:04 +0200 |
|---|---|---|
| committer | yuzu-eva <cafebabe@disroot.org> | 2025-05-21 09:11:04 +0200 |
| commit | 3506f13427a01d13b80efd02625e4ec6f34d2955 (patch) | |
| tree | ffacb3d70ec91424babfe93bf342ef2e86336b5f /.config/fastfetch | |
| parent | aac2054e7e8a9bb3f3975a9055aca609c80f2b3f (diff) | |
fixed colors for light theme
Diffstat (limited to '.config/fastfetch')
| -rw-r--r-- | .config/fastfetch/config.jsonc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/fastfetch/config.jsonc b/.config/fastfetch/config.jsonc index 89402e2..dd7e981 100644 --- a/.config/fastfetch/config.jsonc +++ b/.config/fastfetch/config.jsonc @@ -3,7 +3,8 @@ "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", "logo": { "color": { - "2": "white" + "1": "#dc0075", + "2": "#8a8a8a" }, }, "display": { |
