Hyprcord

# ClearVision Hyprcord - Customized by Aki **Original Theme Repository**: [ClearVision v7](https://github.com/ClearVision/ClearVision-v7) This theme is inspired by **Jugom** and the **Hyprland window manager**. ## Previews ![Hyprcord](/Hyprcord/Screenshots/hyprcord.png)

Installation

1. Download Your Preferred Version

For Vencord:

For BetterDiscord:

2. Place the Downloaded File in Your Themes Folder

Basic Customization

1. Change the Background Picture (Not for Hyprcord Core)

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);
}

2. Change the Global Margin

/* Global Margin */
:root {
  --global-margin: 20px; /* Default is 20px */
}

Advanced Customization

For further customization, fork the repository and tailor it to your preferences.