unocss-preset-notoriun
Version:
Preset Uno Notoriun
30 lines (28 loc) • 651 B
CSS
@font-face {
font-family: "half-life";
src: url("./fonts/trebuc.woff") format('woff');
}
@font-face {
font-family: "doom";
src: url("./fonts/doom.ttf") format('truetype');
}
:root[data-theme="notoriun"] {
--primary: #4c95bb;
--secondary: #b0b0b0;
--tertiary: #b2d0ff;
--accent: #f3f3f3;
}
:root[data-theme="half-life"] {
--primary: #f97f0d;
--secondary: #292929;
--tertiary: #000;
--accent: #f3f3f3;
font-family: half-life, monospace;
}
:root[data-theme="doom"] {
--primary: #cb5e29;
--secondary: #f4ba81;
--tertiary: #8b4c0e;
--accent: #e10101;
font-family: doom, monospace;
}