base16-harmonic-dark.Xresources 970 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. ! Base16 Harmonic16 Dark
  2. ! Scheme: Jannik Siebert (https://github.com/janniks)
  3. #define base00 #0b1c2c
  4. #define base01 #223b54
  5. #define base02 #405c79
  6. #define base03 #627e99
  7. #define base04 #aabcce
  8. #define base05 #cbd6e2
  9. #define base06 #e5ebf1
  10. #define base07 #f7f9fb
  11. #define base08 #bf8b56
  12. #define base09 #bfbf56
  13. #define base0A #8bbf56
  14. #define base0B #56bf8b
  15. #define base0C #568bbf
  16. #define base0D #8b56bf
  17. #define base0E #bf568b
  18. #define base0F #bf5656
  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