diff options
-rw-r--r-- | sh/.shrc | 3 | ||||
-rw-r--r-- | x11/.Xresources | 49 |
2 files changed, 30 insertions, 22 deletions
@@ -1,5 +1,5 @@ reset=$'\e[0m' -blue=$'\e[1;94m' +blue=$'\e[0;34m' green=$'\e[0;32m' PS1="\[${green}\]\u@\h\[${reset}\]:\[${blue}\]\W\[${green}\]\$\[${reset}\] " unset reset blue green @@ -9,6 +9,7 @@ export PAGER=less export LESS='-iMRS -x2' export EDITOR=vim export LSCOLORS=DxfxgxgxcxxbxbaCacADAd +#export LSCOLORS=ExfxgxgxcxxbxbaCacADAd alias ls='ls -FHh' alias ll='ls -l' diff --git a/x11/.Xresources b/x11/.Xresources index bfac7a0..8275c45 100644 --- a/x11/.Xresources +++ b/x11/.Xresources @@ -22,27 +22,34 @@ Xft.rgba: rgb i3wm.xft_font: XFT_FONT ! zenburn -XTerm*background: #3a3a3a -XTerm*foreground: #dcdccc -XTerm*cursorColor: #ffffff -XTerm*colorUL: #366060 -XTerm*underlineColor: #dfaf8f -XTerm*color0: #1e2320 -XTerm*color1: #d78787 -XTerm*color2: #60b48a -XTerm*color3: #dfaf8f -XTerm*color4: #506070 -XTerm*color5: #dc8cc3 -XTerm*color6: #8cd0d3 -XTerm*color7: #dcdccc -XTerm*color8: #709080 -XTerm*color9: #dca3a3 -XTerm*color10: #c3bf9f -XTerm*color11: #f0dfaf -XTerm*color12: #94bff3 -XTerm*color13: #ec93d3 -XTerm*color14: #93e0e3 -XTerm*color15: #ffffff +*background: #3f3f3f +*foreground: #dcdccc +*cursorColor: #dcdccc +! black +*color0: #3f3f3f +*color8: #9fafaf +! red +*color1: #cc9393 +*color9: #dca3a3 +! green +*color2: #7f9f7f +*color10: #80d4aa +! yellow +*color3: #c3bf9f +*color11: #ffcfaf +! blue +*color4: #6ca0a3 +*color12: #8cd0d3 +! magenta +*color5: #bca3a3 +*color13: #ecbcbc +! cyan +*color6: #93b3a3 +*color14: #cbecd0 +! white +*color7: #dcdccc +*color15: #ffffff + XTerm*borderWidth: 0 XTerm*internalBorder: 2 XTerm*termName: xterm-256color |