base16-apathy.Xresources 961 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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: base09
  36. *.color10: base01
  37. *.color11: base02
  38. *.color12: base04
  39. *.color13: base06
  40. *.color14: base0F
  41. *.color15: base07