summaryrefslogtreecommitdiff
path: root/themes/light
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-25 20:29:36 +0300
committerAndrew Dolgov <[email protected]>2021-03-25 20:29:36 +0300
commit8c32ed76dff33f00fd5d5cf21a74e86ee47e9a9d (patch)
tree9d9ce046fc1dc7a55f8b5b7d6c9b2ac2e481900c /themes/light
parentceb8179ccc692430d52deb8e154e07a78569b412 (diff)
revert back to lower contrast light theme by default, add separate light-high-contrast.less
Diffstat (limited to 'themes/light')
-rw-r--r--themes/light/defines.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/light/defines.less b/themes/light/defines.less
index 921c10f1e..4097fad9f 100644
--- a/themes/light/defines.less
+++ b/themes/light/defines.less
@@ -1,7 +1,7 @@
@fonts-ui-bold: "Segoe WP Semibold", "Segoe UI Semibold", "Segoe UI Web Semibold", "Segoe UI", Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
@fonts-ui: "Segoe UI", Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
-@default-fg: black;
+@default-fg: #555;
@default-bg: white;
@color-accent: #257aa7;
@color-accent-light: lighten(@color-accent, 50%);