Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Artem ThemeNew to Visual Studio Code? Get it now.
Artem Theme

Artem Theme

Arius

|
2,183 installs
| (1) | Free
A beautifully blended theme for Visual Studio Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

artem banner


Artem is a dark Visual Studio Code theme based on the popular Horizon Theme. Artem combines Horizon's amazing UI with a different, brighter set of colors.


marketplace version downloads rating

Previews

Preview HTML preview-1 Preview - Python preview-2

Installation

  1. Open the Extensions sidebar in VS Code
  2. Search for Artem Theme
  3. Click Install
  4. Open the Command Palette with Ctrl+Shift+P or ⇧⌘P
  5. Select Preferences: Color Theme and choose Artem.
  6. Enjoy! 🎉

Personalization

Tastes change all the time. Fortunately, VS Code makes it easy to customize just about every aspect of your editor. If you want to change something, open the Command Palette and select Preferences: Open Settings (JSON). Here, you can override VS Code's defaults or Horizon's colors. Check out some of the personalization options below to customize Horizon to suit your taste.

For more info on theming, visit the Theme Authoring Guide and Theme Color Reference.

Sidebar Contrast

"workbench.colorCustomizations": {
  "activityBar.background": "#1E2028",
  "activityBar.border": "#1E2028",
  "sideBar.background": "#1E2028",
  "sideBar.border": "#1C1E26"
}

Italics

The normal theme only uses italics in a few places: comments, parameters, and some special keywords (e.g. this). If you would prefer no italics at all, you can configure this in your settings...

"editor.tokenColorCustomizations": {
  "textMateRules": [
    {
      "name": "No italics",
      "scope": ["comment", "variable.language", "variable.parameter"],
      "settings": {
        "fontStyle": ""
      }
    }
  ]
}

Tag Brackets <>

For gray rather than light blue brackets around HTML tags...

"editor.tokenColorCustomizations": {
  "textMateRules": [
    {
      "name": "HTML tag brackets",
      "scope": ["punctuation.definition.tag"],
      "settings": {
        "foreground": "#BBBBBB"
      }
    }
  ]
}

Contributing

Code of Conduct

Always try your best to make a positive impact on this project and its community. By participating, you are expected to uphold the Code of Conduct.

Contributing Guide

Read the contributing guide to learn about how you can report issues and contribute to changes.

Credits

  • Theme UI - Horizon Theme

  • Logo Image - Graphic Springs

  • Logo Font - Have Heart by Sam Parrett

License

MIT © Jonathan Olaleye
MIT © Sujal Bolia

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft