Created
December 22, 2022 09:19
-
-
Save saghul/b58681fd4cceac6f43ef6f96b0b95df7 to your computer and use it in GitHub Desktop.
microblog.pub Dracula theme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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