Hivacruz Color Scheme
A color scheme for Sublime Text 3 that works nicely with the Material Theme.
Details
Installs
- Total 272
- Win 156
- Mac 70
- Linux 46
Apr 18 | Apr 17 | Apr 16 | Apr 15 | Apr 14 | Apr 13 | Apr 12 | Apr 11 | Apr 10 | Apr 9 | Apr 8 | Apr 7 | Apr 6 | Apr 5 | Apr 4 | Apr 3 | Apr 2 | Apr 1 | Mar 31 | Mar 30 | Mar 29 | Mar 28 | Mar 27 | Mar 26 | Mar 25 | Mar 24 | Mar 23 | Mar 22 | Mar 21 | Mar 20 | Mar 19 | Mar 18 | Mar 17 | Mar 16 | Mar 15 | Mar 14 | Mar 13 | Mar 12 | Mar 11 | Mar 10 | Mar 9 | Mar 8 | Mar 7 | Mar 6 | Mar 5 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 3 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 |
Readme
- Source
- raw.githubusercontent.com
Hivacruz Color Scheme for Sublime Text
Here is my Color Scheme for Sublime Text 3. Works best with The Material Theme (see below).
How to use it?
There are two ways of using it:
- Use it with your own theme or the built-in themes of Sublime Text ;
- Use it with the Material Theme and the “Palenight” sub-theme (recommended).
Installation
I'm using the Roboto Mono Medium Nerd Font Complete font in my screenshots. On macOS, you can install it with Homebrew like this:
brew tap homebrew/cask-fonts
brew cask install font-robotomono-nerd-font
Via Package Control
Tools
→Command Palette...
→Package Control: Install Package
→Hivacruz Color Scheme
.- Select
Preferences → Color Scheme ...
and pickHivacruz
from the menu.
Manual Installation
- Download the
Hivacruz.tmTheme
file from this repo. - Select
Preferences → Browse packages
from the main menu. - Copy
Hivacruz.tmTheme
files toPackages/User/
. - Select
Preferences → Color Scheme ...
and pickHivacruz
from the menu.
What theme is best for this color scheme?
Material Theme
Despite not being under active development anymore, the Material Theme remains one of the best Sublime Text Themes. I strongly recommend it to fit with this color scheme.
You can install this awesome theme through the Package Control.
- Press ⌘/Ctrl + ⇧ + P to open the command palette.
- Type
Package Control: Install Package
and press enter. Then search forMaterial Theme
.
Activate the theme
Then you can active the theme from Preferences > Packages Settings
and choose Material Theme > Activate
.
Now go again to Preferences > Packages Settings
and choose Material Theme > Configuration
this time. Click on Theme
and pick Material-Theme-Palenight.sublime-theme
.
Theme settings
Here is the my recommended settings for this theme. To add them, go to Preferences > Settings
. Add/replace the following lines:
"color_scheme": "Packages/User/Hivacruz.tmTheme",
"font_face": "Roboto Mono Medium Nerd Font Complete",
"font_size": 12,
"line_padding_bottom": 1,
"line_padding_top": 1,
"bold_folder_labels": true,
"material_theme_accent_cyan": true,
"material_theme_accent_scrollbars": true,
"material_theme_bright_scrollbars": true,
"material_theme_compact_sidebar": true,
"material_theme_contrast_mode": true,
"material_theme_small_statusbar": true,
"material_theme_small_tab": true,
"material_theme_tabs_separator": true,
"material_theme_titlebar": true,
"material_theme_tree_headings": true,
"theme": "Material-Theme-Palenight.sublime-theme",
"mini_diff": false
Built-in themes or others
If you don't have any theme installed already and you don't want to install any, I suggest you to use the “Adaptive” built-in theme of Sublime text to fit with this color scheme.
To do that, just go to Preferences
→ Theme
and pick Adaptive
.
The Color scheme with this theme will look like this:
Examples
Here are some examples of how the color scheme treats popular languages.
Python
PHP
Bash
JS
CSS
HTML
YML
Markdown
Pull Requests
Feel free to submit changes to the color scheme. It's a work in progress and it lacks some features. Some are:
- Better colors for incremental diff (at the moment I disabled it with
"mini_diff": false
) - Better colors for Markdown (through Markdown Editing package or by itself?)
## Same theme in other apps
I made similar themes with the same colours for different applications. Here there are:
- Typora Theme: https://github.com/kinoute/typora-hivacruz-theme
- VSCode Theme: https://github.com/kinoute/vscode-hivacruz-theme
- iTerm2: https://github.com/kinoute/hivacruz-itermcolors
- Nova: https://github.com/kinoute/hivacruz-nova-theme ## Typora
I created as well a Typora theme, the famous Markdown editor, with similar colors.
Credits
Created by Yann Defretin. Heavily inspired by Coda 2.5's Panic Palette written by Cabel Sasser.