Nabla Theme
🎨A theme and color scheme for Sublime Text 4
Details
Installs
- Total 100
- Win 54
- Mac 24
- Linux 22
Oct 6 | Oct 5 | Oct 4 | Oct 3 | Oct 2 | Oct 1 | Sep 30 | Sep 29 | Sep 28 | Sep 27 | Sep 26 | Sep 25 | Sep 24 | Sep 23 | Sep 22 | Sep 21 | Sep 20 | Sep 19 | Sep 18 | Sep 17 | Sep 16 | Sep 15 | Sep 14 | Sep 13 | Sep 12 | Sep 11 | Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | Aug 28 | Aug 27 | Aug 26 | Aug 25 | Aug 24 | Aug 23 | Aug 22 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 1 | 2 | 1 | 0 | 1 | 2 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 4 | 4 | 2 | 1 | 2 | 0 | 1 | 3 | 2 | 1 | 0 | 0 | 1 | 0 | 2 | 3 | 0 | 1 | 1 | 1 | 3 | 3 | 2 | 0 | 2 | 0 | 2 | 1 | 3 |
Mac | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 4 | 0 | 3 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 3 | 0 | 3 | 1 | 0 | 1 | 1 |
Linux | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 2 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 2 | 1 | 0 | 2 | 1 | 1 | 2 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 |
Readme
Nabla Theme for Sublime Text
🎨A theme and color scheme for Sublime Text 4 Based on Theme Treble
All screenshots use wonderful Maple Mono font (NF version)
Customization
For full theme settings and sublime text settings compatible, please take a look at the SETTINGS.md page.
Package installation
The recommended way to install is through Package Control.
- Command Palette
Tools → Command Palette
orCmd/Ctrl + Shift + P
- Choose
Package Control: Install Package
- Type
Nabla Theme
and pressENTER
.
To install manually, download the latest release version zip file and uncompress it on your Sublime Text Packages
folder.
- Download the zip file on
releases
page - Unzip and rename the folder to
Nabla Theme
- Menu
Preferences → Browse packages...
to open destination folder - Copy the folder into
Packages
directory
Uninstall
To remove package using Package Control.
- Command Palette
Tools → Command Palette →
orCmd/Ctrl + Shift + P
- Choose
Package Control: Remove Package
- Click on
Nabla Theme
To uninstall manually, go to your Sublime Text folder.
- Menu
Preferences → Browse packages...
- Then delete
Nabla Theme
insidePackages
folder
Activate the Theme
You can activate available themes from:
- Menu
Tools → Command Palette
orCMD/CTRL + SHIFT + P
- Typing
Nabla: Activate theme
orUI: Select Theme
and pressENTER
- select your favorite theme:
Nabla Adaptive
Nabla Dark
Nabla Light
- Finally press
ENTER
Custom settings
If you would like to change a few things to make your experience better, you can easily customize the theme settings:
- Menu
Preferences → Package Settings → Nabla Theme → settings
Or from command palette:
- Command Palette
Tools → Command Palette
orCMD/CTRL + SHIFT + P
- Typing
Nabla: Settings
and pressENTER
You can also see theme settings in Preferences.sublime-settings.
Customize the Theme
you can use your favourite font in the user interface of the theme, just follow through these simple steps:
- Menu
Preferences → Customize Theme
orUI: Customize Theme
from Command Palette. - Changing the
"font-face"
:
// Documentation at https://www.sublimetext.com/docs/themes.html
{
"variables": {
"font-face": "Maple Mono NF" // changing the font face as well
}
}
More infos about Sublime Text theming rules can be found here: https://www.sublimetext.com/docs/themes.html.
Color Scheme
Nabla theme offers AutoSet Color Scheme Background features for dark/light themes which change background color to match the theme's color look.
File icon
Nabla theme includes essential file type icons(Python, JS, HTML, CSS, etc.) .
The file icons packages bellow was tested and work with this theme:
FileIcons need to create a theme file.
Thanks
Thanks to:
- Seven Eda for creating original theme Theme Treble.
- Ike for creating ayu.
- jwortmann for
kind icons style
Brackets Theme - Color scheme Bass, Theme Gravity, Github sublime theme, D'Aneo, Two Dark, Dracula for inspiration
License
MIT license (LICENSE-MIT)