From 39f352ed80cb8dbe7316a3a2215331d495f36c0c Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Fri, 17 Sep 2021 11:21:39 +0200 Subject: [PATCH] Fix some colors --- files/.config/i3/config | 16 ++++++++++++---- files/.tmux.conf | 2 +- files/.zshrc | 2 +- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/files/.config/i3/config b/files/.config/i3/config index 8e63141..db52018 100644 --- a/files/.config/i3/config +++ b/files/.config/i3/config @@ -1,7 +1,14 @@ +# _ _____ +# (_)___ / +# | | |_ \ +# | |___) | +# |_|____/ +# +# ~ M. Thomas + set $mod Mod4 font pango: Product Sans 11 - # locking bindsym $mod+Ctrl+BackSpace exec --no-startup-id "lock.sh" @@ -93,9 +100,10 @@ bindsym XF86MonBrightnessDown exec --no-startup-id light -U 5 # decrease screen default_border normal title_align center -gaps inner 10 +gaps inner 5 set $bg "#fafafa" +set $bg2 "#f0f0f0" set $fg "#444444" set $green "#a6cc70" set $red "#ff3333" @@ -116,7 +124,7 @@ bar { # equivalent to focused focused_workspace $bg $green $fg # equivalent to focused_inactive - active_workspace $grub_bg $yellow $fg + active_workspace $bg $yellow $fg # equivalent to unfocused inactive_workspace $bg $bg $fg # equivalent to urgent @@ -129,7 +137,7 @@ bar { # class border backgr. text indicator child_border client.focused $green $green $fg $green $green client.focused_inactive $yellow $yellow $fg $yellow $yellow -client.unfocused $bg $bg $fg $bg $bg +client.unfocused $bg2 $bg2 $fg $bg2 $bg2 client.urgent $red $light_red $fg $red $light_red # startup diff --git a/files/.tmux.conf b/files/.tmux.conf index 8512c79..2663e2b 100644 --- a/files/.tmux.conf +++ b/files/.tmux.conf @@ -25,7 +25,7 @@ bind-key r source-file ~/.tmux.conf set-window-option -g window-status-current-format "[#I:#W]" set-window-option -g window-status-format "#I:#W" -set-window-option -g window-status-current-style fg="#A6CC70",bg="#fafafa" +set-window-option -g window-status-current-style fg="#A6CC70",bg="#fafafa",bold set -g status-bg "#fafafa" set -g status-fg "#49535f" diff --git a/files/.zshrc b/files/.zshrc index a972ef4..faf4563 100644 --- a/files/.zshrc +++ b/files/.zshrc @@ -20,7 +20,7 @@ DIR="%{$fg[blue]%}%~" GIT="%{$fg[red]%}\$vcs_info_msg_0_" if [[ -n "$SSH_CONNECTION" ]]; then - NAME="%{$fg[yellow]%}%m " + NAME="%B%{$fg[yellow]%}%m%b " fi case $TERM in