From 72386b0005086d07b06bfcd8b034d7ff8ae8cc11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Thu, 30 Jun 2022 21:29:42 +0200 Subject: [PATCH] Fix monokai background color --- i3/config.j2 | 20 ++++++++++---------- tmux/tmux.conf | 7 +++---- 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/i3/config.j2 b/i3/config.j2 index fcdb1c0..6fa545c 100644 --- a/i3/config.j2 +++ b/i3/config.j2 @@ -319,10 +319,10 @@ assign [class="^Wine$"] $workspace10 ################################################################################ # class border backgr. text indicator -client.focused #2e2e2e #e5b567 #000000 #FF0000 -client.focused_inactive #2e2e2e #5f676a #ffffff #484e50 -client.unfocused #2e2e2e #2e2e2e #cccccc #292d2e -client.urgent #2e2e2e #900000 #ffffff #900000 +client.focused #272822 #e5b567 #000000 #FF0000 +client.focused_inactive #272822 #5f676a #ffffff #484e50 +client.unfocused #272822 #272822 #cccccc #292d2e +client.urgent #272822 #900000 #ffffff #900000 ################################################################################ ### APPLICATION SPECIFIC SETTINGS ############################################## @@ -378,7 +378,7 @@ bar { font pango:Inconsolata, FontAwesome {{ machine.font_size }} colors { - background #2e2e2e + background #272822 statusline #ffffff separator #555555 # separator #e5b567 @@ -386,11 +386,11 @@ bar { # focused_background #303030 # focused_separator #272822 - focused_workspace #e5b567 #2e2e2e #ffffff - active_workspace #2e2e2e #5f676a #ffffff - inactive_workspace #2e2e2e #2e2e2e #dddddd - urgent_workspace #D00000 #D00000 #2e2e2e - binding_mode #2e2e2e #e5b567 #2e2e2e + focused_workspace #e5b567 #272822 #ffffff + active_workspace #272822 #5f676a #ffffff + inactive_workspace #272822 #272822 #dddddd + urgent_workspace #D00000 #D00000 #272822 + binding_mode #272822 #e5b567 #272822 } i3bar_command i3bar diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 91bb478..efdf502 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -39,8 +39,7 @@ set -g status-position bottom set -g status-justify left -set-option -g status-bg '#2e2e2e' -set-option -g status-fg white +set-option -g status-style bg=default set-window-option -g window-status-format ' #I: #W #F ' set-window-option -g window-status-current-format ' #I: #W #F ' @@ -55,8 +54,8 @@ set-window-option -g automatic-rename-format '#{pane_current_command}' set-window-option -g window-status-separator ' ' -set -g status-left " #[bg=#6c99bb,fg=#2e2e2e] #{session_name} #[bg=#2e2e2e] " -set -g status-right "#[bg=#CCCCCC,fg=#555555] #{host} #[bg=#2e2e2e] " +set -g status-left " #[bg=#6c99bb,fg=#2e2e2e] #{session_name} #[bg=default] " +set -g status-right "#[bg=#CCCCCC,fg=#555555] #{host} #[bg=default] " set -g status-left-length 100 set -g message-style "bg=#CCCCCC,fg=#555555"