Add obsidian theming

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2024-07-12 19:34:40 +03:00
parent 124f6ab292
commit 5640075117
9 changed files with 305 additions and 124 deletions

View File

@@ -20,10 +20,10 @@ color6 {{colors.cyan.default.hex}}
color7 {{colors.on_surface.default.hex}}
color8 {{colors.outline_variant.default.hex}}
color9 {{ colors.red.default.hex | set_lightness: 5.0 }}
color10 {{ colors.green.default.hex | set_lightness: 5.0 }}
color11 {{ colors.yellow.default.hex | set_lightness: 5.0 }}
color12 {{ colors.blue.default.hex | set_lightness: 5.0 }}
color13 {{ colors.magenta.default.hex | set_lightness: 5.0 }}
color14 {{ colors.cyan.default.hex | set_lightness: 5.0 }}
color9 {{colors.red.default.hex | set_lightness: 5.0}}
color10 {{colors.green.default.hex | set_lightness: 5.0}}
color11 {{colors.yellow.default.hex | set_lightness: 5.0}}
color12 {{colors.blue.default.hex | set_lightness: 5.0}}
color13 {{colors.magenta.default.hex | set_lightness: 5.0}}
color14 {{colors.cyan.default.hex | set_lightness: 5.0}}
color15 {{colors.on_surface_variant.default.hex}}