Lines Matching refs:default
70 our %indexed_f = qw ( default 1 c 7 );
71 our %indexed_b = qw ( default 1 c 0 );
74 our %direct_f = qw ( default 0 r 255 g 0 b 0 );
75 our %direct_b = qw ( default 0 r 0 g 0 b 255 );
122 $result = "default";
249 $direct_f{default} = !$direct_f{default};
252 $direct_b{default} = !$direct_b{default};
260 $indexed_f{default} = !$indexed_f{default};
263 $indexed_b{default} = !$indexed_b{default};
276 $result = ( $data{default} != 0 );
383 printf " fg( default )";
394 printf " bg( default )";
407 printf ", fg=default";
413 printf ", bg=default";
651 Toggle between the selected colors and the terminal's default colors.