summaryrefslogtreecommitdiffhomepage
path: root/themes
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@imladris.local>2018-06-08 21:30:17 +0200
committerJose Antonio Ortega Ruiz <jao@imladris.local>2018-06-08 21:30:17 +0200
commitc8db53dc39bc2c106a9b5b720babf171e8247b97 (patch)
tree0087fc7d875aac7235773598b63bc022ae3e75c6 /themes
parentb4c8e940c470c8b24ee990f2d6fbae734ed80500 (diff)
downloadelibs-c8db53dc39bc2c106a9b5b720babf171e8247b97.tar.gz
elibs-c8db53dc39bc2c106a9b5b720babf171e8247b97.tar.bz2
themes
Diffstat (limited to 'themes')
-rw-r--r--themes/jao-dark-blue-theme.el99
-rw-r--r--themes/jao-light-theme.el25
-rw-r--r--themes/jao-themes.el3
-rwxr-xr-xthemes/mono-ec16
4 files changed, 123 insertions, 20 deletions
diff --git a/themes/jao-dark-blue-theme.el b/themes/jao-dark-blue-theme.el
new file mode 100644
index 0000000..d6f44c4
--- /dev/null
+++ b/themes/jao-dark-blue-theme.el
@@ -0,0 +1,99 @@
+(jao-define-custom-theme jao-dark-blue
+ (:palette (fg unspecified "grey77")
+ ;; (bg unspecified "#3f3f3f")
+ ;; (bg unspecified "#0e1111")
+ (bg unspecified "#192021")
+ (box "color-237" "grey25")
+ (button ((c 240) nul)
+ ;; ((c "lightskyblue2" "#3f3f4f"))
+ ((c "lightskyblue2" "#333436") nul))
+ (hilite ((c nil "#303336")))
+ (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 "antiquewhite3") nit nul))
+ ;; (link ((c "lemonchiffon") nit nul))
+ (visited-link ((c "burlywood3") nit nul))
+ (tab-sel ((c 252 232) nbf))
+ (tab-unsel ((c 245 232)))
+ (comment ((c 102) it) ((c "lightsteelblue4") it))
+ ;; (keyword ((c 151) nbf nul nit) ((c "darkseagreen3")))
+ ;; (function ((c 115) nul nbf) ((c "palegreen3")))
+ (keyword ((c 151) nbf nul nit) ((c "lightblue3")))
+ ;; (function ((c 115) nul nbf) ((c "lightskyblue3")))
+ (function ((c 115) nul nbf) ((c "cadetblue3")))
+ (type ((c 72) nbf) ((c "honeydew3")))
+ (variable-name ((c nil)))
+ ;; (constant ((c 72)) ((c "lavenderblush4")))
+ (constant ((c 72)) ((c "slategray3") nbf nit nul))
+ ;; (string ((c 36)) ((c "thistle4")))
+ (string ((c 36)) ((c "cadetblue")))
+ (warning ((c 144)) ((c "#F0DFAF")))
+ (error ((c 95)) ((c "goldenrod3")))
+ ;; (dimm ((c 240)))
+ (dimm ((c 59)) ((c "#6f6f6f")))
+ (gnus-mail ((c "gray70" nil)))
+ (gnus-news ((c "gray70" nil)))
+ ;; (outline ((c "aquamarine3")))
+ (outline ((c nil)))
+ (f00 ((c 29)) ((c "slategray3")))
+ (f01 ((c 108)) ((c "cadetblue")))
+ (f02 ((c 102)) ((c "lightcyan4"))) ;; ((c "paleturquoise4"))
+ (f10 ((c "cornsilk3")))
+ (f11 ((c "lemonchiffon3")))
+ (f12 ((c "azure3"))))
+ (:faces (bold (c nil nil) nul)
+ (button (c 66))
+ (font-lock-doc-face (c 30))
+ (gnus-button (c nil) nul)
+ (gnus-header-subject (p f01))
+ (gnus-summary-selected (c 250))
+ ;; (gnus-summary-selected (c 66 nil) nul nbf)
+ (match ul)
+ (magit-log-tag-label (c 95 240) nbf)
+ (mm-uu-extract (c nil 234))
+ (mode-line (c 248 235) nbf nul)
+ (mode-line-inactive (c 243 235) nbf nul)
+ (org-hide (c 0 nil))
+ (rcirc-other-nick (c 108))
+ (vertical-border (c 59 nil) :inherit nil)
+ (w3m-image (c 144))
+ (w3m-tab-background (c 0 0) ul)
+ (w3m-tab-line (c 0 0) ul)
+ (widget-button (c 196))
+ (widget-field (c 143 236)))
+ (:x-faces (company-scrollbar-bg (c nil "#383941"))
+ (company-scrollbar-fg (c nil "#484951"))
+ (diff-hl-change (c "#3f3f3f" "darkseagreen4"))
+ (diff-hl-delete (c "#3f3f3f" "goldenrod4"))
+ (diff-hl-insert (c "#3f3f3f" "cadetblue4"))
+ (font-lock-doc-face (c "lightcyan3") it)
+ (fringe (p dimm))
+ (gnus-button (c "lightyellow3") nul)
+ (gnus-summary-cancelled (c "dark slate gray" nil) st)
+ (gnus-summary-selected (p warning) nul nbf)
+ (header-line (p hilite))
+ (mode-line (c "grey60" "#2f2f2f"))
+ (mode-line-inactive (c "grey50" "#3f3f3f"))
+ (org-hide (c 0 nil))
+ (show-paren-match (c "darkseagreen1" "#5f5f5f"))
+ (spaceline-read-only (c "lightgoldenrod2" "gray10") niv)
+ (spaceline-modified (c "burlywood3" "gray10") nbf nit)
+ (spaceline-unmodified (c "darkseagreen" "gray10") niv)
+ (variable-pitch (c nil nil))
+ (vertical-border (c "#3f3f3f") :inherit nil)
+ (w3m-image (c "lightcyan2"))
+ (w3m-tab-background (c nil nil))
+ (w3m-tab-line (c 0 0) ul)
+ (widget-button (c nil nil) nul))
+ (:x-colors "lemonchiffon"
+ "sienna3"
+ "darkseagreen3"
+ "lightgoldenrod3"
+ "cadetblue4"
+ "lightcyan4"
+ "cadetblue3"
+ "black"))
+
+(provide 'jao-dark-blue-theme)
diff --git a/themes/jao-light-theme.el b/themes/jao-light-theme.el
index f8d6ad1..1f4de39 100644
--- a/themes/jao-light-theme.el
+++ b/themes/jao-light-theme.el
@@ -7,8 +7,8 @@
(strike-through ((c 1)) (st))
;; (italic ((c nil) it :family "DejaVu Sans Mono" :height 90))
;; (italic ((c "darkslategray4")))
-;; (italic (it))
- (italic (it :family "Inconsolata LGC" :height 90))
+ (italic (it))
+ ;; (italic (it :family "Inconsolata LGC" :height 90))
(link ((c 22) nul nbf nit) ((c 29) nul nbf))
(visited-link ((c 23) nul nbf))
(tab-sel ((~ mode-line)))
@@ -55,10 +55,10 @@
(mode-line (c 0 "grey90") nbf nul)
(mode-line-inactive (c 11 "grey90") nbf nul)
(org-hide (c 15 15))
- (powerline-active1 (c "black" "grey85"))
- (powerline-active2 (c "grey5" "grey80"))
- (powerline-inactive1 (c "grey20" "grey95"))
- (powerline-inactive2 (c "grey20" "grey90"))
+ (powerline-active1 nil)
+ (powerline-active2 nil)
+ (powerline-inactive1 nil)
+ (powerline-inactive2 nil)
(vertical-border (c 252 nil) :inherit nil)
(w3m-tab-selected (c 9 nil) bf)
(w3m-link-numbering (c 12))
@@ -84,13 +84,12 @@
;; :box (:line-width -1 :color "grey90"))
;; (mode-line (c "grey20" "grey90") :box nil)
;; (mode-line-inactive (c "grey40" "grey96") :box nil)
- (mode-line (c "grey20" "grey90") :box nil)
- (mode-line-inactive (c "grey40" "white smoke") :box nil)
- (mode-line-buffer-id (c "orange4") nbf it)
- (powerline-active1 (c "black" "grey85"))
- (powerline-active2 (c "grey5" "grey80"))
- (powerline-inactive1 (c "grey20" "grey95"))
- (powerline-inactive2 (c "grey20" "grey90"))
+ (mode-line (c "grey10" "grey95") :box nil)
+ (mode-line-inactive (c "grey55" "grey90") :box nil)
+ (mode-line-buffer-id (c "orange4") nbf nit)
+ (spaceline-read-only (c nil "lightgoldenrod2") niv)
+ (spaceline-modified (c nil "goldenrod1") bf nit)
+ (spaceline-unmodified (c nil "white") niv)
(org-hide (c "white" "white"))
(vertical-border (c "grey70" nil))
(w3m-image (c "midnightblue" "azure2"))
diff --git a/themes/jao-themes.el b/themes/jao-themes.el
index ad4bc0a..340ae58 100644
--- a/themes/jao-themes.el
+++ b/themes/jao-themes.el
@@ -768,6 +768,9 @@
(show-paren-mismatch (p error))
(slack-message-output-header (p f00))
(slack-message-output-text nil)
+ (slack-new-message-marker-face (p warning))
+ (slack-preview-face (p f11))
+ (slack-search-result-message-header-face it)
(slack-user-profile-header-face (p f01))
(slack-user-profile-property-name-face bf)
(sldb-frame-line-face (p f00))
diff --git a/themes/mono-ec b/themes/mono-ec
index cad6620..e782064 100755
--- a/themes/mono-ec
+++ b/themes/mono-ec
@@ -9,10 +9,12 @@ bw=${EC_TERM_BORDER:-2}
tr=${EC_TRANS_SPEC}
usr=${EC_USR_OPTS}
-exec urxvtcd -cr tomato -sl 0 +ptab +rv +ssr -b $bw -bd "$bkg" \
- -bg "$bkg" -fg "$frg" \
- +sbg -fn "${font}" -fi "${ifont}" -name "emacsclient" \
- -xrm "*colorBD: ${frg}" \
- -xrm "*colorUL: ${frg}" \
- ${usr} ${tr} \
- -e emacsclient -t $*
+term -e emacsclient -t $*
+
+# exec urxvtcd -cr tomato -sl 0 +ptab +rv +ssr -b $bw -bd "$bkg" \
+# -bg "$bkg" -fg "$frg" \
+# +sbg -fn "${font}" -fi "${ifont}" -name "emacsclient" \
+# -xrm "*colorBD: ${frg}" \
+# -xrm "*colorUL: ${frg}" \
+# ${usr} ${tr} \
+# -e emacsclient -t $*