There was an error while loading. Please reload this page.
1 parent a317e7d commit 0494718Copy full SHA for 0494718
prompt_toolkit/styles/defaults.py
@@ -94,8 +94,8 @@
94
('tab', '#999999'),
95
96
# When Control-C/D has been pressed. Grayed.
97
- ('aborting', '#888888'),
98
- ('exiting', '#888888'),
+ ('aborting', '#888888 bg:default noreverse noitalic nounderline noblink'),
+ ('exiting', '#888888 bg:default noreverse noitalic nounderline noblink'),
99
100
# Entering a Vi digraph.
101
('digraph', '#4444ff'),
0 commit comments