Skip to content

Commit 81a6835

Browse files
committed
Changed the color and lowercased the letters
1 parent 5bab64a commit 81a6835

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tui/components.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
class CustomFooter(Horizontal):
1414
"""A custom footer with keyboard shortcuts and render ID."""
1515

16-
NORMAL_TEXT = "ctrl+c: copy/quit * ctrl+l: toggle logs"
17-
QUIT_PENDING_TEXT = "Press ctrl+c again to quit * esc: cancel"
16+
NORMAL_TEXT = "ctrl+c: quit/copy/ * ctrl+l: toggle logs"
17+
QUIT_PENDING_TEXT = "press ctrl+c again to quit * esc: cancel"
1818

1919
def __init__(self, render_id: str = "", **kwargs):
2020
super().__init__(**kwargs)

tui/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ CustomFooter {
401401

402402
.custom-footer-quit-pending {
403403
width: 1fr;
404-
color: #e5c07b;
404+
color: #E0FF6E;
405405
}
406406

407407
.custom-footer-render-id {

0 commit comments

Comments
 (0)