src.elv.sh/pkg/cli/lscolors.Colorist.GetStyle (method)

3 uses

	src.elv.sh/pkg/cli/lscolors (current package)
		lscolors.go#L21: 	GetStyle(fname string) string

	src.elv.sh/pkg/cli/mode
		navigation_fs.go#L90: 	sgrStyle := f.colorist.GetStyle(f.path)

	src.elv.sh/pkg/edit/complete
		generators.go#L143: 			DisplayStyle: ui.StyleFromSGR(lsColor.GetStyle(full)),