diff options
Diffstat (limited to 'lisp/init-theme.el')
-rw-r--r-- | lisp/init-theme.el | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lisp/init-theme.el b/lisp/init-theme.el deleted file mode 100644 index b3f0cd1..0000000 --- a/lisp/init-theme.el +++ /dev/null @@ -1,10 +0,0 @@ -(use-package sublime-themes - :config - (load-theme 'spolsky t) - ;; Fix linum current-line highlight. Doesn't looks good with this theme - (defface my-linum-hl - '((t :background "gray30" :foreground "gold")) - "Face for the currently active Line number" - :group 'linum)) - -(provide 'init-theme) |