From 7f6575ca7aa2db4e63b7c29457bdb3b5b0224995 Mon Sep 17 00:00:00 2001 From: ryuslash Date: Sat, 21 Aug 2010 22:28:30 +0200 Subject: Added ide-skel keybinds to .emacs, changed awesome rc --- .emacs.d/slash_theme.el | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to '.emacs.d/slash_theme.el') diff --git a/.emacs.d/slash_theme.el b/.emacs.d/slash_theme.el index c2f54b6..1847b6d 100644 --- a/.emacs.d/slash_theme.el +++ b/.emacs.d/slash_theme.el @@ -36,3 +36,31 @@ (font-lock-variable-name-face ((t (:foreground "#18EFF2")))) (font-lock-warning-face ((t (:foreground "#FF0000" :bold t))))))) (provide 'color-theme-weirdness) + +;; ryrobes color theme +(defun color-theme-vibrant-ink () + (interactive) + (color-theme-install + '(color-theme-ryrobes + ((background-color . "#000000") + (background-mode . dark) + (border-color . "#000000") + (cursor-color . "#FFFFFF") + (foreground-color . "#FFFFFF") + (mouse-color . "#FFFFFF")) + (font-lock-comment-face ((t (:foreground "#9933CC" :italic t)))) + (font-lock-keyword-face ((t (:foreground "#FF6600")))) + (font-lock-type-face ((t (:foreground "#FFCC00")))) + (font-lock-string-face ((t (:foreground "#66FF00"))))))) +(provide 'color-theme-vibrant-ink) +(provide 'color-theme-ryrobes) + + + + + + + + + + -- cgit v1.2.3-54-g00ecf