Sha256: 7b126cb2bfd9124db6cc507c715c2370ff1a38734ae9c0dfe8525f087c4e78b3
Contents?: true
Size: 1.61 KB
Versions: 2
Compression:
Stored size: 1.61 KB
Contents
# Demo configuring options ::: These Opts blocks set the color for all elements. <https://en.wikipedia.org/wiki/Complementary_colors#/media/File:RGB_color_wheel.svg> ff0000 red - exception text ff7f00 orange - warning text ffff00 yellow - notification text 7fff00 chartreuse green - output frame 00ff00 green - prompt 00ff7f spring green - input frame 00ffff cyan - menu text 007fff azure - menu frame 0000ff blue 7f00ff violet - opts frame ff00ff magenta - opts text ff007f rose - exception frame ```opts :(document_options) ``` ```opts :load_colors exception_color_detail: fg_rgbh_ff_00_7f exception_color_name: fg_rgbh_ff_00_00 execution_report_preview_frame_color: fg_rgbh_7f_ff_00 menu_bash_color: fg_rgbh_00_c0_c0 menu_chrome_color: fg_rgbh_40_c0_c0 menu_divider_color: fg_rgbh_80_d0_c0 menu_link_color: fg_rgbh_e0_e0_20 menu_note_color: fg_rgbh_b0_b0_b0 menu_opts_color: fg_rgbh_ff_00_ff menu_opts_set_color: fg_rgbh_7f_00_ff menu_task_color: fg_rgbh_ff_ff_ff menu_vars_color: fg_rgbh_ff_a0_ff menu_vars_set_color: fg_rgbh_00_ff_ff output_execution_label_name_color: fg_rgbh_00_ff_00 output_execution_label_value_color: fg_rgbh_00_ff_00 prompt_color_after_script_execution: fg_rgbh_00_ff_00 script_execution_frame_color: fg_rgbh_00_ff_7f script_preview_frame_color: fg_rgbh_7f_ff_00 warning_color: fg_rgbh_ff_7f_00 ``` ::: Example blocks ``` ``` ```bash :Bash1 ``` ```link :Link1 ``` ```opts :Opts1 ``` ```port :Port1 ``` ```vars :Vars1 ``` [ ] Task1 blue; fg_rgbh_00_00_FF green; fg_rgbh_00_FF_00 indigo; fg_rgbh_4B_00_82 orange; fg_rgbh_FF_7F_00 red; fg_rgbh_FF_00_00 violet; fg_rgbh_94_00_D3 yellow; fg_rgbh_FF_FF_00
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
markdown_exec-1.8.9 | examples/colors.md |
markdown_exec-1.8.8 | examples/colors.md |