Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/runxel/hitoshi-sublimetext-theme
A minimal UI Theme + well aligned color scheme for Sublime Text. 🎨🖌
https://github.com/runxel/hitoshi-sublimetext-theme
color-scheme sublime-text theme
Last synced: about 2 months ago
JSON representation
A minimal UI Theme + well aligned color scheme for Sublime Text. 🎨🖌
- Host: GitHub
- URL: https://github.com/runxel/hitoshi-sublimetext-theme
- Owner: runxel
- License: mit
- Created: 2015-03-04T14:16:00.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-12-27T21:16:46.000Z (about 5 years ago)
- Last Synced: 2024-10-14T20:32:42.020Z (3 months ago)
- Topics: color-scheme, sublime-text, theme
- Homepage:
- Size: 2.03 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/kkga/spacegray). 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](screenshots/hitoshi.png)
***
## How to Install
### Manual
Install the theme manually:
1. [Download the .zip](https://github.com/runxel/hitoshi/archive/master.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
```json
{
"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:
```json
"spacegray_tabs_font_small": true
```
```json
"spacegray_tabs_font_normal": true
```
```json
"spacegray_tabs_font_large": true
```
```json
"spacegray_tabs_font_xlarge": true
```#### Tabs size
Tabs height:
```json
"spacegray_tabs_small": true
```
```json
"spacegray_tabs_normal": true
```
```json
"spacegray_tabs_large": true
```
```json
"spacegray_tabs_xlarge": true
```Tabs width:
```json
"spacegray_tabs_auto_width": true
```#### Sidebar labels font size
```json
"spacegray_sidebar_font_small": true
```
```json
"spacegray_sidebar_font_normal": true
```
```json
"spacegray_sidebar_font_large": true
```
```json
"spacegray_sidebar_font_xlarge": true
```#### Sidebar tree rows height
```json
"spacegray_sidebar_tree_xsmall": true
```
```json
"spacegray_sidebar_tree_small": true
```
```json
"spacegray_sidebar_tree_normal": true
```
```json
"spacegray_sidebar_tree_large": true
```
```json
"spacegray_sidebar_tree_xlarge": true
```