From fbc911bd00e0798a7bf1922674ac4f073944cf5e Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sun, 7 Oct 2012 23:33:31 +0200 Subject: .emacs.d/themes/new-theme.el --- .emacs.d/themes/new-theme.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.emacs.d/themes/new-theme.el') diff --git a/.emacs.d/themes/new-theme.el b/.emacs.d/themes/new-theme.el index c4df5e6..53420fc 100644 --- a/.emacs.d/themes/new-theme.el +++ b/.emacs.d/themes/new-theme.el @@ -36,9 +36,10 @@ '(font-lock-comment-delimiter-face ((t (:foreground "#a9a9a9" :slant italic :weight bold)))) '(font-lock-comment-face ((t (:foreground "#a9a9a9" :slant italic)))) '(font-lock-doc-face ((t (:foreground "#9ad870")))) + '(font-lock-function-name-face ((t (:foreground "#1793d1")))) '(font-lock-keyword-face ((t (:foreground "#cfce29")))) '(font-lock-string-face ((t (:foreground "#ffbd5c")))) - '(font-lock-type-face ((t (:foreground "#78a2c1")))) + '(font-lock-type-face ((t (:foreground "#1793d1" :bold t)))) '(highlight ((t (:background "#171719")))) '(ido-subdir ((t (:foreground "#ff5d55")))) '(jabber-chat-prompt-foreign ((t (:foreground "#ff5d55")))) -- cgit v1.2.3-54-g00ecf From 4f57503a703cd4c7c233bb8deb1812d7fea2594f Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sun, 7 Oct 2012 23:56:02 +0200 Subject: .emacs.d/themes/new-theme.el --- .emacs.d/themes/new-theme.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.emacs.d/themes/new-theme.el') diff --git a/.emacs.d/themes/new-theme.el b/.emacs.d/themes/new-theme.el index 53420fc..321baf5 100644 --- a/.emacs.d/themes/new-theme.el +++ b/.emacs.d/themes/new-theme.el @@ -36,10 +36,10 @@ '(font-lock-comment-delimiter-face ((t (:foreground "#a9a9a9" :slant italic :weight bold)))) '(font-lock-comment-face ((t (:foreground "#a9a9a9" :slant italic)))) '(font-lock-doc-face ((t (:foreground "#9ad870")))) - '(font-lock-function-name-face ((t (:foreground "#1793d1")))) + '(font-lock-function-name-face ((t (:foreground "#78a2c1")))) '(font-lock-keyword-face ((t (:foreground "#cfce29")))) '(font-lock-string-face ((t (:foreground "#ffbd5c")))) - '(font-lock-type-face ((t (:foreground "#1793d1" :bold t)))) + '(font-lock-type-face ((t (:foreground "#78a2c1" :bold t)))) '(highlight ((t (:background "#171719")))) '(ido-subdir ((t (:foreground "#ff5d55")))) '(jabber-chat-prompt-foreign ((t (:foreground "#ff5d55")))) -- cgit v1.2.3-54-g00ecf From 3b005ef724c31e54bc25c47a0db396070e7b7d21 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Wed, 10 Oct 2012 09:11:12 +0200 Subject: .emacs.d/themes/new-theme.el --- .emacs.d/themes/new-theme.el | 1 + 1 file changed, 1 insertion(+) (limited to '.emacs.d/themes/new-theme.el') diff --git a/.emacs.d/themes/new-theme.el b/.emacs.d/themes/new-theme.el index 321baf5..a6f10a0 100644 --- a/.emacs.d/themes/new-theme.el +++ b/.emacs.d/themes/new-theme.el @@ -40,6 +40,7 @@ '(font-lock-keyword-face ((t (:foreground "#cfce29")))) '(font-lock-string-face ((t (:foreground "#ffbd5c")))) '(font-lock-type-face ((t (:foreground "#78a2c1" :bold t)))) + '(font-lock-variable-name-face ((t (:foreground "#c39cc3")))) '(highlight ((t (:background "#171719")))) '(ido-subdir ((t (:foreground "#ff5d55")))) '(jabber-chat-prompt-foreign ((t (:foreground "#ff5d55")))) -- cgit v1.2.3-54-g00ecf From 04fe40d2486510020e7c7800fd30a415023cf765 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Wed, 10 Oct 2012 09:19:01 +0200 Subject: .emacs.d/themes/new-theme.el --- .emacs.d/themes/new-theme.el | 1 + 1 file changed, 1 insertion(+) (limited to '.emacs.d/themes/new-theme.el') diff --git a/.emacs.d/themes/new-theme.el b/.emacs.d/themes/new-theme.el index a6f10a0..37c602d 100644 --- a/.emacs.d/themes/new-theme.el +++ b/.emacs.d/themes/new-theme.el @@ -35,6 +35,7 @@ '(flymake-warnline ((t (:background "#9a3200")))) '(font-lock-comment-delimiter-face ((t (:foreground "#a9a9a9" :slant italic :weight bold)))) '(font-lock-comment-face ((t (:foreground "#a9a9a9" :slant italic)))) + '(font-lock-constant-face ((t (:foreground "#93d8d8")))) '(font-lock-doc-face ((t (:foreground "#9ad870")))) '(font-lock-function-name-face ((t (:foreground "#78a2c1")))) '(font-lock-keyword-face ((t (:foreground "#cfce29")))) -- cgit v1.2.3-54-g00ecf From ed985b92f28980af0b3dc1c99737b8de9a314dc7 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 11 Oct 2012 10:12:39 +0200 Subject: .emacs.d/themes/new-theme.el --- .emacs.d/themes/new-theme.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.emacs.d/themes/new-theme.el') diff --git a/.emacs.d/themes/new-theme.el b/.emacs.d/themes/new-theme.el index 37c602d..441e067 100644 --- a/.emacs.d/themes/new-theme.el +++ b/.emacs.d/themes/new-theme.el @@ -30,9 +30,9 @@ (custom-theme-set-faces 'new '(default ((t (:background "#111113" :foreground "#eeeeec")))) - '(flymake-errline ((t (:background "#8b1a1a")))) - '(flymake-infoline ((t (:background "#00008b")))) - '(flymake-warnline ((t (:background "#9a3200")))) + '(flymake-errline ((t (:background nil :underline (:color "#ff0000" :style line))))) + '(flymake-infoline ((t (:background nil :underline (:color "#00ff00" :style line))))) + '(flymake-warnline ((t (:background nil :underline (:color "#0000ff" :style line))))) '(font-lock-comment-delimiter-face ((t (:foreground "#a9a9a9" :slant italic :weight bold)))) '(font-lock-comment-face ((t (:foreground "#a9a9a9" :slant italic)))) '(font-lock-constant-face ((t (:foreground "#93d8d8")))) -- cgit v1.2.3-54-g00ecf From 961905f2c32e177cff6325ed82359fb9b3972890 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 11 Oct 2012 15:46:48 +0200 Subject: .emacs.d/themes/new-theme.el --- .emacs.d/themes/new-theme.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.emacs.d/themes/new-theme.el') diff --git a/.emacs.d/themes/new-theme.el b/.emacs.d/themes/new-theme.el index 441e067..b43709f 100644 --- a/.emacs.d/themes/new-theme.el +++ b/.emacs.d/themes/new-theme.el @@ -30,9 +30,9 @@ (custom-theme-set-faces 'new '(default ((t (:background "#111113" :foreground "#eeeeec")))) - '(flymake-errline ((t (:background nil :underline (:color "#ff0000" :style line))))) - '(flymake-infoline ((t (:background nil :underline (:color "#00ff00" :style line))))) - '(flymake-warnline ((t (:background nil :underline (:color "#0000ff" :style line))))) + '(flymake-errline ((t (:background nil :underline (:color "#ff5555" :style line))))) + '(flymake-infoline ((t (:background nil :underline (:color "#55ff55" :style line))))) + '(flymake-warnline ((t (:background nil :underline (:color "#5555ff" :style line))))) '(font-lock-comment-delimiter-face ((t (:foreground "#a9a9a9" :slant italic :weight bold)))) '(font-lock-comment-face ((t (:foreground "#a9a9a9" :slant italic)))) '(font-lock-constant-face ((t (:foreground "#93d8d8")))) -- cgit v1.2.3-54-g00ecf From e95ddbff6f6dc90f3facfbce951a31afae923f8a Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 11 Oct 2012 21:23:48 +0200 Subject: .emacs.d/themes/new-theme.el --- .emacs.d/themes/new-theme.el | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) (limited to '.emacs.d/themes/new-theme.el') diff --git a/.emacs.d/themes/new-theme.el b/.emacs.d/themes/new-theme.el index b43709f..1d5a454 100644 --- a/.emacs.d/themes/new-theme.el +++ b/.emacs.d/themes/new-theme.el @@ -30,9 +30,9 @@ (custom-theme-set-faces 'new '(default ((t (:background "#111113" :foreground "#eeeeec")))) - '(flymake-errline ((t (:background nil :underline (:color "#ff5555" :style line))))) - '(flymake-infoline ((t (:background nil :underline (:color "#55ff55" :style line))))) - '(flymake-warnline ((t (:background nil :underline (:color "#5555ff" :style line))))) + '(flymake-errline ((t (:background nil :underline (:color "#ff5555" :style wave))))) + '(flymake-infoline ((t (:background nil :underline (:color "#55ff55" :style wave))))) + '(flymake-warnline ((t (:background nil :underline (:color "#5555ff" :style wave))))) '(font-lock-comment-delimiter-face ((t (:foreground "#a9a9a9" :slant italic :weight bold)))) '(font-lock-comment-face ((t (:foreground "#a9a9a9" :slant italic)))) '(font-lock-constant-face ((t (:foreground "#93d8d8")))) @@ -51,7 +51,21 @@ '(minibuffer-prompt ((t (:foreground "#78a2c1")))) '(mode-line ((t (:background "#222224" :foreground "#eeeeec" :box nil)))) '(mode-line-inactive ((t (:background "#171719" :foreground "#999999" :box nil)))) + '(org-level-1 ((t (:height 1.5)))) + '(org-level-2 ((t (:height 1.4)))) + '(org-level-3 ((t (:height 1.3)))) + '(org-level-4 ((t (:height 1.2)))) + '(org-level-5 ((t (:height 1.1)))) + '(org-level-6 ((t (:height 1.0)))) + '(org-level-7 ((t (:height 1.0)))) + '(org-level-8 ((t (:height 1.0)))) '(region ((t (:background "#2729b6")))) + '(rst-level-1 ((t (:height 1.5 :background nil)))) + '(rst-level-2 ((t (:height 1.4 :background nil)))) + '(rst-level-3 ((t (:height 1.3 :background nil)))) + '(rst-level-4 ((t (:height 1.2 :background nil)))) + '(rst-level-5 ((t (:height 1.1 :background nil)))) + '(rst-level-6 ((t (:height 1.0 :background nil)))) ) (provide-theme 'new) -- cgit v1.2.3-54-g00ecf