From 08636d3e5b8c0c1db5d3a0d30399f89cdd463b29 Mon Sep 17 00:00:00 2001 From: Seb Shader Date: Fri, 31 Dec 2021 11:22:02 -0800 Subject: [PATCH] update monokai, gruvbox, and softpaper to 0.52 --- themes/theme-gruvboxMaterialDark-plugin.tcl | 3 +++ themes/theme-monokai-plugin.tcl | 3 +++ themes/theme-softpaper-plugin.tcl | 4 +++- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/themes/theme-gruvboxMaterialDark-plugin.tcl b/themes/theme-gruvboxMaterialDark-plugin.tcl index 2e450e9..e6ef21e 100755 --- a/themes/theme-gruvboxMaterialDark-plugin.tcl +++ b/themes/theme-gruvboxMaterialDark-plugin.tcl @@ -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" diff --git a/themes/theme-monokai-plugin.tcl b/themes/theme-monokai-plugin.tcl index fb8f36b..90e5ab8 100755 --- a/themes/theme-monokai-plugin.tcl +++ b/themes/theme-monokai-plugin.tcl @@ -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" diff --git a/themes/theme-softpaper-plugin.tcl b/themes/theme-softpaper-plugin.tcl index d1432de..11db878 100755 --- a/themes/theme-softpaper-plugin.tcl +++ b/themes/theme-softpaper-plugin.tcl @@ -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)