Skip to content

Commit b334b92

Browse files
committed
Fix Play Range Area (Light)
Make play range area more visible
1 parent b729eca commit b334b92

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@
177177
@xsheet-ColumnIconLine-color: rgb(112, 112, 112);
178178
@xsheet-MarkerLine-color: rgba(0, 0, 0, 0.3);
179179
@xsheet-OnionSkinAreaBG-color: darken(@bg, 10);
180-
@xsheet-PlayRange-Color: darken(@bg, 5);
181180
@xsheet-PreviewFrameText-color: #2d42b9;
182181
@xsheet-CurrentRowBG-color: saturate(lighten(fade(@hl-bg-color, 70), -8), 8);
183182
@xsheet-VerticalLineHead-color: rgba(0, 0, 0, 0.3);

stuff/config/qss/Light/Light.qss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2215,7 +2215,7 @@ XsheetViewer {
22152215
qproperty-EmptyColumnHeadColor: #DBDBDB;
22162216
qproperty-ColumnHeadPastelizer: rgba(0, 0, 0, 0);
22172217
qproperty-SelectedColumnHead: rgba(0, 0, 0, 0.15);
2218-
qproperty-PlayRangeColor: #cecece;
2218+
qproperty-PlayRangeColor: #DBDBDB;
22192219
qproperty-FoldedColumnBGColor: #a8a8a8;
22202220
qproperty-FoldedColumnLineColor: #757575;
22212221
qproperty-EmptyCellColor: #c2c2c2;

0 commit comments

Comments
 (0)