Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.49 KB | None | 0 0
  1. ! magical fairy prettiness resource file for teh win
  2.  
  3. ! Theme bullshit
  4. *background: #111111
  5. *foreground: #babdb6
  6. ! Black (not tango) + DarkGrey
  7. *color0: #000000
  8. *color8: #555753
  9. ! DarkRed + Red
  10. *color1: #ff6565
  11. *color9: #ff8d8d
  12. ! DarkGreen + Green
  13. *color2: #93d44f
  14. *color10: #c8e7a8
  15. ! DarkYellow + Yellow
  16. *color3: #eab93d
  17. *color11: #ffc123
  18. ! DarkBlue + Blue
  19. *color4: #204a87
  20. *color12: #3465a4
  21. ! DarkMangenta + Mangenta
  22. *color5: #990099
  23. *color13: #9933CC
  24. !DarkCyan + Cyan (both not tango)
  25. *color6: #89b6e2
  26. *color14: #46a4ff
  27. ! LightGrey + White
  28. *color7: #cccccc
  29. *color15: #ffffff
  30.  
  31. ! Font bullshit
  32. Xft.dpi: 96
  33. Xft.antialias: true
  34. Xft.rgba: rgb
  35. Xft.hinting: true
  36. Xft.hintstyle: hintslight
  37.  
  38. ! Xterm can suck my left nut
  39.  
  40. xterm*geometry: 80x24
  41. xterm*faceName: terminus:pixelsize=12
  42. xterm*dynamicColors: true
  43. xterm*utf8: 2
  44. xterm*eightBitInput: true
  45. xterm*saveLines: 512
  46. xterm*scrollTtyKeypress: true
  47. xterm*scrollTtyOutput: false
  48. xterm*scrollBar: false
  49. xterm*jumpScroll: true
  50. xterm*multiScroll: true
  51. xterm*toolBar: false
  52. xterm*metaSendsEscape: true
  53. xterm*allowBoldFonts: true
  54.  
  55. ! The fucking sqrt symbol better work in Xcalc
  56.  
  57. xcalc*geometry: 200x275
  58. xcalc.ti.bevel.background: #111111
  59. xcalc.ti.bevel.screen.background: #000000
  60. xcalc.ti.bevel.screen.DEG.background: #000000
  61. xcalc.ti.bevel.screen.DEG.foreground: LightSeaGreen
  62. xcalc.ti.bevel.screen.GRAD.background: #000000
  63. xcalc.ti.bevel.screen.GRAD.foreground: LightSeaGreen
  64. xcalc.ti.bevel.screen.RAD.background: #000000
  65. xcalc.ti.bevel.screen.RAD.foreground: LightSeaGreen
  66. xcalc.ti.bevel.screen.INV.background: #000000
  67. xcalc.ti.bevel.screen.INV.foreground: Red
  68. xcalc.ti.bevel.screen.LCD.background: #000000
  69. xcalc.ti.bevel.screen.LCD.foreground: LightSeaGreen
  70. xcalc.ti.bevel.screen.LCD.shadowWidth: 0
  71. xcalc.ti.bevel.screen.M.background: #000000
  72. xcalc.ti.bevel.screen.M.foreground: LightSeaGreen
  73. xcalc.ti.bevel.screen.P.background: #000000
  74. xcalc.ti.bevel.screen.P.foreground: Yellow
  75. xcalc.ti.Command.foreground: White
  76. xcalc.ti.Command.background: #777777
  77. xcalc.ti.button5.background: Orange3
  78. xcalc.ti.button19.background: #611161
  79. xcalc.ti.button18.background: #611161
  80. xcalc.ti.button20.background: #611111
  81. xcalc.ti.button20.label: /
  82. xcalc.ti.button25.background: #722222
  83. xcalc.ti.button30.background: #833333
  84. xcalc.ti.button35.background: #944444
  85. xcalc.ti.button40.background: #a55555
  86. xcalc.ti.button22.background: #222262
  87. xcalc.ti.button23.background: #222262
  88. xcalc.ti.button24.background: #222272
  89. xcalc.ti.button27.background: #333373
  90. xcalc.ti.button28.background: #333373
  91. xcalc.ti.button29.background: #333373
  92. xcalc.ti.button32.background: #444484
  93. xcalc.ti.button33.background: #444484
  94. xcalc.ti.button34.background: #444484
  95. xcalc.ti.button37.background: #555595
  96. xcalc.ti.button38.background: #555595
  97. xcalc.ti.button39.background: #555595
  98. XCalc*Cursor: hand2
  99. XCalc*ShapeStyle: rectangle
  100.  
  101. ! xpdf damn well better be the least interesting part of this file
  102.  
  103. xpdf*enableFreetype: yes
  104. xpdf*antialias: yes
  105. xpdf*foreground: white
  106. xpdf*background: black
  107. xpdf*urlCommand: /usr/bin/firefox %s
  108.  
  109. ! obligatory just in case I ever have to use xclock
  110.  
  111. xclock*update: 1
  112. xclock*analog: false
  113. xclock*Foreground: white
  114. xclock*background: black
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement