Suggest popular background colors, add transparency support

Making the UI more user-friendly by suggesting some commonly used colors in the Settings menu
This commit is contained in:
MassiveBox 2025-05-05 19:17:59 +02:00
parent 1ad26d1e23
commit fa3eba219e
Signed by: massivebox
GPG key ID: 9B74D3A59181947D
4 changed files with 52 additions and 21 deletions

View file

@ -8,13 +8,25 @@
"drawing": "Drawing",
"settings": {
"name": "js-draw Plugin Settings",
"suggestedColors":{
"white": "White",
"black": "Black",
"transparent": "Transparent",
"custom": "Custom",
"darkBlue": "Dark Blue",
"darkGray": "Dark Gray"
},
"grid": {
"title": "Enable grid by default",
"description": "Enable to automatically turn on the grid on new drawings."
},
"backgroundDropdown":{
"title": "Background color",
"description": "Default background color for new drawings."
},
"background": {
"title": "Default background Color",
"description": "Default background color for new drawings, in hexadecimal."
"title": "Custom background",
"description": "Hexadecimal code of the custom background color for new drawings.<br /><b>This setting is only applied if \"Background Color\" is set to \"Custom\"!</b>"
},
"dialogOnDesktop": {
"title": "Open editor as dialog on desktop",