diff options
Diffstat (limited to 'ui/style_dark.qss')
| -rw-r--r-- | ui/style_dark.qss | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ui/style_dark.qss b/ui/style_dark.qss index 9fd7198..431459d 100644 --- a/ui/style_dark.qss +++ b/ui/style_dark.qss @@ -1,4 +1,4 @@ -/* LabDAQ — Industrial Dark Theme +/* LabUI — Industrial Dark Theme Palette: bg-base #0b0e13 bg-panel #111620 bg-card #161d2e bg-raised #1c2540 border #2a3558 @@ -384,6 +384,8 @@ QStatusBar { color: #8b9dc3; font-family: "IBM Plex Mono", monospace; font-size: 12px; } +QLabel#versionLabel { font-family: "IBM Plex Mono", monospace; font-size: 10px; color: #8b9dc3; padding-right: 6px; } + /* ── Default button ───────────────────────────────────────────────── */ QPushButton { background-color: #1c2540; color: #8b9dc3; |
