Emacs: color fix.

master
Ambrevar 2012-07-17 17:45:16 +01:00
parent c28e9a7b1f
commit 7aa841272f
3 changed files with 7 additions and 6 deletions

View File

@ -2,6 +2,7 @@ abs
acpi
alsa-utils
antiword
asciidoc
aspell-en
aspell-fr
atool
@ -50,6 +51,7 @@ feh
file
filesystem
findutils
firefox
flashplugin
flex
fortune-mod
@ -70,6 +72,7 @@ gsharkdown
gzip
hdparm
heirloom-mailx
help2man
highlight
hplip
htop

View File

@ -88,6 +88,7 @@ fftw
file
filesystem
findutils
firefox
fixesproto
flac
flashplugin
@ -170,7 +171,6 @@ initscripts
inkscape
inputproto
intel-dri
intltool
iproute2
iptables
iputils
@ -219,6 +219,7 @@ libdvdread
libedit
libegl
libev
libevent
libexif
libffi
libfontenc
@ -245,7 +246,6 @@ libltdl
libmad
libmediainfo
libmms
libmng
libmodplug
libmp4v2
libmpc
@ -395,7 +395,6 @@ pcre
perl
perl-error
perl-locale-gettext
perl-xml-parser
pidgin
pinentry
pixman

5
.emacs
View File

@ -85,14 +85,13 @@
;; Theme
;;==============================================================================
(set-face-foreground 'font-lock-builtin-face "brightmagenta" )
(set-face-foreground 'font-lock-builtin-face "color-75" )
(set-face-bold-p 'font-lock-builtin-face t )
(set-face-foreground 'font-lock-comment-delimiter-face "color-242" )
(set-face-foreground 'font-lock-comment-face "color-242" )
(set-face-foreground 'font-lock-constant-face "color-105" )
(set-face-foreground 'font-lock-doc-face "color-28" )
;; (set-face-underline-p 'font-lock-doc-face t )
(set-face-foreground 'font-lock-function-name-face "brightcyan" )
(set-face-foreground 'font-lock-function-name-face "color-75" )
(set-face-bold-p 'font-lock-function-name-face t )
(set-face-foreground 'font-lock-keyword-face "brightred" )
(set-face-bold-p 'font-lock-keyword-face t )