From 033a3d5551e25b09a943e09562ca203b46cb4231 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 18 Jan 2015 15:49:50 +1300 Subject: Fix silly order for Xresources term colors --- X/Xresources | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'X') diff --git a/X/Xresources b/X/Xresources index ae8770c3..c128191d 100644 --- a/X/Xresources +++ b/X/Xresources @@ -26,12 +26,6 @@ URxvt.background : #030303 URxvt.foreground : #E0E0E0 URxvt.color0 : #030303 URxvt.color1 : #CC0000 -URxvt.color10 : #7AF234 -URxvt.color11 : #FCE94F -URxvt.color12 : #729FCF -URxvt.color13 : #AD7FA8 -URxvt.color14 : #34E2E2 -URxvt.color15 : #EEEEEC URxvt.color2 : #3EAA06 URxvt.color3 : #C4A000 URxvt.color4 : #3465A4 @@ -40,6 +34,12 @@ URxvt.color6 : #06989A URxvt.color7 : #D3D7CF URxvt.color8 : #303030 URxvt.color9 : #EF2929 +URxvt.color10 : #7AF234 +URxvt.color11 : #FCE94F +URxvt.color12 : #729FCF +URxvt.color13 : #AD7FA8 +URxvt.color14 : #34E2E2 +URxvt.color15 : #EEEEEC ! Xscreensaver xscreensaver.Dialog.background : #222222 -- cgit v1.2.3