narf-dark-theme: more consistent tones
This commit is contained in:
parent
581de066a9
commit
a61d3b8299
1 changed files with 7 additions and 5 deletions
|
@ -5,16 +5,18 @@
|
||||||
|
|
||||||
(custom-theme-set-variables 'narf-dark)
|
(custom-theme-set-variables 'narf-dark)
|
||||||
|
|
||||||
(let ((background "#2b303b")
|
(let (;; (background "#2b303b")
|
||||||
(gutters "#1f252a")
|
(background "#232837")
|
||||||
|
(gutters "#05051e")
|
||||||
(gutter-fg "#55616A")
|
(gutter-fg "#55616A")
|
||||||
(gutters-active "#1c1f26")
|
(gutters-active "#2b303f")
|
||||||
|
(gutter-light "#191e28")
|
||||||
(linum "#1e262c")
|
(linum "#1e262c")
|
||||||
(gutter-light "#232830")
|
|
||||||
(builtin "#d08770")
|
(builtin "#d08770")
|
||||||
(foreground "#c0c5ce")
|
(foreground "#c0c5ce")
|
||||||
(invisibles "#65737e")
|
(invisibles "#65737e")
|
||||||
(line-hl "#343d46")
|
(line-hl "#2b303f")
|
||||||
|
;; (line-hl "#343d46")
|
||||||
(selection "#4f5b66")
|
(selection "#4f5b66")
|
||||||
(text "#c0c5ce")
|
(text "#c0c5ce")
|
||||||
(comments "#65737e")
|
(comments "#65737e")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue