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 | !------------------------------------------------------------------------------
! c o l o r - s e t t i n g s
*background: #222222
*foreground: #777777
! Default
! 0: black
*color0: #222222
*color8: #222222
! 1: red
*color1: #9f6767
*color9: #9f6767
! 2: green
*color2: #92ac68
*color10: #92ac68
! 3: yellow
*color3: #d0d293
*color11: #d0d293
*color4: #9aacc3
*color12: #9aacc3
! 5: magenta
*color5: #bb77a4
*color13: #bb77a4
! 6: cyan
*color6: #77bbb5
*color14: #77bbb5
! 7: white
*color7: #777777
*color15: #777777
!------------------------------------------------------------------------------
! u r x v t
URxvt*geometry: 112x22
URxvt*font: xft:terminus:size=8
URxvt*urlLauncher: firefox
URxvt*scrollBar: false
URxvt*scrollBar_right: true
URxvt*scrollColor: #000000
|
x