diff options
-rw-r--r-- | .config/X11/defaults | 12 | ||||
-rw-r--r-- | .config/emacs/custom.el | 2 |
2 files changed, 8 insertions, 6 deletions
diff --git a/.config/X11/defaults b/.config/X11/defaults index 252170c..fca1914 100644 --- a/.config/X11/defaults +++ b/.config/X11/defaults @@ -1,11 +1,13 @@ -# -*- Mode: Conf-xdefaults -*- +! -*- Mode: Conf-xdefaults -*- -# "native" colors -#URxvt.background: #000000 -#URxvt.foreground: #CCCCCC -# Tango-dark +! "native" colors +!URxvt.background: #000000 +!URxvt.foreground: #CCCCCC +! Tango-dark URxvt.background: #2E3436 URxvt.foreground: #EEEEEC +URxvt.color4: #729FCF +URxvt.color12: #729FCF URxvt.scrollstyle: plain URxvt.scrollBar_floating: true 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"))))) |