fingerlasas.blogg.se

Sublime text editor color scheme
Sublime text editor color scheme












Sublime Text seems to be the text editor of choice these days for designers, developers and hardcore coders alike. I want to mention a quick, yet interesting, coincidence here - Kevin Yank was the author of a PHP book I purchased way back somewhere around 2000. Of course, I know where to look back when I need a tidbit of knowledge, but perhaps recording things here is a better, more centralized, location. All too often, I take a course and have trouble retaining what I've learned. Great to have that level of customization.I'm in the middle of taking the "Up and Running with Sublime Text 2" course on with Kevin Yank and thought it would be a good idea to jot down (as a tutorial) the major areas of what I think is important. 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. Find the package you want to edit and click on it. 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. Install PackageResourceViewer using Package Control 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.














Sublime text editor color scheme