0
Change cursor color
Although asked already for the iOS Version of Textastic, it seems that it's not possible to change the cursor color of a theme just by editing the "selection" HEX Color Value in the theme's xml (in my case its Obsidian.tmTheme). Either the values are somehow cached by Textastic or the value has no influence on the cursor color.
Am I wrong or is it just not possible to change the cursor color by now?
Am I wrong or is it just not possible to change the cursor color by now?
Customer support service by UserEcho
thanx for your fast reply. Unfortunately Textastic seems to ignore the caret settings, too. Here's the theme I'm trying to alter:
https://github.com/mekwall/obsidian-color-scheme/b...
Any ideas what I could be missing?
In line 368 ( https://github.com/mekwall/obsidian-color-scheme/b...) there is an empty dictionary. So Textastic ignored the real settings dictionary and used the empty settings dictionary from line 368 instead.
Remove lines 368 and 369 from the theme file and it works!