Skip to content

Commit 0494718

Browse files
Reset style completely during abort/exit.
1 parent a317e7d commit 0494718

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

prompt_toolkit/styles/defaults.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@
9494
('tab', '#999999'),
9595

9696
# When Control-C/D has been pressed. Grayed.
97-
('aborting', '#888888'),
98-
('exiting', '#888888'),
97+
('aborting', '#888888 bg:default noreverse noitalic nounderline noblink'),
98+
('exiting', '#888888 bg:default noreverse noitalic nounderline noblink'),
9999

100100
# Entering a Vi digraph.
101101
('digraph', '#4444ff'),

0 commit comments

Comments
 (0)