master
Pierre Neidhardt 2013-07-31 08:35:25 +02:00
parent 6c6ac7eca3
commit a413cd5bb1
3 changed files with 6 additions and 27 deletions

View File

@ -53,7 +53,7 @@ urxvt.font: xft:Dina:pixelsize=16
!! Xft options
! Xft.antialias: false
! Xft.antialias: rgba
! Xft.antialias: rgba
Xft.hinting: true
Xft.hintstyle: hintlight
Xft.rgba: rgb
@ -69,25 +69,9 @@ Xft.rgba: rgb
!! http://xcolors.net/dl/derp
!! https://bbs.archlinux.org/viewtopic.php?id=51818
!! Colors list
!! color0 = black
!! color1 = red
!! color2 = green
!! color3 = yellow
!! color4 = blue
!! color5 = magenta
!! color6 = cyan
!! color7 = white
!! color8 = bright black
!! color9 = bright red
!! color10 = bright green
!! color11 = bright yellow
!! color12 = bright blue
!! color13 = bright magenta
!! color14 = bright cyan
!! color15 = bright white
!! Almost natural colors
!! Color order is as listed in .shell.d/colors_rc. Bright values are all
!! canonical colors except for blue and black which are not bright enough on a
!! black background.
URxvt.background: black
URxvt.foreground: white
URxvt.color0 : black
@ -134,4 +118,3 @@ xterm*color12 : #5555FF
xterm*color13 : #FF55FF
xterm*color14 : #55FFFF
xterm*color15 : #FFFFFF

View File

@ -26,7 +26,6 @@
(set-face-underline-p 'link t)
(set-face-foreground 'minibuffer-prompt "#00ffff" )
(set-face-background 'region "#191970")
;; (set-face-background 'isearch "#8b0000" )
(set-face-background 'isearch "#8b0000" )
(set-face-foreground 'isearch "white" )
(set-face-background 'isearch-lazy-highlight-face "#8b4500" )
@ -145,7 +144,7 @@
("^\> *\> *\> *\> *\> *\> *\> *\\([^\> ]\\).*$" . font-lock-comment-face)
("^\> *\> *\> *\> *\> *\> *\> *\> *\\([^\> ]\\).*$" . font-lock-comment-face)
;; Signature
;; TODO: does not work properly.
;; TODO: mail signature face does not work properly.
("^--.*\\(\n.*\\)*" . font-lock-comment-face)))
;; Key notes highlighting. We need to apply it to the mode hook since

5
.zshrc
View File

@ -1,6 +1,6 @@
################################################################################
## Shell Config -- Master File
## Date 2012-08-11
## Date 2013-07-29
################################################################################
##==============================================================================
@ -10,9 +10,6 @@
SHELL_CURRENT="$(ps -o command="" $$)"
SHELL_DIR="$HOME/.shell.d"
## Need to be expanded for external scripts to fetch zsh hook file location.
HOOK_FILE="$HOME/.shell.d/hook"
## .profile is sourced automatically when X is started, but we need to source it
## manually to TTY.
[ -z "$DISPLAY" ] && [ -f "$HOME/.profile" ] && . "$HOME/.profile"