maxmilton/new-tab

View on GitHub
src/css/themes/dark.xcss

Summary

Maintainability
Test Coverage
/**
 * Dark Theme
 */

:root {
  --s: 0 2px 4px #00001126; // shadow
  --b: #23252d; // background
  --t: #9da5b4; // text
  --c1: #2c313a; // bookmark node hover background, hr, button border, search input border
  --c2: #292d35; // bookmarks bar, menu dropdown, "load more" button
  --c3: #383e4a; // icons, empty folder text, text fallback (headings, etc.)

  color-scheme: dark;
}