From 7aa841272fc9433cedba9eb169d748633bdd1969 Mon Sep 17 00:00:00 2001 From: Ambrevar Date: Tue, 17 Jul 2012 17:45:16 +0100 Subject: [PATCH] Emacs: color fix. --- .arch-pkg-explicit-zeus | 3 +++ .arch-pkg-official-zeus | 5 ++--- .emacs | 5 ++--- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.arch-pkg-explicit-zeus b/.arch-pkg-explicit-zeus index 1e25522f..fa613b00 100644 --- a/.arch-pkg-explicit-zeus +++ b/.arch-pkg-explicit-zeus @@ -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 diff --git a/.arch-pkg-official-zeus b/.arch-pkg-official-zeus index 02b01057..477a1117 100644 --- a/.arch-pkg-official-zeus +++ b/.arch-pkg-official-zeus @@ -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 diff --git a/.emacs b/.emacs index 1e55e65a..afccb985 100644 --- a/.emacs +++ b/.emacs @@ -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 )