next: New theme yasnaya by ParmuzinAlexander#420
Merged
featurecat merged 4 commits intofeaturecat:nextfrom Nov 8, 2018
Merged
Conversation
Contributor
|
@zsalch |
Contributor
Author
|
The wawati SC just a test font, current the theme 'yasnaya' does not setup a font, it will use default font. |
Contributor
Author
Contributor
|
@zsalch |
Contributor
|
@zsalch |
Owner
|
I added a default config option: |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

New theme 'yasnaya' by @ParmuzinAlexander
As discussion: #385
Because the 'board1.png' already as the default board, so use the 'board7.png':
Allow user turn on/off the border by option 'show-border', default is turn off.
And new theme options are added:
"winrate-stroke-width": 2,
"minimum-blunder-bar-width": 3,
"comment-background-color": [0, 0, 0, 200],
"comment-font-color": [255, 255, 255, 200],
"comment-node-color": [0, 0, 255, 200],
"winrate-line-color": [0, 255, 0, 200],
"winrate-miss-line-color": [0, 0, 255, 200],
"blunder-bar-color": [255, 0, 0, 200],
"blunder-winrate-thresholds":[-30,-20,-10,-5,5,10],
"blunder-node-colors":[[255,0,0,200],[0,255,0,200],[0,0,255],[255,255,0],[0,255,255],[255,0,255]]
"ui-font-name": "Wawati SC",
"winrate-font-name": "Wawati SC Bold",
"font-name": "Wawati SC",
PS: above the options are effective for both config.txt & theme.txt
@ParmuzinAlexander
About these new options, do you have some better suggestion?