Advertisement
Y99drasil

.Xresources

Mar 1st, 2013
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VIM 1.42 KB | None | 0 0
  1. URxvt.scrollBar: false
  2. URxvt.font: xft:Envy Code R for Powerline:size=10
  3. xterm*faceName: Envy Code R for Powerline:style=Regular:size=10
  4. Xcursor.theme: human
  5.  
  6. ! Common
  7.  
  8. #define S_yellow #b58900
  9. #define S_orange #cb4b16
  10. #define S_red #dc322f
  11. #define S_magenta #d33682
  12. #define S_violet #6c71c4
  13. #define S_blue #268bd2
  14. #define S_cyan #2aa198
  15. #define S_green #859900
  16.  
  17.  
  18. ! Dark
  19.  
  20. #define S_base03 #002b36
  21. #define S_base02 #073642
  22. #define S_base01 #586e75
  23. #define S_base00 #657b83
  24. #define S_base0 #839496
  25. #define S_base1 #93a1a1
  26. #define S_base2 #eee8d5
  27. #define S_base3 #fdf6e3
  28.  
  29.  
  30. ! Light
  31.  
  32. ! #define S_base03 #fdf6e3
  33. ! #define S_base02 #eee8d5
  34. ! #define S_base01 #93a1a1
  35. ! #define S_base00 #839496
  36. ! #define S_base0 #657b83
  37. ! #define S_base1 #586e75
  38. ! #define S_base2 #073642
  39. ! #define S_base3 #002b36
  40.  
  41.  
  42. ! To only apply colors to your terminal, for example, prefix
  43. ! the color assignment statement with its name. Example:
  44.  
  45. ! URxvt*background: S_base03
  46.  
  47. *background: S_base03
  48. *foreground: S_base0
  49. *fading: 40
  50. *fadeColor: S_base03
  51. *cursorColor: S_base1
  52. *pointerColorBackground: S_base01
  53. *pointerColorForeground: S_base1
  54.  
  55. *color0: S_base02
  56. *color1: S_red
  57. *color2: S_green
  58. *color3: S_yellow
  59. *color4: S_blue
  60. *color5: S_magenta
  61. *color6: S_cyan
  62. *color7: S_base2
  63. *color9: S_orange
  64. *color8: S_base03
  65. *color10: S_base01
  66. *color11: S_base00
  67. *color12: S_base0
  68. *color13: S_violet
  69. *color14: S_base1
  70. *color15: S_base3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement