Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>1amNew to Visual Studio Code? Get it now.
1am

1am

Henry Gressmann

|
72 installs
| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

1am Color Theme


Visual Studio Marketplace Open VSX


Screenshot

Recomended VSCode Settings

To get the best experience with this theme, I recommend using the Victor Mono font

To enable italics in the VSCode editor, add the following to your Settings.json:

{
  "editor.fontFamily": "Victor Mono",
  "editor.tokenColorCustomizations": {
    "textMateRules": [
      {
        "scope": [
          //following will be in italic (=FlottFlott)
          "comment"
        ],
        "settings": {
          "fontStyle": "italic"
        }
      },
      {
        "scope": [
          //following will be excluded from italics (VSCode has some defaults for italics)
          "invalid",
          "keyword.operator",
          "constant.numeric.css",
          "keyword.other.unit.px.css",
          "constant.numeric.decimal.js",
          "constant.numeric.json"
        ],
        "settings": {
          "fontStyle": ""
        }
      }
    ]
  }
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft