Skip to content

Commit

Permalink
changed color theme
Browse files Browse the repository at this point in the history
  • Loading branch information
ffailla committed May 12, 2020
1 parent aa19caa commit 249609c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .emacs.d/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,8 @@
;;; colortheme
(if window-system
(load-theme 'solarized-light t)
(load-theme 'wombat t)
(load-theme 'misterioso t
;; (load-theme 'wombat t)
;; (load-theme 'tsdh-dark t)
;; (load-theme 'cyberpunk t)
)
Expand Down

0 comments on commit 249609c

Please sign in to comment.