]> git.sven.stormbind.net Git - sven/vym.git/blob - setSelectionBoxDarkTheme.vys
f77dad2d8d460faf6b7cf9c14cac8ba75a85b6b4
[sven/vym.git] / setSelectionBoxDarkTheme.vys
1 map = vym.currentMap();
2 map.setSelectionPenWidth(2);
3 map.setSelectionPenColor("#ffffff00");
4 map.setSelectionBrushColor("#44ffff00");
5 print ("Updated selection box colors.");