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

View File

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

5
.emacs
View File

@ -85,14 +85,13 @@
;; Theme ;; 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-bold-p 'font-lock-builtin-face t )
(set-face-foreground 'font-lock-comment-delimiter-face "color-242" ) (set-face-foreground 'font-lock-comment-delimiter-face "color-242" )
(set-face-foreground 'font-lock-comment-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-constant-face "color-105" )
(set-face-foreground 'font-lock-doc-face "color-28" ) (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 "color-75" )
(set-face-foreground 'font-lock-function-name-face "brightcyan" )
(set-face-bold-p 'font-lock-function-name-face t ) (set-face-bold-p 'font-lock-function-name-face t )
(set-face-foreground 'font-lock-keyword-face "brightred" ) (set-face-foreground 'font-lock-keyword-face "brightred" )
(set-face-bold-p 'font-lock-keyword-face t ) (set-face-bold-p 'font-lock-keyword-face t )