Skip to content

runxel/hitoshi-sublimetext-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Hitoshi

This is a color scheme / UI Theme bundle for Sublime Text 3.


Theme

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".

image


How to Install

Manual

Install the theme manually:

  1. Download the .zip
  2. Unzip and rename the folder to Theme - Hitoshi
  3. Copy the folder into Packages directory, which you can find using the menu item Sublime Text > Preferences > Browse Packages...

Using Git

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"


How to Activate

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.

Settings

{
  "theme": "Hitoshi.sublime-theme",
  "color_scheme": "Packages/Theme - Hitoshi/Hitoshi.tmTheme"
}

some Options (from orginal Spacegray)

Tab labels font size

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 size

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

Sidebar labels font size

  "spacegray_sidebar_font_small": true
  "spacegray_sidebar_font_normal": true
  "spacegray_sidebar_font_large": true
  "spacegray_sidebar_font_xlarge": true

Sidebar tree rows height

  "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

About

A minimal UI Theme + well aligned color scheme for Sublime Text. πŸŽ¨πŸ–Œ

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published