summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Slenders <jonathan@slenders.be>2018-05-19 23:06:14 +0200
committerJonathan Slenders <jonathan@slenders.be>2018-05-19 23:06:54 +0200
commit0494718f79fc1e1b816ca0d4140b47e3d73bad9b (patch)
treeb6cc0f4823640893deef18939aea9de1e5587ab4
parenta317e7d526c3e0b502e3352bcfc29fceb9c68911 (diff)
Reset style completely during abort/exit.
-rw-r--r--prompt_toolkit/styles/defaults.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/prompt_toolkit/styles/defaults.py b/prompt_toolkit/styles/defaults.py
index d8b57f0c..c81194a1 100644
--- a/prompt_toolkit/styles/defaults.py
+++ b/prompt_toolkit/styles/defaults.py
@@ -94,8 +94,8 @@ PROMPT_TOOLKIT_STYLE = [
('tab', '#999999'),
# When Control-C/D has been pressed. Grayed.
- ('aborting', '#888888'),
- ('exiting', '#888888'),
+ ('aborting', '#888888 bg:default noreverse noitalic nounderline noblink'),
+ ('exiting', '#888888 bg:default noreverse noitalic nounderline noblink'),
# Entering a Vi digraph.
('digraph', '#4444ff'),