bubbletint icon indicating copy to clipboard operation
bubbletint copied to clipboard

feat: load custom tints via files

Open lrstanley opened this issue 3 years ago • 0 comments

Would be nice to have support for loading custom themes/tints via something like:

func LoadTintsFromPath(paths ...string) error {}

And:

func main() {
    _ = tint.LoadTintsFromPath("some/**/glob/*/pattern")
}

I imagine we can also possibly support multiple different file types? json, yaml, toml, etc?

lrstanley avatar Nov 13 '22 14:11 lrstanley