rcrooks / warm-sunset

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warm Night Theme

Warm Night Screenshot

The Warm Night theme translates the ambiance of a cozy campfire at sundown into a theme that's easier on the eyes late at night.

The palette aims to meet WCAG AA for contrast, but if you have trouble seeing something let me know and I'll try to improve it.

Usage With Better Comments

If you use the Better Comments extension, I changed the colors to match the theme better. If you're interested, just add them to your VS Code settings.json file. You'll need to reload the editor for these changes to take effect.

"better-comments.tags": [
    {
      "tag": "!",
      "color": "#eb4747"
    },
    {
      "tag": "?",
      "color": "#93a8a9"
    },
    {
      "tag": "//",
      "color": "#4f4045",
      "strikethrough": true
    },
    {
      "tag": "todo",
      "color": "#f99936"
    },
    {
      "tag": "*",
      "color": "#a9939b"
    }
  ]

Better Comments Screenshot

License

MIT License

About

License:MIT License


Languages

Language:HTML 100.0%