Skip to content

oubiwann/Theme-VimBlackboard

 
 

Repository files navigation

VimBlackboard

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] (https://github.com/buymeasoda/soda-theme).

Installation

Blackboard is a Sublime package. To install it:

  1. Make a home for your code and then go there, e.g.:

    mkdir ~/lab/SublimeText
    cd ~/lab/SublimeText
  2. Clone the repo:

    git clone https://github.com/oubiwann/Theme-VimBlackboard.git
  3. Change dir to your Sublime Text 2 Packages directory. You can find that directory by selecting "Preferences > Browse Packages ...".

  4. From the package directory, link to your checkout:

    ln -s ~/lab/SublimeText/Theme-VimBlackboard/Theme\ -\ VimBlackboard .
  5. 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".

    Also, in order to see the UI changes you will probably need to restart Sublime Text.

  6. Tweak futher by adding folder icons and classic tabs:

    {
      "vimbb_folder_icons": true,
      "vimbb_classic_tabs": true
    }

About

Sublime Text 2 Theme - VimBlackboard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published