1. xterm*boldMode:     false
  2. xterm*font:     terminus-12
  3. xterm*vt100*geometry:           132x36
  4. xterm*title: Terminal
  5.  
  6. *faceName: Droid Sans Mono
  7. *faceSize: 8
  8.  
  9. ! Common
  10. !
  11. #define S_yellow        #b58900
  12. #define S_orange        #cb4b16
  13. #define S_red           #dc322f
  14. #define S_magenta       #d33682
  15. #define S_violet        #6c71c4
  16. #define S_blue          #268bd2
  17. #define S_cyan          #2aa198
  18. #define S_green         #859900
  19.  
  20. ! Dark
  21. #define S_base03        #002b36
  22. #define S_base02        #073642
  23. #define S_base01        #586e75
  24. #define S_base00        #657b83
  25. #define S_base0         #839496
  26. #define S_base1         #93a1a1
  27. #define S_base2         #eee8d5
  28. #define S_base3         #fdf6e3
  29.  
  30. ! To only apply colors to your terminal, for example, prefix
  31. ! the color assignment statement with its name. Example:
  32. !
  33. ! URxvt*background:            S_base03
  34. *background:              S_base03
  35. *foreground:              S_base0
  36. *fading:                  40
  37. *fadeColor:               S_base03
  38. *cursorColor:             S_base1
  39. *pointerColorBackground:  S_base01
  40. *pointerColorForeground:  S_base1
  41. *color0:                  S_base02
  42. *color1:                  S_red
  43. *color2:                  S_green
  44. *color3:                  S_yellow
  45. *color4:                  S_blue
  46. *color5:                  S_magenta
  47. *color6:                  S_cyan
  48. *color7:                  S_base2
  49. *color9:                  S_orange
  50. *color8:                  S_base03
  51. *color10:                 S_base01
  52. *color11:                 S_base00
  53. *color12:                 S_base0
  54. *color13:                 S_violet
  55. *color14:                 S_base1
  56. *color15:                 S_base3