diff options
Diffstat (limited to 'config')
| -rwxr-xr-x | config/emacs/site-lisp/tmu-custom-theme.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/emacs/site-lisp/tmu-custom-theme.el b/config/emacs/site-lisp/tmu-custom-theme.el index 965d7c8..57279db 100755 --- a/config/emacs/site-lisp/tmu-custom-theme.el +++ b/config/emacs/site-lisp/tmu-custom-theme.el @@ -47,7 +47,7 @@ '(fringe ((((class color) (background light)) (:background "grey95")) (((class color) (background dark)) (:background "grey10")) (t (:background "gray")))) '(header-line ((t (:inherit mode-line)))) '(tooltip ((((class color)) (:inherit (variable-pitch) :foreground "black" :background "lightyellow")) (t (:inherit (variable-pitch))))) - '(mode-line ((t (:background "black" :family "DejaVu Sans")))) + '(mode-line ((t (:background "black")))) '(mode-line-buffer-id ((t (:weight bold)))) '(mode-line-emphasis ((t (:weight bold)))) '(mode-line-highlight ((((supports :box t) (class color) (min-colors 88)) (:box (:line-width (2 . 2) :color "grey40" :style released-button))) (t (:inherit (highlight))))) @@ -58,7 +58,7 @@ '(match ((((class color) (min-colors 88) (background light)) (:background "khaki1")) (((class color) (min-colors 88) (background dark)) (:background "RoyalBlue3")) (((class color) (min-colors 8) (background light)) (:foreground "black" :background "yellow")) (((class color) (min-colors 8) (background dark)) (:foreground "white" :background "blue")) (((type tty) (class mono)) (:inverse-video t)) (t (:background "gray")))) '(next-error ((t (:inherit (region))))) '(query-replace ((t (:inherit (isearch))))) - '(default ((t (:family "Source Code Pro" :foundry "ADBO" :width normal :height 98 :weight regular :slant normal :underline nil :overline nil :extend nil :strike-through nil :box nil :inverse-video nil :foreground "white smoke" :background "gray10" :stipple nil :inherit nil)))) + '(default ((t (:family "Liberation Mono" :foundry "ADBO" :width normal :height 85 :weight regular :slant normal :underline nil :overline nil :extend nil :strike-through nil :box nil :inverse-video nil :foreground "white smoke" :background "gray10" :stipple nil :inherit nil)))) '(frog-menu-posframe-background-face ((t (:background "RoyalBlue4")))) '(minibuffer-prompt ((t (:background "gray10" :foreground "cyan" :box nil :weight bold)))) '(pyim-page ((t (:inherit default :background "#333333" :foreground "#dcdccc")))) |
