summaryrefslogtreecommitdiff
path: root/.config/fastfetch/config.jsonc
diff options
context:
space:
mode:
authoryuzu-eva <cafebabe@disroot.org>2025-05-21 09:11:04 +0200
committeryuzu-eva <cafebabe@disroot.org>2025-05-21 09:11:04 +0200
commit3506f13427a01d13b80efd02625e4ec6f34d2955 (patch)
treeffacb3d70ec91424babfe93bf342ef2e86336b5f /.config/fastfetch/config.jsonc
parentaac2054e7e8a9bb3f3975a9055aca609c80f2b3f (diff)
fixed colors for light theme
Diffstat (limited to '.config/fastfetch/config.jsonc')
-rw-r--r--.config/fastfetch/config.jsonc3
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": {