Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aefly/lumen
🌙 Dark theme inspired by Vercel, for a modern, sleek coding experience.
https://github.com/aefly/lumen
dark theme vercel vscode
Last synced: 15 days ago
JSON representation
🌙 Dark theme inspired by Vercel, for a modern, sleek coding experience.
- Host: GitHub
- URL: https://github.com/aefly/lumen
- Owner: aefly
- License: mit
- Created: 2025-01-26T19:03:23.000Z (17 days ago)
- Default Branch: main
- Last Pushed: 2025-01-26T20:15:05.000Z (17 days ago)
- Last Synced: 2025-01-26T20:24:15.259Z (17 days ago)
- Topics: dark, theme, vercel, vscode
- Language: JavaScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=aefly.lumen
- Size: 309 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
Lumen
🌙 Dark theme inspired by Vercel, for a modern, sleek coding experience.
![]()
![]()
![]()
![]()
![]()
Install •
Color Palette •
Settings •
License
![]()
## Install
To install **Lumen**, follow these steps:
### Marketplace
Download and install Lumen directly from the [Marketplace](https://marketplace.visualstudio.com/items?itemName=aefly.lumen) to get started in just a few clicks.
### Command line
If you prefer using the command line, open Visual Studio Code and run the following command in your terminal:
```bash
code --install-extension aefly.lumen
```## Settings
The font in use is [Cascadia Code](https://github.com/microsoft/cascadia-code) by Microsoft.
Add the following settings to your `settings.json` file for an optimal experience:
```json
"editor.fontFamily": "'Cascadia Code', Consolas, 'Courier New', monospace",
"editor.fontLigatures": true,
"editor.fontSize": 13,
"editor.fontWeight": "normal",
"editor.lineHeight": 22,
"window.commandCenter": false,
"window.menuBarVisibility": "compact",
"workbench.layoutControl.enabled": false
```## Color Palette
Color
Hex
RGB
🎨
Red
#D32D6C
211, 45, 108
White
#FAFBFC
250, 251, 252
![]()
Blue
#54A6F8
84, 166, 248
![]()
Green
#7CE0C3
124, 224, 195
![]()
Gray
#888888
136, 136, 136
![]()
Pink
#E43ADE
228, 58, 222
![]()
## Disclaimer
This theme is insipired by [Vercel](https://vercel.com). Based on [Veist Theme](https://github.com/guilhermerodz/veist-theme).
## License
This theme is under the [MIT License](./LICENSE)