diff --git a/imv/.config/imv/config b/imv/.config/imv/config new file mode 100644 index 0000000..8f8afd5 --- /dev/null +++ b/imv/.config/imv/config @@ -0,0 +1,4 @@ +[options] +background=1e1e2e +overlay_text_color=cdd6f4 +overlay_background_color=11111b diff --git a/mpv/.config/mpv/mpv.conf b/mpv/.config/mpv/mpv.conf index 272c8be..6740d51 100755 --- a/mpv/.config/mpv/mpv.conf +++ b/mpv/.config/mpv/mpv.conf @@ -2,3 +2,26 @@ hwdec=auto # vo=gpu-next #This will break Anime4K gpu-api=opengl script-opts=ytdl_hook-ytdl_path=yt-dlp + +# Main mpv options +background-color='#1e1e2e' +osd-back-color='#11111b' +osd-border-color='#11111b' +osd-color='#cdd6f4' +osd-shadow-color='#1e1e2e' + +# Stats script options +# Options are on separate lines for clarity +# Colors are in #BBGGRR format +script-opts-append=stats-border_color=251818 +script-opts-append=stats-font_color=f4d6cd +script-opts-append=stats-plot_bg_border_color=afe2f9 +script-opts-append=stats-plot_bg_color=251818 +script-opts-append=stats-plot_color=afe2f9 + +# External script options +# It is fine to leave these here even if one does not use these scripts because they are just ignored unless a script uses them + +# UOSC options +script-opts-append=uosc-color=foreground=f9e2af,foreground_text=313244,background=1e1e2e,background_text=cdd6f4,curtain=181825,success=a6e3a1,error=f38ba8 +