[Github-comments] [geany/geany] Multiple carets, selections, insertion points and paste (#1141)

AdamDanischewski notifications at xxxxx
Fri Nov 17 16:00:42 UTC 2017


Kind of like textadept now that I've played around with it, you have to a hack a colorizer (theme) to get the color scheme to Geany though. Copy and modify a theme in the themes directory under the source directory (exploded tar ball). 

Presuming you named your cloned theme to be "your-new-theme". Add this to your ~/.textadept/init.lua file: 
ui.set_theme(not CURSES and 'your-new-theme')

Then modify the colors and type Ctrl-E for a command window in textadept and enter: reset() 

Keep modifying it to your preference (hint you can choose more than the colors listed (e.g. colors.red works), once you get the color scheme you like it's not that different from Geany, and it seems a lot faster.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1141#issuecomment-345283901
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20171117/94833655/attachment.html>


More information about the Github-comments mailing list