hydra

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

monochrome.toml (433B)


      1 # A deliberately minimal greyscale theme — a strong "different look" for testing: almost no
      2 # colour, so the layout/typography carry the UI.
      3 name = "monochrome"
      4 transparent = false
      5 [palette]
      6 bg          = "#0c0c0c"
      7 bg_elevated = "#1c1c1c"
      8 fg          = "#e8e8e8"
      9 fg_dim      = "#707070"
     10 accent      = "#ffffff"
     11 ghost       = "#bdbdbd"
     12 border      = "#333333"
     13 success     = "#d0d0d0"
     14 warning     = "#a0a0a0"
     15 danger      = "#ffffff"