LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Desktop (https://www.linuxquestions.org/questions/linux-desktop-74/)
-   -   emacs theme (https://www.linuxquestions.org/questions/linux-desktop-74/emacs-theme-4175463460/)

lin66uxx 05-26-2013 12:10 AM

emacs theme
 
Hi,
How can I change the emacs theme? where can I found a list of themes to choose from?

thnx

bloodstreetboy 05-27-2013 01:36 AM

Have you looked this?
http://www.gnu.org/software/emacs/

lin66uxx 05-27-2013 01:50 AM

Hi,
I managed to modify it correctly, but where can I find the names of all the emacs themes?

bloodstreetboy 05-27-2013 02:07 AM

Maximun links indicate about installation but I couldn't find the list of themes.
See this, if it is helpful
http://www.emacswiki.org/emacs/ColorTheme
http://download.savannah.gnu.org/releases/color-theme/

See there is one more document about emacs, if it is useful.
http://www.gnu.org/software/emacs/manual/emacs_7x9.pdf

http://jblevins.org/projects/emacs-color-themes/

lin66uxx 06-06-2013 12:24 PM

A list of emacs themes can be found in the code of the file color-theme.x.x.x.tar.gz -->> color-theme.el .
my ~/.emacs file is :
Quote:

(add-to-list 'load-path "path-to-the-color-theme-directory")
(require 'color-theme)
(eval-after-load "color-theme"
'(progn
(color-theme-initialize)
(color-theme-gnome)))
Hope this helps.


All times are GMT -5. The time now is 08:31 AM.