narf-dark-theme: more consistent tones

This commit is contained in:
Henrik Lissner 2015-07-27 15:13:06 +02:00
parent 581de066a9
commit a61d3b8299

View file

@ -5,16 +5,18 @@
(custom-theme-set-variables 'narf-dark)
(let ((background "#2b303b")
(gutters "#1f252a")
(let (;; (background "#2b303b")
(background "#232837")
(gutters "#05051e")
(gutter-fg "#55616A")
(gutters-active "#1c1f26")
(gutters-active "#2b303f")
(gutter-light "#191e28")
(linum "#1e262c")
(gutter-light "#232830")
(builtin "#d08770")
(foreground "#c0c5ce")
(invisibles "#65737e")
(line-hl "#343d46")
(line-hl "#2b303f")
;; (line-hl "#343d46")
(selection "#4f5b66")
(text "#c0c5ce")
(comments "#65737e")