]> Untitled Git - lemmy.git/blob - ui/assets/css/themes/_variables.vaporwave-light.scss
Adding vaporwave theme.
[lemmy.git] / ui / assets / css / themes / _variables.vaporwave-light.scss
1
2 $blue: #01cdfe;
3 $indigo: #b967ff;
4 $purple: #b967ff;
5 $pink: rgb(255, 64, 186);
6 $red: rgb(255, 95, 110);
7 $orange: rgb(255, 167, 93);
8 $yellow: #fffb96;
9 $green: #05ffa1;
10 $teal: #01cdfe;
11 $cyan: #01cdfe;
12 $enable-shadows: true;
13 $enable-gradients: true;
14 $enable-responsive-font-sizes: true;
15 $body-bg: $gray-100;
16 $body-color: $gray-700;
17 $border-radius: 1rem;
18 $border-radius-lg: 1rem;
19 $font-family-monospace: Arial, "Noto Sans", sans-serif;
20 $yiq-text-light: $gray-300;
21 $secondary: $blue;
22 $text-muted: $gray-500;
23 $primary: $pink;
24 $navbar-light-hover-color: rgba($primary, .7);
25 $light: darken($gray-100,1.5);
26 $font-family-sans-serif: "Lucida Console", Monaco, monospace;