diff --git a/private/themes/narf/narf-dark-theme.el b/private/themes/narf/narf-dark-theme.el index 36c62420e..840e643ac 100644 --- a/private/themes/narf/narf-dark-theme.el +++ b/private/themes/narf/narf-dark-theme.el @@ -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")