Lunarized theme

master
Jacopo De Simoi 9 years ago
parent ec23d54552
commit 582c82829a
  1. 2
      init.el

@ -93,6 +93,8 @@
'(variable-pitch ((t (:family "default")))) '(variable-pitch ((t (:family "default"))))
'(visible-mark-face ((t (:background "goldenrod" :foreground "#182828"))))) '(visible-mark-face ((t (:background "goldenrod" :foreground "#182828")))))
(add-to-list 'custom-theme-load-path "/home/jacopods/clones/emacs-color-theme-solarized")
(load-theme 'solarized t)
;;This kinda overrides the customize business, but it works ;;This kinda overrides the customize business, but it works
;; * Use patched terminus :fixme: ;; * Use patched terminus :fixme:

Loading…
Cancel
Save