add tootcafe theme, icons from mlcdf (#5)
This commit is contained in:
parent
7a2db7a396
commit
d5621067bd
13 changed files with 49 additions and 3 deletions
25
app/javascript/styles/tootcafe.scss
Normal file
25
app/javascript/styles/tootcafe.scss
Normal file
|
@ -0,0 +1,25 @@
|
|||
// Theme by Maxime Le Conte des Floris: https://toot.cafe/@mlcdf
|
||||
// Originally https://github.com/tootcafe/mastodon/pull/2
|
||||
|
||||
$color1: #2a2833; // darkest
|
||||
$color2: #f1ebff; // lightest
|
||||
$color3: #aea0c9; // lighter
|
||||
$color4: #ae91e8; // vibrant
|
||||
$color5: #ffffff; // white
|
||||
$color6: #ff5283; // error red
|
||||
$color7: #34febb; // succ green
|
||||
$color8: #000000; // black
|
||||
|
||||
$ui-base-color: $color1;
|
||||
$ui-secondary-color: $color2;
|
||||
$ui-primary-color: $color3;
|
||||
$ui-highlight-color: $color4;
|
||||
$base-border-color: $color5;
|
||||
$simple-background-color: $color5;
|
||||
$primary-text-color: $color5;
|
||||
$error-value-color: $color6;
|
||||
$valid-value-color: $color7;
|
||||
$base-shadow-color: $color8;
|
||||
$base-overlay-background: $color8;
|
||||
|
||||
@import 'application';
|
Loading…
Add table
Add a link
Reference in a new issue