Choose Your Colors

Choose Your Colors en

Installations 2 Likes 1

Please note that this is not a complete theme. No adjustments have been made to the layout of the website, except for the colors. I have organized the variables used for coloring the website and made slight modifications to facilitate customization of the color theme on your own page.

To get started, simply install this plugin and create the following style in your "Theming" section.

:root {
/****** BACKGROUND ******/
    /* main background (0 0% 96%)*/
    --main-bck-col: 0 0% 86%;
    /* main background shadow (0 0% 93%)*/
    --main-shade-col: 0 0% 73%;
    /* outside text (110 15% 15%)*/
    --main-text-col: 110 15% 15%;
    /* top background (0 0% 100%)*/
    --top-bck-col: 40 40% 20%;
    /* bottom background (0 0% 100%)*/
    --bottom-bck-col: 0 0% 86%;
    /* search background (0 0% 100%)*/
    --srch-bck-col: 0 0% 86%;
/****** TILES ******/
    /* background (0 0% 100%)*/
    --tile-bck-col: 0 0% 100%;
    /* borders (220 22% 92%)*/
    --tile-bord-col: 220 22% 92%;
    /* page text (110 15% 15%)*/
    --tile-text-col: 110 15% 15%;
    /* alert bar (198 93% 80%)*/
    --tile-alert-col: 198 93% 80%;
/****** LINKS ******/
    /* color (202 52% 49%)*/
    --link-col: 10 52% 49%;
    /* highlight (202 52% 34%)*/
    --link-high: 10 52% 34%;
/****** TABLES ******/
    /* table highlight (100 10% 10%)*/
    --tab-hov: 100 10% 10%;
    /* table 2nd background (0 0% 86%)*/
    --tab-2nd-row-col: 0 0% 86%;
/****** SIDEBAR ******/
    /* sidebar background (0 0% 20%)*/
    --side-bck-col: 40 40% 20%;
    /* sidebar text (0 0% 90%)*/
    --side-text-col: 77 10% 90%;
    /* sidebar highlight (0 0% 10%)*/
    --side-high-col: 0 0% 10%;

/****** THE 3 BUTTONS ******/
   
    /* base body (--main-shade-col)*/
    --btn-base-col: var(--main-shade-col);
    /* base text (--tile-text-col)*/  
    --btn-base-txt-col: var(--tile-text-col);
    
    /* primary body (--link-col)*/
    --btn-prime-col: var(--link-col);
    /* primary text (--tile-bck-col)*/
    --btn-prime-txt-col: var(--tile-bck-col);
    
    /* warning body (0 91% 71%)*/
    --btn-warn-col: 0 91% 71%;
    /* warning text (--tile-text-col)*/
    --btn-warn-txt-col: var(--tile-text-col);
}

Then customize the color values according to your preferences using the HSL color scheme.

Latest version 1.0

Released 5 months ago

First version, no bugs found yet.