summary refs log tree commit diff
path: root/emacs/custom/fcuny-ui.el
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--emacs/custom/fcuny-ui.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/custom/fcuny-ui.el b/emacs/custom/fcuny-ui.el
index b7b6ccf..c7c4284 100644
--- a/emacs/custom/fcuny-ui.el
+++ b/emacs/custom/fcuny-ui.el
@@ -40,6 +40,7 @@
   :config
   (blink-cursor-mode -1)
   (setq frame-title-format "%b")
+  (set-background-color "#FFFFEA")
   (when (memq window-system '(mac ns))
     (set-frame-font "Source Code Pro-14")
     (add-to-list 'default-frame-alist '(fullscreen . maximized))