Update colorsgrey-plugin.tcl
This commit is contained in:
parent
29e0670602
commit
1bfc66f78c
1 changed files with 23 additions and 24 deletions
|
|
@ -2,39 +2,38 @@
|
|||
# https://forum.puredata.info/topic/10943/a-little-pd-mod
|
||||
|
||||
array set ::pd_colors {
|
||||
selected "orange"
|
||||
selection_rectangle "orange"
|
||||
txt_highlight "grey"
|
||||
txt_highlight_front "orange"
|
||||
msg_iolet "grey15"
|
||||
signal_iolet "grey15"
|
||||
msg_iolet_border "grey15"
|
||||
signal_iolet_border "blue"
|
||||
obj_box_outline "grey35"
|
||||
obj_box_fill "grey35"
|
||||
obj_box_text "grey80"
|
||||
msg_box_outline "grey80"
|
||||
msg_box_fill "grey80"
|
||||
selected "#FF8022"
|
||||
selection_rectangle "#FF8022"
|
||||
txt_highlight "grey15"
|
||||
txt_highlight_front "#FF8022"
|
||||
msg_iolet "grey10"
|
||||
signal_iolet "red"
|
||||
msg_iolet_border "grey10"
|
||||
signal_iolet_border "red"
|
||||
obj_box_outline "grey40"
|
||||
obj_box_fill "grey40"
|
||||
obj_box_text "grey85"
|
||||
msg_box_outline "grey85"
|
||||
msg_box_fill "grey85"
|
||||
msg_box_text "#000"
|
||||
atom_box_outline "grey35"
|
||||
atom_box_fill "grey80"
|
||||
atom_box_outline "grey85"
|
||||
atom_box_fill "grey85"
|
||||
atom_box_text "#000"
|
||||
atom_box_label "#000"
|
||||
msg_cord "grey35"
|
||||
signal_cord "blue"
|
||||
obj_box_outline_broken "blue"
|
||||
canvas_fill "grey60"
|
||||
msg_cord "grey10"
|
||||
signal_cord "red"
|
||||
obj_box_outline_broken "red"
|
||||
canvas_fill "grey62"
|
||||
comment "#000"
|
||||
graph_outline "grey25"
|
||||
graph_text "#000"
|
||||
array_name "#000"
|
||||
array_values "#000"
|
||||
gop_box "#FF8080"
|
||||
gop_box "#FF3232"
|
||||
text_window_fill "grey25"
|
||||
text_window_text "#FFFFFF"
|
||||
text_window_highlight "orange"
|
||||
text_window_highlight "grey35"
|
||||
text_window_cursor "#FFFFFF"
|
||||
canvas_text_cursor "orange"
|
||||
pdwindow_fill "grey25"
|
||||
pdwindow_fatal_text "#D00"
|
||||
pdwindow_fatal_highlight "#FFE0E8"
|
||||
|
|
@ -43,5 +42,5 @@ pdwindow_post_text "#FFFFFF"
|
|||
pdwindow_debug_text "#808080"
|
||||
helpbrowser_fill "grey25"
|
||||
helpbrowser_text "#FFFFFF"
|
||||
helpbrowser_highlight ""
|
||||
}
|
||||
helpbrowser_highlight "grey45"
|
||||
}
|
||||
Loading…
Reference in a new issue