Emacs Themes
Posted On Friday, March 18th, 2011 By ynot
Emacs 24.x will provide support to create themes, and there is this page[1] that allows you to create themes, these themes could be included into this version of emacs, that sounds pretty neat! I’ ve submitted a couple, being the latest of them the good one, it’ s called ” azul”, the filename is azul-theme.el[2] I’ m including the them in here the in case anyone is interested. To load it you can do M-x load-file and point to the location of the theme or save it into your load-path and just do a M-x load-theme to get it. To auto-load it when starting emacs you can add it into your ~ /.emacs file with: ;; Color Theme (load-theme ‘azul) Make sure you have it placed into your load-path. [1] http://elpa.gnu.org/themes/ [2] http://elpa.gnu.org/themes/1bYtR6TP ;;; azul-theme.el — Custom face theme for Emacs ;; Copyright (C) 2010 Tony Garcia. ;; This file is free software: you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation, either version 3 of the License, or ;; (at your option) any later version. ;; This file is distributed in the hope Continue Reading





