summaryrefslogtreecommitdiffstats
path: root/.emacs.d/slash_theme.el
diff options
context:
space:
mode:
authorGravatar ryuslash2010-08-21 22:28:30 +0200
committerGravatar ryuslash2010-08-21 22:28:30 +0200
commit7f6575ca7aa2db4e63b7c29457bdb3b5b0224995 (patch)
tree90f6a1eb54b6fab510fdb94f9364b4bbd033f54d /.emacs.d/slash_theme.el
parentfd31357144b50992455478c12b74fd6175183571 (diff)
downloaddotfiles-7f6575ca7aa2db4e63b7c29457bdb3b5b0224995.tar.gz
dotfiles-7f6575ca7aa2db4e63b7c29457bdb3b5b0224995.zip
Added ide-skel keybinds to .emacs, changed awesome rc
Diffstat (limited to '.emacs.d/slash_theme.el')
-rw-r--r--.emacs.d/slash_theme.el28
1 files changed, 28 insertions, 0 deletions
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)
+
+
+
+
+
+
+
+
+
+