Overview Version History Q & A Rating & Review
Oslo Dark
Dark VS Code theme. I made this to match a wallpaper I like -- dark background with layered blue gradients. The UI is pulled from that: deep blacks and cool blues. Syntax highlighting uses an aurora-inspired palette so you can actually tell your code apart.
Preview it live in vscode.dev
Install
Search for Oslo Dark in the Extensions panel (Ctrl+Shift+X) or run:
ext install lazerai.oslo-dark
Colors
Role
Hex
What it styles
Background
#1a1a1a
Editor
Surface
#141414
Sidebar, panels, terminal
Accent
#1e3a5f
Status bar, badges
Text
#c8f0fa
Foreground
Keywords
#b898c4
if, const, return
Strings
#c4a882
"hello"
Constants
#8ab89a
Numbers, booleans
Functions
#dab485
Function calls
Types
#8fbcbb
Classes, interfaces
Tags
#d4879c
HTML tags
Decorators
#d08770
@decorator
Comments
#4a6b85
// like this
Operators
#7497ac
=, +, =>
Customization
"workbench.colorCustomizations": {
"[Oslo Dark]": {
"editor.background": "#1c1c1c"
}
}
All available keys: theme color reference .
Contributing
See a color that looks off? Open an issue with a screenshot.
PRs welcome -- test with F5 in the Extension Development Host, check a few file types before submitting.
License
MIT