21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-05-07 19:18:39 +02:00

Modify theme-colors.

This commit is contained in:
Juliette Cougnoux 2018-07-20 18:40:03 +02:00
parent 8d8ac46c22
commit 930c6c5d60

View file

@ -1,13 +1,15 @@
// Copyright (C) 2018 Colin Darie <colin@darie.eu>, 2018 Evolix <info@evolix.fr> // Copyright (C) 2018 Colin Darie <colin@darie.eu>, 2018 Evolix <info@evolix.fr>
// License: GNU AGPL-3+ (see full text in LICENSE file) // License: GNU AGPL-3+ (see full text in LICENSE file)
$input-placeholder-color: #adb5bd; $input-placeholder-color: #013d3a;
$enable-rounded: false; $enable-rounded: false;
$theme-colors: ( $theme-colors: (
"primary": #259EDB, "primary": #118b83, //light-green
"secondary": #565554, "secondary": #013d3a, //dark-green
"success": #42935C, "tertiary": #be0c04, //red
"quaternary": #d6b20e, // yellow
"success": #118b83, //light-green
"warning": #F6AE2D, "warning": #F6AE2D,
"danger": #E94F37, "danger": #be0c04, //red
"info": #2E86AB, "info": #2E86AB,
); );