Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lokesh-coder/aditi
- Owner: lokesh-coder
- Created: 2018-06-19T10:36:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:25:39.000Z (12 months ago)
- Last Synced: 2024-10-12T05:44:56.502Z (2 months ago)
- Topics: dark-theme, purple, theme, vscode, vscode-theme
- Homepage: https://marketplace.visualstudio.com/items?itemName=lokesh-coder.aditi
- Size: 690 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
- my-awesome-list - aditi - coder | 3 | (Others)
README
![icon](/aditi-theme-icon-2.png)
Aditi - Dark theme for VSCodeJust an another theme, seriously.
### 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 themeMinor 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