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: `script-message mpv.net playlist-first`, unlike mpv does not
|
||||
restart if the first file is already active
|
||||
|
||||
@@ -93,4 +93,4 @@ namespace UI
|
||||
return list;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user