mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
9cedf5b81e
* Contrast colors added to theme-colors * redundant colors removed froms docs, theme-colors refactor * Add spaces for consistency * Adapt to the recent changes Co-authored-by: Sead Memic <sead.memic@intracto.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
19 lines
326 B
YAML
19 lines
326 B
YAML
- name: primary
|
|
hex: "#0d6efd"
|
|
- name: secondary
|
|
hex: "#6c757d"
|
|
- name: success
|
|
hex: "#28a745"
|
|
- name: danger
|
|
hex: "#dc3545"
|
|
- name: warning
|
|
hex: "#ffc107"
|
|
contrast_color: dark
|
|
- name: info
|
|
hex: "#17a2b8"
|
|
contrast_color: dark
|
|
- name: light
|
|
hex: "#f8f9fa"
|
|
contrast_color: dark
|
|
- name: dark
|
|
hex: "#343a40"
|