diff --git a/install/config/theme.sh b/install/config/theme.sh index 17df01fc..ae3775cf 100755 --- a/install/config/theme.sh +++ b/install/config/theme.sh @@ -10,8 +10,8 @@ for f in ~/.local/share/omarchy/themes/*; do ln -nfs "$f" ~/.config/omarchy/them # Set initial theme mkdir -p ~/.config/omarchy/current -ln -snf ~/.config/omarchy/themes/tokyo-night ~/.config/omarchy/current/theme -ln -snf ~/.config/omarchy/current/theme/backgrounds/1-scenery-pink-lakeside-sunset-lake-landscape-scenic-panorama-7680x3215-144.png ~/.config/omarchy/current/background +ln -snf ~/.config/omarchy/themes/rose-pine/ ~/.config/omarchy/current/theme +ln -snf ~/.config/omarchy/current/theme/backgrounds/cthulhu.jpg ~/.config/omarchy/current/background # Set specific app links for current theme # ln -snf ~/.config/omarchy/current/theme/neovim.lua ~/.config/nvim/lua/plugins/theme.lua diff --git a/themes/rose-pine/backgrounds/cthulhu.jpg b/themes/rose-pine/backgrounds/cthulhu.jpg new file mode 100644 index 00000000..fa3ddc41 Binary files /dev/null and b/themes/rose-pine/backgrounds/cthulhu.jpg differ