Skip to content

Commit

Permalink
change terminal theme
Browse files Browse the repository at this point in the history
  • Loading branch information
ashkan-leo committed Jan 7, 2022
1 parent 9ec5869 commit 72550df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.org
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ I'm obsessed with the dark solarized theme, but it looks blue in my terminal. So
I use zenburn if I'm in the terminal.

#+begin_src emacs-lisp
(setq! doom-theme (if (display-graphic-p) 'doom-solarized-dark-high-contrast 'doom-zenburn))
(setq! doom-theme (if (display-graphic-p) 'doom-solarized-dark-high-contrast 'doom-monokai-ristretto))
(custom-set-faces '(default ((t (:background nil)))))
#+end_src
** Mouse Cursor Color
Expand Down

0 comments on commit 72550df

Please sign in to comment.