Home
last modified time | relevance | path

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

12

/dports/www/butterfly/butterfly-2.0.1/butterfly/bin/
H A Dhelp.py3 from butterfly.utils import ansi_colors
10 print(ansi_colors.white + "Welcome to the butterfly help." + ansi_colors.reset)
55 title=ansi_colors.light_blue,
56 dark=ansi_colors.light_black,
57 strong=ansi_colors.white,
58 code=ansi_colors.light_yellow,
59 comment=ansi_colors.light_magenta,
60 reset=ansi_colors.reset,
/dports/devel/py-milc/milc-1.4.2/milc/
H A Dansi.py37 ansi_colors = {} variable
41 ansi_colors[prefix + '_' + color.lower()] = getattr(obj, color)
48 for color in ansi_colors:
49 text = text.replace('{%s}' % color, ansi_colors[color])
51 text = text + ansi_colors['style_reset_all']
H A Dmilc.py31 from .ansi import MILCFormatter, ansi_colors, ansi_config, ansi_escape, format_ansi
56 self.ansi = ansi_colors
/dports/devel/p5-Data-Printer/Data-Printer-1.000004/lib/Data/Printer/
H A DTheme.pm162 my %ansi_colors = (
181 . join(';' => map $ansi_colors{$_}, split(/\s+/, $color_label))
/dports/devel/py-milc/milc-1.4.2/tests/
H A Dtest_ansi.py11 for color in milc.ansi.ansi_colors:
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/rich/
H A Dterminal_theme.py29 self.ansi_colors = Palette(normal + (bright or normal))
/dports/textproc/py-rich/rich-10.16.1/rich/
H A Dterminal_theme.py29 self.ansi_colors = Palette(normal + (bright or normal))
/dports/devel/libvterm/libvterm-0.1.1/src/
H A Dpen.c13 static const VTermRGB ansi_colors[] = { variable
49 ansi_colors[idx].red, ansi_colors[idx].green, ansi_colors[idx].blue); in lookup_default_colour_ansi()
/dports/devel/liteide/liteide-x37.4/liteidex/src/3rdparty/libvterm/src/
H A Dpen.c13 static const VTermRGB ansi_colors[] = { variable
49 ansi_colors[idx].red, ansi_colors[idx].green, ansi_colors[idx].blue); in lookup_default_colour_ansi()
/dports/mail/aerc/aerc-0.4.0/vendor/github.com/ddevault/go-libvterm/libvterm/src/
H A Dpen.c13 static const VTermRGB ansi_colors[] = { variable
49 ansi_colors[idx].red, ansi_colors[idx].green, ansi_colors[idx].blue); in lookup_default_colour_ansi()
/dports/mail/aerc/aerc-0.4.0/vendor/github.com/ddevault/go-libvterm/
H A Dpen.c13 static const VTermRGB ansi_colors[] = { variable
49 ansi_colors[idx].red, ansi_colors[idx].green, ansi_colors[idx].blue); in lookup_default_colour_ansi()
/dports/editors/vim/vim-8.2.3745/src/libvterm/src/
H A Dpen.c13 static const VTermRGB ansi_colors[] = { variable
49 ansi_colors[idx].red, ansi_colors[idx].green, ansi_colors[idx].blue); in lookup_default_colour_ansi()
/dports/devel/cgdb/cgdb-0.8.0/lib/vterm/
H A Dpen.c13 static const VTermRGB ansi_colors[] = { variable
49 ansi_colors[idx].red, ansi_colors[idx].green, ansi_colors[idx].blue); in lookup_default_colour_ansi()
/dports/www/kristall/kristall-6b39f244/src/
H A Ddocumentstyle.hpp61 QStringList ansi_colors; member
H A Ddocumentstyle.cpp158 ansi_colors({"black", "darkred", "darkgreen", "darkgoldenrod", in DocumentStyle()
238 settings.setValue("ansi_colors", ansi_colors); in save()
357 ansi_colors = settings.value("ansi_colors", default_colors).toStringList(); in load()
/dports/www/kristall/kristall-6b39f244/presets/
H A DDOS.kthm2 ansi_colors=black, darkred, darkgreen, darkgoldenrod, darkblue, darkmagenta, darkcyan, lightgray, g…
/dports/www/butterfly/butterfly-2.0.1/butterfly/
H A Descapes.py2 from butterfly.utils import ansi_colors as colors
/dports/finance/gnucash/gnucash-4.9/gnucash/python/pycons/
H A Dconsole.py45 ansi_colors = {'0;30': '#2E3436', variable
168 for code in ansi_colors:
170 foreground=ansi_colors[code],
/dports/shells/xonsh/xonsh-0.7.9/xonsh/
H A D__init__.py61 ansi_colors = __amalgam__ variable
/dports/sysutils/lnav/lnav-0.10.1/src/
H A Dstyling.hh214 extern term_color_palette *ansi_colors();
H A Dstyling.cc82 term_color_palette *ansi_colors() in ansi_colors() function
/dports/misc/xd-rust/delan-xd-4bdbb191ed6d/cargo-crates/owo-colors-1.1.3/src/
H A Dcolors.rs19 pub(crate) mod ansi_colors {
H A Dlib.rs329 pub use colors::{xterm::dynamic::XtermColors, ansi_colors::AnsiColors, dynamic::Rgb};
/dports/x11/lilyterm/LilyTerm-0.9.9.4/src/
H A Ddialog.c609 create_theme_color_data(dialog_data->ansi_colors, dialog_data->ansi_colors_orig, in dialog()
1142 set_new_ansi_color(win_data->current_vte, dialog_data->ansi_colors, in dialog()
1146 set_new_ansi_color(win_data->current_vte, dialog_data->ansi_colors, in dialog()
1750 set_new_ansi_color(win_data->current_vte, dialog_data->ansi_colors, in dialog()
1755 set_new_ansi_color(win_data->current_vte, dialog_data->ansi_colors, in dialog()
1850 set_new_ansi_color(win_data->current_vte, dialog_data->ansi_colors, dialog_data->ansi_colors_orig, in dialog_invert_color_theme()
2954 dialog_data->ansi_colors[converted_index] = dialog_data->original_color; in adjust_vte_color()
2981 dialog_data->ansi_colors[converted_index] = dialog_data->original_color; in adjust_vte_color()
2996 …adjust_ansi_color(&dialog_data->ansi_colors[get_color_index(win_data->invert_color, win_data->temp… in adjust_vte_color()
2999 …set_vte_color(win_data->current_vte, FALSE, win_data->cursor_color, dialog_data->ansi_colors, FALS… in adjust_vte_color()
[all …]
H A Ddialog.h93 GdkColor ansi_colors[COLOR]; member

12