LibreY

- privacy respecting meta search engine
git clone git://git.acid.vegas/LibreY.git
Log | Files | Refs | Archive | README | LICENSE

github_night.css (557B)

      1 :root {
      2     --main-bg: #0d1117;
      3     --main-fg: #f0f6fc;
      4 
      5     --result-link-fg: #58a6ff;
      6     --result-fg: #8b949e;
      7 
      8     --button-bg: #1f242b;
      9 
     10     --special-result-border: opacity 0;
     11     --special-text-background: #161b22;
     12     --special-text-color: #f0f6fc;
     13 
     14     --search-container-text-color: #f0f6fc;
     15     --search-container-background-color: #1f242b;
     16     --search-container-background-border: #303842;
     17 
     18     --search-form-background-color: #161b22;
     19     
     20     --border: #303842;
     21 
     22     --footer-fg: #8b949e;
     23     --footer-bg: #161b22;
     24 
     25     color-scheme: dark;
     26 }