blob: 2739acdbec4366fe8eb04a081eb4f06b8b17a1d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
/*
@sable-theme
id: prismite
name: Prismite
author: darkuss
kind: dark
contrast: low
tags: dark
fullThemeUrl: https://git.twoexem.com/darkuss/sable-themes/plain/themes/prismite.sable.css
*/
.sable-theme-preview {
--sable-bg-container: oklch(20% 0.01368 253.09);
--sable-bg-on-container: oklch(90% 0.01368 253.09);
--sable-surface-container: oklch(20% 0.01368 253.09);
--sable-surface-container-line: oklch(35% 0.023 253.09);
--sable-surface-on-container: oklch(90% 0.01368 253.09);
--sable-primary-main: oklch(80% 0.12758 76.402);
--sable-primary-on-main: oklch(20% 0.01368 253.09);
}
|