Android Tutorial IDE Color Schemes

maldrovandi

Member
Licensed User
Longtime User
Hallo!
In the B4A V5.02 I'm not able to find the line in the *.vssettings that change the background color of the editor...

<Items>
<Item Name="Comment" Foreground="0x00008000" Background="0x02000000" BoldFont="No"/>
<Item Name="Identifier" Foreground="0x00000000" Background="0x02000000" BoldFont="No"/>
<Item Name="Unknown Identifier" Foreground="0x000000FF" Background="0x02000000" BoldFont="No"/>
<Item Name="Number" Foreground="0x00800080" Background="0x02000000" BoldFont="No"/>
<Item Name="Operator" Foreground="0x02000000" Background="0x02000000" BoldFont="No"/>
<Item Name="String" Foreground="0x001515A3" Background="0x02000000" BoldFont="No"/>
<Item Name="Keyword" Foreground="0x00FF0000" Background="0x02000000" BoldFont="No"/>
<Item Name="Preprocessor Keyword" Foreground="0x00333333" Background="0x02000000" BoldFont="No"/>
<Item Name="Global Variable" Foreground="0x00C00C66" Background="0x02000000" BoldFont="No"/>
<Item Name="Annotation" Foreground="0x000361FF" Background="0x02000000" BoldFont="No"/>
<Item Name="Type" Foreground="0x008b8b00" Background="0x02000000" BoldFont="No"/>
<Item Name="Excluded Code" Foreground="0x00555555" Background="0x02000000" BoldFont="No"/>
<Item Name="Selection Highlight" Foreground="0x02000000" Background="0x00eeeeaf" BoldFont="No"/>
<Item Name="Search Result" Foreground="0x02000000" Background="0x00ccdd3f" BoldFont="No"/>
<Item Name="Syntax Error" Foreground="0x000000FF" Background="0x02000000" BoldFont="No"/>
<Item Name="Warning" Foreground="0x00800080" Background="0x02000000" BoldFont="No"/>
<Item Name="Underline Word" Foreground="0x00FF0000" Background="0x02000000" BoldFont="No"/>

</Items>

This is the content of Light theme. Is ok for me, but i prefere the backround less light...what's the line that i must modifiy?

Thanks.
 

DonManfred

Expert
Licensed User
Longtime User
i think you should replace
B4X:
Background="0x02000000"
with your preferred color in each line with this background color
 

pas

Member
Licensed User
Longtime User
The vibrantlnk themes are great except the cursor is black like the background so it can't be seen. Is there a way to make it white?
 
Top