]> git.sven.stormbind.net Git - sven/vym.git/blob - demos/scripts/setSelectionBoxDarkTheme.vys
Add a README.source file to describe the tarball creation. Upstream commit d9d7b12a05...
[sven/vym.git] / demos / scripts / setSelectionBoxDarkTheme.vys
1 map = vym.currentMap();
2 map.setSelectionPenWidth(2);
3 map.setSelectionPenColor("#ffffff00");
4 map.setSelectionBrushColor("#44ffff00");
5 print ("Updated selection box colors.");