Skip to content

shmublu/kagi-google-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kagi Google-Style Theme

A CSS theme that makes Kagi Search look like Google.

I wanted to switch to Kagi but kept missing Google's layout. Stockhold syndrome or not, I think this recreates the parts I like while letting me avoid actually using it.

demo

Kagi + this theme Google for reference Mobile
desktop google mobile

Install

  1. Copy the contents of custom.css
  2. Go to Kagi Settings > Appearance > Custom CSS
  3. Paste and save

Set your Kagi theme to Default (light) first.

Customization

Colors and dimensions are CSS variables at the top of the file:

:root {
    --g-link: #1a0dab;
    --g-text: #202124;
    --g-result-width: 652px;
    --g-font-body: Arial, sans-serif;
    /* ... */
}

License

MIT tl;dr: use for anything but attribute

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors