Clean and brighten up brin theme
This commit is contained in:
parent
f484556a8d
commit
423987fa09
1 changed files with 45 additions and 43 deletions
|
@ -31,12 +31,12 @@
|
||||||
'(linum-format " %1d "))
|
'(linum-format " %1d "))
|
||||||
|
|
||||||
(let ((background "#1f1f1f")
|
(let ((background "#1f1f1f")
|
||||||
; (background "#11141c")
|
|
||||||
(gutters "#1f252a")
|
(gutters "#1f252a")
|
||||||
; (gutters "#343d46")
|
(gutter-fg "#55616A")
|
||||||
(gutter-fg "#49535b")
|
|
||||||
; (gutter-fg "#65737e")
|
|
||||||
(gutters-active "#2e363c")
|
(gutters-active "#2e363c")
|
||||||
|
; (background "#11141c")
|
||||||
|
; (gutters "#343d46")
|
||||||
|
; (gutter-fg "#65737e")
|
||||||
; (gutters-active "#4f5b66")
|
; (gutters-active "#4f5b66")
|
||||||
(builtin "#d08770")
|
(builtin "#d08770")
|
||||||
(foreground "#c0c5ce")
|
(foreground "#c0c5ce")
|
||||||
|
@ -62,23 +62,25 @@
|
||||||
;; Default colors
|
;; Default colors
|
||||||
;; *****************************************************************************************
|
;; *****************************************************************************************
|
||||||
|
|
||||||
`(default ((t (:foreground ,text :background ,background))))
|
`(default ((t (:foreground ,text :background ,background) )))
|
||||||
`(hl-line ((t (:background ,lineHighlight ))))
|
`(hl-line ((t (:background ,lineHighlight) )))
|
||||||
`(region ((t (:background ,selection ))))
|
`(region ((t (:background ,selection) )))
|
||||||
`(cursor ((t (:background ,white ))))
|
`(cursor ((t (:background ,white) )))
|
||||||
`(fringe ((t (:background ,background :foreground ,white))))
|
`(fringe ((t (:background ,background :foreground ,white) )))
|
||||||
`(linum ((t (:background ,background :foreground ,gutter-fg))))
|
`(linum ((t (:background ,background :foreground ,gutter-fg) )))
|
||||||
|
|
||||||
|
`(vertical-border ((t (:foreground ,gutters-active) )))
|
||||||
|
|
||||||
`(vertical-border ((t (:foreground ,gutters-active))))
|
|
||||||
`(mode-line ((t (:foreground ,white
|
`(mode-line ((t (:foreground ,white
|
||||||
:background ,gutters-active
|
:background ,gutters-active
|
||||||
:box (:line-width 3 :color ,gutters-active) ))))
|
:box (:line-width 3 :color ,gutters-active) ))))
|
||||||
|
|
||||||
`(mode-line-inactive ((t (:foreground ,gutter-fg
|
`(mode-line-inactive ((t (:foreground ,gutter-fg
|
||||||
:background ,gutters
|
:background ,gutters
|
||||||
:box (:line-width 3 :color ,gutters) ))))
|
:box (:line-width 3 :color ,gutters) ))))
|
||||||
|
|
||||||
`(highlight-indentation-face ((t (:background ,gutters ))))
|
`(highlight-indentation-face ((t (:background ,gutters) )))
|
||||||
`(highlight-indentation-current-column-face ((t (:background ,gutters-active ))))
|
`(highlight-indentation-current-column-face ((t (:background ,gutters-active) )))
|
||||||
|
|
||||||
;; Font lock faces
|
;; Font lock faces
|
||||||
;; *****************************************************************************************
|
;; *****************************************************************************************
|
||||||
|
@ -90,7 +92,7 @@
|
||||||
`(font-lock-builtin-face ((t (:foreground ,builtin))))
|
`(font-lock-builtin-face ((t (:foreground ,builtin))))
|
||||||
`(font-lock-string-face ((t (:foreground ,strings))))
|
`(font-lock-string-face ((t (:foreground ,strings))))
|
||||||
`(font-lock-comment-face ((t (:foreground ,comments))))
|
`(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-function-name-face ((t (:foreground ,functions))))
|
||||||
`(font-lock-doc-string-face ((t (:foreground ,strings)))))
|
`(font-lock-doc-string-face ((t (:foreground ,strings)))))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue