Nix-Vibe public snapshot (squashed history)
Current state of main at 0240060 feat(hp-laptop): install TeleportFling from its flake. History intentionally collapsed to a single commit; this repo mirrors only the latest state.
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
background {{colors.surface.dark.hex}}
|
||||
foreground {{colors.on_surface.dark.hex}}
|
||||
selection_background {{colors.primary.dark.hex}}
|
||||
selection_foreground {{colors.on_primary.dark.hex}}
|
||||
url_color {{colors.tertiary.dark.hex}}
|
||||
cursor {{colors.on_surface.dark.hex}}
|
||||
cursor_text_color {{colors.surface.dark.hex}}
|
||||
|
||||
active_tab_background {{colors.primary.dark.hex}}
|
||||
active_tab_foreground {{colors.on_primary.dark.hex}}
|
||||
inactive_tab_background {{colors.surface_container_low.dark.hex}}
|
||||
inactive_tab_foreground {{colors.on_surface_variant.dark.hex}}
|
||||
|
||||
# ANSI 16 — mapped to Material-You roles (NOT base16: matugen's base16 dark
|
||||
# accents collapse to near-black, making colored terminal text unreadable).
|
||||
# Material roles are the dark-mode light-tinted variants, all >10:1 contrast
|
||||
# on the surface, so both text and UI stay legible.
|
||||
color0 {{colors.surface.dark.hex}}
|
||||
color1 {{colors.error.dark.hex}}
|
||||
color2 {{colors.tertiary.dark.hex}}
|
||||
color3 {{colors.secondary.dark.hex}}
|
||||
color4 {{colors.primary.dark.hex}}
|
||||
color5 {{colors.tertiary.dark.hex}}
|
||||
color6 {{colors.secondary.dark.hex}}
|
||||
color7 {{colors.on_surface.dark.hex}}
|
||||
color8 {{colors.outline.dark.hex}}
|
||||
color9 {{colors.error.dark.hex}}
|
||||
color10 {{colors.tertiary.dark.hex}}
|
||||
color11 {{colors.secondary.dark.hex}}
|
||||
color12 {{colors.primary.dark.hex}}
|
||||
color13 {{colors.tertiary.dark.hex}}
|
||||
color14 {{colors.secondary.dark.hex}}
|
||||
color15 {{colors.on_surface.dark.hex}}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"surface": "{{colors.surface.dark.hex}}",
|
||||
"ink": "{{colors.background.dark.hex}}",
|
||||
"text": "{{colors.on_surface.dark.hex}}",
|
||||
"muted": "{{colors.on_surface_variant.dark.hex}}",
|
||||
"line": "{{colors.outline.dark.hex}}",
|
||||
"neon": "{{colors.primary.dark.hex}}",
|
||||
"violet": "{{colors.tertiary.dark.hex}}",
|
||||
"magenta": "{{colors.secondary.dark.hex}}",
|
||||
"danger": "{{colors.error.dark.hex}}"
|
||||
}
|
||||
Reference in New Issue
Block a user