diff --git a/.config/polybar/config b/.config/polybar/config index ccc5883..8b3f40e 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -26,13 +26,13 @@ ; fourth = #e5c246 alert = #ed404c background = ${xrdb:color0:#222} - foreground = ${xrdb:color7:#e3eaf3} + foreground = ${xrdb:color15:#e3eaf3} ; alert = ${xrdb:color1:#222} - primary = ${xrdb:color2:#222} - secondary = ${xrdb:color3:#222} - tertiary = ${xrdb:color4:#222} - fourth = ${xrdb:color5:#222} - fifth = ${xrdb:color6:#222} + primary = ${xrdb:color9:#222} + secondary = ${xrdb:color11:#222} + tertiary = ${xrdb:color12:#222} + fourth = ${xrdb:color13:#222} + fifth = ${xrdb:color14:#222} [colors-andromeda] background = #282A3A diff --git a/.config/wal/templates/dunstrc b/.config/wal/templates/dunstrc index 695a5c6..f32bb23 100644 --- a/.config/wal/templates/dunstrc +++ b/.config/wal/templates/dunstrc @@ -183,12 +183,12 @@ # --- Colors --- # [urgency_low] - background = "{color1}" + background = "{color9}" foreground = "{foreground}" timeout = 8 [urgency_normal] - background = "{color1}" + background = "{color9}" foreground = "{foreground}" timeout = 8 diff --git a/.tmux.conf b/.tmux.conf index edc561b..c99b61d 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -112,14 +112,14 @@ set -g pane-border-style fg='colour238' setw -g window-status-style fg='colour121',bg='colour235','none' setw -g window-status-activity-style bg='colour235',fg='colour154','none' setw -g window-status-separator '' -set -g status-left '#[fg=colour0,bg=colour3] #S #[fg=colour3,bg=colour4,nobold,nounderscore,noitalics]#[fg=colour0,bg=colour4] #W #[fg=colour4,bg=default,nobold,nounderscore,noitalics]' +set -g status-left '#[fg=colour0,bg=colour11] #S #[fg=colour11,bg=colour12,nobold,nounderscore,noitalics]#[fg=colour0,bg=colour12] #W #[fg=colour12,bg=default,nobold,nounderscore,noitalics]' # above status + whoami and uptime # set -g status-left '#[fg=colour232,bg=colour154] #S #[fg=colour154,bg=colour238,nobold,nounderscore,noitalics]#[fg=colour222,bg=colour238] #W #[fg=colour238,bg=colour235,nobold,nounderscore,noitalics]#[fg=colour121,bg=colour235] #(whoami)  #(uptime | cut -d " " -f 1,2,3) #[fg=colour235,bg=colour235,nobold,nounderscore,noitalics]' -setw -g window-status-current-format '#[fg=colour0,bg=colour4,bold,nounderscore,noitalics]#[fg=colour0,bg=colour4] #I  #W  #F #[fg=colour4,bg=default,nobold,nounderscore,noitalics]' +setw -g window-status-current-format '#[fg=colour0,bg=colour12,bold,nounderscore,noitalics]#[fg=colour0,bg=colour12] #I  #W  #F #[fg=colour12,bg=default,nobold,nounderscore,noitalics]' setw -g window-status-format '#[fg=colour0,bg=colour10,nobold,nounderscore,noitalics]#[fg=colour0,bg=colour10] #I  #W #[fg=colour10,bg=default,nobold,nounderscore,noitalics]' -set -g status-right '#[fg=colour6,bg=default,nobold,nounderscore,noitalics]#[fg=colour0,bg=colour6] %R  %a  %h-%d #[fg=colour4,bg=colour6,nobold,nounderscore,noitalics]#[fg=colour0,bg=colour4] #{battery_color_charge_fg}#[bg=colour4]#{battery_icon} #{battery_percentage}#[fg=colour1,bg=colour4,nobold,nounderscore,noitalics] #{prefix_highlight}' +set -g status-right '#[fg=colour14,bg=default,nobold,nounderscore,noitalics]#[fg=colour0,bg=colour14] %R  %a  %h-%d #[fg=colour12,bg=colour14,nobold,nounderscore,noitalics]#[fg=colour0,bg=colour12] #{battery_color_charge_fg}#[bg=colour12]#{battery_icon} #{battery_percentage}#[fg=colour9,bg=colour12,nobold,nounderscore,noitalics] #{prefix_highlight}' set -g status-interval 1 @@ -129,9 +129,9 @@ set-option -g automatic-rename-format '#{b:pane_current_path}' # Plugin Customizations set -g @prefix_highlight_fg 'colour0' -set -g @prefix_highlight_bg 'colour1' -set -g @prefix_highlight_sync_mode_attr 'fg=colour0,bg=colour1,bold' -set -g @prefix_highlight_copy_mode_attr 'fg=colour0,bg=colour1,bold' +set -g @prefix_highlight_bg 'colour9' +set -g @prefix_highlight_sync_mode_attr 'fg=colour0,bg=colour9,bold' +set -g @prefix_highlight_copy_mode_attr 'fg=colour0,bg=colour9,bold' set -g @prefix_highlight_show_copy_mode 'on' set -g @prefix_highlight_show_sync_mode 'on' set -g @prefix_highlight_sync_prompt 'SYNC'