summaryrefslogtreecommitdiff
path: root/imports/Bootstrap/Bootstrap.qml
diff options
context:
space:
mode:
Diffstat (limited to 'imports/Bootstrap/Bootstrap.qml')
-rw-r--r--imports/Bootstrap/Bootstrap.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/imports/Bootstrap/Bootstrap.qml b/imports/Bootstrap/Bootstrap.qml
index 8606851..f9d1f1b 100644
--- a/imports/Bootstrap/Bootstrap.qml
+++ b/imports/Bootstrap/Bootstrap.qml
@@ -15,5 +15,6 @@ QtObject {
})
readonly property color bodyColor: mode ? "#a1a1a8" : "#747579"
readonly property color bodyBg: mode ? "#222529" : "#fff"
+ readonly property color headingColor: mode ? "#fff" : "#24292d"
readonly property color borderColor: mode ? "#12ffffff" : "#eff1f2"
}