Browse Source

fixed toggle function for light/dark theme

master
Marc Pohling 4 years ago
parent
commit
29bf17dd05
1 changed files with 5 additions and 2 deletions
  1. 7
      init.org

7
init.org

@ -171,8 +171,11 @@ Some windows specific stuff
(interactive)
(when *windows*
(if (eq (car custom-enabled-themes) 'ample-flat)
(disable-theme 'ample-flat)
(enable-theme 'ample-flat))))
(progn (disable-theme 'ample-flat)
(enable-theme 'adwaita))
(progn
(disable-theme 'adwaita)
(enable-theme 'ample-flat)))))
#+END_SRC
Windows Theme:

Loading…
Cancel
Save