Skip to content

HyDE Gallery


Theme Gallery

ThemeDescriptionAuthor
Vanta BlackVanta Black inspired theme having the deepest blacksrishav12s
Bad BloodRed & Black based theme.HyDE-Project
GreenifyDark Green based theme for Hydemahaveergurjar
Another WorldStep beyond the horizon, where reality fades and imagination reigns supreme.cyb3rgh0u1
Hack the BoxHacker based themeT-Crypt
Oxo CarbonOxo Carbon based theme for Hyderishav12s
Decay GreenOfficial Themeprasanthrangan
Abyssal-WaveDive into the deep, where elegance meets the infinite night.Itz-Abhishek-Tiwari
Ever BlushingEver-Blush inspired dark aesthetic minimal themerishav12s
Crimson BladeA striking fusion of sharp elegance, cutting through the darkness with bold hues.cyb3rgh0u1
One DarkOne Dark based themeRAprogramm
Graphite MonoOfficial Themeprasanthrangan
Rain DarkCozy new Rain based theme for HyDErishav12s
Pixel DreamPixel Art inspired themerishav12s
MonokaiMonokai based theme for Hydemahaveergurjar
DraculaDracula based themeRAprogramm
Eternal ArcticSerene Nord-inspired theme having frosty aesthetic bluesrishav12s
Solarized DarkSolarized Dark based theme for HyDErishav12s
Gruvbox RetroOfficial Themeprasanthrangan
AbyssGreenAbyssGreen is a theme based on the Everforst color schemeItz-Abhishek-Tiwari
BlueSkyA serene theme inspired by bright cloudy skiesrichen604
Monterey FrostMac-OS inspired dark themerishav12s
Paranoid SweetDark purple based theme for HyDErishav12s
Sci-fiSci-fi based themeKaranRaval123
Scarlet NightHot-Red + Deep-Blackabenezerw
Synth WaveOfficial Themeprasanthrangan
Red StoneHot Red based thememahaveergurjar
Windows 11We love Windows! WewT-Crypt
Mac OSOfficial ThemeT-Crypt
Ice AgeWinter based Ice Age theme for Hydesaber-88
Nordic BlueOfficial Themeprasanthrangan
Catppuccin LatteOfficial Themeprasanthrangan
Tokyo NightOfficial Themeprasanthrangan
Rosé PineOfficial Themeprasanthrangan
Green LushA ghibli based theme for Hydeabenezerw
Frosted GlassOfficial Themeprasanthrangan
Catppuccin MochaOfficial Themeprasanthrangan
Edge RunnerOfficial Themeprasanthrangan
Material SakuraOfficial Themeprasanthrangan
Cat LatteBetter Catppuccin-Latte that fixes the inconsistencies of the official themerishav12s

*All theme tags are linked to their corresponding repositories.

*For more information, visit HyDE-project/hyde-themes.

Usage

  • Make sure you have installed HyDE
Terminal window
> + Execute "theme.import.py" inside your terminal
> + Choose your theme

image


📢 - You can also add Url-links or File path with single quotations for installing a specific theme

Terminal window
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

Terminal window
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)
Terminal window
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)
Terminal window
theme.import.py --fetch "Theme-Name"