add pdwindow_hl_text
next release
This commit is contained in:
parent
e5574dff4f
commit
785c71d4b4
2 changed files with 2 additions and 0 deletions
|
|
@ -62,6 +62,7 @@ proc ::color-themes::reset_defaults {} {
|
|||
pdwindow_error_text "#D00"
|
||||
pdwindow_post_text "#000"
|
||||
pdwindow_debug_text "#484848"
|
||||
pdwindow_hl_text ""
|
||||
helpbrowser_fill "#FFFFFF"
|
||||
helpbrowser_text ""
|
||||
helpbrowser_highlight ""
|
||||
|
|
|
|||
|
|
@ -77,6 +77,7 @@ pdwindow_fatal_highlight "#FFE0E8"
|
|||
pdwindow_error_text "#D00"
|
||||
pdwindow_post_text "deep sky blue"
|
||||
pdwindow_debug_text "green"
|
||||
pdwindow_hl_text "blue"
|
||||
helpbrowser_fill "#000"
|
||||
helpbrowser_text "deep sky blue"
|
||||
helpbrowser_highlight "red"
|
||||
|
|
|
|||
Loading…
Reference in a new issue