Advertisement
RuslanKorotaev

Xresources

Jun 19th, 2013
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.71 KB | None | 0 0
  1. ! xclock ---------------------------------------------------------------------
  2.  
  3. xclock*update: 1
  4. xclock*analog: true
  5. xclock*Foreground: white
  6. xclock*background: black
  7.  
  8.  
  9. !xcalc-----------------------------------------------------------------------
  10.  
  11. xcalc*geometry: 200x275
  12. xcalc.ti.bevel.background: #111111
  13. xcalc.ti.bevel.screen.background: #000000
  14. xcalc.ti.bevel.screen.DEG.background: #000000
  15. xcalc.ti.bevel.screen.DEG.foreground: LightSeaGreen
  16. xcalc.ti.bevel.screen.GRAD.background: #000000
  17. xcalc.ti.bevel.screen.GRAD.foreground: LightSeaGreen
  18. xcalc.ti.bevel.screen.RAD.background: #000000
  19. xcalc.ti.bevel.screen.RAD.foreground: LightSeaGreen
  20. xcalc.ti.bevel.screen.INV.background: #000000
  21. xcalc.ti.bevel.screen.INV.foreground: Red
  22. xcalc.ti.bevel.screen.LCD.background: #000000
  23. xcalc.ti.bevel.screen.LCD.foreground: LightSeaGreen
  24. xcalc.ti.bevel.screen.LCD.shadowWidth: 0
  25. xcalc.ti.bevel.screen.M.background: #000000
  26. xcalc.ti.bevel.screen.M.foreground: LightSeaGreen
  27. xcalc.ti.bevel.screen.P.background: #000000
  28. xcalc.ti.bevel.screen.P.foreground: Yellow
  29. xcalc.ti.Command.foreground: White
  30. xcalc.ti.Command.background: #777777
  31. xcalc.ti.button5.background: Orange3
  32. xcalc.ti.button19.background: #611161
  33. xcalc.ti.button18.background: #611161
  34. xcalc.ti.button20.background: #611111
  35. !uncomment to change label on division button
  36. !xcalc.ti.button20.label: /
  37. xcalc.ti.button25.background: #722222
  38. xcalc.ti.button30.background: #833333
  39. xcalc.ti.button35.background: #944444
  40. xcalc.ti.button40.background: #a55555
  41. xcalc.ti.button22.background: #222262
  42. xcalc.ti.button23.background: #222262
  43. xcalc.ti.button24.background: #222272
  44. xcalc.ti.button27.background: #333373
  45. xcalc.ti.button28.background: #333373
  46. xcalc.ti.button29.background: #333373
  47. xcalc.ti.button32.background: #444484
  48. xcalc.ti.button33.background: #444484
  49. xcalc.ti.button34.background: #444484
  50. xcalc.ti.button37.background: #555595
  51. xcalc.ti.button38.background: #555595
  52. xcalc.ti.button39.background: #555595
  53. XCalc*Cursor: hand2
  54. XCalc*ShapeStyle: rectangle
  55.  
  56.  
  57.  
  58. ! terminal colors ------------------------------------------------------------
  59.  
  60. *background: rgb:00/00/00
  61. *foreground: rgb:ff/ff/ff
  62.  
  63. *color0: rgb:00/00/00
  64. *color1: rgb:9e/18/28
  65. *color2: rgb:ae/ce/92
  66. *color3: rgb:96/8a/38
  67. *color4: rgb:41/41/71
  68. *color5: rgb:96/3c/59
  69. *color6: rgb:41/81/79
  70. *color7: rgb:be/be/be
  71. *color8: rgb:66/66/66
  72. *color9: rgb:cf/61/71
  73. *color10: rgb:c5/f7/79
  74. *color11: rgb:ff/f7/96
  75. *color12: rgb:41/86/be
  76. *color13: rgb:cf/9e/be
  77. *color14: rgb:71/be/be
  78. *color15: rgb:ff/ff/ff
  79.  
  80.  
  81. ! Color to manual pages ------------------------------------------------------
  82.  
  83. *colorBDMode: true
  84. *colorBD: green
  85. *colorULMode: true
  86. *colorUL: cyan
  87. *veryBoldColors: 6
  88.  
  89. ! xterm ----------------------------------------------------------------------
  90.  
  91. ! my customisations
  92. xterm*faceName: Ubuntu Mono
  93. xterm*faceSize: 12
  94. !xterm*faceName: Fixed:style=Regular:size=11
  95. !xterm*font: -*-dina-medium-r-*-*-16-*-*-*-*-*-*-*
  96. xterm*dynamicColors: true
  97. xterm*utf8: 2
  98. xterm*eightBitInput: true
  99. xterm*saveLines: 512
  100. xterm*scrollKey: true
  101. xterm*scrollTtyOutput: false
  102. xterm*scrollBar: false
  103. xterm*jumpScroll: true
  104. xterm*multiScroll: true
  105. xterm*toolBar: false
  106.  
  107.  
  108. ! Xft settings ---------------------------------------------------------------
  109.  
  110. Xft.dpi: 96
  111. Xft.antialias: true
  112. Xft.rgba: rgb
  113. Xft.hinting: true
  114. Xft.hintstyle: hintslight
  115. Xft.lcdfilter: lcddefault
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement