Clean and brighten up brin theme

This commit is contained in:
Henrik Lissner 2014-07-16 03:28:17 -04:00
parent f484556a8d
commit 423987fa09

View file

@ -31,12 +31,12 @@
'(linum-format " %1d "))
(let ((background "#1f1f1f")
; (background "#11141c")
(gutters "#1f252a")
; (gutters "#343d46")
(gutter-fg "#49535b")
; (gutter-fg "#65737e")
(gutter-fg "#55616A")
(gutters-active "#2e363c")
; (background "#11141c")
; (gutters "#343d46")
; (gutter-fg "#65737e")
; (gutters-active "#4f5b66")
(builtin "#d08770")
(foreground "#c0c5ce")
@ -70,9 +70,11 @@
`(linum ((t (:background ,background :foreground ,gutter-fg) )))
`(vertical-border ((t (:foreground ,gutters-active) )))
`(mode-line ((t (:foreground ,white
:background ,gutters-active
:box (:line-width 3 :color ,gutters-active) ))))
`(mode-line-inactive ((t (:foreground ,gutter-fg
:background ,gutters
:box (:line-width 3 :color ,gutters) ))))
@ -90,7 +92,7 @@
`(font-lock-builtin-face ((t (:foreground ,builtin))))
`(font-lock-string-face ((t (:foreground ,strings))))
`(font-lock-comment-face ((t (:foreground ,comments))))
`(font-lock-comment-delimiter-face ((t (:foreground ,delimiters))))
`(font-lock-comment-delimiter-face ((t (:foreground ,comments))))
`(font-lock-function-name-face ((t (:foreground ,functions))))
`(font-lock-doc-string-face ((t (:foreground ,strings)))))