randalltux

.Xresources

Apr 12th, 2013
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.97 KB | None | 0 0
  1. ! RXVT
  2.  
  3. Xft.antialias: true
  4.  
  5. rxvt*geometry: 80x25
  6. rxvt*background: #000000
  7. rxvt*foreground: #ffffff
  8. !rxvt*inheritPixmap: true
  9. !rxvt*reverseVideo: false
  10. rxvt*tintColor: #dfdfdf
  11. !rxvt*shading: 20 !trans, 0=opaque
  12. !rxvt*fading: 10 !term unfocus
  13. rxvt*font xft:Monospace:pixelsize=21
  14. rxvt*scrollBar: false
  15. rxvt*scrollBar_floating: true
  16. rxvt*scrollBar_right: false
  17. rxvt*scrollColor: #000000
  18. rxvt*saveLines: 5500
  19. !rxvt*termName: rxvt
  20. rxvt*cursorColor: #d8d8d8
  21. rxvt*colorBD: lightyellow
  22. rxvt*colorUL: yellow
  23.  
  24. !colors
  25. !black
  26. rxvt*color0: #676767
  27. rxvt*color8: #757575
  28. !red
  29. rxvt*color1: #EA6868
  30. rxvt*color9: #FF7272
  31. !green
  32. rxvt*color2: #ABCB8D
  33. rxvt*color10: #AFD78A
  34. !yellow
  35. rxvt*color3: #E8AE5B
  36. rxvt*color11: #FFA75D
  37. !blue
  38. rxvt*color4: #71C5F4
  39. rxvt*color12: #67CDE9
  40. !magenta
  41. rxvt*color5: #E2BAF1
  42. rxvt*color13: #ECAEE9
  43. !cyan
  44. rxvt*color6: #21F1EA
  45. rxvt*color14: #36FFFC
  46. !white
  47. rxvt*color7: #F1F1F1
  48. rxvt*color15: #FFFFFF
  49.  
  50. !
  51. !XTerm*underLine: on
  52. XTerm*colorMode: on
  53. XTerm*colorBD: lightyellow
  54. !XTerm*colorBDMode: off
  55. XTerm*colorUL: yellow
  56. XTerm*colorULMode: on
  57. XTerm*dynamicColors: off
  58. XTerm*highlightSelection: true
  59.  
  60. ! Colorscheme based on the gvim colorscheme desert
  61. XTerm*background: #313031
  62. XTerm*foreground: White
  63.  
  64. !colors
  65. !(unknown)
  66. XTerm*color0: #000000
  67. XTerm*color7: #bebebe
  68. XTerm*color8: #666666
  69. XTerm*color9: #cf6171
  70. XTerm*color10: #c5f779
  71. XTerm*color11: #fff796
  72. XTerm*color12: #4186be
  73. XTerm*color13: #cf9ebe
  74. XTerm*color14: #71bebe
  75. XTerm*color15: #ffffff
  76.  
  77. !(1 is an option color in .Xdefaults)
  78. XTerm*color1: #ffa2a5
  79.  
  80. !(2 is a resource color in .Xdefaults)
  81. XTerm*color2: #bdb66b
  82.  
  83. !(3 is for def/return color in python)
  84. XTerm*color3: #f7e78c
  85.  
  86. !(4 is for comments color in python)
  87. XTerm*color4: #84cfef
  88.  
  89. !(5 is for import/from color in python)
  90. XTerm*color5: #ce5d5a
  91.  
  92. !(6 is for function color in python)
  93. XTerm*color6: #87ff87
  94.  
  95. !set the font, and fond size
  96. ! this also uses a antialias/scalable font
  97. !xterm*faceName: Bitstream Vera Sans Mono
  98. xterm*faceName: Inconsolata
  99. xterm*faceSize: 10
  100.  
  101. !set the window geometry
  102. XTerm*geometry: 80x20
  103. XTerm*scrollBar: false
  104.  
  105.  
  106.  
  107.  
  108. ! NEDIT
  109.  
  110. nedit*enableThinThickness: True
  111. nedit*enableToggleVisual: True
  112. nedit*enableToggleColor: True
  113. nedit*XmToggleButton.indicatorSize: 11
  114. nedit*enableEtchedInMenu: True
  115. nedit*XmMenuShell*XmTearOffButton*ShadowThickness: 2
  116. nedit*text.background: white
  117. nedit*text.selectBackground: #D0D0FF
  118. nedit*text.lineNumForeground: #A0A0D0
  119. nedit*background: gray85
  120. nedit*statsForm.background: gray85
  121. nedit*statsLine.background: gray85
  122. nedit*bottomShadowColor: gray65
  123. nedit*topShadowColor: #fefefe
  124. nedit*XmText.background: white
  125. nedit*XmTextField.background: white
  126. nedit*XmList.background: white
Advertisement
Add Comment
Please, Sign In to add comment