;; make script file text readable when in character terminal mode (custom-set-variables ;; custom-set-variables was added by Custom. ;; 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. '(font-lock-global-modes nil) '(font-lock-maximum-decoration t) '(global-font-lock-mode nil)) (custom-set-faces ;; custom-set-faces was added by Custom. ;; 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. '(fringe ((t (:background "black")))) '(highlight ((t (:background "black" :foreground "#0F0")))) '(lazy-highlight ((t (:background "black" :foreground "#020")))) '(menu ((t (:background "#444" :foreground "white")))) '(minibuffer-prompt ((t (:foreground "#AFA")))) '(mode-line ((t (:background "#445" :foreground "white" :box (:line-width -1 :style released-button) :weight bold)))) '(mode-line-inactive ((t (:inherit mode-line :background "#444" :foreground "white" :box (:line-width -1 :color "grey75") :weight semi-bold)))) '(region ((t (:extend t :background "black" :foreground "#0F0")))) '(widget-field ((t (:extend t :background "#222" :foreground "white")))))