HyDE Gallery

Theme Gallery
Theme | Description | Author |
---|---|---|
Vanta Black inspired theme having the deepest blacks | rishav12s | |
Red & Black based theme. | HyDE-Project | |
Dark Green based theme for Hyde | mahaveergurjar | |
Step beyond the horizon, where reality fades and imagination reigns supreme. | cyb3rgh0u1 | |
Hacker based theme | T-Crypt | |
Oxo Carbon based theme for Hyde | rishav12s | |
Official Theme | prasanthrangan | |
Dive into the deep, where elegance meets the infinite night. | Itz-Abhishek-Tiwari | |
Ever-Blush inspired dark aesthetic minimal theme | rishav12s | |
A striking fusion of sharp elegance, cutting through the darkness with bold hues. | cyb3rgh0u1 | |
One Dark based theme | RAprogramm | |
Official Theme | prasanthrangan | |
Cozy new Rain based theme for HyDE | rishav12s | |
Pixel Art inspired theme | rishav12s | |
Monokai based theme for Hyde | mahaveergurjar | |
Dracula based theme | RAprogramm | |
Serene Nord-inspired theme having frosty aesthetic blues | rishav12s | |
Solarized Dark based theme for HyDE | rishav12s | |
Official Theme | prasanthrangan | |
AbyssGreen is a theme based on the Everforst color scheme | Itz-Abhishek-Tiwari | |
A serene theme inspired by bright cloudy skies | richen604 | |
Mac-OS inspired dark theme | rishav12s | |
Dark purple based theme for HyDE | rishav12s | |
Sci-fi based theme | KaranRaval123 | |
Hot-Red + Deep-Black | abenezerw | |
Official Theme | prasanthrangan | |
Hot Red based theme | mahaveergurjar | |
We love Windows! Wew | T-Crypt | |
Official Theme | T-Crypt | |
Winter based Ice Age theme for Hyde | saber-88 | |
Official Theme | prasanthrangan | |
Official Theme | prasanthrangan | |
Official Theme | prasanthrangan | |
Official Theme | prasanthrangan | |
A ghibli based theme for Hyde | abenezerw | |
Official Theme | prasanthrangan | |
Official Theme | prasanthrangan | |
Official Theme | prasanthrangan | |
Official Theme | prasanthrangan | |
Better Catppuccin-Latte that fixes the inconsistencies of the official theme | rishav12s |
*All theme tags are linked to their corresponding repositories.
*For more information, visit HyDE-project/hyde-themes.
Usage
- Make sure you have installed HyDE
> + Execute "theme.import.py" inside your terminal
> + Choose your theme
📢 - You can also add Url-links or File path with single quotations for installing a specific theme
theme.patch.sh "Theme-Name" "/Path/to/Configs"theme.patch.sh "Theme-Name" "https://github.com/User/Repository"theme.patch.sh "Theme-Name" "https://github.com/User/Repository/tree/branch"
example
theme.patch.sh 'Hack the Box' 'https://github.com/HyDE-Project/Hyde-gallery'
Updating
Your local themes can be fetch/updated using the theme.import.py
script.
Fetch all themes
This command updates all the themes that are located in `xdg_config/hyde/themes/` that are listed in the [HyDe-gallery](#theme-gallery)theme.import.py --fetch all
Fetch a specific theme
This command updates a specific theme that is located in `xdg_config/hyde/themes/` that are listed in the [HyDe-gallery](#theme-gallery)theme.import.py --fetch "Theme-Name"