This commit is contained in:
Henrik Lissner 2015-06-20 10:23:13 +02:00
parent fd8fb9ea67
commit 3a81cc5cc3
3 changed files with 3 additions and 3 deletions

View file

@ -42,7 +42,8 @@
(defconst narf-debug-mode nil)
(defconst narf-default-theme (if window-system 'narf-dark 'wombat))
(defconst narf-default-theme 'narf-dark)
(defconst narf-term-theme 'wombat)
(defconst narf-default-font '(:family "terminus (ttf)" :size 12 :antialias nil))
(defconst narf-big-font '(:family "Inconsolata" :size 18 :antialias t))