diff options
Diffstat (limited to 'init.el')
-rwxr-xr-x | init.el | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -199,6 +199,9 @@ :config (load-theme 'doom-fairy-floss)) +;; Fix TUI background +(add-to-list 'default-frame-alist '(background-color . "#464258")) + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;; ;;; Text Modes |