A Sublime Text package for .st.txt and .th.txt Literary Theme Ontology text files that uses Aethra-inspired light and dark color schemes.
LTO Text.sublime-syntaxLTO Text (Light).sublime-color-schemeLTO Text (Dark).sublime-color-schemeLTO Text.sublime-settings
- In Sublime Text, open Preferences → Browse Packages….
- Open the
Userfolder. - Copy all three files into
User. - Open a
.st.txtor.th.txtfile. Sublime should automatically assign theLTO Textsyntax from the file extension.
The settings file uses automatic switching:
{
"color_scheme": "auto",
"light_color_scheme": "Packages/User/LTO Text (Light).sublime-color-scheme",
"dark_color_scheme": "Packages/User/LTO Text (Dark).sublime-color-scheme"
}You can also manually select either color scheme through Preferences > Select Color Scheme.