hydra

Terminal replacement for Loopback — virtual audio devices and routing on macOS, from a ratatui TUI.
Log | Files | Refs | README | LICENSE

transparent.toml (500B)


      1 # Hydra theme — transparent: inherits the terminal background (Ghostty vibrancy, etc.).
      2 # Same palette as default but with the background painted-through. Foreground colors are
      3 # kept slightly brighter so text stays readable over a translucent backdrop.
      4 
      5 name = "transparent"
      6 transparent = true
      7 
      8 [palette]
      9 fg          = "#f0f2f4"
     10 fg_dim      = "#9aa0a9"
     11 accent      = "#f0a850"
     12 ghost       = "#5cd2c0"
     13 border      = "#4a505a"
     14 success     = "#78d278"
     15 warning     = "#f0a850"
     16 danger      = "#f07878"