Skip to content

Instantly share code, notes, and snippets.

@snthcy
Created December 9, 2021 15:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save snthcy/39c389b50c5b1703aa33e95948f77288 to your computer and use it in GitHub Desktop.
Save snthcy/39c389b50c5b1703aa33e95948f77288 to your computer and use it in GitHub Desktop.
GitHub dark theme for Kagi
.theme_dark {
--background-color:#090c10;
--page-text-color:#e5e5e5;
--beta-tag-bg:#4835bc;
--beta-tag-text:#f2f0e7;
--beta-tag-inside-corners:#9debfe;
--color-primary:#e5e5e5;
--color-secondary:#191919;
--color-primary-dim_1:#30363d;
--color-primary-dim_2:rgba(229, 229, 229, 0.2);
--color-primary-dim_25:rgba(229, 229, 229, 0.25);
--color-primary-dim_3:rgba(229, 229, 229, 0.3);
--color-primary-dim_4:rgba(229, 229, 229, 0.4);
--color-primary-dim_5:rgba(229, 229, 229, 0.5);
--color-primary-dim_6:rgba(229, 229, 229, 0.6);
--color-primary-dim_7:rgba(229, 229, 229, 0.7);
--color-primary-dim_8:rgba(229, 229, 229, 0.8);
--color-primary-dim_9:rgba(229, 229, 229, 0.9);
--color-secondary-dim_1:rgba(25, 25, 25, 0.1);
--color-secondary-dim_2:rgba(25, 25, 25, 0.2);
--color-secondary-dim_4:rgba(25, 25, 25, 0.4);
--color-secondary-dim_5:rgba(25, 25, 25, 0.5);
--color-secondary-dim_6:rgba(25, 25, 25, 0.6);
--color-secondary-dim_7:rgba(25, 25, 25, 0.7);
--color-secondary-dim_8:rgba(25, 25, 25, 0.8);
--color-primary_hover:#9debfe;
--color-primary_visited:#deb6f1;
--input-bg:#161820;
--bangs_tag_bg:var(--color-primary);
--doggo-color-1:#e5e5e5;
--quick-search-bg:#ffffff;
--quick-search-icon:#4835bc;
--header-bg:#161820;
--header-bg-opac:rgba(25, 25, 25, 0);
--header-bg_hover:#161820;
--auto-suggestion-bg:rgba(22, 24, 32, 0.96);
--auto-suggestion-border:var(--color-primary-dim_1);
--app-logo:#191919;
--app-logo-bg:#ffb319;
--footer-bg:#0d1117;
--control-center-dd-bg:#161820;
--control-center-dd-bg_hover:#161820;
--control-center-dd-list:#161820;
--control-center-dd-list-bg_hover:#1d1f29;
--control-center-bg:#161820;
--control-center-dd-border:#30363d;
--filter-dd-bg:#161820;
--cc-filters-active-bg:#404040;
--k-tooltip-bg:rgba(31, 31, 31, 0.9);
--k-tooltip-text:#e5e5e5;
--dd-hover-bg:#1d1f29;
--dd-list-input-bg:#24262e;
--not-found-bubble-bg:var(--color-secondary);
--app-sidebar-bg:#161820;
--app-sidebar-item-border:#30363d;
--app-sidebar-link:var(--color-primary-dim_5);
--app-sidebar-nav-item-bg_hover:#ffb319;
--app-sidebar-nav-item-link_hover:var(--app-sidebar-bg);
--app-sidebar-nav-item-icon_hover:var(--color-primary);
--app-sidebar-lense-link:var(--color-primary-dim_5);
--app-sidebar-lense-link_hover:#ffffff;
--ranked-box-overlay-bg:rgba(18, 18, 18, 0.9);
--ranked-box-wrapper-bg:#090c10;
--ranked-box-connection-secure:#60aa55;
--ranked-box-connection-insecure:#fd6820;
--ranked-box-icon-normal-bg:var(--ranked-box-wrapper-bg);
--ranked-box-tracker-no-info:#7d7d7d;
--ranked-box-toggle-switch-ch1-text:var(--color-primary);
--ranked-box-toggle-switch-ch3-svg-bg:var(--color-secondary);
--ranked-box-settings-btn-bg:var(--ranked-box-wrapper-bg);
--result-item-title-border:rgba(229, 229, 229, 0.5);
--result-item-title-border_hover:rgba(68, 77, 165, 0.5);
--result-rank-icon-stroke_promoted:var(--background-color);
--k-tooltip-tracker_bg:#333;
--result-item-highlight:#9debfe;
--search-result-content-text:var(--color-primary-dim_8);
--search-result-group-item-link:var(--color-primary-dim_9);
--search-result-url-link:var(--color-primary-dim_9);
--search-result-title:#ffffff;
--search-result-date-bg:rgba(66, 70, 103, 0.25);
--search-result-date-new-bg:#424667;
--search-result-date-new:#e5e5e5;
--inline-header-title:#ffffff;
--inline-widget-bg:#161b22;
--inline-header-border:rgba(229, 229, 229, 0.5);
--inline-domain-tag-bg:rgba(66, 70, 103, 0.25);
--related-item-bg:#1d1f29;
--username-button-bg:var(--inline-widget-bg);
--ranked-tabs-border:var(--color-primary-dim_2);
--video-item-bg:#191919;
--auto-sugg-bg_hover:rgba(229, 229, 229, 0.05);
--provider-breakdown_server:#075067;
--provider-breakdown_client:#9b6400;
--provider-breakdown_speed1:#6f6d22;
--provider-breakdown_speed2:#ab5a5a;
--provider-breakdown_speed3:#812503;
--widget-progress_bar:#e5e5e5;
--translate-fc_icon:#777676;
--rating-star_background:#222222;
--wiki-title:#ffffff;
--wiki-content-links:#ffffff;
--toggle-switch-knob-bg:#090c10
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment