Files
everforest-resources/cli/atuin/config-light-soft.toml
Ismo Vuorinen 5c0e8b0f40 feat: enhance install script and theme generation
- install.sh now installs all variants when run without parameters
- preserve single-variant mode when --variant is specified
- add variant names to generated file headers for clarity
- fix tool name extraction to preserve compound names like git-delta
- fix CSS variable preservation during header generation
2025-09-09 00:01:46 +03:00

30 lines
460 B
TOML

# Everforest light-soft theme for Atuin
# Generated from template - do not edit manually
[colors]
background = "#f0e5cf"
foreground = "#5c6a72"
cursor = "#dbbc7f"
selection_background = "#e9e1cc"
selection_foreground = "#5c6a72"
[colors.normal]
black = "0"
red = "1"
green = "2"
yellow = "3"
blue = "4"
magenta = "5"
cyan = "6"
white = "7"
[colors.bright]
black = "8"
red = "9"
green = "10"
yellow = "11"
blue = "12"
magenta = "13"
cyan = "14"
white = "15"