Commits
Davide Negretti authored 2f5c3b12673
37 37 | //$indigo: #6610f2 !default; |
38 38 | //$purple: #6f42c1 !default; |
39 39 | //$pink: #e83e8c !default; |
40 40 | //$red: #dc3545 !default; |
41 41 | //$orange: #fd7e14 !default; |
42 42 | //$yellow: #ffc107 !default; |
43 43 | //$green: #28a745 !default; |
44 44 | //$teal: #20c997 !default; |
45 45 | //$cyan: #17a2b8 !default; |
46 46 | |
47 + | // Define or override other colors here |
48 + | // ... |
49 + | |
47 50 | // Override semantic colors here |
48 51 | $primary: #43515f; // Gray |
49 52 | $secondary: #495057; // As Bootstrap $gray-700 |
50 53 | $success: #92c642; // Lime |
51 54 | $info: #207698; // Light blue |
52 55 | $warning: #ec9433; // Orange |
53 56 | $danger: #cf4444; // Red |
54 57 | $light: #f8f9fa; // As Bootstrap $gray-100 |
55 - | $dark: #43515f; // Dark blue |
56 - | |
57 - | // Define or override other colors here |
58 - | // ... |
58 + | $dark: #43515f; // Gray |
59 59 | |
60 60 | // Add new semantic colors here (you don't need to add existing semantic colors) |
61 61 | $theme-colors: ( |
62 62 | // ... |
63 63 | ); |
64 64 | |
65 65 | |
66 66 | /*** OTHER BOOTSTRAP VARIABLES ***/ |
67 67 | |
68 68 | // The yiq lightness value that determines when the lightness of color changes from "dark" to "light". Acceptable values are between 0 and 255. |