mirror of https://gitlab.com/tildes/tildes.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
956 B
30 lines
956 B
$theme-black: (
|
|
"alert": #cb4b16, // Solarized
|
|
"background-primary": #000,
|
|
"background-secondary": #222,
|
|
"error": red,
|
|
"foreground-primary": #ccc,
|
|
"foreground-secondary": #888,
|
|
"foreground-highlight": #ddd,
|
|
"border": #444,
|
|
"comment-label-exemplary": #268bd2, // Solarized
|
|
"comment-label-joke": #859900, // Solarized
|
|
"comment-label-noise": #b58900, // Solarized
|
|
"comment-label-offtopic": #2aa198, // Solarized
|
|
"comment-label-malice": #dc322f, // Solarized
|
|
"link": #268bd2, // Solarized
|
|
"link-visited": #6c71c4, // Solarized
|
|
"syntax-builtin": #b58900, // Solarized
|
|
"syntax-comment": #129b12,
|
|
"syntax-constant": #cb4b16, // Solarized
|
|
"syntax-keyword": #268bd2, // Solarized
|
|
"syntax-literal": #2aa198, // Solarized
|
|
"syntax-string": #2aa198, // Solarized
|
|
"warning": #b58900, // Solarized
|
|
);
|
|
|
|
body.theme-black {
|
|
@include use-theme($theme-black);
|
|
}
|
|
|
|
@include theme-preview-block($theme-black, "black");
|