Skip to content

Instantly share code, notes, and snippets.

@saghul
Created December 22, 2022 09:19
Show Gist options
  • Save saghul/b58681fd4cceac6f43ef6f96b0b95df7 to your computer and use it in GitHub Desktop.
Save saghul/b58681fd4cceac6f43ef6f96b0b95df7 to your computer and use it in GitHub Desktop.
microblog.pub Dracula theme
// Dracula theme
// https://github.com/dracula/dracula-theme#color-palette
$background: #282a36;
$light-background: #f1fa8c;
$text-color: #f8f8f2;
$primary-color: #bd93f9;
$secondary-color: #ff79c6;
$form-background-color: #44475a;
$form-text-color: #f8f8f2;
$muted-color: #6272a4;
$primary-button-text-color: #f8f8f2;
$code-highlight-background: #44475a;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment