Skip to content

Instantly share code, notes, and snippets.

@kaosf
Created June 10, 2022 13:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kaosf/933c2d33c6b93e601684408262a86d3b to your computer and use it in GitHub Desktop.
Save kaosf/933c2d33c6b93e601684408262a86d3b to your computer and use it in GitHub Desktop.
Spectre.css very simple dark theme
$primary-color: #7775f9;
$dark-color: #aaa;
$light-color: #303742;
@import "node_modules/spectre.css/src/spectre";
// https://github.com/picturepan2/spectre/issues/629#issuecomment-641715020
@kaosf
Copy link
Author

kaosf commented Jun 10, 2022

npm i -D sass spectre.css
npx sass stylesheet-dark.scss

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment