summaryrefslogtreecommitdiff
path: root/config/emacs
diff options
context:
space:
mode:
authorThomas Ulmer <thomasmulmer02@gmail.com>2026-06-14 09:10:40 -0700
committerThomas Ulmer <thomasmulmer02@gmail.com>2026-06-14 09:10:40 -0700
commit8e968102951ca564d310c1804e0a3ad04f803c20 (patch)
tree40870b501d6223990a5b20b3fec3bfa486b86c7d /config/emacs
parentf7ba9605b6cf5544f61a1f8df1ca3984f69db4b8 (diff)
emacs font to liberation mono
Diffstat (limited to 'config/emacs')
-rwxr-xr-xconfig/emacs/site-lisp/tmu-custom-theme.el4
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"))))