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

@ -56,6 +56,7 @@ msg_cord "black"
msg_iolet "white" msg_iolet "white"
signal_iolet "blue" signal_iolet "blue"
graph_outline "blue" graph_outline "blue"
graph_open "white"
selection_rectangle "light green" selection_rectangle "light green"
txt_highlight "black" txt_highlight "black"
graph_text "purple" graph_text "purple"