markdown_exec 3.3.0 → 3.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/lib/menu.src.yml CHANGED
@@ -325,7 +325,7 @@
325
325
  - :opt_name: exception_color_detail
326
326
  :env_var: MDE_EXCEPTION_COLOR_DETAIL
327
327
  :description: Color of exception detail
328
- :default: fg_rgbh_ff_00_7f
328
+ :default: fg_rgbh_ff_99_cc # Light pink - softer error detail color, less harsh than bright magenta
329
329
  :procname: val_as_str
330
330
 
331
331
  - :opt_name: exception_format_detail
@@ -337,7 +337,7 @@
337
337
  - :opt_name: exception_color_name
338
338
  :env_var: MDE_EXCEPTION_COLOR_NAME
339
339
  :description: Color of exception name
340
- :default: fg_rgbh_ff_00_00
340
+ :default: fg_rgbh_ff_6b_6b # Light red - matches exec color for serious attention
341
341
  :procname: val_as_str
342
342
 
343
343
  - :opt_name: exception_format_name
@@ -415,7 +415,7 @@
415
415
  - :opt_name: execution_report_preview_frame_color
416
416
  :env_var: MDE_EXECUTION_REPORT_PREVIEW_FRAME_COLOR
417
417
  :description: execution_report_preview_frame_color
418
- :default: fg_rgbh_7f_ff_00
418
+ :default: fg_rgbh_90_e0_90 # Light green - consistent with allow/success colors
419
419
  :procname: val_as_str
420
420
 
421
421
  - :opt_name: execution_report_preview_head
@@ -575,7 +575,7 @@
575
575
  - :opt_name: import_directive_line_pattern
576
576
  :env_var: MDE_IMPORT_PATTERN
577
577
  :default: >-
578
- ^(?<indention> *)@import +(?<name>\S+)(?<params>(?: +\w+(?::c=|:e=|:q=|:v=|=)(?:"[^"]*"|'[^']*'|\S+))*) *$
578
+ ^(?<indention> *)@import +(?<name>\S+)(?<params>(?: +\w+(?::c=|:e=|:q=|:v=|=)(?:"[^"]*"|'[^']*'|\S+))*) *\\?$
579
579
  :procname: val_as_str
580
580
 
581
581
  - :opt_name: import_directive_parameter_scan
@@ -757,7 +757,7 @@
757
757
  - :opt_name: menu_bash_color
758
758
  :env_var: MDE_MENU_BASH_COLOR
759
759
  :description: Color of menu bash
760
- :default: fg_rgbh_00_c0_c0
760
+ :default: fg_rgbh_87_ce_eb # Sky blue - matches echo color for informational bash blocks
761
761
  :procname: val_as_str
762
762
 
763
763
  - :opt_name: menu_blocks_with_docname
@@ -777,7 +777,7 @@
777
777
  - :opt_name: menu_chrome_color
778
778
  :env_var: MDE_MENU_CHROME_COLOR
779
779
  :description: Color of menu chrome
780
- :default: fg_rgbh_40_c0_c0
780
+ :default: fg_rgbh_b0_b0_b0 # Medium gray - neutral, non-distracting UI chrome
781
781
  :procname: val_as_str
782
782
 
783
783
  - :opt_name: menu_chrome_format
@@ -801,7 +801,7 @@
801
801
  - :opt_name: menu_divider_color
802
802
  :env_var: MDE_MENU_DIVIDER_COLOR
803
803
  :description: Color of menu divider
804
- :default: fg_rgbh_80_d0_c0
804
+ :default: fg_rgbh_d0_d0_d0 # Light gray - subtle, neutral separators
805
805
  :procname: val_as_str
806
806
 
807
807
  - :opt_name: menu_divider_format
@@ -819,7 +819,7 @@
819
819
  - :opt_name: menu_edit_color
820
820
  :env_var: MDE_MENU_EDIT_COLOR
821
821
  :description: Color of Edit link
822
- :default: fg_rgbh_e0_e0_20
822
+ :default: fg_rgbh_ff_b3_66 # Light orange - matches edit UX color for consistency
823
823
  :procname: val_as_str
824
824
 
825
825
  - :opt_name: menu_exit_at_top
@@ -852,7 +852,7 @@
852
852
  - :opt_name: menu_heading1_color
853
853
  :env_var: MDE_MENU_HEADING1_COLOR
854
854
  :description: Color for heading 1 in menu
855
- :default: fg_bg_rgbh_80_80_c0_10_10_20
855
+ :default: fg_bg_rgbh_70_70_b0_f8_f8_fa # Medium blue on light background for better readability
856
856
  :procname: val_as_str
857
857
 
858
858
  - :opt_name: menu_heading1_format
@@ -864,7 +864,7 @@
864
864
  - :opt_name: menu_heading2_color
865
865
  :env_var: MDE_MENU_HEADING2_COLOR
866
866
  :description: Color for heading 2 in menu
867
- :default: fg_bg_rgbh_60_60_c0_10_10_20
867
+ :default: fg_bg_rgbh_60_60_a0_f5_f5_f8 # Lighter blue on light background for hierarchy
868
868
  :procname: val_as_str
869
869
 
870
870
  - :opt_name: menu_heading2_format
@@ -876,7 +876,7 @@
876
876
  - :opt_name: menu_heading3_color
877
877
  :env_var: MDE_MENU_HEADING3_COLOR
878
878
  :description: Color for heading 3 in menu
879
- :default: fg_bg_rgbh_40_40_c0_10_10_20
879
+ :default: fg_bg_rgbh_50_50_90_f2_f2_f5 # Lightest blue on light background for sub-hierarchy
880
880
  :procname: val_as_str
881
881
 
882
882
  - :opt_name: menu_heading3_format
@@ -888,7 +888,7 @@
888
888
  - :opt_name: menu_history_color
889
889
  :env_var: MDE_MENU_HISTORY_COLOR
890
890
  :description: Color of History link
891
- :default: fg_rgbh_e0_e0_20
891
+ :default: fg_rgbh_87_ce_eb # Sky blue - informational like echo, for browsing history
892
892
  :procname: val_as_str
893
893
 
894
894
  - :opt_name: menu_import_level_match
@@ -921,7 +921,7 @@
921
921
  - :opt_name: menu_inherited_lines_color
922
922
  :env_var: MDE_MENU_INHERITED_LINES_COLOR
923
923
  :description: Color of inherited lines in menu
924
- :default: fg_rgbh_94_00_D3
924
+ :default: fg_rgbh_b3_9a_d8 # Light purple - softer than bright purple for inherited content
925
925
  :procname: val_as_str
926
926
 
927
927
  - :opt_name: menu_inherited_lines_edit_always
@@ -946,7 +946,7 @@
946
946
  - :opt_name: menu_link_color
947
947
  :env_var: MDE_MENU_LINK_COLOR
948
948
  :description: Color of menu link
949
- :default: fg_rgbh_e0_e0_20
949
+ :default: fg_rgbh_90_e0_90 # Light green - indicates safe/allowed navigation
950
950
  :procname: val_as_str
951
951
 
952
952
  - :opt_name: menu_link_format
@@ -965,7 +965,7 @@
965
965
  - :opt_name: menu_load_color
966
966
  :env_var: MDE_MENU_LOAD_COLOR
967
967
  :description: Color of Load link
968
- :default: fg_rgbh_e0_e0_20
968
+ :default: fg_rgbh_87_ce_eb # Sky blue - informational action for loading content
969
969
  :procname: val_as_str
970
970
 
971
971
  - :opt_name: menu_note_color
@@ -1040,13 +1040,13 @@
1040
1040
  - :opt_name: menu_opts_color
1041
1041
  :env_var: MDE_MENU_OPTS_COLOR
1042
1042
  :description: Color of menu opts
1043
- :default: fg_rgbh_ff_00_ff
1043
+ :default: fg_rgbh_d8_b3_ff # Light lavender - matches vars color family for options
1044
1044
  :procname: val_as_str
1045
1045
 
1046
1046
  - :opt_name: menu_opts_set_color
1047
1047
  :env_var: MDE_MENU_OPTS_SET_COLOR
1048
1048
  :description: Color of menu opts
1049
- :default: fg_rgbh_7f_00_ff
1049
+ :default: fg_rgbh_c0_9a_ff # Medium lavender - darker than opts color for set values
1050
1050
  :procname: val_as_str
1051
1051
 
1052
1052
  - :opt_name: menu_opts_set_format
@@ -1071,14 +1071,13 @@
1071
1071
  - :opt_name: menu_save_color
1072
1072
  :env_var: MDE_MENU_SAVE_COLOR
1073
1073
  :description: Color of Save link
1074
- :default: fg_rgbh_ff_ff_20
1075
- # :default: fg_rgbh_e0_e0_20
1074
+ :default: fg_rgbh_90_e0_90 # Light green - indicates safe/allowed save operation
1076
1075
  :procname: val_as_str
1077
1076
 
1078
1077
  - :opt_name: menu_task_color
1079
1078
  :env_var: MDE_MENU_TASK_COLOR
1080
1079
  :description: Color of menu task
1081
- :default: fg_rgbh_ff_ff_ff
1080
+ :default: fg_rgbh_40_40_40 # Dark gray - better contrast than white for readability
1082
1081
  :procname: val_as_str
1083
1082
 
1084
1083
  - :opt_name: menu_task_format
@@ -1102,37 +1101,37 @@
1102
1101
  - :opt_name: menu_ux_color
1103
1102
  :env_var: MDE_MENU_UX_COLOR
1104
1103
  :description: Default color of menu ux
1105
- :default: fg_rgbh_df_c0_df
1104
+ :default: fg_rgbh_df_c0_df # light purple/lavender
1106
1105
  :procname: val_as_str
1107
1106
 
1108
1107
  - :opt_name: menu_ux_color_allow
1109
1108
  :env_var: MDE_MENU_UX_COLOR_ALLOW
1110
1109
  :description: Color of menu ux when it is allow
1111
- :default:
1110
+ :default: fg_rgbh_90_e0_90 # Light green - universally indicates safe/permitted actions
1112
1111
  :procname: val_as_str
1113
1112
 
1114
1113
  - :opt_name: menu_ux_color_echo
1115
1114
  :env_var: MDE_MENU_UX_COLOR_ECHO
1116
1115
  :description: Color of menu ux when it is echo
1117
- :default:
1116
+ :default: fg_rgbh_87_ce_eb # Sky blue - calm, informational, non-destructive display
1118
1117
  :procname: val_as_str
1119
1118
 
1120
1119
  - :opt_name: menu_ux_color_edit
1121
1120
  :env_var: MDE_MENU_UX_COLOR_EDIT
1122
1121
  :description: Color of menu ux when it is edit
1123
- :default:
1122
+ :default: fg_rgbh_ff_b3_66 # Light orange - caution color for modification operations
1124
1123
  :procname: val_as_str
1125
1124
 
1126
1125
  - :opt_name: menu_ux_color_exec
1127
1126
  :env_var: MDE_MENU_UX_COLOR_EXEC
1128
1127
  :description: Color of menu ux when it is exec
1129
- :default:
1128
+ :default: fg_rgbh_ff_6b_6b # Light red - attention-demanding color for execution commands
1130
1129
  :procname: val_as_str
1131
1130
 
1132
1131
  - :opt_name: menu_ux_color_readonly
1133
1132
  :env_var: MDE_MENU_UX_COLOR_READONLY
1134
1133
  :description: Color of menu ux when it is read-only
1135
- :default:
1134
+ :default: fg_rgbh_c0_c0_c0 # Light gray - standard disabled/inactive UI element color
1136
1135
  :procname: val_as_str
1137
1136
 
1138
1137
  - :opt_name: menu_ux_row_format
@@ -1144,13 +1143,13 @@
1144
1143
  - :opt_name: menu_vars_color
1145
1144
  :env_var: MDE_MENU_VARS_COLOR
1146
1145
  :description: Color of menu vars
1147
- :default: fg_rgbh_ff_a0_ff
1146
+ :default: fg_rgbh_d8_b3_ff # Light lavender - complements default purple, softer than bright magenta
1148
1147
  :procname: val_as_str
1149
1148
 
1150
1149
  - :opt_name: menu_vars_set_color
1151
1150
  :env_var: MDE_MENU_VARS_SET_COLOR
1152
1151
  :description: Color of menu vars
1153
- :default: fg_rgbh_00_ff_ff
1152
+ :default: fg_rgbh_a0_e6_e6 # Light teal - calmer than bright cyan, distinct from sky blue
1154
1153
  :procname: val_as_str
1155
1154
 
1156
1155
  - :opt_name: menu_vars_set_format
@@ -1257,13 +1256,13 @@
1257
1256
  - :opt_name: output_execution_label_name_color
1258
1257
  :env_var: MDE_OUTPUT_EXECUTION_LABEL_NAME_COLOR
1259
1258
  :description: Color of output_execution_label_name
1260
- :default: fg_rgbh_00_ff_00
1259
+ :default: fg_rgbh_70_c0_70 # Medium green - softer than bright green for labels
1261
1260
  :procname: val_as_str
1262
1261
 
1263
1262
  - :opt_name: output_execution_label_value_color
1264
1263
  :env_var: MDE_OUTPUT_EXECUTION_LABEL_VALUE_COLOR
1265
1264
  :description: Color of output_execution_label_value
1266
- :default: fg_rgbh_00_ff_00
1265
+ :default: fg_rgbh_90_e0_90 # Light green - consistent with success/allow colors
1267
1266
  :procname: val_as_str
1268
1267
 
1269
1268
  - :opt_name: output_execution_report
@@ -1349,7 +1348,7 @@
1349
1348
  - :opt_name: prompt_color_after_script_execution
1350
1349
  :env_var: MDE_PROMPT_COLOR_AFTER_SCRIPT_EXECUTION
1351
1350
  :description: Color of prompt after script execution
1352
- :default: fg_rgbh_00_ff_00
1351
+ :default: fg_rgbh_70_c0_70 # Medium green - indicates successful completion
1353
1352
  :procname: val_as_str
1354
1353
 
1355
1354
  - :opt_name: prompt_debounce
@@ -1614,7 +1613,7 @@
1614
1613
  - :opt_name: script_execution_frame_color
1615
1614
  :env_var: MDE_SCRIPT_EXECUTION_FRAME_COLOR
1616
1615
  :description: script_execution_frame_color
1617
- :default: fg_rgbh_00_ff_7f
1616
+ :default: fg_rgbh_80_d0_a0 # Sage green - calmer frame color for execution context
1618
1617
  :procname: val_as_str
1619
1618
 
1620
1619
  - :opt_name: script_execution_head
@@ -1633,7 +1632,7 @@
1633
1632
  - :opt_name: script_preview_frame_color
1634
1633
  :env_var: MDE_OUTPUT_DIVIDER_COLOR
1635
1634
  :description: Color of output divider
1636
- :default: fg_rgbh_7f_ff_00
1635
+ :default: fg_rgbh_a0_d0_80 # Light sage - preview frame for non-executed content
1637
1636
  :procname: val_as_str
1638
1637
 
1639
1638
  - :opt_name: script_preview_head
@@ -1846,7 +1845,7 @@
1846
1845
  - :opt_name: warning_color
1847
1846
  :env_var: MDE_WARNING_COLOR
1848
1847
  :description: Color of warning message
1849
- :default: fg_rgbh_ff_7f_00
1848
+ :default: fg_rgbh_ff_b3_66 # Light orange - matches edit/caution color for warnings
1850
1849
  :procname: val_as_str
1851
1850
 
1852
1851
  - :opt_name: warning_format
data/lib/menu.yml CHANGED
@@ -274,7 +274,7 @@
274
274
  - :opt_name: exception_color_detail
275
275
  :env_var: MDE_EXCEPTION_COLOR_DETAIL
276
276
  :description: Color of exception detail
277
- :default: fg_rgbh_ff_00_7f
277
+ :default: fg_rgbh_ff_99_cc
278
278
  :procname: val_as_str
279
279
  - :opt_name: exception_format_detail
280
280
  :env_var: MDE_EXCEPTION_FORMAT_DETAIL
@@ -284,7 +284,7 @@
284
284
  - :opt_name: exception_color_name
285
285
  :env_var: MDE_EXCEPTION_COLOR_NAME
286
286
  :description: Color of exception name
287
- :default: fg_rgbh_ff_00_00
287
+ :default: fg_rgbh_ff_6b_6b
288
288
  :procname: val_as_str
289
289
  - :opt_name: exception_format_name
290
290
  :env_var: MDE_EXCEPTION_FORMAT_NAME
@@ -353,7 +353,7 @@
353
353
  - :opt_name: execution_report_preview_frame_color
354
354
  :env_var: MDE_EXECUTION_REPORT_PREVIEW_FRAME_COLOR
355
355
  :description: execution_report_preview_frame_color
356
- :default: fg_rgbh_7f_ff_00
356
+ :default: fg_rgbh_90_e0_90
357
357
  :procname: val_as_str
358
358
  - :opt_name: execution_report_preview_head
359
359
  :env_var: MDE_EXECUTION_REPORT_PREVIEW_HEAD
@@ -486,7 +486,7 @@
486
486
  - :opt_name: import_directive_line_pattern
487
487
  :env_var: MDE_IMPORT_PATTERN
488
488
  :default: '^(?<indention> *)@import +(?<name>\S+)(?<params>(?: +\w+(?::c=|:e=|:q=|:v=|=)(?:"[^"]*"|''[^'']*''|\S+))*)
489
- *$'
489
+ *\\?$'
490
490
  :procname: val_as_str
491
491
  - :opt_name: import_directive_parameter_scan
492
492
  :env_var: MDE_IMPORT_PATTERN_SCAN
@@ -638,7 +638,7 @@
638
638
  - :opt_name: menu_bash_color
639
639
  :env_var: MDE_MENU_BASH_COLOR
640
640
  :description: Color of menu bash
641
- :default: fg_rgbh_00_c0_c0
641
+ :default: fg_rgbh_87_ce_eb
642
642
  :procname: val_as_str
643
643
  - :opt_name: menu_blocks_with_docname
644
644
  :env_var: MDE_MENU_BLOCKS_WITH_DOCNAME
@@ -656,7 +656,7 @@
656
656
  - :opt_name: menu_chrome_color
657
657
  :env_var: MDE_MENU_CHROME_COLOR
658
658
  :description: Color of menu chrome
659
- :default: fg_rgbh_40_c0_c0
659
+ :default: fg_rgbh_b0_b0_b0
660
660
  :procname: val_as_str
661
661
  - :opt_name: menu_chrome_format
662
662
  :env_var: MDE_MENU_CHROME_FORMAT
@@ -676,7 +676,7 @@
676
676
  - :opt_name: menu_divider_color
677
677
  :env_var: MDE_MENU_DIVIDER_COLOR
678
678
  :description: Color of menu divider
679
- :default: fg_rgbh_80_d0_c0
679
+ :default: fg_rgbh_d0_d0_d0
680
680
  :procname: val_as_str
681
681
  - :opt_name: menu_divider_format
682
682
  :env_var: MDE_MENU_DIVIDER_FORMAT
@@ -691,7 +691,7 @@
691
691
  - :opt_name: menu_edit_color
692
692
  :env_var: MDE_MENU_EDIT_COLOR
693
693
  :description: Color of Edit link
694
- :default: fg_rgbh_e0_e0_20
694
+ :default: fg_rgbh_ff_b3_66
695
695
  :procname: val_as_str
696
696
  - :opt_name: menu_exit_at_top
697
697
  :env_var: MDE_MENU_EXIT_AT_TOP
@@ -719,7 +719,7 @@
719
719
  - :opt_name: menu_heading1_color
720
720
  :env_var: MDE_MENU_HEADING1_COLOR
721
721
  :description: Color for heading 1 in menu
722
- :default: fg_bg_rgbh_80_80_c0_10_10_20
722
+ :default: fg_bg_rgbh_70_70_b0_f8_f8_fa
723
723
  :procname: val_as_str
724
724
  - :opt_name: menu_heading1_format
725
725
  :env_var: MDE_MENU_HEADING1_FORMAT
@@ -729,7 +729,7 @@
729
729
  - :opt_name: menu_heading2_color
730
730
  :env_var: MDE_MENU_HEADING2_COLOR
731
731
  :description: Color for heading 2 in menu
732
- :default: fg_bg_rgbh_60_60_c0_10_10_20
732
+ :default: fg_bg_rgbh_60_60_a0_f5_f5_f8
733
733
  :procname: val_as_str
734
734
  - :opt_name: menu_heading2_format
735
735
  :env_var: MDE_MENU_HEADING2_FORMAT
@@ -739,7 +739,7 @@
739
739
  - :opt_name: menu_heading3_color
740
740
  :env_var: MDE_MENU_HEADING3_COLOR
741
741
  :description: Color for heading 3 in menu
742
- :default: fg_bg_rgbh_40_40_c0_10_10_20
742
+ :default: fg_bg_rgbh_50_50_90_f2_f2_f5
743
743
  :procname: val_as_str
744
744
  - :opt_name: menu_heading3_format
745
745
  :env_var: MDE_MENU_HEADING3_FORMAT
@@ -749,7 +749,7 @@
749
749
  - :opt_name: menu_history_color
750
750
  :env_var: MDE_MENU_HISTORY_COLOR
751
751
  :description: Color of History link
752
- :default: fg_rgbh_e0_e0_20
752
+ :default: fg_rgbh_87_ce_eb
753
753
  :procname: val_as_str
754
754
  - :opt_name: menu_import_level_match
755
755
  :env_var: MDE_MENU_IMPORT_LEVEL_MATCH
@@ -777,7 +777,7 @@
777
777
  - :opt_name: menu_inherited_lines_color
778
778
  :env_var: MDE_MENU_INHERITED_LINES_COLOR
779
779
  :description: Color of inherited lines in menu
780
- :default: fg_rgbh_94_00_D3
780
+ :default: fg_rgbh_b3_9a_d8
781
781
  :procname: val_as_str
782
782
  - :opt_name: menu_inherited_lines_edit_always
783
783
  :env_var: MDE_INHERITED_LINES_EDIT_ALWAYS
@@ -798,7 +798,7 @@
798
798
  - :opt_name: menu_link_color
799
799
  :env_var: MDE_MENU_LINK_COLOR
800
800
  :description: Color of menu link
801
- :default: fg_rgbh_e0_e0_20
801
+ :default: fg_rgbh_90_e0_90
802
802
  :procname: val_as_str
803
803
  - :opt_name: menu_link_format
804
804
  :env_var: MDE_MENU_LINK_FORMAT
@@ -814,7 +814,7 @@
814
814
  - :opt_name: menu_load_color
815
815
  :env_var: MDE_MENU_LOAD_COLOR
816
816
  :description: Color of Load link
817
- :default: fg_rgbh_e0_e0_20
817
+ :default: fg_rgbh_87_ce_eb
818
818
  :procname: val_as_str
819
819
  - :opt_name: menu_note_color
820
820
  :env_var: MDE_MENU_NOTE_COLOR
@@ -874,12 +874,12 @@
874
874
  - :opt_name: menu_opts_color
875
875
  :env_var: MDE_MENU_OPTS_COLOR
876
876
  :description: Color of menu opts
877
- :default: fg_rgbh_ff_00_ff
877
+ :default: fg_rgbh_d8_b3_ff
878
878
  :procname: val_as_str
879
879
  - :opt_name: menu_opts_set_color
880
880
  :env_var: MDE_MENU_OPTS_SET_COLOR
881
881
  :description: Color of menu opts
882
- :default: fg_rgbh_7f_00_ff
882
+ :default: fg_rgbh_c0_9a_ff
883
883
  :procname: val_as_str
884
884
  - :opt_name: menu_opts_set_format
885
885
  :env_var: MDE_MENU_OPTS_SET_FORMAT
@@ -900,12 +900,12 @@
900
900
  - :opt_name: menu_save_color
901
901
  :env_var: MDE_MENU_SAVE_COLOR
902
902
  :description: Color of Save link
903
- :default: fg_rgbh_ff_ff_20
903
+ :default: fg_rgbh_90_e0_90
904
904
  :procname: val_as_str
905
905
  - :opt_name: menu_task_color
906
906
  :env_var: MDE_MENU_TASK_COLOR
907
907
  :description: Color of menu task
908
- :default: fg_rgbh_ff_ff_ff
908
+ :default: fg_rgbh_40_40_40
909
909
  :procname: val_as_str
910
910
  - :opt_name: menu_task_format
911
911
  :env_var: MDE_MENU_TASK_FORMAT
@@ -930,27 +930,27 @@
930
930
  - :opt_name: menu_ux_color_allow
931
931
  :env_var: MDE_MENU_UX_COLOR_ALLOW
932
932
  :description: Color of menu ux when it is allow
933
- :default:
933
+ :default: fg_rgbh_90_e0_90
934
934
  :procname: val_as_str
935
935
  - :opt_name: menu_ux_color_echo
936
936
  :env_var: MDE_MENU_UX_COLOR_ECHO
937
937
  :description: Color of menu ux when it is echo
938
- :default:
938
+ :default: fg_rgbh_87_ce_eb
939
939
  :procname: val_as_str
940
940
  - :opt_name: menu_ux_color_edit
941
941
  :env_var: MDE_MENU_UX_COLOR_EDIT
942
942
  :description: Color of menu ux when it is edit
943
- :default:
943
+ :default: fg_rgbh_ff_b3_66
944
944
  :procname: val_as_str
945
945
  - :opt_name: menu_ux_color_exec
946
946
  :env_var: MDE_MENU_UX_COLOR_EXEC
947
947
  :description: Color of menu ux when it is exec
948
- :default:
948
+ :default: fg_rgbh_ff_6b_6b
949
949
  :procname: val_as_str
950
950
  - :opt_name: menu_ux_color_readonly
951
951
  :env_var: MDE_MENU_UX_COLOR_READONLY
952
952
  :description: Color of menu ux when it is read-only
953
- :default:
953
+ :default: fg_rgbh_c0_c0_c0
954
954
  :procname: val_as_str
955
955
  - :opt_name: menu_ux_row_format
956
956
  :env_var: MDE_MENU_UX_ROW_FORMAT
@@ -960,12 +960,12 @@
960
960
  - :opt_name: menu_vars_color
961
961
  :env_var: MDE_MENU_VARS_COLOR
962
962
  :description: Color of menu vars
963
- :default: fg_rgbh_ff_a0_ff
963
+ :default: fg_rgbh_d8_b3_ff
964
964
  :procname: val_as_str
965
965
  - :opt_name: menu_vars_set_color
966
966
  :env_var: MDE_MENU_VARS_SET_COLOR
967
967
  :description: Color of menu vars
968
- :default: fg_rgbh_00_ff_ff
968
+ :default: fg_rgbh_a0_e6_e6
969
969
  :procname: val_as_str
970
970
  - :opt_name: menu_vars_set_format
971
971
  :env_var: MDE_MENU_VARS_SET_FORMAT
@@ -1055,12 +1055,12 @@
1055
1055
  - :opt_name: output_execution_label_name_color
1056
1056
  :env_var: MDE_OUTPUT_EXECUTION_LABEL_NAME_COLOR
1057
1057
  :description: Color of output_execution_label_name
1058
- :default: fg_rgbh_00_ff_00
1058
+ :default: fg_rgbh_70_c0_70
1059
1059
  :procname: val_as_str
1060
1060
  - :opt_name: output_execution_label_value_color
1061
1061
  :env_var: MDE_OUTPUT_EXECUTION_LABEL_VALUE_COLOR
1062
1062
  :description: Color of output_execution_label_value
1063
- :default: fg_rgbh_00_ff_00
1063
+ :default: fg_rgbh_90_e0_90
1064
1064
  :procname: val_as_str
1065
1065
  - :opt_name: output_execution_report
1066
1066
  :env_var: MDE_OUTPUT_EXECUTION_REPORT
@@ -1137,7 +1137,7 @@
1137
1137
  - :opt_name: prompt_color_after_script_execution
1138
1138
  :env_var: MDE_PROMPT_COLOR_AFTER_SCRIPT_EXECUTION
1139
1139
  :description: Color of prompt after script execution
1140
- :default: fg_rgbh_00_ff_00
1140
+ :default: fg_rgbh_70_c0_70
1141
1141
  :procname: val_as_str
1142
1142
  - :opt_name: prompt_debounce
1143
1143
  :env_var: MDE_PROMPT_DEBOUNCE
@@ -1372,7 +1372,7 @@
1372
1372
  - :opt_name: script_execution_frame_color
1373
1373
  :env_var: MDE_SCRIPT_EXECUTION_FRAME_COLOR
1374
1374
  :description: script_execution_frame_color
1375
- :default: fg_rgbh_00_ff_7f
1375
+ :default: fg_rgbh_80_d0_a0
1376
1376
  :procname: val_as_str
1377
1377
  - :opt_name: script_execution_head
1378
1378
  :env_var: MDE_SCRIPT_EXECUTION_HEAD
@@ -1389,7 +1389,7 @@
1389
1389
  - :opt_name: script_preview_frame_color
1390
1390
  :env_var: MDE_OUTPUT_DIVIDER_COLOR
1391
1391
  :description: Color of output divider
1392
- :default: fg_rgbh_7f_ff_00
1392
+ :default: fg_rgbh_a0_d0_80
1393
1393
  :procname: val_as_str
1394
1394
  - :opt_name: script_preview_head
1395
1395
  :env_var: MDE_SCRIPT_PREVIEW_HEAD
@@ -1570,7 +1570,7 @@
1570
1570
  - :opt_name: warning_color
1571
1571
  :env_var: MDE_WARNING_COLOR
1572
1572
  :description: Color of warning message
1573
- :default: fg_rgbh_ff_7f_00
1573
+ :default: fg_rgbh_ff_b3_66
1574
1574
  :procname: val_as_str
1575
1575
  - :opt_name: warning_format
1576
1576
  :env_var: MDE_WARNING_FORMAT