summaryrefslogtreecommitdiffstats
path: root/linhes/mythtv/defaultThemeLinHES.patch
diff options
context:
space:
mode:
Diffstat (limited to 'linhes/mythtv/defaultThemeLinHES.patch')
-rw-r--r--linhes/mythtv/defaultThemeLinHES.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/linhes/mythtv/defaultThemeLinHES.patch b/linhes/mythtv/defaultThemeLinHES.patch
new file mode 100644
index 0000000..8ce3016
--- /dev/null
+++ b/linhes/mythtv/defaultThemeLinHES.patch
@@ -0,0 +1,13 @@
+--- ./mythtv/libs/libmythui/mythuithemehelper.h.orig 2024-02-24 15:52:57.889044873 -0500
++++ ./mythtv/libs/libmythui/mythuithemehelper.h 2024-02-24 15:55:01.849374522 -0500
+@@ -4,8 +4,8 @@
+ // MythTV
+ #include "themeinfo.h"
+
+-static constexpr const char* DEFAULT_UI_THEME { "MythCenter-wide" };
+-static constexpr const char* FALLBACK_UI_THEME { "Terra" };
++static constexpr const char* DEFAULT_UI_THEME { "LinHES" };
++static constexpr const char* FALLBACK_UI_THEME { "MythCenter-wide" };
+
+ class MUI_PUBLIC MythUIThemeHelper
+ {