sdras / night-owl-vscode-theme

🌌 NIGHT OWL: A VS Code dark theme for contrast for nighttime coding, 🦉 LIGHT OWL: a daytime light theme
https://aka.ms/nightowl
MIT License
2.81k stars 242 forks source link

Request: Color Palettes #70

Open j0hnm4r5 opened 6 years ago

j0hnm4r5 commented 6 years ago

It would be great to list the color palette of the standard ANSI colors for this theme, similar to how the Tomorrow theme does it in their readme, or in a base16 format.

Doing so makes it easier to port to other platforms, and to customize things within VSCode.

sdras commented 6 years ago

That's a really great point. I have to look into this because for me, it's not just about the palette, but about contrasts. That said, there might be a way I can write out the rules for that as well. Thanks for filing this issue!

ghost commented 5 years ago

Is there a rough ETA on when the ANSI codes will be available?

ghost commented 5 years ago

@sdras I pulled the following color codes:

#011627 Background
#d6deeb Foreground
#01111d Current Line
#1d3b53 Selection
#80a4c2 Cursor
#4b6479 Line Number
#c5e4fd Current Line Number
#7fdbca Tags/Keywords
#637777 Comment
#ef5350 Red
#22da6e Green
#addb67 Yellow
#82aaff Blue
#f78c6c Orange
#c792ea Magenta
#21c7a8 Cyan
#ffffff White
#575656 Bright Black

Not sure if we must include the other colors.