1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 | !------------------------------------------------------------------------------
! c o l o r - s e t t i n g s
*background: #121212
*foreground: #ffffff
! Default
! 0: black
*color0: #121212
*color8: #121212
! 1: red
*color1: #ff7848
*color9: #ff4848
! 2: green
*color2: #1fcb4a
*color10: #1fcb4a
! 3: yellow
*color3: #dfe32d
*color11: #dfe32d
! 4: blue
*color4: #2966b8
*color12: #2966b8
! 5: magenta
*color5: #f900f9
*color13: #f900f9
! 6: cyan
*color6: #62d0ff
*color14: #62d0ff
! 7: white
*color7: #ffffff
*color15: #ffffff
!------------------------------------------------------------------------------
! u r x v t
URxvt*geometry: 80x30
URxvt*font: xft:inconsolata:size=14:antialias=true
URxvt*scrollBar: false
URxvt*scrollBar_right: true
URxvt*scrollColor: #000000
URxvt*transparent: true
URxvt*shading: 10
URxvt.perl-ext-common: default,matcher,clipboard
URxvt.urlLauncher: /usr/bin/firefox
URxvt.matcher.button: 1
!------------------------------------------------------------------------------
! d z e n 2
dzen2.font: xft:inconsolata:size=14:antialias=true
dzen2.foreground: #22EE11
dzen2.background: black
|
x