add winter theme
This commit is contained in:
parent
44d1e2bd80
commit
b9a0df21b9
2 changed files with 26 additions and 0 deletions
app/javascript/styles
2
app/javascript/styles/mastodon-winter.scss
Normal file
2
app/javascript/styles/mastodon-winter.scss
Normal file
|
@ -0,0 +1,2 @@
|
|||
@import 'mastodon-winter/variables';
|
||||
@import 'application';
|
24
app/javascript/styles/mastodon-winter/variables.scss
Normal file
24
app/javascript/styles/mastodon-winter/variables.scss
Normal file
|
@ -0,0 +1,24 @@
|
|||
// Dependent colors
|
||||
$black: #000000;
|
||||
|
||||
$classic-base-color: #29486a;
|
||||
$classic-primary-color: #70acb1;
|
||||
$classic-secondary-color: #f0fff3;
|
||||
$classic-highlight-color: #c6f1e7;
|
||||
|
||||
$ui-base-color: $classic-base-color !default;
|
||||
$ui-primary-color: $classic-primary-color !default;
|
||||
$ui-secondary-color: $classic-secondary-color !default;
|
||||
|
||||
// Differences
|
||||
$ui-highlight-color: #70acb1;
|
||||
$gold-star: #c6f1e7;
|
||||
|
||||
$darker-text-color: lighten($ui-primary-color, 20%) !default;
|
||||
$dark-text-color: lighten($ui-primary-color, 12%) !default;
|
||||
$secondary-text-color: lighten($ui-secondary-color, 6%) !default;
|
||||
$highlight-text-color: $classic-highlight-color !default;
|
||||
$action-button-color: #70acb1;
|
||||
$inverted-text-color: $black !default;
|
||||
$lighter-text-color: darken($ui-base-color, 6%) !default;
|
||||
$light-text-color: darken($ui-primary-color, 40%) !default;
|
Loading…
Add table
Reference in a new issue