I'm creating my own color scheme for Sublime text based off of a Visual Studio Theme.
The Visual Studio theme has foreground and background defined, but they are not in the standard RGB triplet. I don't know what this number means, and I was wondering how I could convert it into a RGB triplet (ie #FFFFFF) for use in Sublime Text.
Sample:
<Item Name="Comment" Foreground="0x007B7466" Background="0x02000000" BoldFont="No"/>
<Item Name="Plain Text" Foreground="0x00F3F2F1" Background="0x002A2822" BoldFont="No"/>
<Item Name="Selected Text" Foreground="0x00FFFFFF" Background="0x0064614F" BoldFont="No"/>
I've tried searching on here and google, but apparently I can't get my search terms correct to find the right answers.