Configure Catppuccin theme on imv and mpv
This commit is contained in:
4
imv/.config/imv/config
Normal file
4
imv/.config/imv/config
Normal file
@@ -0,0 +1,4 @@
|
||||
[options]
|
||||
background=1e1e2e
|
||||
overlay_text_color=cdd6f4
|
||||
overlay_background_color=11111b
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user