From f46b8f3cb6a2a31896523843b45f4c9a0aa23f7f Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 12 Oct 2013 14:28:17 -0400 Subject: sett the urxvt colors to be tango --- .config/X11/defaults | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to '.config/X11') diff --git a/.config/X11/defaults b/.config/X11/defaults index 43f8583..252170c 100644 --- a/.config/X11/defaults +++ b/.config/X11/defaults @@ -1,6 +1,11 @@ # -*- Mode: Conf-xdefaults -*- -URxvt.background: #000000 -URxvt.foreground: #CCCCCC + +# "native" colors +#URxvt.background: #000000 +#URxvt.foreground: #CCCCCC +# Tango-dark +URxvt.background: #2E3436 +URxvt.foreground: #EEEEEC URxvt.scrollstyle: plain URxvt.scrollBar_floating: true -- cgit v1.2.3