Advertisement
Guest User

sol_linux

a guest
Jun 19th, 2009
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.04 KB | None | 0 0
  1. URxvt*perl-ext-common: default,tabbed
  2. URxvt.tabbed.tab-bg: 7
  3. URxvt.tabbed.tabbar-bg: -1
  4. URxvt*scrollBar: false
  5. URxvt*jumpScroll: true
  6. URxvt*background: #323033
  7. URxvt*foreground: Lightgray
  8. URxvt*cursorColor: Cyan
  9. URxvt.font: xft:Mono:pixelsize=11
  10. URxvt.boldFont: xft:Mono:bold:pixelsize=11
  11. #URxvt*borderLess: true
  12. URxvt*transparent: false
  13. URxvt*shading: 15
  14. URxvt.geometry: 160x28
  15.  
  16.  
  17. XTerm*foreground: Lightgray
  18. XTerm*cursorColor: cyan
  19. XTerm*background: #262626
  20. XTerm*saveLines: 10000
  21.  
  22. !colors
  23. !black
  24. XTerm*color0:    #444444
  25. XTerm*color8:   #757575
  26. !red
  27. XTerm*color1:   #EA6868
  28. XTerm*color9:   #FF7272
  29. !green
  30. XTerm*color2:   #ABCB8D
  31. XTerm*color10:   #AFD78A
  32. !yellow
  33. XTerm*color3:   #E8AE5B
  34. XTerm*color11:   #FFA75D
  35. !blue
  36. XTerm*color4:   #3f6e89
  37. XTerm*color12:   #67CDE9
  38. !magenta
  39. XTerm*color5:   #E2BAF1
  40. XTerm*color13:   #ECAEE9
  41. !cyan
  42. !XTerm*color6:   #21F1EA
  43. XTerm*color6:   #01C1BA
  44. XTerm*color14:   #36FFFC
  45. !white
  46. XTerm*color7:   #D1D1D1
  47. XTerm*color15:   #FFFFFF
  48.  
  49. urxvt*colorBD:    lightyellow
  50. urxvt*colorUL:    yellow
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement