File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
5555class 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"
You can’t perform that action at this time.
0 commit comments