ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Wombat Theme

by sheerun ALL

Sublime Text 3 (and 2) theme and color scheme for Hackers

Details

  • 2014.09.01.23.18.22
  • github.​com
  • github.​com
  • 10 years ago
  • 4 minutes ago
  • 12 years ago

Installs

  • Total 12K
  • Win 6K
  • Mac 4K
  • Linux 3K
Dec 26 Dec 25 Dec 24 Dec 23 Dec 22 Dec 21 Dec 20 Dec 19 Dec 18 Dec 17 Dec 16 Dec 15 Dec 14 Dec 13 Dec 12 Dec 11 Dec 10 Dec 9 Dec 8 Dec 7 Dec 6 Dec 5 Dec 4 Dec 3 Dec 2 Dec 1 Nov 30 Nov 29 Nov 28 Nov 27 Nov 26 Nov 25 Nov 24 Nov 23 Nov 22 Nov 21 Nov 20 Nov 19 Nov 18 Nov 17 Nov 16 Nov 15 Nov 14 Nov 13 Nov 12
Windows 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 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0
Mac 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 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

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

License

Wombat is licensed under the Creative Commons Attribution-ShareAlike 3.0 License. You are awesome.