Skip to content

Instantly share code, notes, and snippets.

@anowell
Created February 15, 2023 22:16
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 anowell/3cf28a8b9012961b517fdca83ae3eb23 to your computer and use it in GitHub Desktop.
Save anowell/3cf28a8b9012961b517fdca83ae3eb23 to your computer and use it in GitHub Desktop.
MailSpring UI-Darkside Crea Theme
// All themes need a file called `ui-variables` that extends from the base
// variables and overrides colors, padding, etc. Other plugins import
// `ui-variables` to make their custom CSS react to the current theme.
@import 'base/ui-variables';
@goldenrod: #e8aa14;
@sapphire: #006494;
@magenta: #bf1363;
@onyx: #404040;
// Sapphire
// @sidebar: @onyx;
// @accent: @sapphire;
// Magenta
// @sidebar: @onyx;
// @accent: @magenta;
// Goldenrod
@sidebar: @onyx;
@accent: @sapphire;
// Goldenrod on sapphire
// @sidebar: @sapphire;
// @accent: @goldenrod;
@accent-primary: @accent;
@threadlist-bg: #ffffff;
@messagelist-bg: tint(@sidebar, 95%);
@active-thread-text: @sidebar;
@sidebar-text: desaturate(lighten(@sidebar, 40%), 75%);
@active-sidebar-text: @goldenrod;
@border-color: fade(@sidebar, 10%);
@danger: @magenta;
@minimize: @goldenrod;
@maximize: #8dd07d;
@swipe-archive: #8dd07d;
@swipe-snooze: #fbd852;
@swipe-trash: @danger;
@invalid: @danger;
@sidebar-margin: 15px;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment