diff options
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": { |
