From 93b140c44c87232356b2a5b5ae5e4985f5e4b789 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 24 Sep 2012 11:20:52 +1200 Subject: Make resources more generic for other terms --- X/Xresources | 38 ++++++++++++++++++++------------------ 1 file changed, 20 insertions(+), 18 deletions(-) (limited to 'X') diff --git a/X/Xresources b/X/Xresources index 7235001d..de04e662 100644 --- a/X/Xresources +++ b/X/Xresources @@ -4,30 +4,32 @@ Xft.hinting: -1 Xft.hintstyle: hintnone Xft.rgba: none +! Common terminal colors +*.background: #030303 +*.foreground: #E0E0E0 +*.color0: #2E3436 +*.color1: #CC0000 +*.color2: #3EAA06 +*.color3: #C4A000 +*.color4: #3465A4 +*.color5: #75507B +*.color6: #06989A +*.color7: #D3D7CF +*.color8: #555753 +*.color9: #EF2929 +*.color10: #7AF234 +*.color11: #FCE94F +*.color12: #729FCF +*.color13: #AD7FA8 +*.color14: #34E2E2 +*.color15: #EEEEEC + ! Urxvt -URxvt.background: #030303 URxvt.buffered: false -URxvt.color0: #2E3436 -URxvt.color1: #CC0000 -URxvt.color2: #3EAA06 -URxvt.color3: #C4A000 -URxvt.color4: #3465A4 -URxvt.color5: #75507B -URxvt.color6: #06989A -URxvt.color7: #D3D7CF -URxvt.color8: #555753 -URxvt.color9: #EF2929 -URxvt.color10: #7AF234 -URxvt.color11: #FCE94F -URxvt.color12: #729FCF -URxvt.color13: #AD7FA8 -URxvt.color14: #34E2E2 -URxvt.color15: #EEEEEC URxvt.cursorBlink: on URxvt.depth: 32 URxvt.fading: 40 URxvt.font: xft:Ubuntu Mono:pixelsize=16:antialias=true:hinting=false -URxvt.foreground: #E0E0E0 URxvt.iso14755: false URxvt.iso14755_52: false URxvt.matcher.button: 1 -- cgit v1.2.3