Merge branch 'next' into add-solarized-light

This commit is contained in:
0xMRTT 2022-09-29 23:42:03 +02:00 committed by GitHub
commit 0a032c0409
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 33 additions and 1 deletions

View file

@ -0,0 +1,29 @@
name: "📝️ Change proposal"
description: Propose a change in current presets schema, or in the way presets are implemented
title: "propose: "
labels: ["enhancement"]
body:
- type: markdown
attributes:
value: |
Thank you for taking the time to contribute!
- type: textarea
id: proposal-body
attributes:
label: Proposal body
description: A clear and concise proposal text.
validations:
required: true
- type: textarea
attributes:
label: Additional context
description: Add any other context about the proposal here.
- type: checkboxes
attributes:
label: Did you read the Code of Conduct?
options:
- label: I have read the [Code of Conduct](https://github.com/GradienceTeam/Gradience/blob/main/CODE_OF_CONDUCT.md).
required: true

View file

@ -1,5 +1,6 @@
{
"name": "Builder Dark",
"badges": ["classic"],
"variables": {
"accent_color": "#41606f",
"accent_bg_color": "#4186a8",
@ -104,4 +105,4 @@
"gtk4": "",
"gtk3": ""
}
}
}

View file

@ -1,5 +1,7 @@
{
"name": "Pretty Purple",
"description": "Something really pretty",
"badges": ["favourite", "editor-choice"],
"variables": {
"accent_color": "rgb(220,138,221)",
"accent_bg_color": "rgb(145,65,172)",