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"
graph_outline "#000"
graph_text "#000"
graph_open "#c0c0c0"
array_name "#000"
array_values "#000"
gop_box "#FF8080"

View file

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