summaryrefslogtreecommitdiff
path: root/themes/light/defines.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-23 20:45:08 +0300
committerAndrew Dolgov <[email protected]>2021-03-23 20:45:08 +0300
commit58ab641fea397f963d05cf854d53c7957a99685b (patch)
treea051bbf42bfc43badf354c5fc45bbfa4bdf8b0cb /themes/light/defines.less
parentbe2d1602bdcbc8712f23bd6cb440c98ed5ecf61a (diff)
light theme: increase contrast
Diffstat (limited to 'themes/light/defines.less')
-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 d591eedd9..f18fb5822 100644
--- a/themes/light/defines.less
+++ b/themes/light/defines.less
@@ -14,7 +14,7 @@
@color-panel-bg: #f5f5f5;
@color-checked: #69C671;
@border-default : #ddd;
-@default-text: #555;
+@default-text: @default-fg;
@color-icon: #777;
@color-hl-icon: #ccc;
@color-tooltip-fg: @color-panel-bg;