Skip to content

Instantly share code, notes, and snippets.

View TheLastEnvoy's full-sized avatar

the last envoy TheLastEnvoy

  • Brasil
  • 06:23 (UTC -03:00)
View GitHub Profile
@TheLastEnvoy
TheLastEnvoy / deep_purple_css_kagi
Created August 12, 2025 19:29
Kagi Deep Purple theme made by TheLastEnvoy
/* 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 */