diff --git a/Changelog.md b/Changelog.md index 3b93856..76becd3 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,7 @@ ### +- new: blue color in dark theme is now less intense - new: menu item 'View > Show Progress' (p key) to show progress bar - new: `script-message mpv.net playlist-first`, unlike mpv does not restart if the first file is already active diff --git a/mpv.net/Misc/Theme.cs b/mpv.net/Misc/Theme.cs index 9a56e28..e413e5b 100644 --- a/mpv.net/Misc/Theme.cs +++ b/mpv.net/Misc/Theme.cs @@ -93,4 +93,4 @@ namespace UI return list; } } -} \ No newline at end of file +} diff --git a/mpv.net/Resources/theme.txt b/mpv.net/Resources/theme.txt index 931685b..a512f31 100644 --- a/mpv.net/Resources/theme.txt +++ b/mpv.net/Resources/theme.txt @@ -1,10 +1,10 @@  [dark] -heading = #1E90FF -foreground = #DDDDDD +heading = #6099C1 +foreground = #DDDDDD foreground2 = #AAAAAA -background = #323232 +background = #323232 menu-foreground = #DDDDDD menu-background = #323232 @@ -15,10 +15,10 @@ menu-checked = #5A5A5A [light] -heading = #0068B2 -foreground = #000000 +heading = #0068B2 +foreground = #000000 foreground2 = #4C4C4C -background = #F7F7F7 +background = #F7F7F7 menu-foreground = #000000 menu-background = #DFDFDF