update monokai, gruvbox, and softpaper to 0.52
This commit is contained in:
parent
03d5b3bb0d
commit
08636d3e5b
3 changed files with 9 additions and 1 deletions
|
|
@ -61,6 +61,7 @@ array set ::pd_colors {
|
|||
obj_box_outline "#5a524c"
|
||||
msg_box_outline "#5a524c"
|
||||
atom_box_outline "#5a524c"
|
||||
atom_box_focus_outline "#7daea3"
|
||||
msg_box_fill "#5a524c"
|
||||
obj_box_fill "#5a524c"
|
||||
atom_box_fill "#5a524c"
|
||||
|
|
@ -86,8 +87,10 @@ array set ::pd_colors {
|
|||
selected "#7daea3"
|
||||
selection_rectangle "#7daea3"
|
||||
helpbrowser_highlight "#7c6f64"
|
||||
helpbrowser_hl_text "#7daea3"
|
||||
txt_highlight_front "#7daea3"
|
||||
text_window_highlight "#7c6f64"
|
||||
text_window_hl_text "#7daea3"
|
||||
txt_highlight "#7c6f64"
|
||||
|
||||
text_window_cursor "#FFFFFF"
|
||||
|
|
|
|||
|
|
@ -63,6 +63,7 @@ array set ::pd_colors {
|
|||
obj_box_outline "#403f34"
|
||||
msg_box_outline "#403f34"
|
||||
atom_box_outline "#403f34"
|
||||
atom_box_focus_outline "#90BFC9"
|
||||
msg_box_fill "#403f34"
|
||||
obj_box_fill "#403f34"
|
||||
atom_box_fill "#403f34"
|
||||
|
|
@ -88,8 +89,10 @@ array set ::pd_colors {
|
|||
selected "#90BFC9"
|
||||
selection_rectangle "#90BFC9"
|
||||
helpbrowser_highlight "#716F5B"
|
||||
helpbrowser_hl_text "#90BFC9"
|
||||
txt_highlight_front "#060901"
|
||||
text_window_highlight "#90BFC9"
|
||||
text_window_hl_text "#000"
|
||||
txt_highlight "#716F5B"
|
||||
|
||||
text_window_cursor "#FFFFFF"
|
||||
|
|
|
|||
|
|
@ -50,6 +50,7 @@ array set ::pd_colors {
|
|||
obj_box_outline "#DCD6C5"
|
||||
msg_box_outline "#DCD6C5"
|
||||
atom_box_outline "#DCD6C5"
|
||||
atom_box_focus_outline "#AE7CCB"
|
||||
msg_box_fill "#DCD6C5"
|
||||
obj_box_fill "#DCD6C5"
|
||||
atom_box_fill "#DCD6C5"
|
||||
|
|
@ -85,10 +86,12 @@ array set ::pd_colors {
|
|||
pdwindow_debug_text "#205988"
|
||||
|
||||
helpbrowser_highlight "#c2baa1"
|
||||
helpbrowser_hl_text "#AE7CCB"
|
||||
selection_rectangle "#9C5FBF"
|
||||
selected "#AE7CCB"
|
||||
txt_highlight_front "#AE7CCB"
|
||||
text_window_highlight "#AAAAAA"
|
||||
text_window_hl_text "#AE7CCB"
|
||||
txt_highlight "#AAAAAA"
|
||||
|
||||
text_window_cursor "#2B2B2B"
|
||||
|
|
@ -98,4 +101,3 @@ array set ::pd_colors {
|
|||
scrollbox_fill "#DCD6C5"
|
||||
text "#5F5F5E"
|
||||
}
|
||||
set ::pd_colors(atom_box_focus_outline) $::pd_colors(atom_box_outline)
|
||||
|
|
|
|||
Loading…
Reference in a new issue