Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.1 KB

README.md

File metadata and controls

32 lines (24 loc) · 1.1 KB

Blackboard

About

Blackboard is a simple theme and accompanying color scheme for Sublime Text 3/4. It is mostly derived from original Blackboard theme for Sublime Text 2.

screenshot

Main colors

  • Background #0C1021
  • Foreground white #F8F8F8
  • Selection highligthed #253B76
  • Blue #8DA6CE
  • Yellow #FBDE2D
  • Orange #FF6400
  • Green #61CE3C
  • Grey #AEAEAE

Installation

Blackboard is a Sublime package. To install it:

  1. Download theme files
  2. Unzip the files and copy the folder called "Theme - Blackboard" into your Sublime Text 3 Packages directory. You can find that directory by selecting "Preferences > Browse Packages ...".
  3. Activate the theme by modifying your user preferences to include the following:
{
  "color_scheme": "Packages/Theme - Blackboard/Blackboard.tmtheme"
}

If you need help locating your user preferences file, you can find it selecting "Preferences > Settings - User".