diff options
| -rw-r--r-- | misc/namazu.el | 1 | ||||
| -rw-r--r-- | themes/jao-mono-dark-theme.el | 19 | 
2 files changed, 11 insertions, 9 deletions
| diff --git a/misc/namazu.el b/misc/namazu.el index f39af95..e2f06ad 100644 --- a/misc/namazu.el +++ b/misc/namazu.el @@ -1,4 +1,3 @@ -;;; namazu.el --- Support for Namazu.  -*- coding: iso-2022-jp-unix; -*-  ;; -*- Mode: Emacs-Lisp -*-  ;;  ;; Mule $B>e$G(B Namazu $B$rMxMQ$7$?8!:w$r9T$&$?$a$N(B elisp $B$G$9!#(B diff --git a/themes/jao-mono-dark-theme.el b/themes/jao-mono-dark-theme.el index 7435890..cf2cece 100644 --- a/themes/jao-mono-dark-theme.el +++ b/themes/jao-mono-dark-theme.el @@ -1,16 +1,19 @@  (jao-define-custom-theme jao-mono-dark -  (:palette (fg unspecified "grey80") +  (:palette (fg unspecified "grey77")              ; (bg unspecified "#3f3f3f") -            (bg unspecified "#2f2f2f") +            ; (bg unspecified "#2f2f2f") +            (bg unspecified "#222222")              (box "color-237" "grey25")              (button ((c 240) nul) ((c "lightskyblue1" "#4f4f4f"))) -            (hilite ((c nil "#555555"))) +            (hilite ((c nil "#333333")))              (strike-through ((c 237)) (st))              (italic ((c 137) it) (it (c "lightyellow3"))) -            (link ((c 108) nul) ((c "#F0DFAF") nit nul)) -            (visited-link ((c 36) nul) ((c "#E0CF9F") nul)) +            ; (link ((c 108) nul) ((c "#F0DFAF") nit nul)) +            ; (visited-link ((c 36) nul) ((c "#E0CF9F") nul)) +            (link ((c "lemonchiffon") nit nul)) +            (visited-link ((c "burlywood3") nit nul))              (tab-sel ((c 252 232) nbf)) -            (tab-unsel ((c 245 232) bx)) +            (tab-unsel ((c 245 232)))              ;; (comment ((c 102) it) ((c nil) :height 100              ;;                       :family "Inconsolata LGC" it))              (comment ((c 102) it) ((c "grey70") it)) @@ -26,7 +29,7 @@              (dimm ((c 59)) ((c "#6f6f6f")))              (gnus-mail ((c "gray70" nil)))              (gnus-news ((c "gray70" nil))) -            (outline ((c 247))) +            (outline ((c "lemonchiffon3")))              (f00 ((c 29)) ((c "darkseagreen")))              (f01 ((c 108)) ((c "darkseagreen2")))              (f02 ((c 102)) ((c "lightcyan4"))) ;; ((c "paleturquoise4")) @@ -62,7 +65,7 @@              (gnus-summary-cancelled  (c "dark slate gray" nil) st)              (gnus-summary-selected (p warning) nul nbf)              (header-line (p hilite)) -            (mode-line (c "grey60" "#1f1f1f")) +            (mode-line (c "grey60" "#2f2f2f"))              (mode-line-inactive (c "grey50" "#3f3f3f"))              (org-hide (c 0 nil))              (rcirc-other-nick (c 5)) | 
