From a61d3b82994886d77e93a6b18f61d7b87aea36b7 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 27 Jul 2015 15:13:06 +0200 Subject: [PATCH] narf-dark-theme: more consistent tones --- private/themes/narf/narf-dark-theme.el | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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")