From da9c5dcc5a01d71174428be3fe4509450422603c Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sat, 5 Jul 2014 13:59:25 +0200 Subject: Changed i3wm color scheme * updated conky and urxvt configuration accordingly --- xorg/.Xresources | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'xorg') diff --git a/xorg/.Xresources b/xorg/.Xresources index 48d0c75..8f9c056 100644 --- a/xorg/.Xresources +++ b/xorg/.Xresources @@ -1,14 +1,14 @@ -URxvt.foreground: white -URxvt.background: black +URxvt.background: #111111 +URxvt.foreground: #c9c9c9 URxvt.scrollBar: false URxvt.transparent: false URxvt.font: xft:Droid Sans Mono:size=8 -URxvt.perl-ext-common: vtwheel,matcher,clipboard +URxvt.perl-ext-common: default,vtwheel,matcher,clipboard URxvt.saveLines: 10000 URxvt.inheritPixmap: false URxvt.matcher.button: 1 URxvt.matcher.pattern.1: \\bwww\\.[\\w-]\\.[\\w./?&@#-]*[\\w/-] -URxvt.urlLauncher: firefox +URxvt.url-launcher: firefox URxvt.keysym.Control-Up: \033[1;5A URxvt.keysym.Control-Down: \033[1;5B URxvt.keysym.Control-Left: \033[1;5D -- cgit v1.2.3