-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changing the color of board squares and pieces #13
Comments
More generally, it would be nice to have a system of theme/skin (as jQuery UI has for instance) to customize the appearance of the chessboards. This is quite a lot of work, so I will not doing it right now. However, I could add CSS classes for light and dark squares quite rapidly, so that you will be able change the color of board squares with a piece of CSS code. I will try to do it in the next days (before the end of June). |
Thank you for such comprehensive answer. It's true that my previous question was a bit unclear. I wrote comment on Github yesterday explaining my point of view, but accidentally form was deleted, so in short:
|
To answer your second point, I would say that, in my opinion, changing bitmaps for fonts in diagrams is not a good idea:
However, I agree that it would be useful to allow chess piece customization in the diagrams. I think that, in future versions, several sets of sprite files will be included with the plugin (please feel free to suggest some). |
Version 2.99.1 (just released) provides CSS classes for dark- and light-squares. |
In version 4.3, it is possible to change the default color/piece themes. However, alternative themes must be chosen among the ones included with the plugin: users cannot build their own color/piece themes. This feature will be implemented in a future version. |
As of version 4.5, users can create their own color/piece themes. |
dawidziolkowski said:
The text was updated successfully, but these errors were encountered: