noonsen / vscode-theme-nord-deep

Nord Deep, another Nord-based vscode theme. My custom for the best color palette ever. It's the same, but a little more darker and with some extras.

Home Page:https://marketplace.visualstudio.com/items?itemName=marlosirapuan.nord-deep

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nord Deep

Yep. Another Nord-based vscode theme (...and a little darker)

Version Installs

Install

Press CTRL/CMD+P and run ext install nord-deep or search for "nord deep" in extensions.

Changelog

See CHANGELOG.md

Feature

  • HTML, CSS, Javascript, Typescript, Ruby, PHP, Elixir, Python, Java, C, C++

Suggested extension to use with the theme

indent-rainbow

    "indentRainbow.colors": [
        "rgba(16,16,16,0.1)",
        "rgba(16,16,16,0.2)",
        "rgba(16,16,16,0.3)",
        "rgba(16,16,16,0.4)",
        "rgba(16,16,16,0.5)",
        "rgba(16,16,16,0.6)",
        "rgba(16,16,16,0.7)",
        "rgba(16,16,16,0.8)",
        "rgba(16,16,16,0.9)",
        "rgba(16,16,16,1.0)"
    ],

If you use Windows Terminal then here is the matching object for the schemes list:

{
    "background": "#232731",
    "black": "#3b4252",
    "blue": "#81a1c1",
    "brightBlack": "#4c566a",
    "brightBlue": "#81a1c1",
    "brightCyan": "#8fbcbb",
    "brightGreen": "#a3be8c",
    "brightPurple": "#b48ead",
    "brightRed": "#bf616a",
    "brightWhite": "#eceff4",
    "brightYellow": "#ebcb8b",
    "cyan": "#88c0d0",
    "foreground": "#d8dee9",
    "green": "#a3be8c",
    "name": "Nord Deep",
    "purple": "#b48ead",
    "red": "#bf616a",
    "white": "#e5e9f0",
    "yellow": "#ebcb8b"
}

Screenshots

Screenshot

Terminal: Terminal

Credits

Cheers!

About

Nord Deep, another Nord-based vscode theme. My custom for the best color palette ever. It's the same, but a little more darker and with some extras.

https://marketplace.visualstudio.com/items?itemName=marlosirapuan.nord-deep

License:MIT License