put shell in subdir, and add nix package

This commit is contained in:
kossLAN 2025-06-17 12:50:08 -04:00
parent c45c04e9ac
commit f41ea4b1cb
Signed by: kossLAN
SSH key fingerprint: SHA256:bdV0x+wdQHGJ6LgmstH3KV8OpWY+OOFmJcPcB0wQPV8
100 changed files with 57 additions and 126 deletions

View file

@ -0,0 +1,20 @@
{
"colors": {
"base00": "{{colors.surface.dark.hex}}",
"base01": "{{colors.surface_container.dark.hex}}",
"base02": "{{colors.surface_container_high.dark.hex}}",
"base03": "{{colors.outline.dark.hex}}",
"base04": "{{colors.on_surface_variant.dark.hex}}",
"base05": "{{colors.on_surface.dark.hex}}",
"base06": "{{colors.inverse_surface.dark.hex}}",
"base07": "{{colors.inverse_on_surface.dark.hex}}",
"base08": "{{colors.primary_fixed.dark.hex}}",
"base09": "{{colors.tertiary.dark.hex}}",
"base0A": "{{colors.secondary.dark.hex}}",
"base0B": "{{colors.primary.dark.hex}}",
"base0C": "{{colors.tertiary.light.hex}}",
"base0D": "{{colors.primary.light.hex}}",
"base0E": "{{colors.secondary.light.hex}}",
"base0F": "{{colors.error.light.hex}}"
}
}