add text_window_hl_text

This commit is contained in:
Seb Shader 2021-12-22 03:00:19 -08:00
parent e7fc40a524
commit 6b0448d863
2 changed files with 4 additions and 2 deletions

View file

@ -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

View file

@ -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"