light-theme 864 B

12345678910111213141516171819202122232425262728293031323334
  1. # -*- mode: conf-space -*-
  2. # Light theme made in the spirit of 'alect-light':
  3. # <https://github.com/alezost/alect-themes>.
  4. set default-bg "#d2c9b0"
  5. set default-fg "#262626"
  6. set inputbar-bg "#dcd2bd"
  7. set inputbar-fg "#262626"
  8. set statusbar-bg "#f6f0e1"
  9. set statusbar-fg "#262626"
  10. set completion-bg "#dcd2bd"
  11. set completion-fg "#262626"
  12. set completion-group-bg "#dcd2bd"
  13. set completion-group-fg "#077707"
  14. set completion-highlight-bg "#ccc19b"
  15. set completion-highlight-fg "#262626"
  16. set notification-bg "#dcd2bd"
  17. set notification-fg "#101010"
  18. set notification-warning-bg "#f0f0b0"
  19. set notification-warning-fg "#101010"
  20. set notification-error-bg "#ff6868"
  21. set notification-error-fg "#101010"
  22. set index-bg "#ded6c5"
  23. set index-fg "#262626"
  24. set index-active-bg "#d9ceb2"
  25. set index-active-fg "#262626"
  26. set recolor-lightcolor "#ded6c5"
  27. set recolor-darkcolor "#262626"