Make the translator themeable

This commit is contained in:
luisangelsm
2026-03-05 18:52:10 +01:00
parent 6ea857fa59
commit 33f18d9d1c
17 changed files with 273 additions and 49 deletions

View File

@ -24,6 +24,17 @@
"shortcutsIcons": {
"iconColor": "#606060"
},
"translator": {
"backgroundColor": "#e8e8e8",
"borderColor": "#cccccc",
"iconColor": "#404040",
"inputBackgroundColor": "#f5f5f5",
"inputDarkerBackgroundColor": "#ebebeb",
"primaryTextColor": "#1a1a1a",
"scrollbarHandleColor": "#909090",
"secondaryTextColor": "#2a2a2a",
"selectionBackgroundColor": "#dcdcdc"
},
"toolbar": {
"backgroundColor": "#f3f3f3",
"checkedButtonColor": "#cccccc",