diff options
author | Adrian Kummerlaender | 2014-07-05 13:59:25 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2014-07-05 13:59:25 +0200 |
commit | da9c5dcc5a01d71174428be3fe4509450422603c (patch) | |
tree | 0a5118446835cf9396535172d3360d65f1dc866c /xorg | |
parent | 3fa9a8f0889fcc1a8f27a6acc0917dd55463d0aa (diff) | |
download | dotfiles-da9c5dcc5a01d71174428be3fe4509450422603c.tar dotfiles-da9c5dcc5a01d71174428be3fe4509450422603c.tar.gz dotfiles-da9c5dcc5a01d71174428be3fe4509450422603c.tar.bz2 dotfiles-da9c5dcc5a01d71174428be3fe4509450422603c.tar.lz dotfiles-da9c5dcc5a01d71174428be3fe4509450422603c.tar.xz dotfiles-da9c5dcc5a01d71174428be3fe4509450422603c.tar.zst dotfiles-da9c5dcc5a01d71174428be3fe4509450422603c.zip |
Changed i3wm color scheme
* updated conky and urxvt configuration accordingly
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/.Xresources | 8 |
1 files changed, 4 insertions, 4 deletions
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 |