cerilla

~/.Xresources

Jan 13th, 2012
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.13 KB | None | 0 0
  1. ! Default Config -------------------------------------------------------
  2. URxvt.background: #111111
  3. URxvt.foreground:White
  4. URxvt.scrollBar:false
  5. URxvt*transparent:true
  6. URxvt*shading:5
  7.  
  8. ! Font Config ----------------------------------------------------------
  9. !URxvt.font:xft:Inconsolata:pixelsize=13:antialias=true,xft:Droid Sans Fallback:pixelsize=13:antialias=true
  10. !URxvt.boldFont:xft:Inconsolata:pixelsize=13:Bold:antialias=true,xft:Droid Sans Fallback:pixelsize=13:Bold:antialias=true
  11.  
  12. URxvt.font:xft:Inconsolata:pixelsize=13:antialias=true
  13. URxvt.boldFont:xft:Inconsolata:pixelsize=13:Bold:antialias=true
  14.  
  15.  
  16. ! Terminal Color -------------------------------------------------------
  17.  
  18. ! Black
  19.  URxvt.color0:#000000
  20.  URxvt.color8:#000000
  21.  
  22. ! Red
  23.  URxvt.color1:#f24c43
  24.  URxvt.color9:#f24c43
  25.  
  26. ! Green
  27.  URxvt.color2:#759071
  28.  URxvt.color10:#759071
  29.  
  30. ! Yellow
  31.  URxvt.color3:#fcc05e
  32.  URxvt.color11:#fcc05e
  33.  
  34. ! Blue
  35.  URxvt.color4:#6493d7
  36.  URxvt.color12:#6493d7
  37.  
  38. ! Magenta
  39.  URxvt.color5:efbdc9
  40.  URxvt.color13:efbdc9
  41.  
  42. ! Cyan
  43.  URxvt.color6:bdefcb
  44.  URxvt.color14:bdefcb
  45.  
  46. ! White
  47.  URxvt.color7:#ffffff
  48.  URxvt.color15:#ffffff
Advertisement
Add Comment
Please, Sign In to add comment