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

Commit ae77ef0

Browse files
committed
Update template theme paths in "Creating a Theme"
1 parent e1d322c commit ae77ef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/hacking-atom/sections/creating-a-theme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Atom will display a new window, showing the motif-syntax theme, with a default s
3636

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

39-
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.
39+
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.
4040

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

0 commit comments

Comments
 (0)