Skip to content
This repository has been archived by the owner on Jan 23, 2020. It is now read-only.

Latest commit

 

History

History

organizr

Custom Organizrv1 calendar colors

These are the custom colors I use with the Blur theme.

Goto - Settings > Edit Colors > Custom CSS

    --color-calAvailable:       rgba(25, 255, 0, .15);
    --color-calUnavailable:     rgba(171, 0, 0, .50);
    --color-calUnreleased:      rgba(0, 0, 0, .15);
    --color-calPremier:         rgba(45, 66, 85, 100);
}
.green-bg {
    background: rgba(25, 255, 0, .15) !important;
}
.red-bg {
    background: rgba(171, 0, 0, .50) !important;
}
div.row-bblur {
    background: #020a0e !important; 
}
#searchPlexRow {
    background: #020a0e !important;
}
.palette-Deep-Purple-900.bg {
    background-color: rgba(45, 66, 85, 100) !important;
}