You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ To be a good citizen of the ecosystem, Timeless will not use language-specific i
70
70
71
71
<imgsrc="docs/fileicons1.png"width=126height=24>
72
72
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:
74
74
75
75
<imgsrc="docs/fileicons2.png"width=126height=64>
76
76
@@ -82,9 +82,9 @@ For alternate icons, set the `theme.timeless.icons.install_c_letters` setting to
82
82
83
83
<imgsrc="docs/fileicons4.png"width=106height=24>
84
84
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`.
86
86
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.
88
88
89
89
Timeless is also compatible with [AFileIcon](https://github.com/SublimeText/AFileIcon) for icon management.
0 commit comments