Skip to content

Commit 2ff5f5e

Browse files
authored
Update streamblock.py
1 parent 51f3fd3 commit 2ff5f5e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

streamblock.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,18 +53,18 @@ class Config:
5353
# All other hues are matched to OBS Dark: neutral greys with no blue/purple
5454
# tint, muted desaturated accent blue, pure white primary text.
5555
class Theme:
56-
BG = "#1a1a1a" # main window background (darker than OBS)
57-
BG_INPUT = "#2d2d2d" # input / control background (OBS control bg)
58-
BORDER = "#3d3d3d" # subtle dividers (OBS separator tone)
59-
ACCENT = "#4c75c9" # primary accent (OBS muted blue)
56+
BG = "#1a1a1a" # main window background
57+
BG_INPUT = "#2d2d2d" # input / control background
58+
BORDER = "#3d3d3d" # subtle dividers
59+
ACCENT = "#4c75c9" # primary accent
6060
SUCCESS = "#2a4a38" # save button
6161
SUCCESS_FG = "#6dbf8e"
6262
LOAD = "#243152" # load button
6363
LOAD_FG = "#7aaaf0"
6464
DANGER = "#3d2020" # clear button
6565
DANGER_FG = "#d96060"
6666
FG = "#ffffff" # primary text — pure white
67-
FG_DIM = "#707070" # secondary / muted text (OBS disabled tone)
67+
FG_DIM = "#707070" # secondary / muted text
6868
FG_LABEL = "#aaaaaa" # section labels
6969
DYNAMIC_ON = "#1e3d2c"
7070
DYNAMIC_FG = "#5ab87a"

0 commit comments

Comments
 (0)