A theme to complement our Pastel-Paw color Scheme for Sublime Text 3.
In truth, I just wanted a darker variant of the stock theme that didn't break the things I liked about it.
Nightberry is designed to work with the latest verion of Sublime Text, Sublime Text 3.
The font used is Monaco (TTF version)
If you are using Will Bond's excellent Sublime Package Control, you can easily install Nightberry Theme via the Package Control: Install Package
menu item. The Nightberry Theme package is listed as Theme - Nightberry
in the packages list.
Soon!
Alternatively, if you are a git user, you can install the theme and keep up to date by cloning the repo directly into your Packages
directory in the Sublime Text application settings area.
You can locate your Sublime Text Packages
directory by using the menu item Preferences -> Browse Packages...
.
While inside the Packages
directory, clone the theme repository using the command below:
git clone https://github.com/ociidii-works/nightberry_theme Theme - Nightberry"
- Download the files using the GitHub .zip download option
- Unzip the files and rename the folder to
Theme - Nightberry
- Find your
Packages
directory using the menu itemPreferences -> Browse Packages...
- Copy the folder into your Sublime Text
Packages
directory
To configure Sublime Text to use the theme, follow the instructions below for your specific version.
- Open your User Settings Preferences file
Sublime Text -> Preferences -> Settings - User
- Add (or update) your theme entry to be
"theme": "Nightberry.sublime-theme"
Example User Settings
{
"theme": "Nightberry.sublime-theme",
}
Nightberry comes with its own color scheme, forked from our very own Pastel-Paws.
- Enable the colour scheme via
Preferences -> Color Scheme -> User
Nightberry Theme is licensed under the CC-BY-NC-SA 4.0 License (TLDR version). You are free to share and remix the theme, however please abide by the license terms when doing so.
The following details apply to the Creative Commons license "author specified" components:
-
Attribution example:
Based on the Nightberry Theme by David "Xenhat" Turenne
-
Naming guidelines: If you create and distribute a derivative theme, please give your theme a unique and original name that does not directly include "Nightberry Theme" (or a close variant) in the main project title, repo name or Package Control name.