summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'init.org')
-rw-r--r--init.org2
1 files changed, 0 insertions, 2 deletions
diff --git a/init.org b/init.org
index b4d59d9..06777e5 100644
--- a/init.org
+++ b/init.org
@@ -430,8 +430,6 @@
(defun jao-themes-setup ()
(let ((light (and window-system (not (jao-colors-scheme-dark-p)))))
- (setq jao-osd-cat-color-bg (if light "grey30" "white")
- jao-osd-cat-color-fg (if light "white" "grey30"))
(load-theme (if light 'jao-light 'jao-greenish) t)))
(when (not (eq window-system 'pgtk)) (jao-themes-setup))