@@ -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)
(load "C:/Users/watsonsi/Documents/GitHub/dotfiles/emacs/windows-load/customs.el")
(setq visible-bell 1)
- (nano-dark)))
+ (load-theme 'solarized-light t)))
;; Load for GUI Linux
(if (eq system-type 'gnu/linux)