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

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