:root{
    /* 文字颜色1 */
    --color-font1:#000;
    --color-font1-active:#000000aa;
    /* 文字颜色2 */
    --color-font2:#ffffff;
    /* 背景色 */
    --color-background:#cccccc80;
    --color-background-hover:#dfdfdfc0;
    --color-background-focus:#eee;
    /* 阴影颜色 */
    --color-shadow:#000000aa;
    --color-shadow-hover:#000000aa;
}

[theme="default"]{
    --color-font1:#000;
    --color-font1-active:#000000aa;
    
    --color-font2:#667;
    
    --color-background:#cccccc80;
    --color-background-hover:#dfdfdfc0;
    --color-background-focus:#eee;
}

[theme="black"]{
    --color-font1:#000;
    --color-font1-active:#000000aa;

    --color-font2:#ccc;

    --color-background:#33333380;
    --color-background-hover:#212121c0;
    --color-background-focus:#333;
}

[theme="white"]{
    --color-font1:#fff;
    --color-font1-active:#ffffffaa;

    --color-font2:#667;

    --color-background:#cccccc80;
    --color-background-hover:#dfdfdfc0;
    --color-background-focus:#eee;
}
