A light theme for Sublime Text 4 inspired by macOS.
Timeless is the successor to El Capitan and is designed to look great with macOS Yosemite through Sequoia.
The code font shown in the screenshot is Monaco. The color scheme is Xcode-ish.
Timeless is designed to work with Sublime Text 4.
If you are using Sublime Package Control, you can easily install the theme via Package Control: Install Package and then select the Theme - Timeless package.
Alternatively, if you are a git user, you can install the theme and keep up to date by cloning the repo directly into your Packages directory in the Sublime Text application settings area.
You can locate your Sublime Text Packages directory by using the menu item Preferences -> Browse Packages....
While inside the Packages directory, clone the theme repository using the command below:
git clone https://github.com/iccir/Timeless-Theme/ "Theme - Timeless"
- Download the files using the GitHub .zip download option
- Unzip the files and rename the folder to
Theme - Timeless - Find your
Packagesdirectory using the menu itemPreferences -> Browse Packages... - Copy the folder into your Sublime Text
Packagesdirectory
To configure Sublime Text to use the theme, follow the instructions below:
- Open your User Settings Preferences file
Sublime Text -> Preferences -> Settings - User - Add (or update) your theme entry to be
"theme": "Timeless.sublime-theme"
Example Sublime Text User Settings
{
"theme": "Timeless.sublime-theme",
"timeless_use_uppercase_font": false,
"timeless_hide_goto_symbol_hints": false,
}
timeless_use_uppercase_font- Iftrue, uses theTimeless Uppercasefont for symbol letters. You will need to manually install TimelessUppercase.ttf.timeless_hide_goto_symbol_hints- Iftrue, hides hints in the Goto Symbol panel.
To the extent possible, the files in this repository are dedicated to the public domain.
That said:
-
Timeless.sublime-themeis based on theDefault.sublime-themefile packaged with Sublime Text. -
Button Icons.sketchincludes vector outlines that were traced from images packaged with Sublime Text. -
File Icons.sketchincludes vector outlines of various glyphs from DINish. SIL Open Font License. -
TimelessUppercase.ttfuses glyphs from Roboto Mono. SIL Open Font License.
