add text_window_hl_text
This commit is contained in:
parent
e7fc40a524
commit
6b0448d863
2 changed files with 4 additions and 2 deletions
|
|
@ -480,10 +480,10 @@ proc ::color-themes::init {mymenu} {
|
||||||
close $fp
|
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]} {
|
if {![array exists ::pd_colors]} {
|
||||||
::pdwindow::post "color-themes: no ::pd_colors array: skipping\n"
|
::pdwindow::post "color-themes: no ::pd_colors array: skipping\n"
|
||||||
#return not working here
|
# return not working here
|
||||||
} else {
|
} else {
|
||||||
if {$::windowingsystem eq "aqua"} {
|
if {$::windowingsystem eq "aqua"} {
|
||||||
::color-themes::init .menubar.apple.preferences
|
::color-themes::init .menubar.apple.preferences
|
||||||
|
|
|
||||||
|
|
@ -65,9 +65,11 @@ atom_box_fill "black"
|
||||||
atom_box_text "cyan"
|
atom_box_text "cyan"
|
||||||
atom_box_label "black"
|
atom_box_label "black"
|
||||||
atom_box_outline "cyan"
|
atom_box_outline "cyan"
|
||||||
|
atom_box_focus_outline "red"
|
||||||
text_window_fill "black"
|
text_window_fill "black"
|
||||||
text_window_text "white"
|
text_window_text "white"
|
||||||
text_window_highlight "green"
|
text_window_highlight "green"
|
||||||
|
text_window_hl_text "white"
|
||||||
text_window_cursor "green"
|
text_window_cursor "green"
|
||||||
pdwindow_fill "#000"
|
pdwindow_fill "#000"
|
||||||
pdwindow_fatal_text "#D00"
|
pdwindow_fatal_text "#D00"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue