This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Root variables - Define custom color scheme with purple theme */ | |
| :root { | |
| --search-result-title: var(--color-primary); | |
| --result-item-title-border: var(--color-primary); | |
| --icon-new-ia-color: initial; | |
| --circle-color: rgb(123, 113, 188); | |
| --kagi-sky-i: rgb(123, 113, 188) !important; | |
| --hover-color: #7b71bc; /* Main purple accent color */ | |
| --dark-bg: #17191e; /* Dark background */ | |
| --darker-bg: #0d0e11; /* Darker background shade */ |