This commit is contained in:
Igor Timofeev
2017-01-25 12:27:14 +03:00
parent ba64c21ee0
commit 4222199624
3 changed files with 2 additions and 2 deletions

View File

@@ -1465,7 +1465,7 @@ local function createWindow()
local y = object.y
for i = object.fromMatch, #object.matches do
local firstColor, secondColor = 0x3C3C3C, 0x777777
local firstColor, secondColor = 0x3C3C3C, 0x999999
if i == object.currentMatch then
buffer.square(object.x, y, object.width, 1, 0x2D2D2D, 0xEEEEEE, " ")