From 6b0448d8633e3554615535a484a81957c3a384e8 Mon Sep 17 00:00:00 2001 From: Seb Shader Date: Wed, 22 Dec 2021 03:00:19 -0800 Subject: [PATCH] add text_window_hl_text --- color-themes-plugin.tcl | 4 ++-- themes/sebs-colors-plugin.tcl | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/color-themes-plugin.tcl b/color-themes-plugin.tcl index 4a10c16..b2062d8 100644 --- a/color-themes-plugin.tcl +++ b/color-themes-plugin.tcl @@ -480,10 +480,10 @@ proc ::color-themes::init {mymenu} { close $fp } -#for some reason returning from source didn't work +# for some reason returning from source didn't work if {![array exists ::pd_colors]} { ::pdwindow::post "color-themes: no ::pd_colors array: skipping\n" - #return not working here + # return not working here } else { if {$::windowingsystem eq "aqua"} { ::color-themes::init .menubar.apple.preferences diff --git a/themes/sebs-colors-plugin.tcl b/themes/sebs-colors-plugin.tcl index 8442067..38102f1 100644 --- a/themes/sebs-colors-plugin.tcl +++ b/themes/sebs-colors-plugin.tcl @@ -65,9 +65,11 @@ atom_box_fill "black" atom_box_text "cyan" atom_box_label "black" atom_box_outline "cyan" +atom_box_focus_outline "red" text_window_fill "black" text_window_text "white" text_window_highlight "green" +text_window_hl_text "white" text_window_cursor "green" pdwindow_fill "#000" pdwindow_fatal_text "#D00"