new: blue color in dark theme is now less intense

This commit is contained in:
Frank Skare
2020-03-16 03:50:18 +01:00
parent 067bdd20d7
commit 6b3c2788df
3 changed files with 8 additions and 7 deletions

View File

@@ -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

View File

@@ -93,4 +93,4 @@ namespace UI
return list;
}
}
}
}

View File

@@ -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