From f88159c624564d5fe9945820b89b21ef5685fc23 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 31 Jul 2014 00:57:28 -0400 Subject: terminals: Make blue readable on the tango background --- .config/emacs/custom.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/emacs') diff --git a/.config/emacs/custom.el b/.config/emacs/custom.el index ef9048d..0eb22a6 100644 --- a/.config/emacs/custom.el +++ b/.config/emacs/custom.el @@ -26,4 +26,4 @@ ;; 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. - ) + '(term-color-blue ((t (:background "#729fcf" :foreground "#729fcf"))))) -- cgit v1.2.3