Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Update template theme paths in "Creating a Theme"
Browse files Browse the repository at this point in the history
  • Loading branch information
chbk committed Apr 28, 2021
1 parent f493c59 commit c221186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/hacking-atom/sections/creating-a-theme.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Atom will display a new window, showing the motif-syntax theme, with a default s

Open up `styles/colors.less` to change the various color variables which have already been defined. For example, turn `@red` into `#f4c2c1`.

Then open `styles/base.less` and modify the various selectors that have already been defined. These selectors style different parts of code in the editor such as comments, strings and the line numbers in the gutter.
Then open `styles/editor.less` and `styles/syntax.less` and modify the various selectors that have already been defined. These selectors style different parts of code in the editor such as keywords, strings, and the line numbers in the gutter.

As an example, let's make the `.gutter` `background-color` into `@red`.

Expand Down

0 comments on commit c221186

Please sign in to comment.