Update narf-(dark|light) themes

This commit is contained in:
Henrik Lissner 2016-05-08 18:30:27 -04:00
parent 7b2fb0baa1
commit 6761a796f9
2 changed files with 29 additions and 25 deletions

View file

@ -92,7 +92,7 @@
(modeline-bg grey-2) (modeline-bg grey-2)
(modeline-bg-2 grey-2) (modeline-bg-2 grey-2)
(modeline-bg-3 grey-2) (modeline-bg-3 grey-2)
(modeline-bg-inactive black) (modeline-bg-inactive current-line)
(vc-modified grey-2) (vc-modified grey-2)
(vc-added green-3) (vc-added green-3)
@ -164,7 +164,7 @@
`(mode-line ((,c (:foreground ,modeline-fg :background ,modeline-bg)))) `(mode-line ((,c (:foreground ,modeline-fg :background ,modeline-bg))))
`(mode-line-inactive ((,c (:foreground ,modeline-fg-inactive :background ,modeline-bg-inactive)))) `(mode-line-inactive ((,c (:foreground ,modeline-fg-inactive :background ,modeline-bg-inactive))))
`(mode-line-is-modified ((,c (:foreground ,magenta)))) `(mode-line-is-modified ((,c (:foreground ,magenta :background nil :bold t))))
`(mode-line-buffer-file ((,c (:foreground ,modeline-fg)))) `(mode-line-buffer-file ((,c (:foreground ,modeline-fg))))
`(mode-line-count-face ((,c (:foreground ,black :background ,magenta)))) `(mode-line-count-face ((,c (:foreground ,black :background ,magenta))))

View file

@ -54,7 +54,7 @@
(search-rest-fg black) (search-rest-fg black)
(highlight orange) (highlight orange)
(vertical-bar grey-2) (vertical-bar grey-2)
(current-line grey) (current-line base06)
(selection "#535556") (selection "#535556")
(comments grey-1) (comments grey-1)
(comments-docs comments) (comments-docs comments)
@ -133,8 +133,8 @@
`(font-lock-regexp-grouping-backslash ((,c (:foreground ,operators)))) `(font-lock-regexp-grouping-backslash ((,c (:foreground ,operators))))
`(font-lock-regexp-grouping-construct ((,c (:foreground ,operators)))) `(font-lock-regexp-grouping-construct ((,c (:foreground ,operators))))
`(bold ((,c (:weight bold :foreground ,white)))) `(bold ((,c (:weight bold :foreground ,black))))
`(italic ((,c (:slant italic :foreground ,subtle)))) `(italic ((,c (:slant italic :foreground ,grey))))
`(bold-italic ((,c (:weight bold :slant italic :foreground ,white)))) `(bold-italic ((,c (:weight bold :slant italic :foreground ,white))))
`(trailing-whitespace ((,c (:background "#884444")))) `(trailing-whitespace ((,c (:background "#884444"))))
@ -152,14 +152,18 @@
;; Modeline ;; Modeline
`(mode-line ((,c (:foreground ,modeline-fg :background ,modeline-bg)))) `(mode-line ((,c (:foreground ,modeline-fg :background ,modeline-bg))))
`(mode-line-inactive ((,c (:foreground ,modeline-fg-inactive :background ,modeline-bg-inactive)))) `(mode-line-inactive ((,c (:foreground ,modeline-fg-inactive :background ,modeline-bg-inactive))))
`(mode-line-is-modified ((,c (:foreground ,red :bold t)))) `(mode-line-is-modified ((,c (:foreground ,red :background nil :bold t))))
`(mode-line-buffer-file ((,c (:foreground ,modeline-fg)))) `(mode-line-buffer-file ((,c (:foreground ,modeline-fg))))
`(mode-line-count-face ((,c (:foreground ,black :background ,magenta :bold t))))
`(powerline-active1 ((,c (:foreground ,modeline-fg-2 :background ,modeline-bg-2)))) `(powerline-active1 ((,c (:foreground ,modeline-fg-2 :background ,modeline-bg-2))))
`(powerline-active2 ((,c (:foreground ,modeline-fg-3 :background ,modeline-bg-3)))) `(powerline-active2 ((,c (:foreground ,modeline-fg-3 :background ,modeline-bg-3))))
`(powerline-inactive1 ((,c (:foreground ,modeline-fg-inactive)))) `(powerline-inactive1 ((,c (:foreground ,modeline-fg-inactive :background ,modeline-bg-inactive))))
`(powerline-inactive2 ((,c (:foreground ,modeline-fg-inactive)))) `(powerline-inactive2 ((,c (:foreground ,modeline-fg-inactive :background ,modeline-bg-inactive))))
`(spaceline-highlight-face ((,c (:foreground ,black :background ,highlight :bold t))))
`(mode-line-count-face ((,c (:foreground ,black :background ,magenta :bold t)))) `(spaceline-flycheck-error ((,c (:underline nil :foreground ,black :background ,red))))
`(spaceline-flycheck-warning ((,c (:underline nil :foreground ,black :background ,yellow))))
`(spaceline-flycheck-info ((,c (:underline nil :foreground ,black :background ,green))))
`(spaceline-highlight-face ((,c (:foreground ,black :background ,highlight))))
;; Search ;; Search
`(isearch ((,c (:foreground ,search-fg :background ,search-bg)))) `(isearch ((,c (:foreground ,search-fg :background ,search-bg))))
@ -183,8 +187,8 @@
;; neotree ;; neotree
`(neo-root-dir-face ((,c (:foreground ,cyan)))) `(neo-root-dir-face ((,c (:foreground ,cyan))))
`(neo-file-link-face ((,c (:foreground ,white)))) `(neo-file-link-face ((,c (:foreground ,black))))
`(neo-dir-link-face ((,c (:foreground ,orange)))) `(neo-dir-link-face ((,c (:foreground ,blue))))
`(neo-expand-btn-face ((,c (:foreground ,magenta)))) `(neo-expand-btn-face ((,c (:foreground ,magenta))))
;; company-mode ;; company-mode
@ -229,11 +233,11 @@
;; Helm ;; Helm
`(helm-source-header ((,c (:background ,current-line :foreground ,grey-1)))) `(helm-source-header ((,c (:background ,current-line :foreground ,grey-1))))
`(helm-selection ((,c (:background ,selection)))) `(helm-selection ((,c (:background ,current-line))))
`(helm-swoop-target-line-face ((,c (:foreground ,highlight :inverse-video t)))) `(helm-swoop-target-line-face ((,c (:foreground ,highlight :inverse-video t))))
`(helm-match ((,c (:foreground ,magenta)))) `(helm-match ((,c (:foreground ,blue))))
`(helm-ff-file ((,c (:foreground ,grey)))) `(helm-ff-file ((,c (:foreground ,black))))
`(helm-ff-prefix ((,c (:foreground ,magenta)))) `(helm-ff-prefix ((,c (:foreground ,magenta))))
`(helm-ff-dotted-directory ((,c (:foreground ,grey-1)))) `(helm-ff-dotted-directory ((,c (:foreground ,grey-1))))
`(helm-ff-directory ((,c (:foreground ,orange :bold t)))) `(helm-ff-directory ((,c (:foreground ,orange :bold t))))
@ -286,12 +290,12 @@
`(org-block-begin-line ((,c (:background ,current-line :foreground ,vsubtle)))) `(org-block-begin-line ((,c (:background ,current-line :foreground ,vsubtle))))
`(org-block-end-line ((,c (:inherit org-block-begin-line)))) `(org-block-end-line ((,c (:inherit org-block-begin-line))))
`(org-document-title ((,c (:foreground ,cyan :height 1.30 :bold t)))) `(org-document-title ((,c (:foreground ,cyan :height 1.2 :bold t))))
`(org-level-1 ((,c (:foreground ,orange :bold t)))) `(org-level-1 ((,c (:background ,current-line :foreground "#222222" :bold t))))
`(org-level-2 ((,c (:foreground ,dark-cyan :bold t)))) `(org-level-2 ((,c ( :foreground "#444444" :bold t))))
`(org-level-3 ((,c (:foreground ,violet :bold t)))) `(org-level-3 ((,c ( :foreground "#888888" :bold t))))
`(org-level-4 ((,c (:foreground ,green :bold t)))) `(org-level-4 ((,c ( :foreground ,violet :bold t))))
`(org-level-5 ((,c (:foreground ,yellow)))) `(org-level-5 ((,c ( :foreground ,orange))))
`(org-level-6 ((,c ( :foreground ,blue+2)))) `(org-level-6 ((,c ( :foreground ,blue+2))))
;;`(org-level-7 ((,c ()))) ;;`(org-level-7 ((,c ())))
;;`(org-level-8 ((,c ()))) ;;`(org-level-8 ((,c ())))
@ -303,9 +307,9 @@
`(org-list-dt ((,c (:foreground ,cyan :bold t)))) `(org-list-dt ((,c (:foreground ,cyan :bold t))))
`(org-footnote ((,c (:foreground ,orange)))) `(org-footnote ((,c (:foreground ,orange))))
`(org-link ((,c (:underline t :foreground ,yellow :bold inherit)))) `(org-link ((,c (:underline t :foreground ,green :bold inherit))))
`(org-date ((,c (:foreground ,violet)))) `(org-date ((,c (:foreground ,violet))))
`(org-todo ((,c (:foreground ,yellow :bold inherit)))) `(org-todo ((,c (:foreground ,orange :bold inherit))))
`(org-done ((,c (:foreground ,green :bold inherit)))) `(org-done ((,c (:foreground ,green :bold inherit))))
`(org-headline-done ((,c (:foreground ,grey-1 :strike-through t :bold nil)))) `(org-headline-done ((,c (:foreground ,grey-1 :strike-through t :bold nil))))
`(org-special-keyword ((,c (:foreground ,magenta)))) `(org-special-keyword ((,c (:foreground ,magenta))))