|
|
|
|
@ -32,7 +32,7 @@ |
|
|
|
|
;; If you edit it by hand, you could mess it up, so be careful. |
|
|
|
|
;; Your init file should contain only one such instance. |
|
|
|
|
;; If there is more than one, they won't work right. |
|
|
|
|
'(default ((t (:inherit nil :stipple nil :background "#182828" :foreground "Wheat" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 90 :width normal :foundry "xos4" :family "terminus")))) |
|
|
|
|
'(default ((t (:inherit nil :stipple nil :background "#182828" :foreground "cornsilk1" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 90 :width normal :foundry "xos4" :family "terminus")))) |
|
|
|
|
'(bold ((t (:weight semi-bold)))) |
|
|
|
|
'(cursor ((t (:background "orchid")))) |
|
|
|
|
'(fixed-pitch ((t (:family "Bitstream Vera Sans Mono")))) |
|
|
|
|
@ -43,6 +43,7 @@ |
|
|
|
|
'(italic ((((supports :underline t)) nil))) |
|
|
|
|
'(menu ((t (:inverse-video t)))) |
|
|
|
|
'(mouse ((t (:background "orchid")))) |
|
|
|
|
'(region ((t (:background "DodgerBlue4")))) |
|
|
|
|
'(tooltip ((t (:inherit default :background "lightyellow" :foreground "black" :foundry "xos4" :family "terminus")))) |
|
|
|
|
'(variable-pitch ((t (:family "default")))) |
|
|
|
|
'(visible-mark-face ((t (:background "goldenrod" :foreground "darkslategrey"))))) |
|
|
|
|
|