TheDesk Usamin (18.6.6)

This commit is contained in:
Cutls
2019-07-02 00:37:58 +09:00
parent 3817dbc925
commit 8e70e005c1
11 changed files with 102 additions and 102 deletions

View File

@@ -75,7 +75,7 @@ function css(mainWindow) {
secondary +
";--active:" + primary + ";--postbox:" + primary + ";--modalfooter:" +
primary +
";}.blacktheme #imagemodal{background: url(\"../img/pixel.svg\");}";
";--accentbtn:" + primary + "}.customtheme #imagemodal{background: url(\"../img/pixel.svg\");}";
e.sender.webContents.send('theme-css-response', css);
} catch (e) {
var css = "";