gruvbox.css 565 B

1234567891011121314151617181920212223242526
  1. :root {
  2. --main-bg: #262622;
  3. --main-fg: #f2efd3;
  4. --result-link-fg: #8AB4F8;
  5. --result-fg: #a2a08e;
  6. --button-bg: #1b1b18;
  7. --special-result-border: rgba(0,0,0,.2);
  8. --special-text-background: #1b1b18;
  9. --special-text-color: #f2efd3;
  10. --search-container-text-color: #f2efd3;
  11. --search-container-background-color: #262622;
  12. --search-container-background-border: #3C4043;
  13. --search-form-background-color: #151613;
  14. --border: rgba(0,0,0,.2);
  15. --footer-fg: #a2a08e;
  16. --footer-bg: #151613;
  17. color-scheme: dark;
  18. }