Skip to content

Commit

Permalink
Update color from blue to #99bfff
Browse files Browse the repository at this point in the history
Following Qubes Visual Style Guide https://www.qubes-os.org/doc/visual-style-guide/

(cherry picked from commit 6668f4d)
  • Loading branch information
kennethrrosen authored and marmarek committed Aug 11, 2024
1 parent 5345520 commit 5382392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qui/devices/actionable_widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ def __init__(self, device: backend.Device, variant: str = 'dark'):
label_markup = device.name
if (device.connection_timestamp and
int(time.monotonic() - device.connection_timestamp) < 120):
label_markup += ' <span foreground="blue"><b>NEW</b></span>'
label_markup += ' <span foreground="#99bfff"><b>NEW</b></span>'
self.device_label.set_markup(label_markup)

if self.device.attachments:
Expand Down

0 comments on commit 5382392

Please sign in to comment.