dark-theme 862 B

12345678910111213141516171819202122232425262728293031323334
  1. # -*- mode: conf-space -*-
  2. # Dark theme made in the spirit of 'alect-dark':
  3. # <https://github.com/alezost/alect-themes>.
  4. set default-bg "#4f4f4f"
  5. set default-fg "#d5d2be"
  6. set inputbar-bg "#464646"
  7. set inputbar-fg "#d5d2be"
  8. set statusbar-bg "#222222"
  9. set statusbar-fg "#d5d2be"
  10. set completion-bg "#464646"
  11. set completion-fg "#d5d2be"
  12. set completion-group-bg "#464646"
  13. set completion-group-fg "#099709"
  14. set completion-highlight-bg "#6f6f6f"
  15. set completion-highlight-fg "#d5d2be"
  16. set notification-bg "#464646"
  17. set notification-fg "#f6f0e1"
  18. set notification-warning-bg "#464646"
  19. set notification-warning-fg "#e8e815"
  20. set notification-error-bg "#c64242"
  21. set notification-error-fg "#f6f0e1"
  22. set index-bg "#3f3f3f"
  23. set index-fg "#d5d2be"
  24. set index-active-bg "#4f4f4f"
  25. set index-active-fg "#d5d2be"
  26. set recolor-lightcolor "#3f3f3f"
  27. set recolor-darkcolor "#d5d2be"