https://github.com/btschwertfeger/uckingnice
A ucking Nice Visual Studio Code Theme
https://github.com/btschwertfeger/uckingnice
dark-theme theme visual-studio-code visual-studio-code-extension vscode-extension vscode-theme
Last synced: 6 months ago
JSON representation
A ucking Nice Visual Studio Code Theme
- Host: GitHub
- URL: https://github.com/btschwertfeger/uckingnice
- Owner: btschwertfeger
- License: mit
- Created: 2025-06-18T17:24:39.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2025-07-01T16:24:02.000Z (7 months ago)
- Last Synced: 2025-07-03T06:07:08.155Z (7 months ago)
- Topics: dark-theme, theme, visual-studio-code, visual-studio-code-extension, vscode-extension, vscode-theme
- Homepage: https://marketplace.visualstudio.com/items?itemName=btschwertfeger.uckingnice&ssr=false#overview
- Size: 1.82 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [uckingNice](https://marketplace.visualstudio.com/items?itemName=btschwertfeger.uckingnice)
[](https://vscode.dev/theme/btschwertfeger.uckingNice) [](https://marketplace.visualstudio.com/items?itemName=btschwertfeger.uckingNice) [](https://marketplace.visualstudio.com/items?itemName=btschwertfeger.uckingNice)
A cozy, dark Visual Studio Code theme that brings warmth to your coding
sessions. With smooth orange highlights against a deep dark background,
complemented by subtle blue accents, _uckingNice_ creates a comfortable
environment that's easy on the eyes during long coding sessions. The carefully
balanced color palette enhances readability while adding a touch of elegance to
your development workflow.
- [GitHub Repo](https://github.com/btschwertfeger/uckingNice)
- [VSCode Marketplace](https://marketplace.visualstudio.com/items?itemName=btschwertfeger.uckingnice)
## Preview
[](https://vscode.dev/theme/btschwertfeger.uckingNice)

## Review and Feedback
If you enjoy using _uckingNice_ theme, please consider leaving a [review at the
Marketplace](https://marketplace.visualstudio.com/items?itemName=btschwertfeger.uckingnice&ssr=false#review-details).
Your feedback helps improve the theme and makes it more discoverable for other
developers.
If you have suggestions for improvements or encounter any issues, please [open
an issue](https://github.com/btschwertfeger/uckingNice/issues) on GitHub. Your
input is valuable in making this theme even better!
## Good matches
This Theme works best with:
- **Font**: [MesloLGS NF](https://github.com/romkatv/powerlevel10k-media/tree/master)
- **Icons**: Seti (Visual Studio Code; vs-seti) (builtin)
I also recommend the following settings in `settings.json`:
> Sorry but those must be added manually and can't be packed into a theme.
```json
{
"breadcrumbs.enabled": true,
"workbench.activityBar.location": "top",
"workbench.sideBar.location": "right",
"editor.fontFamily": "'MesloLGS NF'",
"editor.cursorSmoothCaretAnimation": "on",
"editor.inlayHints.enabled": "on",
"editor.accessibilitySupport": "off",
"editor.renderWhitespace": "none",
"editor.renderControlCharacters": true,
"editor.linkedEditing": true,
"editor.minimap.enabled": true,
"explorer.autoReveal": true,
"terminal.integrated.fontFamily": "'MesloLGS NF'",
"terminal.integrated.cursorStyle": "line",
"terminal.integrated.customGlyphs": false,
"terminal.integrated.cursorBlinking": true,
"files.trimTrailingWhitespace": true
}
```
## More Previews
This theme looks great in almost all languages since it uses generic color
customizations.
### Markdown Preview

### Python Preview

### JavaScript Preview

## License
This theme is available under the [MIT License](LICENSE).