mirror of
https://github.com/YACReader/yacreader
synced 2026-04-12 15:49:53 -04:00
Make the translator themeable
This commit is contained in:
@ -24,6 +24,17 @@
|
||||
"shortcutsIcons": {
|
||||
"iconColor": "#d0d0d0"
|
||||
},
|
||||
"translator": {
|
||||
"backgroundColor": "#404040",
|
||||
"borderColor": "#212121",
|
||||
"iconColor": "#cccccc",
|
||||
"inputBackgroundColor": "#2a2a2a",
|
||||
"inputDarkerBackgroundColor": "#272727",
|
||||
"primaryTextColor": "#ffffff",
|
||||
"scrollbarHandleColor": "#dddddd",
|
||||
"secondaryTextColor": "#e3e3e3",
|
||||
"selectionBackgroundColor": "#202020"
|
||||
},
|
||||
"toolbar": {
|
||||
"backgroundColor": "#202020",
|
||||
"checkedButtonColor": "#3a3a3a",
|
||||
|
||||
Reference in New Issue
Block a user