

Fortunately Sublime Text can be customized and we can define a color scheme of our own. One of the features I find lacking in Sublime Text is the default support for Markdown syntax highlighting.

Great to have that level of customization.Instructions for use with SublimeText3 in the comments below I was a bit daunted by all this at the beginning, but it’s real easy. It’s probably worth commenting the original string before you start messing around so you can go back to the original easily if you wish.Īs soon as you save the file, your new colours will be updated. I changed the background (the “color string” at line 24) the comments “color string” at line 70 (ish) to the aforementioned 00AAFF, built in constants (eg true & false in many languages) at roughly line 106. RedGreenBlue each channel going to a max of FF, hence FFFFFF is white, 000000 is black FF0000 red, and 00AAFF a mid bluish/turquiose. The hex number between the string markers, string>#b9cec7"Color scheme. Open Preferences->Settings and delete the “color_scheme” attribute and its value from the settings file and close it. Go to view menu select ‘Show Console’ and run following command to reset the theme. So I continued with the following steps too. In my case, since I changed the theme I need reload it. The changes should reflect in sublime editor. Edit it as you want and save it and close it. Now you will see that the selected package file opened in the sublime editor itself. In my case, I want to edit a theme which is installed via ColorSublime Package, So I selected that theme. Select Mariana from the theme drop-down box. Find the package you want to edit and click on it. Open themes folder, create a new folder named themes if it doesn't exists. Press Ctrl+shift+p to open Package Control and select PackageResourceViewer: Edit Package Resource from the list.

copy paste the following 3 lines,save and close it. Go to Preferences->Package Settings->PackageResourceViewer->Setting-User. A complete color scheme will have many more scope styles to cover the standard scope names. Example Colors Global Settings Scope Styles Appendix: X11 Colors Example The following is an example of the format of a.
#SUBLIME TEXT THEME FOR XML FILES INSTALL#
Install PackageResourceViewer using Package Control It is an XML format split into a global settings and scope styles.

This might help someone if they are stuck with an issue which I have described in one of the below steps. This answer is similar to the accepted solution, but with little more steps if it is not working out of the box.
