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

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

Awesome Lists containing this project

README

          

# [uckingNice](https://marketplace.visualstudio.com/items?itemName=btschwertfeger.uckingnice)

[![Preview in vscode.dev](https://img.shields.io/badge/preview%20in-vscode.dev-blue)](https://vscode.dev/theme/btschwertfeger.uckingNice) [![Version](https://vsmarketplacebadges.dev/version/btschwertfeger.uckingNice.svg)](https://marketplace.visualstudio.com/items?itemName=btschwertfeger.uckingNice) [![Installs](https://vsmarketplacebadges.dev/installs/btschwertfeger.uckingNice.svg)](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

[![Preview in Visual Studio Code](https://img.shields.io/badge/Live%20Preview-0078d7.svg?style=for-the-badge&logo=visual-studio-code&logoColor=white)](https://vscode.dev/theme/btschwertfeger.uckingNice)

![VSCode Preview](https://github.com/btschwertfeger/uckingNice/blob/master/resources/vscodePreview.png?raw=true)

## 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

![Markdown Preview](https://github.com/btschwertfeger/uckingNice/blob/master/resources/MDPreview.png?raw=true)

### Python Preview

![Python Preview](https://github.com/btschwertfeger/uckingNice/blob/master/resources/PythonPreview.png?raw=true)

### JavaScript Preview

![JavaScript Preview](https://github.com/btschwertfeger/uckingNice/blob/master/resources/JSPreview.png?raw=true)

## License

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