Configure Catppuccin theme on imv and mpv

This commit is contained in:
Fabio Scotto di Santolo
2025-07-28 22:25:51 +02:00
parent 1e6d612c19
commit 9a98a37ab3
2 changed files with 27 additions and 0 deletions

4
imv/.config/imv/config Normal file
View File

@@ -0,0 +1,4 @@
[options]
background=1e1e2e
overlay_text_color=cdd6f4
overlay_background_color=11111b

View File

@@ -2,3 +2,26 @@ hwdec=auto
# vo=gpu-next #This will break Anime4K # vo=gpu-next #This will break Anime4K
gpu-api=opengl gpu-api=opengl
script-opts=ytdl_hook-ytdl_path=yt-dlp 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