Home
last modified time | relevance | path

Searched refs:BG_COLORS (Results 1 – 11 of 11) sorted by relevance

/dports/devel/py-curtsies/curtsies-0.3.10/curtsies/
H A Dtermformatconstants.py7 BG_COLORS: Mapping[str, int] = dict(zip(colors, range(40, 48))) variable
12 BG_NUMBER_TO_COLOR: Mapping[int, str] = dict(zip(BG_COLORS.values(), BG_COLORS.keys()))
H A Dformatstring.py50 BG_COLORS,
846 elif arg.lower().startswith("on_") and arg[3:].lower() in BG_COLORS:
849 kwargs["bg"] = BG_COLORS[cast(str, arg[3:])]
863 if kwargs["bg"] in BG_COLORS:
864 kwargs["bg"] = BG_COLORS[cast(str, kwargs["bg"])]
865 if kwargs["bg"] not in list(BG_COLORS.values()):
/dports/deskutils/egroupware/egroupware/api/src/
H A Davatar.php25 private static $BG_COLORS = array( variable in EGroupware\\Api\\avatar
137 $index = $hash % count(self::$BG_COLORS);
138 return self::$BG_COLORS[$index];
/dports/devel/bpython/bpython-0.22.1/bpython/curtsiesfrontend/
H A Dparse.py6 BG_COLORS,
79 atts["bg"] = BG_COLORS[color]
/dports/lang/fpc-source/fpc-3.2.2/packages/libgbafpc/examples/graphics/ansi_console/
H A Dconsole.pp28 BG_COLORS[0] := RGB8(58,110,165);
29 BG_COLORS[241] := RGB5(31,31,31);
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/src/lib/shell/
H A Dcolors.rs54 const BG_COLORS: StaticMap = map!( const
192 } else if let Some(color) = BG_COLORS.get(variable) { in collect()
/dports/lang/fpc-source/fpc-3.2.2/packages/libgbafpc/examples/graphics/SimpleBGScroll/
H A DSimpleBGScroll.pp89 temppointer := BG_COLORS;
/dports/japanese/less/less-382.262.03.01/
H A Dscreen.c137 #define BG_COLORS (BACKGROUND_RED | BACKGROUND_GREEN | BACKGROUND_BLUE | BACKGROUND_INTENSITY) macro
1070 sy_bg_color = (curr_attr & BG_COLORS) >> 4; /* normalize */ in get_term()
/dports/lang/fpc-source/fpc-3.2.2/packages/libgbafpc/src/gba/
H A Dgba_video.inc46 BG_COLORS : pu16 = pointer($05000000); // Background color table
/dports/sysutils/less/less-551/
H A Dscreen.c140 #define BG_COLORS (BACKGROUND_RED | BACKGROUND_GREEN | BACKGROUND_BLUE | BACKGROUND_INTENSITY) macro
1095 sy_bg_color = (curr_attr & BG_COLORS) >> 4; /* normalize */ in get_term()
/dports/devel/py-cmd2/cmd2-2.3.2/
H A DCHANGELOG.md402 * Removed `ansi.FG_COLORS` and `ansi.BG_COLORS` dictionaries