Vim Tips Wiki
Advertisement

Use this page to discuss script 2280 blackboard: clone of the Blackboard theme from textmate

  • Add constructive comments, bug reports, or discuss improvements (see the guideline).
  • Do not document the script here (the author should do that on vim.org).
  • This page may be out of date: check the script's vim.org page above, and its release notes.

Making it work with guicolorscheme[]

This will allow you to use the theme in the terminal (not only in GUI mode).

Change all named colors (White, Yellow, ...) to their #RRGGBB variant, then install guicolorscheme.vim and add this to your vimrc:

runtime! plugin/guicolorscheme.vim
GuiColorScheme blackboard

-- February 24, 2016

Comments[]

Advertisement