Treble theme has an adaptative, dark and light option (Click name to view)
You can also choose from 3 theme style options, you do it in your user settings Sublime Text > Preferences > Settings
// Preferences.sublime-settings
// Options are "mix", "analog" or "digital".
"adaptive_theme_style": "digital",
"dark_theme_style: "analog",
"light_theme_style: "mix"
Screenshots from v0.2.0
In screenshots, we are using Color Scheme Bass and Zukan Icon Theme
Color Scheme - Bass
Zukan Icon Theme
You can check Memory/Cpu/Energy tests page
Accent color
Vcs status style - Letters or Circle
Grayscale - Kind container, Git status badges, Folder icons and Accent color
For full theme settings and sublime text settings compatible, please take a look at the SETTINGS.md
page.
You can also see theme settings in Preferences.sublime-settings.
The recommended way to install is through PackageControl.io.
- Menu
Tools > Command Palette > Package Control: Install Package
- Type
Treble
, search forTheme - Treble
- Click to install it
To install manually, download the latest release version zip file and uncompress it on your Sublime Text Packages
folder.
- Download the zip file on
releases
page - Menu
Sublime Text > Preferences > Browse packages...
to open destination folder - Then unzip
Theme-Treble zip file
insidePackages
folder - Rename folder
Theme-Treble
toTheme - Treble
. This is important for textures images and Main.sublime-menu work
If you prefer clone this repo
Mac/Linux$ git clone https://github.com/53v3n3d4/Theme-Treble.git Theme\ -\ Treble
Windows$ git clone https://github.com/53v3n3d4/Theme-Treble.git "Theme - Treble"
To remove package using Package Control.
- Menu
Tools > Command Palette > Package Control: Remove Package
- Click on
Theme - Treble
To uninstall manually, go to your Sublime Text folder.
- Menu
Sublime Text > Preferences > Browse packages...
- Then delete
Theme - Treble
insidePackages
folder
The file icons packages bellow was tested and work with this theme:
FileIcons need to create a theme file.
We use some settings ideas from D'Aneo.
MIT license (LICENSE-MIT)