Home
last modified time | relevance | path

Searched refs:default_colors (Results 126 – 150 of 191) sorted by last modified time

12345678

/dports/devel/ncurses/ncurses-6.3/man/
H A Dman_db.renames97 default_colors.3x default_colors.3ncurses
/dports/sysutils/py-ranger/ranger-1.9.3/ranger/gui/
H A Dcolor.py71 default_colors = (default, default, normal) variable
/dports/sysutils/py-ranger/ranger-1.9.3/ranger/colorschemes/
H A Dsnow.py7 from ranger.gui.color import default_colors, reverse, bold, BRIGHT
13 fg, bg, attr = default_colors
H A Ddefault.py10 default_colors,
18 fg, bg, attr = default_colors
21 return default_colors
H A Dsolarized.py14 default_colors,
22 fg, bg, attr = default_colors
25 return default_colors
/dports/sysutils/py-ranger/ranger-1.9.3/doc/config/colorschemes/
H A Ddefault.py10 default_colors,
18 fg, bg, attr = default_colors
21 return default_colors
H A Dsnow.py7 from ranger.gui.color import default_colors, reverse, bold, BRIGHT
13 fg, bg, attr = default_colors
/dports/graphics/Coin/coin-Coin-4.0.0/src/profiler/
H A DSoScrollingGraphKit.cpp167 SbColor default_colors[] = { in SoScrollingGraphKit() local
176 sizeof(default_colors) / sizeof(default_colors[0]); in SoScrollingGraphKit()
178 this->colors.setValues(0, numdefaultcolors, default_colors); in SoScrollingGraphKit()
/dports/graphics/py-plotly/plotly-4.14.3/plotly/figure_factory/
H A D_facet_grid.py895 default_colors = clrs.DEFAULT_PLOTLY_COLORS
899 if j >= len(default_colors):
901 colormap[val] = default_colors[j]
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/
H A Dset.c1373 unsigned long default_colors[] = DEFAULT_COLOR_SEQUENCE; in set_colorsequence() local
1391 unsigned long *colors = default_colors; in set_colorsequence()
/dports/editors/dte/dte-cae7c45ea5a563c022001a54d1eee71c268f62b4/src/syntax/
H A Dsyntax.c205 ptr_array_free_cb(&syn->default_colors, FREE_FUNC(free_string_array)); in free_syntax()
273 for (size_t i = 0, n = syn->default_colors.count; i < n; i++) { in find_default_color()
274 char **strs = syn->default_colors.ptrs[i]; in find_default_color()
H A Dstate.c233 &current_syntax->default_colors, in cmd_default()
H A Dsyntax.h80 PointerArray default_colors; member
/dports/multimedia/dvdauthor/dvdauthor-d5bb0b/src/
H A Ddvdauthor.c104 static const int default_colors[16]={ /* default contents for new colour tables */ variable
1288 memcpy(ci->color,default_colors,16*sizeof(int)); in colorinfo_new()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/pdcurses-sys-0.7.1/src/PDCurses/pdcurses/
H A Dcolor.c108 static bool default_colors = FALSE;
122 if (!default_colors && SP->orig_attr && getenv("PDC_ORIGINAL_COLORS"))
123 default_colors = TRUE;
263 default_colors = TRUE;
286 if (pdc_color_started && !default_colors)
/dports/security/yapet/yapet-2.3/libyacurs/src/
H A Dcolorparser.cc112 std::vector<std::string> default_tokens = tokenize(default_colors()); in get_default_scheme()
235 const std::string& ColorParser::default_colors() { return _default_colors; } in default_colors() function in ColorParser
/dports/security/yapet/yapet-2.3/libyacurs/include/
H A Dcolorparser.h108 const std::string& colorstr = default_colors());
110 static const std::string& default_colors();
/dports/shells/zsh/zsh-5.8.1/Completion/Unix/Command/
H A D_lynx37 '-default_colors[use terminal default foreground/background colors (on)]' \
/dports/science/madness/madness-ebb3fd7/src/apps/polar/
H A Dmoldx.py167 default_colors = range(104) variable
170 default_colors[i] = elements[i].col
194 radii=default_radii,colors=default_colors,
/dports/science/madness/madness-ebb3fd7/src/apps/moldft/
H A Dmoldx.py167 default_colors = range(104) variable
170 default_colors[i] = elements[i].col
194 radii=default_radii,colors=default_colors,
/dports/devel/elixir-apex/apex-1.2.1/lib/apex/format/
H A Dcolor.ex18 @default_colors %{
36 def default_colors do function
37 @default_colors
41 Map.get(default_colors(), id)
/dports/devel/elixir-apex/apex-1.2.1/
H A DREADME.md101 …vailable customizations, please take a look at the result of `Apex.Format.Color.default_colors/0)`.
/dports/www/lynx/lynx2.8.9rel.1/
H A Dlynx.hlp218 -default_colors
/dports/devel/adacurses/AdaCurses-20180127/
H A DNEWS3504 + fix typo in man/default_colors.3x (patch by Tim van der Molen).
6141 + add a note to default_colors.3x explaining why this extension was
8252 default_colors.3x which caused man-db to make incorrect symbolic
8903 directives, renaming dft_fgbg.3x to default_colors.3x and
/dports/devel/pdcurses/PDCurses-3.5/pdcurses/
H A Dcolor.c108 static bool default_colors = FALSE; variable
122 if (!default_colors && SP->orig_attr && getenv("PDC_ORIGINAL_COLORS")) in start_color()
123 default_colors = TRUE; in start_color()
263 default_colors = TRUE; in use_default_colors()
285 if (pdc_color_started && !default_colors) in PDC_init_atrtab()

12345678