From 03d5b3bb0d3af9361201accc2d6a4d26f8fa574e Mon Sep 17 00:00:00 2001 From: Seb Shader Date: Thu, 23 Dec 2021 12:28:58 -0800 Subject: [PATCH] update for 0.52-1 --- color-themes-plugin.tcl | 2 ++ themes/colorsgrey-plugin.tcl | 3 ++- themes/mariahs-colors-plugin.tcl | 1 + themes/narcell-dark-plugin.tcl | 1 + themes/pd-extended-theme-plugin.tcl | 3 ++- themes/theme-gruvboxMaterialDark-plugin.tcl | 1 + themes/theme-monokai-plugin.tcl | 3 ++- themes/theme-softpaper-plugin.tcl | 1 + 8 files changed, 12 insertions(+), 3 deletions(-) diff --git a/color-themes-plugin.tcl b/color-themes-plugin.tcl index b2062d8..dd2e026 100644 --- a/color-themes-plugin.tcl +++ b/color-themes-plugin.tcl @@ -36,6 +36,7 @@ proc ::color-themes::reset_defaults {} { msg_box_fill "" msg_box_text "#000" atom_box_outline "#000" + atom_box_focus_outline "#000" atom_box_fill "" atom_box_text "#000" atom_box_label "#000" @@ -52,6 +53,7 @@ proc ::color-themes::reset_defaults {} { gop_box "#FF8080" text_window_fill "#FFFFFF" text_window_text "#000" + text_window_hl_text "" text_window_highlight "" text_window_cursor "#000" pdwindow_fill "#FFFFFF" diff --git a/themes/colorsgrey-plugin.tcl b/themes/colorsgrey-plugin.tcl index 77ef0c6..2619637 100644 --- a/themes/colorsgrey-plugin.tcl +++ b/themes/colorsgrey-plugin.tcl @@ -43,4 +43,5 @@ pdwindow_debug_text "#808080" helpbrowser_fill "grey25" helpbrowser_text "#FFFFFF" helpbrowser_highlight "grey45" -} \ No newline at end of file +} +set ::pd_colors(atom_box_focus_outline) $::pd_colors(atom_box_outline) \ No newline at end of file diff --git a/themes/mariahs-colors-plugin.tcl b/themes/mariahs-colors-plugin.tcl index 0899406..7b00cdb 100644 --- a/themes/mariahs-colors-plugin.tcl +++ b/themes/mariahs-colors-plugin.tcl @@ -77,6 +77,7 @@ canvas_text_cursor "deep sky blue" helpbrowser_hl_text "white" helpbrowser_text "lime green" } +set ::pd_colors(atom_box_focus_outline) $::pd_colors(atom_box_outline) #random colors for everything diff --git a/themes/narcell-dark-plugin.tcl b/themes/narcell-dark-plugin.tcl index 4eec5bd..23e0c6b 100644 --- a/themes/narcell-dark-plugin.tcl +++ b/themes/narcell-dark-plugin.tcl @@ -56,3 +56,4 @@ helpbrowser_fill "#1d1d1d" helpbrowser_text "#ffffff" helpbrowser_highlight "#0000ff" } +set ::pd_colors(atom_box_focus_outline) $::pd_colors(atom_box_outline) diff --git a/themes/pd-extended-theme-plugin.tcl b/themes/pd-extended-theme-plugin.tcl index 930aa12..d48985d 100644 --- a/themes/pd-extended-theme-plugin.tcl +++ b/themes/pd-extended-theme-plugin.tcl @@ -16,4 +16,5 @@ canvas_fill "white" } set ::pd_colors(signal_iolet_border) $::pd_colors(signal_cord) -set ::pd_colors(msg_iolet_border) $::pd_colors(msg_cord) \ No newline at end of file +set ::pd_colors(msg_iolet_border) $::pd_colors(msg_cord) +set ::pd_colors(atom_box_focus_outline) $::pd_colors(atom_box_outline) \ No newline at end of file diff --git a/themes/theme-gruvboxMaterialDark-plugin.tcl b/themes/theme-gruvboxMaterialDark-plugin.tcl index 1adc114..2e450e9 100755 --- a/themes/theme-gruvboxMaterialDark-plugin.tcl +++ b/themes/theme-gruvboxMaterialDark-plugin.tcl @@ -97,3 +97,4 @@ array set ::pd_colors { scrollbox_fill "#45403d" text "#ddc7a1" } +set ::pd_colors(atom_box_focus_outline) $::pd_colors(atom_box_outline) diff --git a/themes/theme-monokai-plugin.tcl b/themes/theme-monokai-plugin.tcl index be7a8bb..fb8f36b 100755 --- a/themes/theme-monokai-plugin.tcl +++ b/themes/theme-monokai-plugin.tcl @@ -95,4 +95,5 @@ array set ::pd_colors { text_window_cursor "#FFFFFF" canvas_text_cursor "#FFFFFF" cursor "#FFFFFF" -} \ No newline at end of file +} +set ::pd_colors(atom_box_focus_outline) $::pd_colors(atom_box_outline) \ No newline at end of file diff --git a/themes/theme-softpaper-plugin.tcl b/themes/theme-softpaper-plugin.tcl index 015a714..d1432de 100755 --- a/themes/theme-softpaper-plugin.tcl +++ b/themes/theme-softpaper-plugin.tcl @@ -98,3 +98,4 @@ array set ::pd_colors { scrollbox_fill "#DCD6C5" text "#5F5F5E" } +set ::pd_colors(atom_box_focus_outline) $::pd_colors(atom_box_outline)