aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/init-theme.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/init-theme.el')
-rw-r--r--lisp/init-theme.el10
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)