Skip to content
This repository has been archived by the owner on Mar 29, 2021. It is now read-only.

Accent Colours

Hubz edited this page Aug 8, 2020 · 2 revisions

This part is really simple. At the top of the css file are these lines.

--accent: #aa66ff;
--accenttrans: #aa66ffee;
--accenttranser: #aa66ffaa;

you can either just edit these in the osekai ui css file, or if your including the raw github file, add this into another css file:

html,
body {
    --accent: #66498a;
    --accenttrans: #66498aee;
    --accenttranser: #66498aaa
}
Clone this wiki locally