This commit is contained in:
Mirco Wittrien 2021-05-15 23:43:03 +02:00
parent 44a2433fb5
commit 7c29ce96da
4 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@
--accentcolor2: var(--accentcolor);
--linkcolor: var(--accentcolor);
--successcolor: 87,242,135;
--successcolor: 59,165,92;
--warningcolor: 250,166,26;
--dangercolor: 237,66,69;

View File

@ -1801,7 +1801,7 @@ a.metadataName-14STf- {
.colorDefault-2K3EoJ[id="status-picker-online"].focused-3afm-j,
.colorDefault-2K3EoJ[id="status-picker-online"]:active:not(.hideInteraction-1iHO1O) {
background-color: rgb(87,242,135);
background-color: rgb(59,165,92);
}
.colorDefault-2K3EoJ[id="status-picker-idle"].focused-3afm-j,
.colorDefault-2K3EoJ[id="status-picker-idle"]:active:not(.hideInteraction-1iHO1O) {

View File

@ -5,7 +5,7 @@
--font: Whitney, Helvetica Neue, Helvetica, Arial, sans-serif;
--mentioncolor: 250,166,26;
--successcolor: 87,242,135;
--successcolor: 59,165,92;
--warningcolor: 250,166,26;
--dangercolor: 237,66,69;

View File

@ -26,7 +26,7 @@
--accentcolor2: 255,115,250; /* Boostpink - default: 255,115,250 - hex: #ff73fa */
--linkcolor: 0,176,244; /* Link Color - default: 0,176,244 - hex: #00b0f4 */
--mentioncolor: 250,166,26; /* Highlight Color - default: 250,166,26 - hex: #faa61a */
--successcolor: 87,242,135; /* Success Color - default: 87,242,135 - hex: #57f287 */
--successcolor: 59,165,92; /* Success Color - default: 59,165,92 - hex: #3ba55c */
--warningcolor: 250,166,26; /* Warning Color - default: 250,166,26 - hex: #faa61a */
--dangercolor: 237,66,69; /* Danger Color - default: 237,66,69 - hex: #ed4245 */