diff options
| author | 2012-09-25 22:03:20 +0200 | |
|---|---|---|
| committer | 2012-09-25 22:03:20 +0200 | |
| commit | d200e57a132cc67adde3c451ce02113c5cd72750 (patch) | |
| tree | 20d82853b0af5fc28118488ed03add11359a8a69 | |
| parent | 2b179a58a68d2677a735ee54c81a0fd4a19b084f (diff) | |
| download | yoshi-theme-d200e57a132cc67adde3c451ce02113c5cd72750.tar.gz yoshi-theme-d200e57a132cc67adde3c451ce02113c5cd72750.zip | |
.emacs.d/themes/new-theme.el
| -rw-r--r-- | new-theme.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/new-theme.el b/new-theme.el index cf4765f..a2234ca 100644 --- a/new-theme.el +++ b/new-theme.el @@ -43,6 +43,7 @@ '(mode-line ((t (:background "#222224" :foreground "#eeeeec" :box nil)))) '(mode-line-inactive ((t (:background "#171719" :foreground "#999999" :box nil)))) '(region ((t (:background "#2729b6")))) + '(highlight ((t (:background "#171719")))) ) (provide-theme 'new) |
