This is a color scheme / UI Theme bundle for Sublime Text 3.
This is a dark UI theme (but not too dark, like a sith... well you get the concept) with a well aligned color scheme. It is developed for fatigue-proof coding.
The UI Theme is a fork of the lovely Spacegray
theme by kkga. The color scheme is my own creation which I used for a long time now. "Hitoshi" has much more scopes defined than the standard schemes like "Monokai".
Install the theme manually:
- Download the .zip
- Unzip and rename the folder to
Theme - Hitoshi
- Copy the folder into
Packages
directory, which you can find using the menu item Sublime Text > Preferences > Browse Packages...
Alternatively you can install the bundle and keep up to date by cloning the repo directly into your Packages
directory in the Sublime Text application settings area.
Go to your Sublime Text Packages
directory and clone the theme repository using the command below:
git clone https://github.com/runxel/hitoshi "Theme - Hitoshi"
Activate the UI theme and color scheme by modifying your user preferences file, which you can find using the menu item Sublime Text > Preferences > Settings.
Don't forget to change both color scheme and UI theme so they match.
Note: Don't forget to restart Sublime Text after activating the theme.
{
"theme": "Hitoshi.sublime-theme",
"color_scheme": "Packages/Theme - Hitoshi/Hitoshi.tmTheme"
}
Copy and paste one of four options in your user preferences file:
"spacegray_tabs_font_small": true
"spacegray_tabs_font_normal": true
"spacegray_tabs_font_large": true
"spacegray_tabs_font_xlarge": true
Tabs height:
"spacegray_tabs_small": true
"spacegray_tabs_normal": true
"spacegray_tabs_large": true
"spacegray_tabs_xlarge": true
Tabs width:
"spacegray_tabs_auto_width": true
"spacegray_sidebar_font_small": true
"spacegray_sidebar_font_normal": true
"spacegray_sidebar_font_large": true
"spacegray_sidebar_font_xlarge": true
"spacegray_sidebar_tree_xsmall": true
"spacegray_sidebar_tree_small": true
"spacegray_sidebar_tree_normal": true
"spacegray_sidebar_tree_large": true
"spacegray_sidebar_tree_xlarge": true