21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-04-26 22:10:50 +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>
// License: GNU AGPL-3+ (see full text in LICENSE file)
$input-placeholder-color: #adb5bd;
$input-placeholder-color: #013d3a;
$enable-rounded: false;
$theme-colors: (
"primary": #259EDB,
"secondary": #565554,
"success": #42935C,
"primary": #118b83, //light-green
"secondary": #013d3a, //dark-green
"tertiary": #be0c04, //red
"quaternary": #d6b20e, // yellow
"success": #118b83, //light-green
"warning": #F6AE2D,
"danger": #E94F37,
"danger": #be0c04, //red
"info": #2E86AB,
);