summaryrefslogtreecommitdiffstats
path: root/.Xdefaults
diff options
context:
space:
mode:
Diffstat (limited to '.Xdefaults')
-rw-r--r--.Xdefaults37
1 files changed, 31 insertions, 6 deletions
diff --git a/.Xdefaults b/.Xdefaults
index d0ac8d0..d9f508a 100644
--- a/.Xdefaults
+++ b/.Xdefaults
@@ -4,25 +4,50 @@ urxvt*scrollBar: false
urxvt*secondaryScroll: true
urxvt*saveLines: 65535
urxvt*cursorBlink: false
+urxvt*cursorUnderline: true
urxvt*urgentOnBell: true
! Extensions
urxvt*perl-lib: /usr/lib/urxvt/perl/
urxvt*perl-ext-common: default,matcher,searchable-scrollback
-urxvt*urlLauncher: chromium-browser
+urxvt*urlLauncher: chromium
urxvt*matcher.button: 1
! - catch ugly URLs
!urxvt.cutchars: `()'*<>[]{|}"
! Appearance
! - use a bitmap font
-!urxvt*font: -xos4-terminus-medium-*-*-*-14-*-*-*-*-*-*-*
-!urxvt*boldFont: -xos4-terminux-bold-*-*-*-14-*-*-*-*-*-*-*
+urxvt*font: -xos4-terminus-medium-*-*-*-12-*-*-*-*-*-*-*
+urxvt*boldFont: -xos4-terminux-bold-*-*-*-12-*-*-*-*-*-*-*
! - cursor
urxvt*cursorColor: #DCDCCC
! - pseudo transparency
-urxvt*shading: 20
+urxvt*shading: 50
urxvt*transparent: true
! - color scheme
-urxvt.background: #000000
-urxvt.foreground: #EBEBFF
+urxvt.background: #3F3F3F
+urxvt.foreground: #DCDCCC
+! black + red
+urxvt*color0: #1E2320
+urxvt*color1: #705050
+! green + yellow
+urxvt*color2: #60B48A
+urxvt*color3: #DFAF8F
+! blue + purple
+urxvt*color4: #506070
+urxvt*color5: #DC8CC3
+! cyan + white
+urxvt*color6: #8CD0D3
+urxvt*color7: #DCDCCC
+! bright-black + birhgt-red
+urxvt*color8: #709080
+urxvt*color9: #DCA3A3
+! bright-green + bright-yellow
+urxvt*color10: #C3BF9F
+urxvt*color11: #F0DFAF
+! bright-blue + bright-purple
+urxvt*color12: #94BFF3
+urxvt*color13: #EC93D3
+! bright-cyan + bright-white
+urxvt*color14: #93E0E3
+urxvt*color15: #FFFFFF