Home
last modified time | relevance | path

Searched refs:HasDarkBackground (Results 1 – 17 of 17) sorted by relevance

/dports/devel/gitty/gitty-0.3.0/vendor/github.com/charmbracelet/lipgloss/
H A Dcolor.go19 hasDarkBackground = termenv.HasDarkBackground()
57 func HasDarkBackground() bool { func
144 if HasDarkBackground() {
/dports/devel/gitty/gitty-0.3.0/
H A Dtheme.go21 if !termenv.HasDarkBackground() {
/dports/devel/gh/cli-2.4.0/vendor/github.com/muesli/termenv/
H A Dtermenv.go54 func HasDarkBackground() bool { func
H A Dtermenv_test.go33 _ = HasDarkBackground()
H A DREADME.md62 darkTheme := termenv.HasDarkBackground()
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/muesli/termenv/
H A Dtermenv.go54 func HasDarkBackground() bool { func
H A Dtermenv_test.go33 _ = HasDarkBackground()
H A DREADME.md62 darkTheme := termenv.HasDarkBackground()
/dports/devel/gitty/gitty-0.3.0/vendor/github.com/muesli/termenv/
H A Dtermenv.go54 func HasDarkBackground() bool { func
H A Dtermenv_test.go33 _ = HasDarkBackground()
H A DREADME.md62 darkTheme := termenv.HasDarkBackground()
/dports/devel/gh/cli-2.4.0/vendor/github.com/muesli/termenv/examples/hello-world/
H A Dmain.go40 …fmt.Printf("\n\t%s %t\n", termenv.String("Has dark background?").Bold(), termenv.HasDarkBackground
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/muesli/termenv/examples/hello-world/
H A Dmain.go40 …fmt.Printf("\n\t%s %t\n", termenv.String("Has dark background?").Bold(), termenv.HasDarkBackground
/dports/devel/gitty/gitty-0.3.0/vendor/github.com/muesli/termenv/examples/hello-world/
H A Dmain.go40 …fmt.Printf("\n\t%s %t\n", termenv.String("Has dark background?").Bold(), termenv.HasDarkBackground
/dports/devel/gh/cli-2.4.0/vendor/github.com/charmbracelet/glamour/
H A Dglamour.go240 if termenv.HasDarkBackground() {
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/charmbracelet/glamour/
H A Dglamour.go240 if termenv.HasDarkBackground() {
/dports/devel/gh/cli-2.4.0/pkg/iostreams/
H A Diostreams.go89 if termenv.HasDarkBackground() {