mirror of
https://github.com/QuasarApp/QtDeployer.git
synced 2025-04-28 14:34:35 +00:00
12 lines
144 B
JavaScript
12 lines
144 B
JavaScript
function accentColor() {
|
|
return "#41cd71";
|
|
}
|
|
|
|
function backgroundColor() {
|
|
return "#ffffff";
|
|
}
|
|
|
|
function baseHeight(){
|
|
return 30;
|
|
}
|