summaryrefslogtreecommitdiffstats
path: root/ui/assets/css/themes/_variables.litely.scss
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2020-06-22 22:42:27 -0400
committerDessalines <tyhou13@gmx.com>2020-06-22 22:42:27 -0400
commit416344b3613bd4a9b3db9adadcb154898e8b0065 (patch)
tree8bb67e5cf8796e74824376e99bfc317dc295e11d /ui/assets/css/themes/_variables.litely.scss
parent11f771469fe7d35e4730a2e6fa0252973c48b2ea (diff)
Making a better light theme, litely. #822
Diffstat (limited to 'ui/assets/css/themes/_variables.litely.scss')
-rw-r--r--ui/assets/css/themes/_variables.litely.scss30
1 files changed, 30 insertions, 0 deletions
diff --git a/ui/assets/css/themes/_variables.litely.scss b/ui/assets/css/themes/_variables.litely.scss
new file mode 100644
index 00000000..4ebd5de8
--- /dev/null
+++ b/ui/assets/css/themes/_variables.litely.scss
@@ -0,0 +1,30 @@
+
+$white: #ffffff;
+$orange: #faa077;
+$cyan: #02bdc2;
+$green: #d4e9d7;
+$secondary: $green;
+$body-color: $gray-700;
+$link-color: theme-color("danger");;
+$primary: $orange;
+$red: #d8486a;
+$border-radius: 1.5rem;
+$border-radius-lg: 1.5rem;
+$border-radius-sm: 1rem;
+$font-family-sans-serif: Guardian-EgypTT,serif,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
+$headings-color: $gray-700;
+$input-btn-focus-color: rgba($component-active-bg, .75);
+$form-feedback-valid-color: theme-color("info");
+$navbar-light-color: $gray-600;
+$black: #222222;
+$navbar-dark-toggler-border-color: rgba($black, .1);
+$navbar-light-active-color: $gray-900;
+$card-color: $gray-700;
+$card-cap-color: $gray-700;
+$info: darken($green, 25%);;
+$body-bg: #f2f0f0;
+$success: darken($green, 25%);;
+$danger: darken($primary, 25%);
+$navbar-light-hover-color: $gray-900;
+$card-bg: $gray-100;
+$border-color: $gray-700; \ No newline at end of file