lpfManiak

~/.Xresources

Sep 27th, 2015
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. ulemrxvt --help 2>&1| sed -n '/: /s/^ */! URxvt*/gp' >> ~/.Xresources
  2. ! #URxvt.depth: 32
  3. URxvt*loginShell: true
  4. URxvt.perl-ext-common: default,matcher
  5. URxvt.url-launcher: /usr/bin/firefox
  6. URxvt.matcher.button: 1
  7. URxvt.foreground: #3d402b
  8. URxvt.background: #fefffd
  9. URxvt.cursorColor: #3d402b
  10.  
  11. XTerm*faceName: lemon
  12. xterm*faceSize: 10
  13.  
  14. ! 0: Black
  15. URxvt*color0 : #141d17
  16. URxvt*color8 : #000000
  17.  
  18. ! 1: Red
  19. URxvt*color1: #cf9e80
  20. URxvt*color9: #764b37
  21.  
  22. ! 2: Green
  23. URxvt*color2 : #a6b387
  24. URxvt*color10 : #7b8f55
  25.  
  26. ! 3. Yellow/Orange
  27. URxvt*color3: #beab8a
  28. URxvt*color11: #9e7f52
  29.  
  30. ! 4. Blue
  31. URxvt*color4: #698286
  32. URxvt*color12: #2a383b
  33.  
  34. ! 5. Magenta
  35. URxvt*color5 : #cf8581
  36. URxvt*color13 : #763a37
  37.  
  38. ! 6. Cyan
  39. URxvt*color6 : #97cfb5
  40. URxvt*color14 : #46765d
  41.  
  42. ! 7. White
  43. URxvt.color7: #c7b59f
  44. URxvt.color15: #a08768
  45.  
  46. !URxvt.font: xft:lemon:size=8
  47. !,\ [codeset=JISX0208]xft:Kochi Gothic:pixelsize=10
  48. !URxvt.boldFont: xft:lemon:size=8
  49. !,\ [codeset=JISX0208]xft:Kochi Gothic:pixelsize=10
  50. URxvt.scrollBar: None
  51.  
  52.  
  53. URxvt*font: xft:lemon:pixelsize=8:antialias=false,\ [codeset=JISX0208]xft:Kochi Gothic:pixelsize=8:antialias=false,
  54. URxvt*boldFont: xft:lemon:pixelsize=8:antialias=false,\ [codeset=JISX0208]xft:Kochi Gothic:pixelsize=8:antialias=false,
  55. Xft.dpi: 96
  56. Xft.antialias: true
  57. Xft.hinting: true
  58. Xft.rgba: rgb
  59. Xft.autohint: false
  60. Xft.hintstyle: hintfull
  61. Xft.lcdfilter: lcddefault
Advertisement
Add Comment
Please, Sign In to add comment