Skip to content

Commit

Permalink
Detach mediaview control color from main window.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed May 17, 2023
1 parent 8c58ebc commit f022540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/colors.palette
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ mediaviewMenuFg: windowFgActive; // context menu item text
mediaviewBg: #222222eb; // Media Viewer background
mediaviewVideoBg: imageBg; // Media Viewer background when viewing a video in full screen
mediaviewControlBg: #0000003c; // controls background (like next photo / previous photo)
mediaviewControlFg: windowFgActive; // controls icon (like next photo / previous photo)
mediaviewControlFg: #ffffff; // controls icon (like next photo / previous photo)
mediaviewCaptionBg: #11111180; // caption text background (when viewing photo with caption)
mediaviewCaptionFg: mediaviewControlFg; // caption text
mediaviewTextLinkFg: #91d9ff; // caption text link
Expand Down

0 comments on commit f022540

Please sign in to comment.