microblog/data/_theme.scss

11 lines
397 B
SCSS
Raw Normal View History

2022-08-06 15:05:27 +00:00
// override vars for theming here
2023-01-11 22:33:50 +00:00
$background: rgb(19, 19, 19);
$light-background: #141414;
2023-01-11 19:22:28 +00:00
$text-color: rgb(238, 238, 238);
$primary-color: #dfd39d;
$secondary-color: #e07127;
2023-01-11 22:33:50 +00:00
$form-background-color: rgb(39, 39, 39);
2023-01-11 19:22:28 +00:00
$form-text-color: rgb(255, 255, 255);
2023-01-11 22:33:50 +00:00
$muted-color: rgb(156, 156, 156); // solarized comment text
2023-01-11 19:22:28 +00:00
$primary-button-text-color: rgb(34, 34, 34);
2023-01-11 22:33:50 +00:00
$code-highlight-background: #1b1b1b;