Skip to content

Instantly share code, notes, and snippets.

@mattdeboard
Created August 27, 2011 05:54
Show Gist options
  • Save mattdeboard/1175048 to your computer and use it in GitHub Desktop.
Save mattdeboard/1175048 to your computer and use it in GitHub Desktop.
color-theme
;theme prefs
;; color-theme
; C-u C-x = to get font info at point
(require 'color-theme)
(setq color-theme-is-global t
frame-background-mode 'dark)
(load-file (concat dotfiles-dir "themes/blackboard.el"))
;;(load-file (concat dotfiles-dir "themes/irblack.el"))
;;(load-file (concat dotfiles-dir "themes/naquadah.el"))
(color-theme-blackboard)
;;(color-theme-irblack)
;;(color-theme-naquadah)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment