Wombat Theme
Sublime Text 3 (and 2) theme and color scheme for Hackers
Details
Installs
- Total 12K
- Win 6K
- Mac 4K
- Linux 3K
Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | Oct 7 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 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 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 |
Readme
- Source
- raw.githubusercontent.com
Wombat Theme & Scheme for ST3
Installation
Install it using Sublime Package Control and append following settings (for blue theme, other are available):
{
"theme": "Wombat.sublime-theme",
"wombat_color_blue": true,
"wombat_dirty_bottom_bar_blue": true,
"color_scheme": "Packages/Wombat Theme/Wombat.tmTheme",
}
WARNING: For Sublime Text 2 you need to use Wombat2.sublime-theme
.
You need to restart Sublime Text(!)
Features
- Works for Sublime Text 3 (and 2).
- Highly customizable thanks to Phoenix Theme and Soda Theme.
- Supports high resolution Retina displays.
- Any fancy font styles are purged.
It also sets few default options I find useful (you can always change them):
{
"auto_complete_commit_on_tab": true,
"highlight_line": true,
"overlay_scroll_bars": "enabled",
"tab_size": 2,
"translate_tabs_to_spaces": true,
"use_simple_full_screen": true
}
Customization
Wombat allows any config available in the Phoenix Theme.
You just have to change the prefix from phoenix_
to wombat_
. Here are defaults set by Wombat:
{
"wombat_color_expanded_folder": true,
"wombat_dirty_bottom_bar": true,
"wombat_sidebar_tree_small": true,
"wombat_solid_current_tab": true,
"wombat_tabs_medium": true
}
You can disable them by changing true
to false
in your User settings.
Thanks
- Ian Hill for Soda Theme
- Simon Martins for Phoenix Theme
- Tony Kemp for Wombat Color Scheme
License
Wombat is licensed under the Creative Commons Attribution-ShareAlike 3.0 License. You are awesome.