base16-apathy-256.Xresources 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. ! Base16 Apathy
  2. ! Scheme: Jannik Siebert (https://github.com/janniks)
  3. #define base00 #031A16
  4. #define base01 #0B342D
  5. #define base02 #184E45
  6. #define base03 #2B685E
  7. #define base04 #5F9C92
  8. #define base05 #81B5AC
  9. #define base06 #A7CEC8
  10. #define base07 #D2E7E4
  11. #define base08 #3E9688
  12. #define base09 #3E7996
  13. #define base0A #3E4C96
  14. #define base0B #883E96
  15. #define base0C #963E4C
  16. #define base0D #96883E
  17. #define base0E #4C963E
  18. #define base0F #3E965B
  19. *.foreground: base05
  20. #ifdef background_opacity
  21. *.background: [background_opacity]base00
  22. #else
  23. *.background: base00
  24. #endif
  25. *.cursorColor: base05
  26. *.color0: base00
  27. *.color1: base08
  28. *.color2: base0B
  29. *.color3: base0A
  30. *.color4: base0D
  31. *.color5: base0E
  32. *.color6: base0C
  33. *.color7: base05
  34. *.color8: base03
  35. *.color9: base08
  36. *.color10: base0B
  37. *.color11: base0A
  38. *.color12: base0D
  39. *.color13: base0E
  40. *.color14: base0C
  41. *.color15: base07
  42. ! Note: colors beyond 15 might not be loaded (e.g., xterm, urxvt),
  43. ! use 'shell' template to set these if necessary
  44. *.color16: base09
  45. *.color17: base0F
  46. *.color18: base01
  47. *.color19: base02
  48. *.color20: base04
  49. *.color21: base06