mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-22 16:21:04 -05:00
Rewrote initfiles
This commit is contained in:
@@ -26,10 +26,7 @@
|
||||
|
||||
(deftheme brin "Space Grey theme for Emacs")
|
||||
|
||||
(custom-theme-set-variables
|
||||
'brin
|
||||
;; '(linum-format " %1d ")
|
||||
)
|
||||
(custom-theme-set-variables 'brin)
|
||||
|
||||
(let ((background "#1f1f1f")
|
||||
;; (gutters "#262E34")
|
||||
@@ -85,6 +82,8 @@
|
||||
`(highlight-indentation-face ((t (:background ,gutters) )))
|
||||
`(highlight-indentation-current-column-face ((t (:background ,gutters-active) )))
|
||||
|
||||
`(flyspell-incorrect ((t (:underline "#ff5555" :inherit unspecified))))
|
||||
|
||||
;; Font lock faces
|
||||
;; *****************************************************************************************
|
||||
|
||||
@@ -103,11 +102,6 @@
|
||||
|
||||
)
|
||||
|
||||
;;;###autoload
|
||||
(when (and (boundp 'custom-theme-load-path) load-file-name)
|
||||
(add-to-list 'custom-theme-load-path
|
||||
(file-name-as-directory (file-name-directory load-file-name))))
|
||||
|
||||
;; *****************************************************************************************
|
||||
|
||||
(provide-theme 'brin)
|
||||
|
Reference in New Issue
Block a user