修改techrash_u,tsd_h,tsd_u的列标记颜色

This commit is contained in:
MrZ626
2021-10-16 02:05:01 +08:00
parent 7d5586d9a1
commit 6ee6cd7a1e
3 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ return{
PLY.draw.applyField(P)
local L=P.modeData.history
for i=1,#L do
gc.setColor(1,.5,.5,.24)
gc.setColor(1,.3,.3,.45-i*.04)
gc.rectangle('fill',30*L[i]-30,0,30,600)
end
PLY.draw.cancelField(P)

View File

@@ -8,7 +8,7 @@ return{
local L=P.modeData.history
if L[1]and L[1]==L[2]and L[1]==L[3]then
PLY.draw.applyField(P)
gc.setColor(1,.5,.5,.2)
gc.setColor(1,.3,.3,.2)
gc.rectangle('fill',30*L[1]-30,0,30,600)
PLY.draw.cancelField(P)
end

View File

@@ -8,7 +8,7 @@ return{
PLY.draw.applyField(P)
local L=P.modeData.history
for i=1,#L do
gc.setColor(1,.5,.5,.3-i*.05)
gc.setColor(1,.3,.3,.3-i*.05)
gc.rectangle('fill',30*L[i]-30,0,30,600)
end
PLY.draw.cancelField(P)