Arch 2025 rice. Also contains a newly inspired neovim config.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
887 B

1 week ago
  1. set default-fg "#d3c6aa"
  2. set statusbar-fg "#d3c6aa"
  3. set statusbar-bg "#2b3339"
  4. set inputbar-bg "#2b3339"
  5. set inputbar-fg "#d3c6aa"
  6. set notification-bg "#2b3339"
  7. set notification-fg "#d3c6aa"
  8. set notification-error-bg "#2b3339"
  9. set notification-error-fg "#d3c6aa"
  10. set notification-warning-bg "#2b3339"
  11. set notification-warning-fg "#d3c6aa"
  12. set highlight-color "#4b565c"
  13. set highlight-active-color "#e67e80"
  14. set completion-bg "#2b3339"
  15. set completion-fg "#d3c6aa"
  16. set completion-highlight-fg "#4b565c"
  17. set completion-highlight-bg "#2b3339"
  18. set recolor-lightcolor "#2b3339"
  19. set recolor-darkcolor "#d3c6aa"
  20. set recolor "true"
  21. set recolor-keephue "false"