Update flake, theme gtk, add vscode cache

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2024-06-25 11:10:32 +03:00
parent bedf27aa5f
commit 193c665aa4
11 changed files with 160 additions and 297 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}}
color10 {{colors.green.default.hex}}
color11 {{colors.yellow.default.hex}}
color12 {{colors.blue.default.hex}}
color13 {{colors.magenta.default.hex}}
color14 {{colors.cyan.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 }}
color15 {{colors.on_surface_variant.default.hex}}