Hyprcord Core Hyprcord.css
(Core can be use along with your ClearVision v7)
Hyprcord Aki Hyprcord-Aki.css
(Core + ClearVision Aki theme)
Hyprcord Core Hyprcord.theme.css
(Core can be use along with your ClearVision v7)
Hyprcord Aki Hyprcord-Aki.theme.css
(Core + ClearVision Aki theme)
To set a custom background image, replace the URL inside url()
with the link to your desired image:
/* Custom Background Image */
:root {
--background-image: url(https://i.imgur.com/zU7YY60.jpeg);
}
/* Global Margin */
:root {
--global-margin: 20px; /* Default is 20px */
}
For further customization, fork the repository and tailor it to your preferences.