summaryrefslogtreecommitdiff
path: root/web/css/_src/_config.frontend.scss
diff options
context:
space:
mode:
authorShevAbam <shevabam@gmail.com>2015-07-15 14:12:29 +0200
committerShevAbam <shevabam@gmail.com>2015-07-15 14:12:29 +0200
commita935f5ece1d4b3738ad7b085d8dfebfbfc04cef0 (patch)
tree4e1864d6c8369a2d47879394ef76de9cbf856967 /web/css/_src/_config.frontend.scss
parent118bb1862cfca13201d349df8ec23b830921efb5 (diff)
Themes available !
Disk : filesystem column is hidden in mobile view
Diffstat (limited to 'web/css/_src/_config.frontend.scss')
-rw-r--r--web/css/_src/_config.frontend.scss39
1 files changed, 38 insertions, 1 deletions
diff --git a/web/css/_src/_config.frontend.scss b/web/css/_src/_config.frontend.scss
index 4c9a5fb..f02bc37 100644
--- a/web/css/_src/_config.frontend.scss
+++ b/web/css/_src/_config.frontend.scss
@@ -6,6 +6,43 @@ $navbar-height: 60px;
/* Layout */
$layout-bg-color: #fff;
-/* Basic colors */
+/* Default colors */
$main-color: #99AEC4;
$text-color: #4D5157;
+
+/* Themes ! */
+$themes: (
+ blue: (
+ main-color: #99AEC4
+ ),
+ aqua: (
+ main-color: #75C8C7
+ ),
+ green: (
+ main-color: #9DC499
+ ),
+ light-green: (
+ main-color: #ADD8C7
+ ),
+ orange: (
+ main-color: #E8B184
+ ),
+ red: (
+ main-color: #B36973
+ ),
+ light-red: (
+ main-color: #E89D9D
+ ),
+ purple: (
+ main-color: #AA8ECC
+ ),
+ slate: (
+ main-color: #707E8E
+ ),
+ light: (
+ main-color: #C4C4C4
+ ),
+ dark: (
+ main-color: #747474
+ )
+); \ No newline at end of file