Home
last modified time | relevance | path

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

/dports/multimedia/dvb-apps/dvb-apps-3d43b280298c/util/alevt/
H A Dexp-txt.c26 u8 def_bg; member
73 D->def_bg = -1; in txt_open()
95 D->def_bg = *arg - '0'; in txt_option()
128 if (bg && new->bg == D->def_bg) // switch to def bg -> reset all in put_attr()
137 bg = new->bg ^ D->def_bg; // set bg if != default bg in put_attr()
174 def_c->bg = D->def_bg; in txt_output()
/dports/misc/vifm/vifm-0.11/src/ui/
H A Dcolor_manager.c48 static short def_fg, def_bg; variable
66 if(conf.pair_content(0, &def_fg, &def_bg) != 0) in colmgr_init()
69 def_bg = -1; in colmgr_init()
118 bg = def_bg; in find_pair()
/dports/graphics/mxp/mxp/
H A Danim.c27 extern Pixel def_bg;
130 XtSetArg(argies[i], XtNbackground, def_bg); i++; in make_anim_popup()
148 XtSetArg(argies[i], XtNbackground, def_bg); i++; in make_anim_popup()
166 XtSetArg(argies[i], XtNbackground, def_bg); i++; in make_anim_popup()
184 XtSetArg(argies[i], XtNbackground, def_bg); i++; in make_anim_popup()
202 XtSetArg(argies[i], XtNbackground, def_bg); i++; in make_anim_popup()
253 XtSetArg(argies[i], XtNbackground, def_bg); i++; in make_anim_popup()
260 XtSetArg(argies[i], XtNbackground, def_bg); i++; in make_anim_popup()
272 XtSetArg(argies[i], XtNbackground, def_bg); i++; in make_anim_popup()
279 XtSetArg(argies[i], XtNbackground, def_bg); i++; in make_anim_popup()
[all …]
H A Dmxp.c90 Pixel def_bg; variable
152 XtSetArg(argies[i], XtNbackground, &def_bg); i++; in main()
208 XtSetArg(argies[i], XtNbackground, def_bg); i++; in main()
255 XtSetArg( argies[i], XtNbackground, (XtArgVal) def_bg); i++; in main()
312 XtSetArg( argies[i], XtNbackground, (XtArgVal) def_bg); i++; in main()
337 XtSetArg( argies[i], XtNbackground, (XtArgVal) def_bg); i++; in main()
362 XtSetArg( argies[i], XtNbackground, (XtArgVal) def_bg); i++; in main()
/dports/news/pan/pan-0.145/pan/gui/
H A Dpan.cc845 GdkColor def_fg, def_bg; in init_colors() local
861 gdk_color_parse("white", &def_bg); in init_colors()
864 def_bg.red = bg_color.red; in init_colors()
865 def_bg.green = bg_color.red; in init_colors()
866 def_bg.blue = bg_color.blue; in init_colors()
872 if(!style || !gtk_style_lookup_color(style, "bg_color", &def_bg)) in init_colors()
873 gdk_color_parse("white", &def_bg); in init_colors()
879 bg_col = GroupPrefs::color_to_string(def_bg); in init_colors()
887 c.def_bg = bg_col; in init_colors()
889 c.def_bg_col = def_bg; in init_colors()
H A Dpan-colors.h31 std::string def_bg; variable
H A Dgroup-pane.cc726 std::string def_fg, def_bg; variable
762 bg_col = def_bg; in render_group_name()
1012 def_bg = colors.def_bg; in GroupPane()
H A Dheader-pane.cc64 const char* def_color_str (colors.def_bg.c_str());
402 std::string def_bg, def_fg; in render_subject() local
404 def_bg = p.get_color_str_wo_fallback("color-read-bg"); in render_subject()
410 …"background", unread ? (def_bg.empty() ? self->_bg.c_str() : def_bg.c_str()) : self->_bg.c_str(), … in render_subject()
H A Dprefs-ui.cc1185 const char* def_color_str (colors.def_bg.c_str()); in PrefsDialog()
H A Dbody-pane.cc500 const std::string bg (p.get_color_str ("text-color-bg", colors.def_bg)); in set_text_buffer_tags()
/dports/games/tkmoo/tkMOO-light-0.3.32/plugins/
H A Dansi.tcl86 set def_bg [worlds.get_generic "#000000" background Background ColourBackground]
92 set ansi_default_background $def_bg
107 .output tag configure ansi_bg.bright.default -background $def_bg
108 .output tag configure ansi_bg.dim.default -background $def_bg
/dports/editors/fxite/fxite-FXITE-0_92/src/
H A Dhelp.cpp158 long def_bg = dark? FXRGB( 60, 60, 80) : FXRGB(250, 250, 250); in FXIMPLEMENT() local
161 long lnk_bg = def_bg; in FXIMPLEMENT()
167 long mno_bg=def_bg; in FXIMPLEMENT()
173 long lgo_bg=def_bg; in FXIMPLEMENT()
183 sendMessage(SCI_STYLESETBACK,STYLE_DEFAULT,def_bg); in FXIMPLEMENT()
189 sendMessage(SCI_STYLESETBACK,i,def_bg); in FXIMPLEMENT()
/dports/editors/xi-term/xi-term-d264767/cargo-crates/syntect-3.2.0/src/highlighting/
H A Dhighlighter.rs355 let def_bg = Color { r: 255, g: 255, b: 255, a: 255 }; in tricky_cases() localVariable
413 Style { foreground: c1, background: def_bg, font_style: FontStyle::ITALIC }, in tricky_cases()
419 …assert_eq!(full_style, Style { foreground: c1, background: def_bg, font_style: FontStyle::ITALIC }… in tricky_cases()
/dports/editors/xi-core/xi-editor-0.3.0/rust/cargo-crates/syntect-3.2.0/src/highlighting/
H A Dhighlighter.rs355 let def_bg = Color { r: 255, g: 255, b: 255, a: 255 }; in tricky_cases() localVariable
413 Style { foreground: c1, background: def_bg, font_style: FontStyle::ITALIC }, in tricky_cases()
419 …assert_eq!(full_style, Style { foreground: c1, background: def_bg, font_style: FontStyle::ITALIC }… in tricky_cases()
/dports/devel/libzvbi/zvbi-0.2.35/src/
H A Dexp-txt.c46 int def_bg; member
172 value->num = text->def_bg; in option_get()
241 text->def_bg = col; in option_set()
/dports/misc/broot/broot-1.7.0/cargo-crates/syntect-4.6.0/src/highlighting/
H A Dhighlighter.rs470 let def_bg = Color { r: 255, g: 255, b: 255, a: 255 }; in tricky_cases() localVariable
528 Style { foreground: c1, background: def_bg, font_style: FontStyle::ITALIC }, in tricky_cases()
534 …assert_eq!(full_style, Style { foreground: c1, background: def_bg, font_style: FontStyle::ITALIC }… in tricky_cases()
/dports/devel/git-delta/delta-0.9.2/cargo-crates/syntect-4.6.0/src/highlighting/
H A Dhighlighter.rs470 let def_bg = Color { r: 255, g: 255, b: 255, a: 255 }; in tricky_cases() localVariable
528 Style { foreground: c1, background: def_bg, font_style: FontStyle::ITALIC }, in tricky_cases()
534 …assert_eq!(full_style, Style { foreground: c1, background: def_bg, font_style: FontStyle::ITALIC }… in tricky_cases()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/syntect-4.6.0/src/highlighting/
H A Dhighlighter.rs470 let def_bg = Color { r: 255, g: 255, b: 255, a: 255 }; in tricky_cases() localVariable
528 Style { foreground: c1, background: def_bg, font_style: FontStyle::ITALIC }, in tricky_cases()
534 …assert_eq!(full_style, Style { foreground: c1, background: def_bg, font_style: FontStyle::ITALIC }… in tricky_cases()
/dports/www/xh/xh-0.14.1/cargo-crates/syntect-4.6.0/src/highlighting/
H A Dhighlighter.rs470 let def_bg = Color { r: 255, g: 255, b: 255, a: 255 }; in tricky_cases() localVariable
528 Style { foreground: c1, background: def_bg, font_style: FontStyle::ITALIC }, in tricky_cases()
534 …assert_eq!(full_style, Style { foreground: c1, background: def_bg, font_style: FontStyle::ITALIC }… in tricky_cases()
/dports/www/zola/zola-0.15.2/cargo-crates/syntect-4.6.0/src/highlighting/
H A Dhighlighter.rs470 let def_bg = Color { r: 255, g: 255, b: 255, a: 255 }; in tricky_cases() localVariable
528 Style { foreground: c1, background: def_bg, font_style: FontStyle::ITALIC }, in tricky_cases()
534 …assert_eq!(full_style, Style { foreground: c1, background: def_bg, font_style: FontStyle::ITALIC }… in tricky_cases()
/dports/textproc/bat/bat-0.18.3/cargo-crates/syntect-4.5.0/src/highlighting/
H A Dhighlighter.rs470 let def_bg = Color { r: 255, g: 255, b: 255, a: 255 }; in tricky_cases() localVariable
528 Style { foreground: c1, background: def_bg, font_style: FontStyle::ITALIC }, in tricky_cases()
534 …assert_eq!(full_style, Style { foreground: c1, background: def_bg, font_style: FontStyle::ITALIC }… in tricky_cases()
/dports/x11-clocks/xdaliclock/xdaliclock-2.44/android/DaliClock/app/src/main/java/org/jwz/daliclock/
H A DDaliClock.java154 float[] def_bg = {128, 1.0f, 0.4f }; in initialize_default_settings() local
156 def_bg[0] += Math.floor(Math.random()*360); in initialize_default_settings()
174 { "bg", "I", Integer.toString(Color.HSVToColor(def_bg)) }, in initialize_default_settings()
/dports/sysutils/lnav/lnav-0.10.1/src/
H A Dview_curses.cc934 short def_fg, def_bg; in ensure_color_pair() local
936 pair_content(def_pair, &def_fg, &def_bg); in ensure_color_pair()
941 bg == -1 ? def_bg : bg)); in ensure_color_pair()
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dxfaces.c5310 Lisp_Object def_bg = def_attrs[LFACE_BACKGROUND_INDEX]; in tty_supports_face_attributes_p() local
5312 if (face_attr_equal_p (bg, def_bg)) in tty_supports_face_attributes_p()
5323 if (tty_lookup_color (f, def_bg, &def_bg_color, 0) in tty_supports_face_attributes_p()
/dports/editors/emacs/emacs-27.2/src/
H A Dxfaces.c5191 Lisp_Object def_bg = def_attrs[LFACE_BACKGROUND_INDEX]; in tty_supports_face_attributes_p() local
5193 if (face_attr_equal_p (bg, def_bg)) in tty_supports_face_attributes_p()
5204 if (tty_lookup_color (f, def_bg, &def_bg_color, 0) in tty_supports_face_attributes_p()