Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>You can change the color of the brackets modifying your theme's color scheme file.</p> <p>Go to <strong>Preferences / Browse packages</strong> open folder <strong>Color Scheme - Default</strong> find out your current theme file (default's <code>Monokai.tmTheme</code>). Open it using Sublime Text and find the following part:</p> <pre><code>&lt;key&gt;bracketsForeground&lt;/key&gt; &lt;string&gt;#F8F8F2A5&lt;/string&gt; &lt;key&gt;bracketsOptions&lt;/key&gt; &lt;string&gt;underline&lt;/string&gt; &lt;key&gt;bracketContentsForeground&lt;/key&gt; &lt;string&gt;#F8F8F2A5&lt;/string&gt; &lt;key&gt;bracketContentsOptions&lt;/key&gt; &lt;string&gt;underline&lt;/string&gt; </code></pre> <p>Here you can change the appearance of your brackets. If you change it to something like this:</p> <pre><code>&lt;key&gt;bracketsForeground&lt;/key&gt; &lt;string&gt;#FF8000&lt;/string&gt; &lt;key&gt;bracketsOptions&lt;/key&gt; &lt;string&gt;foreground&lt;/string&gt; &lt;key&gt;bracketContentsForeground&lt;/key&gt; &lt;string&gt;#FF8000&lt;/string&gt; &lt;key&gt;bracketContentsOptions&lt;/key&gt; &lt;string&gt;foreground&lt;/string&gt; </code></pre> <p>..you'll remove the underline and add an orange color to your brackets.</p> <p>Take a look to the rest of the file because (maybe) you'll find something more to change ;)</p> <p><strong>There's no need to restart sublime to see the changes.</strong> Just save the file.</p> <h3>Update for Sublime Text3</h3> <ol> <li>Go to your Sublime Text 3 installation folder; cd into "Packages" folder. Search for <code>Color Scheme - Default.sublime-package</code> and copy-paste it into your <code>Packages</code> folder (under windows is <code>%APPDATA%\Sublime Text 3\Packages</code>).</li> <li>Decompress the file (with any unzip tool).</li> <li>Access the new generated folder and modify your theme's file (same steps as in Sublime Text 2).</li> <li>After applying your changes save the file and you'll see your changes.</li> <li>If you want, you can compress again the file as zip using <code>.sublime-package</code> extension but if you do so you must move that file to <code>Installed Packages</code> folder.</li> </ol> <h3>Update 2</h3> <p>There's a very usefull package for editing plugins named <a href="https://github.com/skuroda/PackageResourceViewer">PackageResourceViewer</a>. It allows you to edit packages very easily, doing all the decompress &amp; move stuff for you.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload