Home
last modified time | relevance | path

Searched refs:ansi_bg (Results 1 – 8 of 8) sorted by relevance

/dports/devel/p5-Color-Theme-Role/Color-Theme-Role-0.020/lib/Color/Theme/Role/
H A DANSI.pm33 my $ansibg = $c->{ansi_bg};
48 my $ansibg = $c->{ansi_bg};
63 my $ansibg = $c->{ansi_bg};
/dports/devel/p5-ColorThemeUtil-ANSI/ColorThemeUtil-ANSI-0.002/
H A DChanges3 - [bugfix] In cases where item's ansi_fg or ansi_bg is declared,
H A DREADME20 If the item color has "ansi_fg" or "ansi_bg" property, this routine will
/dports/devel/p5-Data-Dump-Color/Data-Dump-Color-0.248/lib/ColorTheme/Data/Dump/Color/
H A DLight.pm15 (defined $bg ? (ansi_bg=>color($bg)) : ()),
H A DDefault16.pm15 (defined $bg ? (ansi_bg=>color($bg)) : ()),
/dports/devel/p5-ColorThemeUtil-ANSI/ColorThemeUtil-ANSI-0.002/lib/ColorThemeUtil/
H A DANSI.pm35 my $ansibg = $color->{ansi_bg};
/dports/sysutils/lnav/lnav-0.10.1/src/
H A Dview_curses.cc668 for (int ansi_bg = 0; ansi_bg < 8; ansi_bg++) { in init_roles() local
669 if (ansi_fg == 0 && ansi_bg == 0) { in init_roles()
674 auto bg_iter = lt.lt_vars.find(COLOR_NAMES[ansi_bg]); in init_roles()
696 bg = ansi_bg; in init_roles()
706 init_pair(ansi_color_pair_index(ansi_fg, ansi_bg), fg, bg); in init_roles()
/dports/multimedia/xawtv/xawtv-3.107/common/
H A Dcommands.c1379 char *ansi_fg,*ansi_bg; in parse_vtx() local
1386 ansi_fg = NULL; ansi_bg = NULL; in parse_vtx()
1410 ansi_bg = names[text[i][n]-'0']; in parse_vtx()
1423 tt[t].bg = ansi_bg; in parse_vtx()