Home
last modified time | relevance | path

Searched refs:BgRed (Results 1 – 25 of 270) sorted by relevance

1234567891011

/dports/devel/lazygit/lazygit-0.31.4/pkg/gui/style/
H A Dstyle_test.go27 bgRed := color.BgRed
53 []TextStyle{BgRed},
59 []TextStyle{FgBlue, BgRed},
90 []TextStyle{AttrBold, FgBlue, AttrUnderline, BgRed},
139 []TextStyle{New().SetFg(rgbYellow), BgRed},
H A Dbasic_styles.go24 BgRed = FromBasicBg(color.BgRed) var
43 "red": {FgRed, BgRed},
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/gookit/color/
H A Dstyle.go157 Error = &Theme{"error", Style{FgLightWhite, BgRed}}
218 "light": {FgLightWhite, BgRed},
219 "error": {FgLightWhite, BgRed},
278 "error": {FgLightWhite, BgRed},
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/gookit/color/color-1.4.2/
H A Dstyle.go157 Error = &Theme{"error", Style{FgLightWhite, BgRed}}
218 "light": {FgLightWhite, BgRed},
219 "error": {FgLightWhite, BgRed},
278 "error": {FgLightWhite, BgRed},
/dports/www/gitea/gitea-1.16.5/modules/log/
H A Dcolors_router.go19 500: ColorBytes(Bold, BgRed),
69 ColorBytes(BgRed),
H A Dcolors.go61 BgRed const
110 BgRed: "BgRed",
168 FATAL: ColorBytes(Bold, BgRed),
/dports/misc/chrono/chrono-1.1.0-4-g70cda7f/vendor/github.com/gookit/color/
H A Dstyle.go145 Error = &Theme{"error", Style{FgLightWhite, BgRed}}
203 "light": {FgLightWhite, BgRed},
204 "error": {FgLightWhite, BgRed},
H A Dcolor_16.go47 BgRed const
225 "red": BgRed,
/dports/security/crlfuzz/crlfuzz-1.4.1/vendor/github.com/logrusorgru/aurora/
H A Dwrap_test.go133 testFunc(t, "Complex CrossedOut", CrossedOut(BgRed("x")),
163 testFunc(t, "Complex Black", Black(Overlined("x").BgRed()),
235 testFunc(t, "Complex BrightYellow", BrightYellow(BgRed("x")),
259 testFunc(t, "Complex BrightWhite", BrightWhite(Inverse("x").BgRed()),
282 testFunc(t, "BgRed", BgRed("x"), RedBg)
283 testFunc(t, "Complex BgRed", BgRed(BrightBlack("x")),
H A Dbench_test.go91 a.BgRed("x"),
127 allFormats(a.DoublyUnderline(x).Gray(13).BgRed()),
159 allFormats(a.BrightCyan(x).BgRed()),
165 allFormats(a.BgRed(x).BrightRed()),
427 {"BgRed", BgRed},
/dports/security/ssb/ssb-0.1.1/vendor/github.com/logrusorgru/aurora/
H A Dwrap_test.go143 testFunc(t, "Complex CrossedOut", CrossedOut(BgRed("x")),
173 testFunc(t, "Complex Black", Black(Overlined("x").BgRed()),
245 testFunc(t, "Complex BrightYellow", BrightYellow(BgRed("x")),
269 testFunc(t, "Complex BrightWhite", BrightWhite(Inverse("x").BgRed()),
292 testFunc(t, "BgRed", BgRed("x"), RedBg)
293 testFunc(t, "Complex BgRed", BgRed(BrightBlack("x")),
H A Dbench_test.go101 a.BgRed("x"),
137 allFormats(a.DoublyUnderline(x).Gray(13).BgRed()),
169 allFormats(a.BrightCyan(x).BgRed()),
175 allFormats(a.BgRed(x).BrightRed()),
437 {"BgRed", BgRed},
/dports/devel/taskctl/taskctl-1.4.2/vendor/github.com/logrusorgru/aurora/
H A Dwrap_test.go133 testFunc(t, "Complex CrossedOut", CrossedOut(BgRed("x")),
163 testFunc(t, "Complex Black", Black(Overlined("x").BgRed()),
235 testFunc(t, "Complex BrightYellow", BrightYellow(BgRed("x")),
259 testFunc(t, "Complex BrightWhite", BrightWhite(Inverse("x").BgRed()),
282 testFunc(t, "BgRed", BgRed("x"), RedBg)
283 testFunc(t, "Complex BgRed", BgRed(BrightBlack("x")),
H A Dbench_test.go91 a.BgRed("x"),
127 allFormats(a.DoublyUnderline(x).Gray(13).BgRed()),
159 allFormats(a.BrightCyan(x).BgRed()),
165 allFormats(a.BgRed(x).BrightRed()),
427 {"BgRed", BgRed},
/dports/sysutils/glow/glow-0.2.0/vendor/github.com/logrusorgru/aurora/
H A Dwrap_test.go133 testFunc(t, "Complex CrossedOut", CrossedOut(BgRed("x")),
163 testFunc(t, "Complex Black", Black(Overlined("x").BgRed()),
235 testFunc(t, "Complex BrightYellow", BrightYellow(BgRed("x")),
259 testFunc(t, "Complex BrightWhite", BrightWhite(Inverse("x").BgRed()),
282 testFunc(t, "BgRed", BgRed("x"), RedBg)
283 testFunc(t, "Complex BgRed", BgRed(BrightBlack("x")),
H A Dbench_test.go91 a.BgRed("x"),
127 allFormats(a.DoublyUnderline(x).Gray(13).BgRed()),
159 allFormats(a.BrightCyan(x).BgRed()),
165 allFormats(a.BgRed(x).BrightRed()),
427 {"BgRed", BgRed},
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/logrusorgru/aurora/aurora-cea283e61946/
H A Dwrap_test.go133 testFunc(t, "Complex CrossedOut", CrossedOut(BgRed("x")),
163 testFunc(t, "Complex Black", Black(Overlined("x").BgRed()),
235 testFunc(t, "Complex BrightYellow", BrightYellow(BgRed("x")),
259 testFunc(t, "Complex BrightWhite", BrightWhite(Inverse("x").BgRed()),
282 testFunc(t, "BgRed", BgRed("x"), RedBg)
283 testFunc(t, "Complex BgRed", BgRed(BrightBlack("x")),
H A Dbench_test.go91 a.BgRed("x"),
127 allFormats(a.DoublyUnderline(x).Gray(13).BgRed()),
159 allFormats(a.BrightCyan(x).BgRed()),
165 allFormats(a.BgRed(x).BrightRed()),
427 {"BgRed", BgRed},
/dports/devel/py-prompt-toolkit1/prompt_toolkit-1.0.18/examples/
H A Dansi-colors.py35 Token.BgRed: 'bg:#ansired',
74 (Token.BgRed, '#ansired'), (Token, '\n'),
/dports/shells/elvish/elvish-0.17.0/pkg/ui/
H A Dstyling_test.go27 tt.Args(T("foo"), BgRed).
77 {"bg-red", BgRed},
/dports/devel/cppcheck-gui/cppcheck-2.6.3/lib/
H A Dcolor.h36 BgRed = 41, enumerator
/dports/devel/cppcheck/cppcheck-2.6.3/lib/
H A Dcolor.h36 BgRed = 41, enumerator
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/go-git/go-git/v5/plumbing/color/
H A Dcolor.go29 BgRed = "\033[41m" const
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/go-git/go-git/v5/plumbing/color/
H A Dcolor.go29 BgRed = "\033[41m" const
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/go-git/go-git/v5/plumbing/color/
H A Dcolor.go29 BgRed = "\033[41m" const

1234567891011