Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/_data
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2017-06-26 04:08:43 +0300
committerMark Otto <markdotto@gmail.com>2017-06-26 04:08:43 +0300
commitb973fe6b945c59422458996aa016b0bb678b80d2 (patch)
treed0b5d07b07cc98ef0969538a7093eee97ea25160 /_data
parent222eddda5e8308b2b32f44f698bbf1b35ebb476a (diff)
update theme colors
Diffstat (limited to '_data')
-rw-r--r--_data/theme-colors.yml20
1 files changed, 10 insertions, 10 deletions
diff --git a/_data/theme-colors.yml b/_data/theme-colors.yml
index 25f86c364e..92ea288384 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"