Skip to content

Commit 23962e8

Browse files
committed
Use correct setting
1 parent dfc1f29 commit 23962e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ To be a good citizen of the ecosystem, Timeless will not use language-specific i
7070

7171
<img src="docs/fileicons1.png" width=126 height=24>
7272

73-
To activate additional icons, set the `theme.timeless.icons.install_additional` setting to `true`. This will add a `Caches/Timeless Icon Support` folder with the support files necessary to enable additional language-specific icons:
73+
To activate additional icons, set the `theme.timeless.icons.install_support_files` setting to `true`. This will add a `Caches/Timeless Icon Support` folder with the support files necessary to enable additional language-specific icons:
7474

7575
<img src="docs/fileicons2.png" width=126 height=64>
7676

@@ -82,9 +82,9 @@ For alternate icons, set the `theme.timeless.icons.install_c_letters` setting to
8282

8383
<img src="docs/fileicons4.png" width=106 height=24>
8484

85-
This setting will install `C++ Header.sublime-syntax` and `C++ Header.sublime-settings` into the `Caches/Timeless Icon Support` folder. It will also modify `Packages/User/C++.sublime-settings`. This setting has no effect if `theme.timeless.icons.install_additional` is `false`.
85+
This setting will install `C++ Header.sublime-syntax` and `C++ Header.sublime-settings` into the `Caches/Timeless Icon Support` folder. It will also modify `Packages/User/C++.sublime-settings`. This setting has no effect if `theme.timeless.icons.install_support_files` is `false`.
8686

87-
To revert back to the default state, set `theme.timeless.icons.install_additional` to `false`. This should fix broken icons in other themes.
87+
To revert back to the default state, set `theme.timeless.icons.install_support_files` to `false`. This should fix broken icons in other themes.
8888

8989
Timeless is also compatible with [AFileIcon](https://github.com/SublimeText/AFileIcon) for icon management.
9090

0 commit comments

Comments
 (0)