We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bab64a commit 81a6835Copy full SHA for 81a6835
tui/components.py
@@ -13,8 +13,8 @@
13
class CustomFooter(Horizontal):
14
"""A custom footer with keyboard shortcuts and render ID."""
15
16
- NORMAL_TEXT = "ctrl+c: copy/quit * ctrl+l: toggle logs"
17
- QUIT_PENDING_TEXT = "Press ctrl+c again to quit * esc: cancel"
+ NORMAL_TEXT = "ctrl+c: quit/copy/ * ctrl+l: toggle logs"
+ QUIT_PENDING_TEXT = "press ctrl+c again to quit * esc: cancel"
18
19
def __init__(self, render_id: str = "", **kwargs):
20
super().__init__(**kwargs)
tui/styles.css
@@ -401,7 +401,7 @@ CustomFooter {
401
402
.custom-footer-quit-pending {
403
width: 1fr;
404
- color: #e5c07b;
+ color: #E0FF6E;
405
}
406
407
.custom-footer-render-id {
0 commit comments