Can alpha be applied to hex color code in Sublime?
Sublime themes can be edited through .tmTheme files by changing the hex values.
<key>background</key>
<string>#000000</string>
Android:#32000000 black 20% alpha
Hex transparency in colors
does anything like this work?
Purpose: see desktop while coding
I only want to edit it through .tmTheme file for simplicity. Any help is much appreciated.