From 43284dbeae82e7e6653ff1cf050551ef53cdcf29 Mon Sep 17 00:00:00 2001 From: shmibs Date: Thu, 4 Sep 2014 17:45:54 -0700 Subject: clean up theme colours --- .compton.conf | 8 ++++---- .config/herbstluftwm/config_vars | 2 +- .zshrc | 3 +-- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.compton.conf b/.compton.conf index 7b1b036..1b00221 100644 --- a/.compton.conf +++ b/.compton.conf @@ -3,9 +3,9 @@ shadow = false no-dock-shadow = true no-dnd-shadow = true clear-shadow = true -shadow-radius = 7 -shadow-offset-x = -7 -shadow-offset-y = -5 +shadow-radius = 8 +shadow-offset-x = 0 +shadow-offset-y = 0 shadow-opacity = 1 shadow-ignore-shaped = true -shadow-exclude = "window_type != 'dock'" +#shadow-exclude = "window_type != 'dock'" diff --git a/.config/herbstluftwm/config_vars b/.config/herbstluftwm/config_vars index 6f9c4d3..c736528 100755 --- a/.config/herbstluftwm/config_vars +++ b/.config/herbstluftwm/config_vars @@ -41,7 +41,7 @@ bg_normal='#262626' fg_normal='#c1b48e' bg_focus='#d0758b' -fg_focus='#262626' +fg_focus='#efefef' bg_urgent='#ff4070' fg_urgent='#efefef' diff --git a/.zshrc b/.zshrc index 86786df..d5b07f5 100644 --- a/.zshrc +++ b/.zshrc @@ -19,8 +19,7 @@ bindkey -e setopt notify unsetopt beep -# PROMPT="%{%B$fg[white]%}[%{%(!.$fg[red].$fg[magenta])%}%n@%M %{$fg[blue]%}%c%{$fg[white]%}]: %{%b$reset_color%}" -PROMPT="%{%B$fg[white]%}[%{%(!.$fg[red].$fg[magenta])%}%n@%M %{$fg[magenta]%}%c%{$fg[white]%}]: %{%b$reset_color%}" +PROMPT="%{%B$fg[white]%}[%{%(!.$fg[red].$fg[magenta])%}%n@%M %{$fg[blue]%}%c%{$fg[white]%}]: %{%b$reset_color%}" ################# KEYBINDINGS ################# typeset -g -A key -- cgit v1.2.3