×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: Text
Posted by: Adam Bedell
Added: Sep 5, 2013 9:18 AM
Views: 1972
  1. # transparency - true or false (default)
  2. URxvt*transparent: true
  3.  
  4. # tint with any color; i.e., blue, red, tomato4, olivedrab2, etc.
  5. #   some nice listings are at:
  6. #     http://www.nisrv.com/drupal/?q=node/11
  7. #     http://www.htmlgoodies.com/tutorials/colors/article.php/3478921
  8. URxvt*tintColor: Blue
  9.  
  10. # shading - 0 to 99 darkens, 101 to 200 lightens.
  11. #   Don't use with tintColor; just use a darker or lighter color instead.
  12. #URxvt*shading: 40
  13.  
  14. # scrollback buffer lines - 65535 is max on most machines (64 is default)
  15. URxvt*saveLines: 12000
  16.  
  17. # font color (default is black)
  18. URxvt*foreground: White
  19.  
  20. # background color (prior to tinting) (default is white)
  21. URxvt*background: Blue
  22.  
  23. # Xft (X FreeType) with Bitstream, DejaVu, Liberation, or Terminus fonts:
  24. #  Fedora/debian packages: libXft/libxft2
  25. #  An anti-aliased font setup with Xft looks fantastic; it can be a bit choppy
  26. #  on older systems. You can always turn off anti-aliasing (antialias=false) if
  27. #  your terminal is sluggish. Use only ONE of the Xft pairs below:
  28. #
  29. # Xft: Bitstream fonts
  30. #  Fedora/debian packages: bitstream-vera-sans-mono-fonts/ttf-bitstream-vera
  31. #URxvt*font: xft:Bitstream Vera Sans Mono:pixelsize=12:antialias=true:hinting=true
  32. #URxvt*boldFont: xft:Bitstream Vera Sans Mono:bold:pixelsize=12:antialias=true:hinting=true
  33. #
  34. # Xft: DejaVu fonts
  35. #  Fedora/debian packages: dejavu-sans-mono-fonts/ttf-dejavu
  36. URxvt*font: xft:DejaVu Sans Mono:pixelsize=12:antialias=true:hinting=true
  37. URxvt*boldFont: xft:DejaVu Sans Mono:bold:pixelsize=12:antialias=true:hinting=true
  38. #
  39. # Xft: Liberation fonts
  40. #  Fedora/debian packages: liberation-mono-fonts/ttf-liberation
  41. #URxvt*font: xft:Liberation Mono:pixelsize=13:antialias=true:hinting=true
  42. #URxvt*boldFont: xft:Liberation Mono:bold:pixelsize=13:antialias=true:hinting=true
  43. #
  44. # Xft: Terminus fonts
  45. #  Fedora/debian packages: terminus-fonts/xfonts-terminus
  46. #URxvt*font: xft:terminus:pixelsize=15
  47. #URxvt*boldFont: xft:terminus:bold:pixelsize=15
  48.  
  49. # Traditional fonts - a more traditional font setup in lieu of xft
  50. #URxvt*font:-*-courier-medium-r-normal-*-14-*-*-*-*-*-iso8859-1
  51. #URxvt*boldFont:-*-courier-bold-r-normal-*-14-*-*-*-*-*-iso8859-1
  52.  
  53. # Replace blue folder colors with a lighter shade for clarity. To
  54. #  set colored folders and files within urxvt, xterm, and aterm, add
  55. #  the following line to your ~/.bashrc ($HOME/.bashrc) file under
  56. #  the heading "# User specific aliases and functions":
  57. #   alias ls="ls -h --color=auto"
  58. URxvt*color4: RoyalBlue
  59. URxvt*color12: RoyalBlue
  60.  
  61. # scrollbar - true (default) or false
  62. URxvt*scrollBar: true
  63.  
  64. # scrollbar position - left=false (default) or right=true
  65. URxvt*scrollBar_right: false
  66.  
  67. # scrollbar style - rxvt (default), plain, next, or xterm
  68. URxvt*scrollstyle: rxvt