]> Untitled Git - lemmy.git/blob - ui/assets/css/themes/_variables.vaporwave-dark.scss
routes.api: fix get_captcha endpoint (#1135)
[lemmy.git] / ui / assets / css / themes / _variables.vaporwave-dark.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-900;
16 $body-color: $gray-200;
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;
27 $card-bg: $body-bg;
28 $navbar-dark-color: rgba($body-bg, .5);
29 $navbar-light-active-color: rgba($gray-200, .9);
30 $navbar-light-disabled-color: rgba($gray-200, .3);
31 $navbar-light-color: rgba($white, .5);
32 $input-bg: $gray-700;
33 $input-color: $gray-200;
34 $input-disabled-bg: $gray-800;
35 $input-border-color: $gray-800;
36 $mark-bg: $gray-600;
37 $pre-color: $gray-200;
38 mark-bg: $gray-600;