Skip to content

Commit

Permalink
view: Set video area's background color to @view_bg_color
Browse files Browse the repository at this point in the history
  • Loading branch information
gnome-mpv committed Jul 19, 2024
1 parent 0970b2f commit db83f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/celluloid-view.c
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ load_css(CelluloidView *view)
const gchar *style =
"celluloid-video-area"
"{"
" background-color: black;"
" background-color: @view_bg_color;"
"}"
"celluloid-seek-bar slider"
"{"
Expand Down

0 comments on commit db83f1e

Please sign in to comment.