From 8e904823e948dcecff479984575b20bd6fb1071d Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Mon, 25 Mar 2013 01:33:36 +0100 Subject: Switch lwhite and lblack This should make it easier to eventually start thinking about a yoshi-light-theme. --- yoshi-theme.el | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'yoshi-theme.el') diff --git a/yoshi-theme.el b/yoshi-theme.el index 99a9187..1d2291d 100644 --- a/yoshi-theme.el +++ b/yoshi-theme.el @@ -29,8 +29,8 @@ (deftheme yoshi "Created 2012-09-24") -(let ((lblack "#a5a5a4") (dblack "#111113") - (lwhite "#eeeeec") (dwhite "#222224") +(let ((lblack "#eeeeec") (dblack "#111113") + (lwhite "#a5a5a4") (dwhite "#222224") (lred "#bf7d7d") (dred "#734a4a") (lorange "#bfa47d") (dorange "#73634a") (lyellow "#b2bf7d") (dyellow "#6b734a") @@ -44,7 +44,7 @@ (custom-theme-set-faces 'yoshi - `(default ((t (:background ,dblack :foreground ,lwhite)))) + `(default ((t (:background ,dblack :foreground ,lblack)))) `(diff-added ((t (:background ,dgreen :inherit unspecified)))) `(diff-changed ((t (:background ,dyellow)))) `(diff-removed ((t (:background ,dred :inherit unspecified)))) @@ -59,8 +59,8 @@ `(flyspell-duplicate ((t (:inherit unspecified :underline (:color ,lorange :style wave))))) `(flyspell-incorrect ((t (:inherit unspecified :underline (:color ,lred :style wave))))) `(font-lock-builtin-face ((t (:foreground ,lcyan)))) - `(font-lock-comment-delimiter-face ((t (:foreground ,lblack :weight bold :inherit unspecified)))) - `(font-lock-comment-face ((t (:foreground ,lblack :slant italic)))) + `(font-lock-comment-delimiter-face ((t (:foreground ,lwhite :weight bold :inherit unspecified)))) + `(font-lock-comment-face ((t (:foreground ,lwhite :slant italic)))) `(font-lock-constant-face ((t (:foreground ,lred)))) `(font-lock-doc-face ((t (:foreground ,lgreen :inherit unspecified)))) `(font-lock-function-name-face ((t (:foreground ,lpurple)))) @@ -74,12 +74,12 @@ `(gnus-group-mail-3-empty ((t (:foreground ,lcyan)))) `(gnus-group-news-3 ((t (:inherit gnus-group-news-3-empty :weight bold)))) `(gnus-group-news-3-empty ((t (:foreground ,lblue)))) - `(gnus-header-content ((t (:foreground ,lwhite :slant italic)))) + `(gnus-header-content ((t (:foreground ,lblack :slant italic)))) `(gnus-header-name ((t (:foreground ,lpurple)))) `(gnus-header-subject ((t (:foreground ,lcyan)))) - `(gnus-summary-normal-read ((t (:foreground ,lblack)))) - `(gnus-summary-normal-unread ((t (:foreground ,lwhite)))) - `(gnus-summary-selected ((t (:foreground ,lwhite :weight bold)))) + `(gnus-summary-normal-read ((t (:foreground ,lwhite)))) + `(gnus-summary-normal-unread ((t (:foreground ,lblack)))) + `(gnus-summary-selected ((t (:foreground ,lblack :weight bold)))) `(highlight ((t (:background ,dwhite )))) `(highlight-80+ ((t (:underline (:color ,lred :style wave) :background unspecified)))) `(identica-stripe-face ((t (:background ,dwhite)))) @@ -90,10 +90,10 @@ `(jabber-chat-prompt-foreign ((t (:foreground ,lred :slant italic)))) `(jabber-chat-prompt-local ((t (:foreground ,lblue :slant italic)))) `(jabber-chat-prompt-system ((t (:foreground ,lgreen :slant italic)))) - `(jabber-rare-time-face ((t (:foreground ,lwhite :underline t)))) + `(jabber-rare-time-face ((t (:foreground ,lblack :underline t)))) `(jabber-roster-user-away ((t (:foreground ,lgreen :slant italic)))) `(jabber-roster-user-error ((t (:foreground ,lred :slant italic)))) - `(jabber-roster-user-offline ((t (:foreground ,lblack :slant italic)))) + `(jabber-roster-user-offline ((t (:foreground ,lwhite :slant italic)))) `(jabber-roster-user-online ((t (:foreground ,lblue)))) `(link ((t (:foreground ,lorange :underline t)))) `(link-visited ((t (:foreground ,lmagenta :underline t)))) @@ -107,8 +107,8 @@ `(markdown-header-face-5 ((t (:inherit org-level-5)))) `(markdown-header-face-6 ((t (:inherit org-level-6)))) `(minibuffer-prompt ((t (:foreground ,lblue)))) - `(mode-line ((t (:background ,dwhite :foreground ,lwhite :box unspecified)))) - `(mode-line-inactive ((t (:weight normal :background ,dblack :foreground ,lblack :box unspecified :inherit unspecified)))) + `(mode-line ((t (:background ,dwhite :foreground ,lblack :box unspecified)))) + `(mode-line-inactive ((t (:weight normal :background ,dblack :foreground ,lwhite :box unspecified :inherit unspecified)))) `(org-agenda-calendar-sexp ((t (:foreground ,lyellow)))) `(org-agenda-current-time ((t (:foreground ,lorange :weight bold)))) `(org-agenda-date ((t (:foreground ,dcyan)))) @@ -118,7 +118,7 @@ `(org-checkbox-statistics-done ((t (:foreground ,dcyan)))) `(org-checkbox-statistics-todo ((t (:foreground ,lcyan)))) `(org-document-title ((t (:foreground ,lorange :height 1.5)))) - `(org-headline-done ((t (:foreground ,lblack :strike-through t)))) + `(org-headline-done ((t (:foreground ,lwhite :strike-through t)))) `(org-level-1 ((t (:foreground ,lred)))) `(org-level-2 ((t (:foreground ,lorange)))) `(org-level-3 ((t (:foreground ,lyellow)))) @@ -139,7 +139,7 @@ `(outline-6 ((t (:inherit org-level-6)))) `(outline-7 ((t (:inherit org-level-7)))) `(outline-8 ((t (:inherit org-level-8)))) - `(pp^L-highlight ((t (:box unspecified :foreground ,lblack)))) + `(pp^L-highlight ((t (:box unspecified :foreground ,lwhite)))) `(rainbow-delimiters-depth-1-face ((t (:foreground ,lred)))) `(rainbow-delimiters-depth-10-face ((t (:foreground ,lpink)))) `(rainbow-delimiters-depth-2-face ((t (:foreground ,lorange)))) @@ -161,17 +161,17 @@ `(sh-heredoc ((t (:foreground ,lorange)))) `(show-paren-match ((t (:background ,dwhite :weight bold)))) `(show-paren-mismatch ((t (:background unspecified :foreground ,lred)))) - `(slime-repl-input-face ((t (:foreground ,lblack)))) - `(slime-repl-inputed-output-face ((t (:foreground ,lblack)))) - `(slime-repl-output-face ((t (:foreground ,lwhite)))) + `(slime-repl-input-face ((t (:foreground ,lwhite)))) + `(slime-repl-inputed-output-face ((t (:foreground ,lwhite)))) + `(slime-repl-output-face ((t (:foreground ,lblack)))) `(slime-repl-prompt-face ((t (:foreground ,lblue)))) - `(term-color-black ((t (:background ,dblack :foreground ,lblack)))) + `(term-color-black ((t (:background ,dblack :foreground ,lwhite)))) `(term-color-blue ((t (:background ,dblue :foreground ,lblue)))) `(term-color-cyan ((t (:background ,dcyan :foreground ,lcyan)))) `(term-color-green ((t (:background ,dgreen :foreground ,lgreen)))) `(term-color-magenta ((t (:background ,dmagenta :foreground ,lmagenta)))) `(term-color-red ((t (:background ,dred :foreground ,lred)))) - `(term-color-white ((t (:background ,dwhite :foreground ,lwhite)))) + `(term-color-white ((t (:background ,dwhite :foreground ,lblack)))) `(term-color-yellow ((t (:background ,dyellow :foreground ,lyellow)))) ) -- cgit v1.2.3-54-g00ecf