summaryrefslogtreecommitdiff
path: root/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/zshrc b/zshrc
index d7555a7..0cfa521 100644
--- a/zshrc
+++ b/zshrc
@@ -159,15 +159,15 @@ fi
# Colors
# export TERM=xterm-256color
-export COLORSCHEME=dark
+export COLORSCHEME=light
function colo {
# Change colors for current session
- $HOME/.bin/recolor.sh < ~/.Xresources.$1
+ $HOME/.bin/recolor.sh < ~/.Xresources/Xresources.$1
# Load Xresources file for future sessions
- xrdb ~/.Xresources.$1
+ xrdb ~/.Xresources/Xresources.$1
# Change environment variable
export COLORSCHEME=$1