diff options
author | Sacha Chua <sacha@sachachua.com> | 2022-11-22 14:09:25 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2022-11-22 14:09:25 -0500 |
commit | 14df399f58b187dffa84c84a92462bca316130f5 (patch) | |
tree | 0c37c6f27dcd4bea87d183db1110b8cce8df70c7 | |
parent | 0dbb2bba9b206875917b5779b2405fa9da2a6aeb (diff) | |
download | emacsconf-wiki-14df399f58b187dffa84c84a92462bca316130f5.tar.xz emacsconf-wiki-14df399f58b187dffa84c84a92462bca316130f5.zip |
tweak color
-rw-r--r-- | mpv.md | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -28,6 +28,7 @@ sub-margin-x=110 sub-margin-y=60 sub-align-x=center # Style +sub-back-color=0.0 sub-color="1/0.82/0" sub-blur=0.2 sub-scale=0.9 @@ -38,8 +39,6 @@ sub-shadow-color=0/1 sub-shadow-offset=1.2 sub-ass-force-style=Kerning=yes sub-ass-line-spacing=0 -sub-back-color=0.0 -sub-color=1.0 ``` When we broadcast videos for EmacsConf 2022, we place them on the top @@ -60,9 +59,8 @@ sub-margin-x=110 sub-margin-y=60 sub-align-x=left # Style -sub-color="1/0.82/0" sub-back-color=0.0 -sub-color=1.0 +sub-color="1/0.82/0" sub-blur=0.2 sub-scale=0.9 sub-font-size=30 |