Skip to content

iccir/Timeless-Theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Theme - Timeless

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.

Design

Screenshot

The code font shown in the screenshot is Monaco. The color scheme is Xcode-ish.

Installation

Timeless is designed to work with Sublime Text 4.

Package Control

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.

Using Git

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 Manually

  • Download the files using the GitHub .zip download option
  • Unzip the files and rename the folder to Theme - Timeless
  • Find your Packages directory using the menu item Preferences -> Browse Packages...
  • Copy the folder into your Sublime Text Packages directory

Activating and configuring the theme

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 - If true, uses the Timeless Uppercase font for symbol letters. You will need to manually install TimelessUppercase.ttf.
  • timeless_hide_goto_symbol_hints - If true, hides hints in the Goto Symbol panel.

License and Acknowledgements

To the extent possible, the files in this repository are dedicated to the public domain.

That said:

  • Timeless.sublime-theme is based on the Default.sublime-theme file packaged with Sublime Text.

  • Button Icons.sketch includes vector outlines that were traced from images packaged with Sublime Text.

  • File Icons.sketch includes vector outlines of various glyphs from DINish. SIL Open Font License.

  • TimelessUppercase.ttf uses glyphs from Roboto Mono. SIL Open Font License.

About

macOS-inspired light theme for Sublime Text 4

Resources

License

Stars

Watchers

Forks

Packages

No packages published