Skip to content

Commit

Permalink
Doing experiments with the Solarized Emacs color-theme.
Browse files Browse the repository at this point in the history
  • Loading branch information
outworlder committed Dec 20, 2011
1 parent a087af6 commit d44ca68
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions .emacs
Expand Up @@ -34,6 +34,7 @@
"~/.emacs.children/support/company"
"~/.emacs.children/support/swank-chicken"
"~/.emacs.children/support/haskell-mode-2.8.0"
"~/.emacs.children/support/color-theme-solarized"
) load-path ))


Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Expand Up @@ -26,3 +26,6 @@
[submodule "children/support/emacs-rails"]
path = children/support/emacs-rails
url = http://github.com/spedrosa/emacs-rails.git
[submodule "children/support/color-theme-solarized"]
path = children/support/color-theme-solarized
url = https://github.com/sellout/emacs-color-theme-solarized.git
1 change: 1 addition & 0 deletions children/support/color-theme-solarized
Submodule color-theme-solarized added at 3448aa
8 changes: 5 additions & 3 deletions children/theme.el
Expand Up @@ -3,15 +3,17 @@
(require 'color-theme)
(color-theme-initialize)

(load "color-theme-vivid-chalk.el")
;(load "color-theme-vivid-chalk.el")
(load "color-theme-solarized" t)
(color-theme-solarized-dark)

;(maybe-require 'color-theme-railscasts
; (color-theme-railscasts))

;; (color-theme-vivid-chalk)

(load "color-theme-twilight.el" t)
(color-theme-twilight)
;; (load "color-theme-twilight.el" t)
;; (color-theme-twilight)

(set-face-background 'region "#333377")
;; This is for Aquamacs
Expand Down

0 comments on commit d44ca68

Please sign in to comment.