File: setSelectionBoxDarkTheme.vys

package info (click to toggle)
vym 2.9.604-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 20,476 kB
  • sloc: cpp: 45,317; ruby: 2,181; xml: 667; sh: 70; makefile: 15
file content (5 lines) | stat: -rw-r--r-- 178 bytes parent folder | download
1
2
3
4
5
map = vym.currentMap();
map.setSelectionPenWidth(2);
map.setSelectionPenColor("#ffffff00");
map.setSelectionBrushColor("#44ffff00");
vym.print ("Updated selection box colors.");