Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lokesh-coder/aditi

VS Code dark theme
https://github.com/lokesh-coder/aditi

dark-theme purple theme vscode vscode-theme

Last synced: about 1 month ago
JSON representation

VS Code dark theme

Awesome Lists containing this project

README

        

![icon](/aditi-theme-icon-2.png)


Aditi - Dark theme for VSCode

Just an another theme, seriously.



vscode extension



### Preview

![Preview](/aditi-preview.gif)

### Resources

Preview screenshot uses:

- [Input Mono](http://input.fontbureau.com/info/) - Programming font
- [Seti](https://marketplace.visualstudio.com/items?itemName=qinjia.seti-icons) - Icon theme

Minor custom styling done using, [custom css and js](https://marketplace.visualstudio.com/items?itemName=be5invis.vscode-custom-css) extension.

```css
.monaco-icon-label > .monaco-icon-label-description-container > .label-name {
letter-spacing: -1px;
font-family: "Input Mono";
font-weight: 400;
}

.monaco-workbench
> .activitybar
> .content
.monaco-action-bar
.action-item
.action-label {
background-color: #313071 !important;
}

.monaco-workbench
> .activitybar
> .content
.monaco-action-bar
.action-item.checked
.action-label {
background-color: #185b90 !important;
}
```

### License

MIT