/* Theme default #379392 */ :root { --theme-color: #379392; --theme-color-rgb: 55,147,146; } html[data-theme='amarelo'] { --theme-color: #ffbe33; --theme-color-rgb: 255,190,51; } html[data-theme='azul'] { --theme-color: #00C1C1; --theme-color-rgb: 0,193,193; } html[data-theme='blue'] { --theme-color: #1C4C7D; --theme-color-rgb: 28,76,125; } html[data-theme='verde'] { --theme-color: #108A51; --theme-color-rgb: 16,138,81; } html[data-theme='vermelho'] { --theme-color: #DC3545; --theme-color-rgb: 220,53,69; } html[data-theme='marron'] { --theme-color: #7D4F2D; /*#89431b; /*#7a492d;*/ --theme-color-rgb: 125, 79, 25; } html[class='night-mode'] { --theme-color: #272822; }