We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3addfae commit 56acb61Copy full SHA for 56acb61
1 file changed
src/scripts/color-copy/color-copy.lua
@@ -43,7 +43,7 @@ function onCopyWithColors(event, menu, window, startCol, startRow, endCol, endRo
43
else
44
lastColor = color
45
-- Check whether the color is in the 256 set. Use gray (&w) for undefined colors.
46
- local cc = colorCodes[color] or "&w"
+ local cc = colorCodes[color] or "&#"..color
47
parsed = parsed .. cc .. symbol
48
end
49
0 commit comments