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 16, 2023
1 parent 8c58ebc commit 632eb0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/basic_click_handlers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
#include "ui/integration.h"
#include "base/qthelp_url.h"
#include "base/qt/qt_string_view.h"
#include "base/platform/linux/base_linux_app_launch_context.h"

#include <QtCore/QUrl>
#include <QtCore/QRegularExpression>
#include <QtGui/QDesktopServices>
#include <QtGui/QGuiApplication>

#if __has_include(<giomm.h>)
#include "base/platform/linux/base_linux_app_launch_context.h"
#include <giomm.h>
#endif // __has_include(<giomm.h>)

Expand Down
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 632eb0b

Please sign in to comment.