From 3506f13427a01d13b80efd02625e4ec6f34d2955 Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Wed, 21 May 2025 09:11:04 +0200 Subject: fixed colors for light theme --- .config/fastfetch/config.jsonc | 3 ++- .config/tmux/tmux.conf | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) (limited to '.config') 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": { diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 114a7eb..c383e36 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -6,11 +6,11 @@ set -g window-status-current-style "underscore" set -g message-command-style 'fg=#000000,bg=#FFFF00' set -g message-style 'fg=#000000, bg=#FFFF00' # dark -set -g status-bg '#333333' -set -g status-fg '#FFFFFF' +# set -g status-bg '#333333' +# set -g status-fg '#FFFFFF' # light -# set -g status-bg '#bbbbbb' -# set -g status-fg '#000000' +set -g status-bg '#bbbbbb' +set -g status-fg '#000000' set -g set-titles on set -g set-titles-string "#T" set -g automatic-rename off -- cgit v1.2.3