new: blue color in dark theme is now less intense
This commit is contained in:
@@ -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: menu item 'View > Show Progress' (p key) to show progress bar
|
||||||
- new: `script-message mpv.net playlist-first`, unlike mpv does not
|
- new: `script-message mpv.net playlist-first`, unlike mpv does not
|
||||||
restart if the first file is already active
|
restart if the first file is already active
|
||||||
|
|||||||
@@ -93,4 +93,4 @@ namespace UI
|
|||||||
return list;
|
return list;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
|
|
||||||
[dark]
|
[dark]
|
||||||
|
|
||||||
heading = #1E90FF
|
heading = #6099C1
|
||||||
foreground = #DDDDDD
|
foreground = #DDDDDD
|
||||||
foreground2 = #AAAAAA
|
foreground2 = #AAAAAA
|
||||||
background = #323232
|
background = #323232
|
||||||
|
|
||||||
menu-foreground = #DDDDDD
|
menu-foreground = #DDDDDD
|
||||||
menu-background = #323232
|
menu-background = #323232
|
||||||
@@ -15,10 +15,10 @@ menu-checked = #5A5A5A
|
|||||||
|
|
||||||
[light]
|
[light]
|
||||||
|
|
||||||
heading = #0068B2
|
heading = #0068B2
|
||||||
foreground = #000000
|
foreground = #000000
|
||||||
foreground2 = #4C4C4C
|
foreground2 = #4C4C4C
|
||||||
background = #F7F7F7
|
background = #F7F7F7
|
||||||
|
|
||||||
menu-foreground = #000000
|
menu-foreground = #000000
|
||||||
menu-background = #DFDFDF
|
menu-background = #DFDFDF
|
||||||
|
|||||||
Reference in New Issue
Block a user