Advertisement
edps

Xresources-funtoo

Dec 13th, 2015
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. ! font settings --------------------------------------------------------------
  2.  
  3. Xft.autohint: true
  4. Xft.antialias: true
  5. Xft.hinting: true
  6. Xft.hintstyle: hintslight
  7. Xft.dpi: 96
  8. Xft.rgba: rgb
  9. Xft.lcdfilter: lcddefault
  10. Xcursor.theme: whiteglass
  11.  
  12. ! xscreensaver ---------------------------------------------------------------
  13.  
  14. !font settings
  15. xscreensaver.Dialog.headingFont: -*-fixed-medium-r-*-*-14-*-*-*-*-*-*-*
  16. xscreensaver.Dialog.bodyFont: -*-fixed-medium-r-*-*-14-*-*-*-*-*-*-*
  17. xscreensaver.Dialog.labelFont: -*-fixed-medium-r-*-*-14-*-*-*-*-*-*-*
  18. xscreensaver.Dialog.unameFont: -*-fixed-medium-r-*-*-14-*-*-*-*-*-*-*
  19. xscreensaver.Dialog.buttonFont: -*-fixed-medium-r-*-*-14-*-*-*-*-*-*-*
  20. xscreensaver.Dialog.dateFont: -*-fixed-medium-r-*-*-12-*-*-*-*-*-*-*
  21. xscreensaver.passwd.passwdFont: -*-fixed-medium-r-*-*-14-*-*-*-*-*-*-*
  22.  
  23. !general dialog box (affects main hostname, username, password text)
  24. xscreensaver.Dialog.foreground: #101010
  25. xscreensaver.Dialog.background: #D8D8D8
  26. xscreensaver.Dialog.topShadowColor: #D8D8D8
  27. xscreensaver.Dialog.bottomShadowColor: #D8D8D8
  28. xscreensaver.Dialog.Button.foreground: #101010
  29. xscreensaver.Dialog.Button.background: #E5E5E5
  30.  
  31. !username/password input box and date text colour
  32. xscreensaver.Dialog.text.foreground: #101010
  33. xscreensaver.Dialog.text.background: #E5E5E5
  34. xscreensaver.Dialog.internalBorderWidth:24
  35. xscreensaver.Dialog.borderWidth: 0
  36. xscreensaver.Dialog.shadowThickness: 2
  37.  
  38. !timeout bar (background is actually determined by Dialog.text.background)
  39. xscreensaver.passwd.thermometer.foreground: #101010
  40. xscreensaver.passwd.thermometer.background: #2E2E2E
  41. xscreensaver.passwd.thermometer.width: 8
  42.  
  43. ! urxvt -------------------------------------------
  44.  
  45. URxvt.font: xft:Monospace:pixelsize=12
  46. URxvt.letterSpace: -1
  47.  
  48. ! Window size and position
  49. !urxvt*geometry: 60x22+50+100
  50.  
  51. ! Window size, let the Window Manager position it
  52. urxvt*geometry: 60x22
  53.  
  54. URxvt*scrollstyle: plain
  55. URxvt*scrollBar: true
  56. URxvt*scrollBar_right: true
  57. URxvt*iconFile: /usr/share/icons/Faenza/apps/48/utilities-terminal.png
  58.  
  59. ! Grey theming
  60. !URxvt*background: #cecece
  61. !URxvt*foreground: #101010
  62.  
  63. ! Terminator colours
  64. URxvt*background: #2e3436
  65. URxvt*foreground: #d8d8d8
  66.  
  67. ! scrollback buffer lines - 65535 is max (64 is default)
  68. URxvt*saveLines:16384
  69.  
  70. URxvt*color0: #000000
  71. URxvt*color1: #9e1828
  72. URxvt*color2: #aece92
  73. URxvt*color3: #968a38
  74. URxvt*color4: #414171
  75. URxvt*color5: #963c59
  76. URxvt*color6: #418179
  77. URxvt*color7: #bebebe
  78. URxvt*color8: #666666
  79. URxvt*color9: #cf6171
  80. URxvt*color10: #c5f779
  81. URxvt*color11: #fff796
  82. URxvt*color12: #4186be
  83. URxvt*color13: #cf9ebe
  84. URxvt*color14: #71bebe
  85. URxvt*color15: #ffffff
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement