Night Owl
A Sublime Text color scheme based on Sarah Drasner's Night Owl VSCode theme
Labels color scheme
Details
Installs
- Total 12K
- Win 6K
- Mac 3K
- Linux 3K
| Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | Oct 7 | 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 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Windows | 0 | 1 | 1 | 0 | 4 | 2 | 2 | 2 | 1 | 0 | 0 | 0 | 2 | 0 | 2 | 3 | 0 | 1 | 0 | 1 | 5 | 0 | 2 | 2 | 0 | 0 | 2 | 0 | 2 | 1 | 1 | 0 | 1 | 0 | 2 | 2 | 0 | 0 | 1 | 1 | 0 | 1 | 0 | 2 | 1 | 2 |
| Mac | 0 | 0 | 0 | 1 | 1 | 2 | 1 | 1 | 0 | 1 | 0 | 0 | 1 | 2 | 1 | 2 | 0 | 1 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 2 | 2 | 0 | 0 | 0 | 0 | 2 | 1 | 1 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | 0 |
| Linux | 0 | 0 | 0 | 1 | 1 | 0 | 1 | 0 | 0 | 3 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 2 | 0 | 1 | 1 | 0 | 2 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 1 | 1 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
A port of Sarah Drasner’s Night Owl VSCode theme
A theme for the night owls out there. Works well in the daytime, too, but this theme is fine-tuned for those of us who like to code late into the night. As of 1.0.0, there’s a Light Owl Theme too! Color balanced from the Dark version for easy viewing in daylight.
Getting Started
Installation
Recommended
Install Night Owl via Package Control.
- Open the Command Palette via Ctrl/⌘+Shift+p
- Select Package Control: Install Package
- Search for
Night Owland press ↲ Enter
Manual
- Clone or download this repository, (re)name the folder to
Night Owlif necessary. - Move the folder inside your sublime
/Packages. (Preferences > Browse Packages…)
Activation
Color Scheme
Recommended
- Open the Command Palette via Ctrl/⌘+Shift+p
- Select UI: Select Color Scheme
- Search for
Night OwlorNight Owl - Lightand press ↲ Enter
Via Preferences
Set the color scheme in your user settings Preferences > Settings:
- Dark theme
"color_scheme": "Packages/Night Owl/Night Owl.sublime-color-scheme"
- Light theme
"color_scheme": "Packages/Night Owl/Night Owl - Light.sublime-color-scheme"
Color Palette
Dark theme
| Use | Color | Sample |
|---|---|---|
Background
|
#011627 |
|
Foreground
|
#D6DEEB |
|
Cursor
|
#80A4C2 |
|
Active selection
|
#1D3B53 |
|
Inactive selection
|
#7E57C25A |
|
Search highlight
|
#5F7E97 |
|
Comment
|
#637777 |
|
Constant
|
#FF6363 |
|
Numbers
|
#F78C6C |
|
Keywords
|
#C792EA |
|
Functions
|
#82AAFF |
|
Quoted strings
|
#ECC48DFF |
|
Support
|
#ADDB67 |
|
Language variables
|
#7FDBCA |
|
Invalid construct
|
#FF2C83 |
|
Preview

Light theme
| Use | Color | Sample |
|---|---|---|
Background
|
#FBFBFB |
|
Foreground
|
#403F53 |
|
Cursor
|
#90A7B2 |
|
Active selection
|
#E0E0E0 |
|
Inactive selection
|
#EDEDED |
|
Search highlight
|
#93A1A16C |
|
Comment
|
#989FB1 |
|
Constant
|
#BC5454 |
|
Numbers
|
#AA0982 |
|
Keywords
|
#994CC3 |
|
Functions
|
#4876D6 |
|
Quoted strings
|
#C96765 |
|
Support
|
#4876D6 |
|
Language variables
|
#0C969B |
|
Invalid construct
|
#FF2C83 |
|
Preview
