Skip to content

Instantly share code, notes, and snippets.

@BenOsodrac
Created October 18, 2022 22:33
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 BenOsodrac/9ba56f7faf2cb93877ec48a453d3e716 to your computer and use it in GitHub Desktop.
Save BenOsodrac/9ba56f7faf2cb93877ec48a453d3e716 to your computer and use it in GitHub Desktop.
Dark Theme
/* Dark Theme Variables */
:root {
--color-neutral-0: #181a1f;
--color-neutral-1: #24262c;
--color-neutral-2: #2f323a;
--color-neutral-3: #3a3f48;
--color-neutral-4: #464b56;
--color-neutral-5: #5e6471;
--color-neutral-6: #777f8d;
--color-neutral-7: #949ca8;
--color-neutral-8: #b3bac4;
--color-neutral-9: #d5dadf;
--color-neutral-10: #f9fafb;
--border-radius-1: 8px;
--border-radius-2: 12px;
--shadow-1: 0px 2px 10px 0px rgba(0, 0, 0, 0.3), 0px 0px 2px 0px rgba(0, 0, 0, 0.6);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment