Add new graph_open for open GOPs
This commit is contained in:
parent
03f5d409e2
commit
2b1e95b516
2 changed files with 46 additions and 44 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -56,6 +56,7 @@ 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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue