diff options
| author | Mark Otto <[email protected]> | 2017-06-25 18:08:43 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-06-25 18:08:43 -0700 |
| commit | b973fe6b945c59422458996aa016b0bb678b80d2 (patch) | |
| tree | d0b5d07b07cc98ef0969538a7093eee97ea25160 /_data | |
| parent | 222eddda5e8308b2b32f44f698bbf1b35ebb476a (diff) | |
| download | bootstrap-b973fe6b945c59422458996aa016b0bb678b80d2.tar.xz bootstrap-b973fe6b945c59422458996aa016b0bb678b80d2.zip | |
update theme colors
Diffstat (limited to '_data')
| -rw-r--r-- | _data/theme-colors.yml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/_data/theme-colors.yml b/_data/theme-colors.yml index 25f86c364..92ea28838 100644 --- a/_data/theme-colors.yml +++ b/_data/theme-colors.yml @@ -1,16 +1,16 @@ - name: primary hex: "#007aff" - name: secondary - hex: "#ced4da" + hex: "#868e96" - name: success - hex: "#51cf66" -- name: info - hex: "#38d9a9" -- name: warning - hex: "#ff922b" + hex: "#28a745" - name: danger - hex: "#f03e3e" -- name: foreground + hex: "#dc3545" +- name: warning + hex: "#ffc107" +- name: info + hex: "#17a2b8" +- name: light + hex: "#f8f9fa" +- name: dark hex: "#343a40" -- name: background - hex: "#fff" |
