Sublime Forum

Change text colour

#1

Im using sublime for notes. How can i change colour of plain text for example from white to yellow?

Packages/Theme - Dark Material/schemes/Dark-Material

0 Likes

#2
  1. Install the PackageDev package.
  2. Run the PackageDev: Edit Current Color Scheme command from the Command Palette.
  3. On the right panel, add "foreground": "<your_color>" within the globals section.
  4. Save the file

In the end it should look roughly like this:

2019-07-17_15-23-35

Refer to the docs on what format colors are accepted in.

3 Likes