Hyprcord Core Hyprcord.css
(Core needs to be used along with your ClearVision v7)
Hyprcord Aki Hyprcord-Aki.css
(Core + ClearVision Aki theme)
Hyprcord Core Hyprcord.theme.css
(Core needs to be used along with your ClearVision v7)
Hyprcord Aki Hyprcord-Aki.theme.css
(Core + ClearVision Aki theme)
Add the following line to your ClearVision theme file to import the theme:
@import url("https://getbricked.github.io/Hyprcord/Hyprcord.css");
https://getbricked.github.io/Hyprcord/Hyprcord.css
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 */
}
Above is default border style, you can customize it by changing the --bordersize
and --hsl-main-color
variables.
:root {
--border: var(--bordersize, 1px) solid var(--hsl-main-color);
--bordersize: 1px;
}
For further customization, fork the repository and tailor it to your preferences.