Skip to content

Commit b729eca

Browse files
committed
Darken Light Theme and Tint Empty Cell Selection
1 parent 7f5e0b1 commit b729eca

File tree

2 files changed

+255
-255
lines changed

2 files changed

+255
-255
lines changed

stuff/config/qss/Default/less/themes/Light.less

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// Resource Location
1414
@img-url: '../Default/imgs/black';
1515

16-
@bg: #EFEFEF;
16+
@bg: #DBDBDB;
1717
@accent: darken(@bg, 20);
1818
@dock-bg-color: darken(@bg, 30);
1919
@hl-bg-color: #a0c1dd;
@@ -55,10 +55,10 @@
5555
@title-text-color-active: @text-color;
5656

5757
// Title pane icon colors
58-
@title-button-pressed-color: darken(@hl-bg-color, 4);
58+
@title-button-pressed-color: darken(@hl-bg-color, 8);
5959
@title-button-rollover-color: darken(@title-bg-color, 20);
6060
@title-button-freeze-color: #e0625c;
61-
@title-button-preview-color: #28C840;
61+
@title-button-preview-color: #2cb856;
6262

6363
// -----------------------------------------------------------------------------
6464
// Button
@@ -193,7 +193,7 @@
193193

194194
@xsheet-EmptyCell-color: @xsheet-OnionSkinAreaBG-color;
195195
@xsheet-NotEmptyColumn-color: @xsheet-bg-color;
196-
@xsheet-SelectedEmptyCell-color: fade(lighten(mix(@xsheet-EmptyCell-color, @hl-bg-color-secondary, 50), -15), 50);
196+
@xsheet-SelectedEmptyCell-color: fade(mix(lighten(@xsheet-EmptyCell-color, -20), @cellHighlightTintColor, 80), 50);
197197

198198
@xsheet-LevelColumn-color: #9ed49e;
199199
@xsheet-VectorColumn-color: #d3cf9a;

0 commit comments

Comments
 (0)