mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
This commit adds a few new options and improves transparency support.
Enable transparency styles:
```lua
styles = { transparency = true }
```
Feedback is appreciated!
17 lines
496 B
YAML
17 lines
496 B
YAML
name: Feature Request
|
|
description: Suggest a new feature
|
|
title: "feature: "
|
|
labels: [enhancement]
|
|
body:
|
|
- type: textarea
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: Describe the solution you'd like
|
|
description: A clear and concise description of what you want to happen.
|
|
- type: textarea
|
|
validations:
|
|
required: false
|
|
attributes:
|
|
label: Additional context
|
|
description: Add any other context or screenshots about the feature request here.
|