How to darken vertical guides in Sublime text editor?


Nasser

I want the vertical guides to be slightly thicker. They are now light grey. I am using Sublime Text 3, build 3083. Just started learning this editor today and can't find how to do it.

Here is the screenshot. I added red markers to point to the lines that I want darker.

Mathematica Graphics

I have this in my current preferences file

{
    "color_scheme": "Packages/Color Scheme - Default/Dawn.tmTheme",
    "use_tab_stops" : false,
    "translate_tabs_to_spaces": true
}
can

You must edit the color scheme file. To find your color scheme files, install PackageResourceViewervia Package Control by doing the following :

  1. Use Ctrl+ Shift+ to go to the command paletteP
  2. Enter Package Control: Install Packageand pressEnter
  3. Enter PackageResourceViewerand pressEnter

Now that you have Package Control installed, you can install PackageResourceViewer by doing the following:

  1. Use Ctrl+ Shift+ to go to the command paletteP
  2. Enter PackageResourceViewer: Open Resourceand pressEnter
  3. Enter Color Scheme - Defaultand pressEnter
  4. Enter Dawn.tmThemeand pressEnter

Now that you're in the file, take a look under the <key>settings</key>section . You need to add the following <dict>to the tab under settings :

<key>guide</key>
<string>#000000</string>
<key>activeGuide</key>
<string>#000000</string>

stringThe value inside the label will determine the color of these lines. For example, the color I used #000000would make it black, as you can see here:

enter image description here

Related


How to darken vertical guides in Sublime text editor?

Nasser I want the vertical guides to be slightly thicker. They are now light grey. I am using Sublime Text 3, build 3083. Just started learning this editor today and can't find how to do it. Here is the screenshot. I added red markers to point to the lines tha

How to darken vertical guides in Sublime text editor?

Nasser I want the vertical guides to be slightly thicker. They are now light grey. I am using Sublime Text 3, build 3083. Just started learning this editor today and can't find how to do it. Here is the screenshot. I added red markers to point to the lines tha

How to Update Sublime Text Editor

Lot_to_learn I usually use sublime text for python programming, but I have some questions: (A sort of). How can I check which version of Sublime Text editor I am using. (I think it's Advanced Text 3 because when I click Help > Documentation it opens the Advanc

how to darken text

big scott I'm using the Leaflet map api, I just downloaded and installed the "leaflet-routing-machine" plugin yesterday. The problem is that the square window on the right only has white text, so nothing can be seen in the directions of the route. Anyone else

how to darken text

big scott I'm using the Leaflet map api, I just downloaded and installed the "leaflet-routing-machine" plugin yesterday. The problem is that the square window on the right only has white text, so nothing can be seen in the directions of the route. Anyone else

how to darken text

big scott I'm using the Leaflet map api, I just downloaded and installed the "leaflet-routing-machine" plugin yesterday. The problem is that the square window on the right only has white text, so nothing can be seen in the directions of the route. Anyone else

how to darken text

big scott I'm using the Leaflet map api, I just downloaded and installed the "leaflet-routing-machine" plugin yesterday. The problem is that the square window on the right only has white text, so nothing can be seen in the directions of the route. Anyone else

how to darken text

big scott I'm using the Leaflet map api, I just downloaded and installed the "leaflet-routing-machine" plugin yesterday. The problem is that the square window on the right only has white text, so nothing can be seen in the directions of the route. Anyone else

How to clear console in Sublime Text editor

Curious_k.shree: How to clear console in advanced text editor. I have also searched on the internet. . But couldn't find a suitable shortcut. Information, please MattDMo: I think you're talking about consoles that are accessible through or . Unlike other answe

How to make Sublime Text the default editor for Git?

Spencer Moran I have a problem setting Sublime Text 2 to core.editoruse git. I've read all the articles that can solve this problem, but still to no avail. I am running Windows. I have done: git config --global core.editor "'C:/Program Files/Sublime Text 2/sub

How to format code in Sublime Text editor

Muhammad Shahzad How to format or beautify php, html, css, javascript code in Sublime Text editor? When I go to Sublime's Edit menu, there are no options for formatting or beautifying the code! idle hill First, install Package Control , Sublime Text's package

How to clear console in Sublime Text editor

Curious_k.shree: How to clear console in advanced text editor. I have also searched on the internet. . But couldn't find a suitable shortcut. Information, please MattDMo: I think you're talking about consoles that are accessible through or . Unlike other answe

How to install plugins to Sublime Text 2 editor?

Arun Krishnan How to install plugins to Sublime Text editor? I want to install Emmet plugin to Sublime Text 2 editor. John Day You should have a folder Data/Packagesin your Sublime Text 2 installation directory . All you need to do is download the plugin and p

How to make Sublime Text the default editor for Git?

Spencer Moran I have a problem setting Sublime Text 2 to core.editoruse git. I've read all the articles that can solve this problem, but still to no avail. I am running Windows. I have done: git config --global core.editor "'C:/Program Files/Sublime Text 2/sub

How to format code in Sublime Text editor

Muhammad Shahzad How to format or beautify php, html, css, javascript code in Sublime Text editor? When I go to Sublime's Edit menu, there are no options for formatting or beautifying the code! idle hill First, install Package Control , Sublime Text's package

How to format code in Sublime Text editor

Muhammad Shahzad How to format or beautify php, html, css, javascript code in Sublime Text editor? When I go to Sublime's Edit menu, there are no options for formatting or beautifying the code! idle hill First, install Package Control , Sublime Text's package

How to clear console in Sublime text editor

Curious_k.shree How to clear console in advanced text editor. I have also searched on the internet. . But couldn't find a suitable shortcut. Information, please Matt Mo I think you're talking about consoles that are accessible through or . Unlike other answers

How to rename projects in Sublime Text Editor 3?

innocent rock I want to rename my project in Sublime IDE. How do I do this? I don't want to change the name of the folder, only the project name. Hope I understand. Gerard Roche I'm assuming you mean the item name that appears in the window title bar. The proj

How to clear console in Sublime Text editor

Curious_k.shree: How to clear console in advanced text editor. I have also searched on the internet. . But couldn't find a suitable shortcut. Information, please MattDMo: I think you're talking about consoles that are accessible through or . Unlike other answe

How to make Sublime Text the default editor for Git?

Spencer Moran I have a problem setting Sublime Text 2 to core.editoruse git. I've read all the articles that can solve this problem, but still to no avail. I am running Windows. I have done: git config --global core.editor "'C:/Program Files/Sublime Text 2/sub

How to install plugins to Sublime Text 2 editor?

Arun Krishnan How to install plugins to Sublime Text editor? I want to install Emmet plugin to Sublime Text 2 editor. John Day You should have a folder Data/Packagesin your Sublime Text 2 installation directory . All you need to do is download the plugin and p

How to format code in Sublime Text editor

Muhammad Shahzad How to format or beautify php, html, css, javascript code in Sublime Text editor? When I go to Sublime's Edit menu, there are no options for formatting or beautifying the code! idle hill First, install Package Control , Sublime Text's package

How to format code in Sublime Text editor

Muhammad Shahzad How to format or beautify php, html, css, javascript code in Sublime Text editor? When I go to Sublime's Edit menu, there are no options for formatting or beautifying the code! idle hill First, install Package Control , Sublime Text's package

How to rename projects in Sublime Text Editor 3?

innocent rock I want to rename my project in Sublime IDE. How do I do this? I don't want to change the name of the folder, only the project name. Hope I understand. Gerard Roche I'm assuming you mean the item name that appears in the window title bar. The proj

How to programmatically create vertical or horizontal guides

dev90 I need to programmatically create guidelines and apply views to those guidelines. I used the following code but it crashes. Guideline guideline = new Guideline(this); guideline.setId(guideline.generateViewId()); constraintLayout.addView(guideline);

How to programmatically create vertical or horizontal guides

dev90 I need to programmatically create guidelines and apply views to those guidelines. I used the following code but it crashes. Guideline guideline = new Guideline(this); guideline.setId(guideline.generateViewId()); constraintLayout.addView(guideline);