We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ff5f5e commit 4039fe8Copy full SHA for 4039fe8
1 file changed
streamblock.py
@@ -49,9 +49,6 @@ class Config:
49
SCREEN_CACHE_DURATION = 5.0
50
51
# --- Theme ---
52
-# Background is intentionally darker than OBS (~#1a1a1a vs OBS ~#282828).
53
-# All other hues are matched to OBS Dark: neutral greys with no blue/purple
54
-# tint, muted desaturated accent blue, pure white primary text.
55
class Theme:
56
BG = "#1a1a1a" # main window background
57
BG_INPUT = "#2d2d2d" # input / control background
0 commit comments