aura-theme
Version:
A beautiful dark theme for Visual Studio Code
91 lines (79 loc) • 3.85 kB
Markdown
<p align="center">
<img src="https://github.com/daltonmenezes/assets/blob/master/images/aura-theme/new-heading.png?raw=true" alt="Aura Theme" width="70%" />
</p>
<p align="center">
✨ A beautiful dark theme with four variants for Visual Studio Code. Two of these variants are focused on long-term work without causing any discomfort to the eyes
<br><br>
<!-- Patreon -->
<a href="https://www.patreon.com/daltonmenezes">
<img alt="patreon url" src="https://img.shields.io/badge/support%20on-patreon-1C1E26?style=for-the-badge&labelColor=1C1E26&color=61ffca">
</a>
<!-- marketplace version -->
<a href="https://marketplace.visualstudio.com/items?itemName=DaltonMenezes.aura-theme">
<img alt="marketplace version" src="https://img.shields.io/vscode-marketplace/v/DaltonMenezes.aura-theme.svg?style=for-the-badge&labelColor=1C1E26&color=61ffca">
</a>
<!-- downloads -->
<a href="https://marketplace.visualstudio.com/items?itemName=DaltonMenezes.aura-theme">
<img alt="downloads" src="https://img.shields.io/visual-studio-marketplace/d/DaltonMenezes.aura-theme.svg?style=for-the-badge&labelColor=1C1E26&color=61ffca">
</a>
<!-- rating -->
<a href="https://marketplace.visualstudio.com/items?itemName=DaltonMenezes.aura-theme">
<img alt="rating" src="https://img.shields.io/visual-studio-marketplace/stars/DaltonMenezes.aura-theme.svg?style=for-the-badge&labelColor=1C1E26&color=61ffca">
</a>
</p>
<p align="center">
<img alt="preview" src="https://github.com/daltonmenezes/assets/blob/master/images/aura-theme/aura-vscode-preview.png?raw=true" >
</p>
# Themes available
- Aura Dark
- Aura Dark (Soft Text)
- Aura Soft Dark
- Aura Soft Dark (Soft Text)
# Installation
1. Open the **Extensions** sidebar in VS Code
2. Search for [Aura Theme](https://marketplace.visualstudio.com/items?itemName=DaltonMenezes.aura-theme)
3. Click **Install**
4. Open the **Command Palette** with <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>P</kbd> or <kbd>⇧</kbd> + <kbd>⌘</kbd> + <kbd>P</kbd>
5. Select **Preferences: Color Theme** and choose an Aura variant.
# Getting full experience
1. Install [Fira Code font](https://github.com/tonsky/FiraCode/wiki/VS-Code-Instructions)
2. Install [Material Icon Theme](https://marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme)
# Changelog
## 2.1.0 (October 14, 2021)
- Add colors to editor inlay hint
- Update selection color to accent20
- Update JSX children texts to be green
## 2.0.1 (October 3, 2021)
- Replace Aura Dark to Aura Dark Plus but keeping the name
- Update yellow accents, like in functions, for an orange tone
- Update Shock pink accents as in object properties for a softer tone
- Update active and inactive selected file list items to have a clearer background for easier
- Update scrollbar background color for the text selection accent making it clearer and with a slight transparency avoiding the loss of relevant information.
- jsx: Update the color of the component tags for better differentiation and more consistent with the color given at the time they are defined.
- Update the active tab foreground to be green
- Update active icon color on sidebar to green
- Better support for:
- Elixir
- Python
- GraphQL
- Env files
- Markdown
- CSS
[See full changelog](https://github.com/daltonmenezes/aura-theme/blob/main/packages/vscode/CHANGELOG.md)
# Contributors
<table>
<thead>
<tr>
<td valign="bottom"><p align="center">
<a href="https://github.com/daltonmenezes">
<img src="https://github.com/daltonmenezes.png?size=100" align="center" />
</a>
</p></td>
</tr>
</thead>
<tbody>
<td><a href="https://github.com/daltonmenezes">Dalton Menezes</a></td>
</tbody>
</table>
# License
[MIT © Dalton Menezes](https://github.com/daltonmenezes/aura-theme/blob/main/LICENSE)