Kaynağa Gözat

Update everyone to solarized

Simon Watson 3 yıl önce
ebeveyn
işleme
2c789b5fa1
1 değiştirilmiş dosya ile 2 ekleme ve 4 silme
  1. 2 4
      emacs/.emacs-all

+ 2 - 4
emacs/.emacs-all

@@ -175,16 +175,14 @@
       ;; Graphic Display
       (if (display-graphic-p)
 	  (progn
-	    (load-theme 'nano t)
-	    (nano-dark)))))
+	    (load-theme 'solarized-light t)))))
 
 ;; Load for Windows10
 (if (eq system-type 'windows-nt)
     (progn
       (load "C:/Users/watsonsi/Documents/GitHub/dotfiles/emacs/windows-load/customs.el")
       (setq visible-bell 1)
-      (load-theme 'nano t)
-      (nano-dark)))
+      (load-theme 'solarized-light t)))
 
 ;; Load for GUI Linux
 (if (eq system-type 'gnu/linux)