Skip to content

Commit 2c211bb

Browse files
committed
themes: Improve light theme selections/quotes/stars/times/names.
* Use a consistent black-text/green-background for selections * Change the color background for blockquote to be legible * Adjust background of date/time and star-status to match light theme * Simplify style of name (message author)
1 parent 5dffd45 commit 2c211bb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

zulipterminal/config/themes.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -135,30 +135,30 @@
135135
],
136136
'light': [
137137
(None, 'black', 'white'),
138-
('selected', 'white', 'dark blue'),
139-
('msg_selected', 'black', 'light gray'),
138+
('selected', 'black', 'light green'),
139+
('msg_selected', 'black', 'light green'),
140140
('header', 'white', 'dark blue', 'bold'),
141141
('custom', 'white', 'dark blue', 'underline'),
142142
('content', 'black', 'light gray', 'standout'),
143-
('name', 'black', 'light gray', 'bold'),
143+
('name', 'dark green', 'white', 'bold'),
144144
('unread', 'dark gray', 'light gray'),
145145
('active', 'light green', 'dark gray'),
146146
('idle', 'yellow', 'dark gray'),
147147
('offline', 'white', 'dark gray'),
148148
('inactive', 'white', 'dark gray'),
149149
('title', 'white, bold', 'dark gray'),
150-
('time', 'white', 'dark gray'),
150+
('time', 'dark blue', 'white'),
151151
('bar', 'white', 'dark gray'),
152152
('help', 'white', 'dark gray'),
153153
('emoji', 'light magenta', 'light gray'),
154154
('reaction', 'light magenta, bold', 'light gray'),
155155
('span', 'light red, bold', 'light gray'),
156156
('link', 'dark blue', 'light gray'),
157-
('blockquote', 'brown', 'dark gray'),
157+
('blockquote', 'black', 'brown'),
158158
('code', 'dark gray', 'white'),
159159
('bold', 'white, bold', 'dark gray'),
160160
('footer', 'white', 'dark red', 'bold'),
161-
('starred', 'light red, bold', 'dark gray'),
161+
('starred', 'light red, bold', 'white'),
162162
('category', 'dark gray, bold', 'light gray'),
163163
],
164164
'blue': [

0 commit comments

Comments
 (0)