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

Ainara Theme

Nara Technologies

|
1 install
| (0) | Free
A premium, luxury-minimal dark theme inspired by the depth of petroleum green and slate hues. Crafted for focus.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Ainara Theme - Dark VS Code Theme

Ainara Logo

A premium, luxury-minimal dark theme for Visual Studio Code, inspired by the rich depth of petroleum green and slate hues. Painstakingly crafted for developers who value elegance, visual harmony, and uninterrupted focus.


Showcase

TypeScript / JavaScript

TypeScript Showcase Modern class structure, decorators, async/await, and type annotations.

Python

Python Showcase Functions, decorators, OOP, type hints, and list comprehensions.

HTML

HTML Showcase Semantic markup, attributes, classes, and tag nested hierarchies.

CSS

CSS Showcase Variables, custom properties, pseudo-classes, and layout properties.

JSON

JSON Showcase Structured settings, objects, lists, numbers, and boolean values.


Design Philosophy & Key Features

  • Deep Petroleum Palette: The editor background (#081426) uses a sophisticated dark navy-petroleum hue that minimizes eye fatigue during long sessions.
  • Slate/Teal Accents: The UI is accented by a striking cyan-teal active line number and cursor (#00C2A8), combined with slate blue UI borders.
  • Premium Syntax Highlighting:
    • Keywords & Storage: Deep lavender (#C792EA) provides clean syntax separation.
    • Strings & Numbers: High-contrast, vibrant values to keep your code legible.
      • Comments: Refined slate gray (#5C7080) in soft italics, ensuring they are perfectly legible when read but stay out of your active focus.
  • Visual Hierarchy: Distinct visual boundaries between the Side Bar, Editor Tabs, and Activity Bar, styled in subtle shades of slate and deep petroleum (#050D19 / #060F1D).

Installation

Via Visual Studio Code Marketplace

  1. Open VS Code.
  2. Go to the Extensions view (Ctrl+Shift+X or Cmd+Shift+X).
  3. Search for Ainara.
  4. Click Install.
  5. Select Ainara Dark as your color theme.

Manual Installation

If you want to install the extension manually:

  1. Clone this repository into your .vscode/extensions folder:
    git clone https://github.com/nara-technologies/ainara-theme.git ~/.vscode/extensions/ainara
    
  2. Restart VS Code.

Recommended Settings

For the ultimate premium experience, we recommend pairing the theme with these settings in your settings.json:

{
  "editor.fontFamily": "JetBrains Mono, Fira Code, Operator Mono, Input, monospace",
  "editor.fontSize": 14,
  "editor.lineHeight": 22,
  "editor.fontLigatures": true,
  "editor.letterSpacing": 0.5,
  "editor.cursorBlinking": "smooth",
  "editor.cursorSmoothCaretAnimation": "on",
  "workbench.editor.showTabs": "multiple",
  "workbench.tree.indent": 16,
  "workbench.tree.renderIndentGuides": "always"
}

Customization

If you want to fine-tune the colors, you can easily override them in your VS Code settings.json:

"workbench.colorCustomizations": {
  "[Ainara Dark]": {
    "editor.background": "#081426", // Change the editor background color
    "statusBar.background": "#050D19" // Change the status bar background
  }
}

Contribution & Feedback

If you find a syntax highlighting issue, have suggestions, or want to contribute:

  1. File a bug report or feature request on the GitHub Issues page.
  2. Fork the repository and make your changes.
  3. Submit a Pull Request.

Made with ‪‪❤︎‬ by NARA Technologies

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