summaryrefslogtreecommitdiffstats
path: root/ui/assets/css/themes/_variables.vaporwave-light.scss
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2019-10-21 16:49:13 -0700
committerDessalines <tyhou13@gmx.com>2019-10-21 16:49:13 -0700
commit655b9129a665dde92b6e9b2e8a7dee1c7cd9302d (patch)
treeab22ffbf268eacf3cf4632607a8ff01d51db3a7e /ui/assets/css/themes/_variables.vaporwave-light.scss
parent3ad35e4328d2415369bb377270ec824cebb37653 (diff)
Adding vaporwave theme.
- Fixes #315
Diffstat (limited to 'ui/assets/css/themes/_variables.vaporwave-light.scss')
-rw-r--r--ui/assets/css/themes/_variables.vaporwave-light.scss26
1 files changed, 26 insertions, 0 deletions
diff --git a/ui/assets/css/themes/_variables.vaporwave-light.scss b/ui/assets/css/themes/_variables.vaporwave-light.scss
new file mode 100644
index 00000000..3d2527a0
--- /dev/null
+++ b/ui/assets/css/themes/_variables.vaporwave-light.scss
@@ -0,0 +1,26 @@
+
+$blue: #01cdfe;
+$indigo: #b967ff;
+$purple: #b967ff;
+$pink: rgb(255, 64, 186);
+$red: rgb(255, 95, 110);
+$orange: rgb(255, 167, 93);
+$yellow: #fffb96;
+$green: #05ffa1;
+$teal: #01cdfe;
+$cyan: #01cdfe;
+$enable-shadows: true;
+$enable-gradients: true;
+$enable-responsive-font-sizes: true;
+$body-bg: $gray-100;
+$body-color: $gray-700;
+$border-radius: 1rem;
+$border-radius-lg: 1rem;
+$font-family-monospace: Arial, "Noto Sans", sans-serif;
+$yiq-text-light: $gray-300;
+$secondary: $blue;
+$text-muted: $gray-500;
+$primary: $pink;
+$navbar-light-hover-color: rgba($primary, .7);
+$light: darken($gray-100,1.5);
+$font-family-sans-serif: "Lucida Console", Monaco, monospace; \ No newline at end of file