-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into romw314-patch-2
- Loading branch information
Showing
10 changed files
with
149 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
name: Bug report | ||
name: 🐞 Bug report | ||
about: Create a report to help us improve | ||
title: "[BUG]: " | ||
labels: bug | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
name: New theme 🎨 | ||
description: Submit a new theme to Chess No. 25 without coding | ||
title: "New theme: <theme name>" | ||
labels: ["new theme"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
# Theme submission | ||
All colors can be one of [these color codes](https://www.w3schools.com/colors/colors_names.asp). | ||
- type: input | ||
attributes: | ||
label: Background color | ||
description: The background color of the chess (will set the colors attribute) | ||
- type: input | ||
attributes: | ||
label: Text color | ||
description: The text color of the coordinates and the "X to move" text | ||
- type: input | ||
attributes: | ||
label: Light square color - NORMAL | ||
description: The normal color of the light squares | ||
- type: input | ||
attributes: | ||
label: Light square color - SELECTED | ||
description: The color when there is a selected piece an a light square | ||
- type: input | ||
attributes: | ||
label: Light square color - POSSIBLE MOVE | ||
description: The color of a light square when the selected piece can move to that square | ||
- type: input | ||
attributes: | ||
label: Dark square color - NORMAL | ||
description: The normal color of the dark squares | ||
- type: input | ||
attributes: | ||
label: Dark square color - SELECTED | ||
description: The color when there is a selected piece an a dark square | ||
- type: input | ||
attributes: | ||
label: Dark square color - POSSIBLE MOVE | ||
description: The color of a dark square when the selected piece can move to that square | ||
- type: textarea | ||
attributes: | ||
label: Custom images | ||
description: Drag every image into this field in the PNG format and size 32x32, named `<square color>-<piece name>.png` (lowercase; square color is `light` or `dark`). ***DO NOT PROVIDE A LINK TO AN EXTERNAL FILE SOURCE LIKE ONEDRIVE!*** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,11 @@ | ||
.home { | ||
} | ||
|
||
.themeLink a { | ||
text-decoration: none; | ||
color: blue; | ||
} | ||
|
||
.themeLink:hover a { | ||
text-decoration: underline; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters