base16-gruvbox-dark-soft-256.Xresources 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. ! Base16 Gruvbox dark, soft
  2. ! Scheme: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
  3. #define base00 #32302f
  4. #define base01 #3c3836
  5. #define base02 #504945
  6. #define base03 #665c54
  7. #define base04 #bdae93
  8. #define base05 #d5c4a1
  9. #define base06 #ebdbb2
  10. #define base07 #fbf1c7
  11. #define base08 #fb4934
  12. #define base09 #fe8019
  13. #define base0A #fabd2f
  14. #define base0B #b8bb26
  15. #define base0C #8ec07c
  16. #define base0D #83a598
  17. #define base0E #d3869b
  18. #define base0F #d65d0e
  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