All natural pine, faux fur and a bit of soho vibes for the classy minimalist
- Make the directory
~/.config/ulauncher/user-themes
- Move the theme(s) you preferred from
dist/
to the user-themes directory created previously - Go into Ulauncher Preferences by clicking the cog icon to the right of the input field inside Ulauncher
- Select theme you preferred in the
Color Theme
dropdown
- Ensure node (npx) is installed
- Modify
templates/manifest.json
andtemplates/theme.css
using Rosé Pine variables, then build variants:
npx @rose-pine/build -t templates/ -o dist/ &&
mv ./dist/main ./dist/rose-pine &&
mv ./dist/dawn ./dist/rose-pine-dawn &&
mv ./dist/moon ./dist/rose-pine-moon