5tarlight / Jasao

Space for you, space for us
https://jasao.kro.kr
MIT License
2 stars 0 forks source link

[Feat] Multi-colored theme system preparation, color scheme system rework #88

Open 5tarlight opened 1 year ago

5tarlight commented 1 year ago

Currently, we used only RGB(excepting A) color scheme, especially fits to white color theme. In Jasao, many kinds of colors are required. And we will serve black theme, custom color scheme. We need to rework the current color system.

Example

$light-pri-100: rgba(?, ?, ?, 1);
$light-pri-70: rgba(?, ?, ?, 0.7);