light theme: increase contrast

This commit is contained in:
Andrew Dolgov
2021-03-23 20:45:08 +03:00
parent be2d1602bd
commit 58ab641fea
7 changed files with 77 additions and 79 deletions

View File

@@ -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;