Add theme: [渚の花嫁] 新田美波

This commit is contained in:
Cutls 2019-07-02 00:31:44 +09:00
parent 936d3ca7fc
commit 41ec66b58a

View File

@ -14,6 +14,7 @@
--active: #e6ee9c; --active: #e6ee9c;
--postbox: white; --postbox: white;
--modalfooter: #fafafa; --modalfooter: #fafafa;
--accentbtn: #009688;
} }
#imagemodal { #imagemodal {
background: url("../img/pixel.white.svg"); background: url("../img/pixel.white.svg");
@ -34,6 +35,7 @@
--active: #757575; --active: #757575;
--postbox: #424242; --postbox: #424242;
--modalfooter: #212121; --modalfooter: #212121;
--accentbtn: #3f51b5;
} }
.blacktheme #imagemodal { .blacktheme #imagemodal {
background: url("../img/pixel.svg"); background: url("../img/pixel.svg");
@ -54,6 +56,7 @@
--active: #757575; --active: #757575;
--postbox: #1a237e; --postbox: #1a237e;
--modalfooter: #031833; --modalfooter: #031833;
--accentbtn: #00acc1;
} }
.indigotheme #imagemodal { .indigotheme #imagemodal {
background: url("../img/pixel.svg"); background: url("../img/pixel.svg");
@ -74,6 +77,7 @@
--active: #757575; --active: #757575;
--postbox: #4e342e; --postbox: #4e342e;
--modalfooter: #261411; --modalfooter: #261411;
--accentbtn: #827717;
} }
.browntheme #imagemodal { .browntheme #imagemodal {
background: url("../img/pixel.svg"); background: url("../img/pixel.svg");
@ -86,7 +90,7 @@
--modal: #81c784; --modal: #81c784;
--subcolor: #a5d6a7; --subcolor: #a5d6a7;
--box: #81c784; --box: #81c784;
--sidebar: #81c784; --sidebar: #c5e1a5;
--shared: #ffcc80; --shared: #ffcc80;
--notfbox: #a5d6a7; --notfbox: #a5d6a7;
--emphasized: #9e9d24; --emphasized: #9e9d24;
@ -94,7 +98,29 @@
--active: #e6ee9c; --active: #e6ee9c;
--postbox: #a5d6a7; --postbox: #a5d6a7;
--modalfooter: #81c784; --modalfooter: #81c784;
--accentbtn: #33691e;
} }
.greentheme #imagemodal { .greentheme #imagemodal {
background: url("../img/pixel.white.svg"); background: url("../img/pixel.white.svg");
} }
.bluetheme {
--bg: #c9e1ec;
--drag: rgba(255, 255, 255, 0.8);
--color: black;
--beforehover: #757575;
--modal: #b2ebf2;
--subcolor: #90caf9;
--box: #90caf9;
--sidebar: #b6e6f5;
--shared: #e0ffe4;
--notfbox: #90caf9;
--emphasized: #c5e1a5;
--his-data: rgba(255, 255, 255, 0.9);
--active: #b39ddb;
--postbox: #dff1ff;
--modalfooter: #2196f3;
--accentbtn: #2f7bb7;
}
.bluetheme #imagemodal {
background: url("../img/pixel.white.svg");
}