Theme - Vim Blackboard
Sublime Text 2 dark vim/terminal-inspired theme (Package Control plugin)
Details
Installs
- Total 29K
- Win 19K
- Mac 5K
- Linux 5K
Jun 2 | Jun 1 | May 31 | May 30 | May 29 | May 28 | May 27 | May 26 | May 25 | May 24 | May 23 | May 22 | May 21 | May 20 | May 19 | May 18 | May 17 | May 16 | May 15 | May 14 | May 13 | May 12 | May 11 | May 10 | May 9 | May 8 | May 7 | May 6 | May 5 | May 4 | May 3 | May 2 | May 1 | Apr 30 | Apr 29 | Apr 28 | Apr 27 | Apr 26 | Apr 25 | Apr 24 | Apr 23 | Apr 22 | Apr 21 | Apr 20 | Apr 19 | Apr 18 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 2 | 16 | 6 | 6 | 7 | 5 | 6 | 3 | 4 | 8 | 6 | 5 | 6 | 2 | 4 | 10 | 3 | 7 | 7 | 4 | 4 | 4 | 10 | 2 | 4 | 6 | 7 | 3 | 6 | 7 | 9 | 3 | 6 | 4 | 5 | 7 | 7 | 9 | 10 | 5 | 9 | 6 | 4 | 6 | 3 | 9 |
Mac | 1 | 1 | 0 | 2 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 4 | 0 | 0 | 0 | 1 | 0 | 1 | 1 | 0 | 0 | 2 | 0 | 1 | 0 | 0 | 2 | 2 | 0 | 0 | 0 | 1 | 2 | 1 | 3 | 0 | 0 | 1 | 2 | 1 |
Linux | 1 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 2 | 1 | 1 | 0 | 0 | 1 | 2 | 1 | 2 | 2 | 1 | 1 | 3 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 2 | 1 | 1 | 4 | 0 | 2 | 0 | 2 | 1 |
Readme
- Source
- raw.githubusercontent.com
Sublime Text 2 Theme: Vim Blackboard
This repo is for the Sublime Text 2 theme that is meant to be installed with Package Control. If you are looking for the version of the theme that is manually installed, the code and instructions for that are here.
About
The syntax highlighting in VimBlackboard is based on Blackboard (as one might imagine), but with many of the colors changed to resemble the default Vim colors used on dark terminals in various Linux distros from the late 90s and early 00s.
The widget theme is derived from Soda Dark.
Installation
Blackboard is a Sublime package. To install it:
Be sure to have Package Control installed.
Go to Sublime Text 2 -> Preferences -> Package Control -> install package
Type “Theme - Vim Blackboard”
Select it and restart Sublime after it has installed
Activate the theme by modifying your User Preferences to include the following:
{ "theme": "VimBlackboard.sublime-theme", "color_scheme": "Packages/Theme - VimBlackboard/VimBlackboard.tmTheme" }
If you need help locating your user preferences file, you can find it selecting “Preferences > Settings - User”.
Tweak futher by adding folder icons and classic tabs:
{ "vimbb_folder_icons": true, "vimbb_classic_tabs": true }
In order to see the UI changes you will need to restart Sublime Text.