Add new graph_open for open GOPs

This commit is contained in:
Seb Shader 2023-01-03 18:58:13 -08:00
parent 03f5d409e2
commit 2b1e95b516
2 changed files with 46 additions and 44 deletions

View file

@ -48,6 +48,7 @@ proc ::color-themes::reset_defaults {} {
comment "#000" comment "#000"
graph_outline "#000" graph_outline "#000"
graph_text "#000" graph_text "#000"
graph_open "#c0c0c0"
array_name "#000" array_name "#000"
array_values "#000" array_values "#000"
gop_box "#FF8080" gop_box "#FF8080"

View file

@ -40,49 +40,50 @@
# helpbrowser_highlight - like txt_highlight but for help browser # helpbrowser_highlight - like txt_highlight but for help browser
array set ::pd_colors { array set ::pd_colors {
canvas_fill "#FF8800" canvas_fill "#FF8800"
gop_box "black" gop_box "black"
obj_box_text "#00FF00" obj_box_text "#00FF00"
msg_box_text "white" msg_box_text "white"
comment "blue" comment "blue"
selected "yellow" selected "yellow"
obj_box_outline_broken "light blue" obj_box_outline_broken "light blue"
obj_box_outline "#0B8100" obj_box_outline "#0B8100"
msg_box_outline "purple" msg_box_outline "purple"
msg_box_fill "purple" msg_box_fill "purple"
obj_box_fill "#0B8100" obj_box_fill "#0B8100"
signal_cord "blue" signal_cord "blue"
msg_cord "black" msg_cord "black"
msg_iolet "white" msg_iolet "white"
signal_iolet "blue" signal_iolet "blue"
graph_outline "blue" graph_outline "blue"
selection_rectangle "light green" graph_open "white"
txt_highlight "black" selection_rectangle "light green"
graph_text "purple" txt_highlight "black"
array_name "#0B8100" graph_text "purple"
array_values "purple" array_name "#0B8100"
atom_box_fill "black" array_values "purple"
atom_box_text "cyan" atom_box_fill "black"
atom_box_label "black" atom_box_text "cyan"
atom_box_outline "cyan" atom_box_label "black"
atom_box_focus_outline "red" atom_box_outline "cyan"
text_window_fill "black" atom_box_focus_outline "red"
text_window_text "white" text_window_fill "black"
text_window_highlight "green" text_window_text "white"
text_window_hl_text "white" text_window_highlight "green"
text_window_cursor "green" text_window_hl_text "white"
pdwindow_fill "#000" text_window_cursor "green"
pdwindow_fatal_text "#D00" pdwindow_fill "#000"
pdwindow_fatal_highlight "#FFE0E8" pdwindow_fatal_text "#D00"
pdwindow_error_text "#D00" pdwindow_fatal_highlight "#FFE0E8"
pdwindow_post_text "deep sky blue" pdwindow_error_text "#D00"
pdwindow_debug_text "green" pdwindow_post_text "deep sky blue"
pdwindow_hl_text "blue" pdwindow_debug_text "green"
helpbrowser_fill "#000" pdwindow_hl_text "blue"
helpbrowser_text "deep sky blue" helpbrowser_fill "#000"
helpbrowser_highlight "red" helpbrowser_text "deep sky blue"
canvas_text_cursor "deep sky blue" helpbrowser_highlight "red"
helpbrowser_hl_text "white" canvas_text_cursor "deep sky blue"
helpbrowser_hl_text "white"
} }
set ::pd_colors(txt_highlight_front) "$::pd_colors(selected)" set ::pd_colors(txt_highlight_front) "$::pd_colors(selected)"
set ::pd_colors(msg_iolet_border) "blue" set ::pd_colors(msg_iolet_border) "blue"