All Projects β†’ sdras β†’ Night Owl Vscode Theme

sdras / Night Owl Vscode Theme

Licence: mit
🌌 NIGHT OWL: A VS Code dark theme for contrast for nighttime coding, πŸ¦‰ LIGHT OWL: a daytime light theme

Projects that are alternatives of or similar to Night Owl Vscode Theme

lunar-theme
πŸŒ“ A minimal dark and light theme for Visual Studio Code. Handpicked colours, easy on the eyes, and perfect for coding in the day/night.
Stars: ✭ 24 (-98.99%)
Mutual labels:  night, dark-syntax-theme, vscode-theme, editor-theme, dark-vscode-theme
valley-vscode
Valley is a simple theme for Visual Studio Code without visual noise. Created with handpicked and vivid colors, appropriate contrast and a lot of love to help you focus on your code.
Stars: ✭ 14 (-99.41%)
Mutual labels:  dark-syntax-theme, dark-theme, vscode-theme, dark-vscode-theme
colorstorm
A color theme generator for editors and terminal emulators
Stars: ✭ 101 (-95.73%)
Mutual labels:  dark-syntax-theme, dark-theme, vscode-theme, editor-theme
aylin-vscode-theme
🌌Aylin: a modern and minimal VS Code dark theme with bright colors
Stars: ✭ 17 (-99.28%)
Mutual labels:  dark-syntax-theme, dark-theme, vscode-theme, editor-theme
Horizon Theme Vscode
🎨 A beautifully warm dual theme for Visual Studio Code
Stars: ✭ 506 (-78.63%)
Mutual labels:  dark-theme, vscode, vscode-theme
Vscode One Monokai
🎨 Vscode One Monokai theme.
Stars: ✭ 214 (-90.96%)
Mutual labels:  dark-theme, vscode, vscode-theme
Lukin Vscode Theme
🎨 Lukin Theme for VS Code
Stars: ✭ 142 (-94%)
Mutual labels:  dark-theme, vscode, vscode-theme
white-theme-vscode
Minimalist monochrome theme for Visual Studio Code
Stars: ✭ 66 (-97.21%)
Mutual labels:  night, vscode-theme, editor-theme
gloom
A dark and gloomy pastel color syntax theme for Visual Studio Code
Stars: ✭ 31 (-98.69%)
Mutual labels:  dark-theme, vscode, vscode-theme
Onedark Pro
Atom's iconic One Dark theme for Visual Studio Code
Stars: ✭ 813 (-65.67%)
Mutual labels:  vscode, vscode-theme
Theme Bear
🐻 A VSCode dark theme 🐻
Stars: ✭ 27 (-98.86%)
Mutual labels:  vscode, vscode-theme
Vscode Smoothtype
VS Code extension to add cursor transitions while typing, similar to MS Office and the Windows 10 Mail app.
Stars: ✭ 54 (-97.72%)
Mutual labels:  vscode, vscode-theme
Vscode Material Icon Theme
Available on the VSCode Marketplace
Stars: ✭ 773 (-67.36%)
Mutual labels:  vscode, vscode-theme
Nord Visual Studio Code
An arctic, north-bluish clean and elegant Visual Studio Code theme.
Stars: ✭ 749 (-68.37%)
Mutual labels:  vscode, vscode-theme
Atomize
A detailed and accurate Atom One Dark Theme for VS Code
Stars: ✭ 30 (-98.73%)
Mutual labels:  vscode, vscode-theme
Vscode Duotone Dark
DuoTone Dark Sea Syntax theme for Visual Studio Code
Stars: ✭ 66 (-97.21%)
Mutual labels:  vscode, vscode-theme
Vscode Iceberg Theme
Dark blue color theme for Visual Studio Code
Stars: ✭ 68 (-97.13%)
Mutual labels:  vscode, vscode-theme
Shades Of Purple Vscode
πŸ¦„ Shades of Purple β€” A professional theme with hand-picked & bold shades of purple to go along with your VSCode. Reviewed by several designers and 75+ theme versions released to keep it updated. One of the top rated best VSCode themes on VS Code Marketplace. Download β†’
Stars: ✭ 486 (-79.48%)
Mutual labels:  vscode, vscode-theme
Vue Theme Vscode
+200.000 installs ⬇️ Theme for Visual Studio Code inspired by Vue.js, with support for more popular languages, trying to maintain a perfect harmony of colors.
Stars: ✭ 54 (-97.72%)
Mutual labels:  vscode, vscode-theme
Vscode Winteriscoming
Dark theme with fun and bright foreground colors
Stars: ✭ 105 (-95.57%)
Mutual labels:  vscode, vscode-theme

Night Owl 🌌

Version Downloads

A Visual Studio Code theme for the night owls out there. Fine-tuned for those of us who like to code late into the night. Color choices have taken into consideration what is accessible to people with colorblindness and in low-light circumstances. Decisions were also based on meaningful contrast for reading comprehension and for optimal razzle dazzle. ✨

As of 1.0.0, there's a Light Owl Theme too! Color balanced from the Dark version for easy viewing in daylight. πŸŒ…

About this theme, and some of the considerations made while creating it (as well as how to create it should you want to make your own): https://css-tricks.com/creating-a-vs-code-theme/

Night Owl

First Screen Night Owl Frameworks

Light Owl

First Screen Light Light Owl Frameworks

Installation

  1. Install Visual Studio Code
  2. Launch Visual Studio Code
  3. Choose Extensions from menu
  4. Search for night owl
  5. Click Install to install it
  6. Click Reload to reload the Code
  7. From the menu bar click: Code > Preferences > Color Theme > Night Owl

Disable Italics

If you wish to disable italics, there is now a no-italic theme available. You will have access to both, select Night Owl No Italics as your color theme.

Other versions

The community is awesome and has ported this theme over to other environments.

Dark Theme

Light Theme

Separate the Editor from the Sidebar

This theme uses contrast sparingly so that when it's applied, it's more meaningful. This can help reduce noise and improve your ability to scan. However, some of the decisions may not work for everyone. One such decision that some disagree on is whether or not to have a separation between the editor and sidebar, and the amount of contrast. If you wish for this to have more visual signifigance, please paste this into your user settings preferences. These are my recommendations for these settings but you can use whatever colors you wish. ☺️

"workbench.colorCustomizations": {
  "[Night Owl]": {
    "activityBar.background": "#000C1D",
    "activityBar.border": "#102a44",
    "editorGroup.border": "#102a44",
    "sideBar.background": "#001122",
    "sideBar.border": "#102a44",
    "sideBar.foreground": "#8BADC1"
  },
  "[Night Owl (No Italics)]": {
    "activityBar.background": "#000C1D",
    "activityBar.border": "#102a44",
    "editorGroup.border": "#102a44",
    "sideBar.background": "#001122",
    "sideBar.border": "#102a44",
    "sideBar.foreground": "#8BADC1"
  }
},

Preferences shown in the preview

The font in the preview image is Dank Mono, available here. Editor settings to activate font ligatures:

"editor.fontFamily": "Dank Mono",
"editor.fontLigatures": true,

The preview image is using Bracket Pair Colorizer, a really cool extension that highlights matching brackets. This can help reduce unwanted errors.

I use this setting:

"bracketPairColorizer.forceIterationColorCycle": true,

Bracket

Misc

This is my first foray into creating a theme, so if you see something amiss, please feel free to file an issue! I'm sure there are things I missed.

Any relevant changes for each version are documented in the changelog. Please update and check the changelog before filing any issues, as they may have already been taken care of.

This palette was inspired in part by Material Palenight Theme, and the accessibility idea was inspired in part by Solarized Themes

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].