Skip to content

Whoogle GitHub Userstyle by aer0xnet

Screenshot of Whoogle GitHub Userstyle

Details

Authoraer0xnet

LicenseCC0-1.0

Categorywhoogle

Created

Updated

Size29 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Whoogle userstyle based on GitHub's design language.

Notes

You must manually set your Whoogle instance!

This userstyle is currently incomplete and is a WIP.

Report bugs & suggestions to the repository.

Source code

Source code has over 10K characters, so we truncated it. You can inspect the full source code on install link.
/* ==UserStyle==
@name         Whoogle GitHub Userstyle
@version      20211109.06.14
@namespace    userstyles.world/user/aer0xnet
@description  Whoogle userstyle based on GitHub's design language.
@author       aer0xnet
@license      CC0-1.0
==/UserStyle== */

@-moz-document url-prefix("https://whoogle.sdf.org/search") {
/* YOU MUST MANUALLY SET THE WHOOGLE INSTANCE YOU USE */
/* YOU MUST MANUALLY SET THE WHOOGLE INSTANCE YOU USE */
/* YOU MUST MANUALLY SET THE WHOOGLE INSTANCE YOU USE */
/* YOU MUST MANUALLY SET THE WHOOGLE INSTANCE YOU USE */
/* YOU MUST MANUALLY SET THE WHOOGLE INSTANCE YOU USE */
/* YOU MUST MANUALLY SET THE WHOOGLE INSTANCE YOU USE */
/* YOU MUST MANUALLY SET THE WHOOGLE INSTANCE YOU USE */
/* YOU MUST MANUALLY SET THE WHOOGLE INSTANCE YOU USE */
/* YOU MUST MANUALLY SET THE WHOOGLE INSTANCE YOU USE */
/* YOU MUST MANUALLY SET THE WHOOGLE INSTANCE YOU USE */

@media (prefers-color-scheme: dark) {
    
    :root {
        --color-canvas-default-transparent: rgba(13, 17, 23, 0);
        --color-marketing-icon-primary: #79c0ff;
        --color-marketing-icon-secondary: #1f6feb;
        --color-diff-blob-addition-num-text: #c9d1d9;
        --color-diff-blob-addition-fg: #c9d1d9;
        --color-diff-blob-addition-num-bg: rgba(63, 185, 80, 0.3);
        --color-diff-blob-addition-line-bg: rgba(46, 160, 67, 0.15);
        --color-diff-blob-addition-word-bg: rgba(46, 160, 67, 0.4);
        --color-diff-blob-deletion-num-text: #c9d1d9;
        --color-diff-blob-deletion-fg: #c9d1d9;
        --color-diff-blob-deletion-num-bg: rgba(248, 81, 73, 0.3);
        --color-diff-blob-deletion-line-bg: rgba(248, 81, 73, 0.15);
        --color-diff-blob-deletion-word-bg: rgba(248, 81, 73, 0.4);
        --color-diff-blob-hunk-num-bg: rgba(56, 139, 253, 0.4);
        --color-diff-blob-expander-icon: #8b949e;
        --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;
        --color-diffstat-deletion-border: rgba(240, 246, 252, 0.1);
        --color-diffstat-addition-border: rgba(240, 246, 252, 0.1);
        --color-diffstat-addition-bg: #3fb950;
        --color-search-keyword-hl: rgba(210, 153, 34, 0.4);
        --color-prettylights-syntax-comment: #8b949e;
        --color-prettylights-syntax-constant: #79c0ff;
        --color-prettylights-syntax-entity: #d2a8ff;
        --color-prettylights-syntax-storage-modifier-import: #c9d1d9;
        --color-prettylights-syntax-entity-tag: #7ee787;
        --color-prettylights-syntax-keyword: #ff7b72;
        --color-prettylights-syntax-string: #a5d6ff;
        --color-prettylights-syntax-variable: #ffa657;
        --color-prettylights-syntax-brackethighlighter-unmatched: #f85149;
        --color-prettylights-syntax-invalid-illegal-text: #f0f6fc;
        --color-prettylights-syntax-invalid-illegal-bg: #8e1519;
        --color-prettylights-syntax-carriage-return-text: #f0f6fc;
        --color-prettylights-syntax-carriage-return-bg: #b62324;
        --color-prettylights-syntax-string-regexp: #7ee787;
        --color-prettylights-syntax-markup-list: #f2cc60;
        --color-prettylights-syntax-markup-heading: #1f6feb;
        --color-prettylights-syntax-markup-italic: #c9d1d9;
        --color-prettylights-syntax-markup-bold: #c9d1d9;
        --color-prettylights-syntax-markup-deleted-text: #ffdcd7;
        --color-prettylights-syntax-markup-deleted-bg: #67060c;
        --color-prettylights-syntax-markup-inserted-text: #aff5b4;
        --color-prettylights-syntax-markup-inserted-bg: #033a16;
        --color-prettylights-syntax-markup-changed-text: #ffdfb6;
        --color-prettylights-syntax-markup-changed-bg: #5a1e02;
        --color-prettylights-syntax-markup-ignored-text: #c9d1d9;
        --color-prettylights-syntax-markup-ignored-bg: #1158c7;
        --color-prettylights-syntax-meta-diff-range: #d2a8ff;
        --color-prettylights-syntax-brackethighlighter-angle: #8b949e;
        --color-prettylights-syntax-sublimelinter-gutter-mark: #484f58;
        --color-prettylights-syntax-constant-other-reference-link: #a5d6ff;
        --color-codemirror-text: #c9d1d9;
        --color-codemirror-bg: #0d1117;
        --color-codemirror-gutters-bg: #0d1117;
        --color-codemirror-guttermarker-text: #0d1117;
        --color-codemirror-guttermarker-subtle-text: #484f58;
        --color-codemirror-linenumber-text: #8b949e;
        --color-codemirror-cursor: #c9d1d9;
        --color-codemirror-selection-bg: rgba(56, 139, 253, 0.4);
        --color-codemirror-activeline-bg: rgba(110, 118, 129, 0.1);
        --color-codemirror-matchingbracket-text: #c9d1d9;
        --color-codemirror-lines-bg: #0d1117;
        --color-codemirror-syntax-comment: #8b949e;
        --color-codemirror-syntax-constant: #79c0ff;
        --color-codemirror-syntax-entity: #d2a8ff;
        --color-codemirror-syntax-keyword: #ff7b72;
        --color-codemirror-syntax-storage: #ff7b72;
        --color-codemirror-syntax-string: #a5d6ff;
        --color-codemirror-syntax-support: #79c0ff;
        --color-codemirror-syntax-variable: #ffa657;
        --color-checks-bg: #010409;
        --color-checks-run-border-width: 1px;
        --color-checks-container-border-width: 1px;
        --color-checks-text-primary: #c9d1d9;
        --color-checks-text-secondary: #8b949e;
        --color-checks-text-link: #58a6ff;
        --color-checks-btn-icon: #8b949e;
        --color-checks-btn-hover-icon: #c9d1d9;
        --color-checks-btn-hover-bg: rgba(110, 118, 129, 0.1);
        --color-checks-input-text: #8b949e;
        --color-checks-input-placeholder-text: #484f58;
        --color-checks-input-focus-text: #c9d1d9;
        --color-checks-input-bg: #161b22;
        --color-checks-input-shadow: 0 0 0 1px(obj)=> get_1.default(obj, path);
        --color-checks-donut-error: #f85149;
        --color-checks-donut-pending: #d29922;
        --color-checks-donut-success: #2ea043;
        --color-checks-donut-neutral: #8b949e;
        --color-checks-dropdown-text: #c9d1d9;
        --color-checks-dropdown-bg: #161b22;
        --color-checks-dropdown-border: #30363d;
        --color-checks-dropdown-shadow: rgba(1, 4, 9, 0.3);
        --color-checks-dropdown-hover-text: #c9d1d9;
        --color-checks-dropdown-hover-bg: rgba(110, 118, 129, 0.1);
        --color-checks-dropdown-btn-hover-text: #c9d1d9;
        --color-checks-dropdown-btn-hover-bg: rgba(110, 118, 129, 0.1);
        --color-checks-scrollbar-thumb-bg: rgba(110, 118, 129, 0.4);
        --color-checks-header-label-text: #8b949e;
        --color-checks-header-label-open-text: #c9d1d9;
        --color-checks-header-border: #21262d;
        --color-checks-header-icon: #8b949e;
        --color-checks-line-text: #8b949e;
        --color-checks-line-num-text: #484f58;
        --color-checks-line-timestamp-text: #484f58;
        --color-checks-line-hover-bg: rgba(110, 118, 129, 0.1);
        --color-checks-line-selected-bg: rgba(56, 139, 253, 0.15);
        --color-checks-line-selected-num-text: #58a6ff;
        --color-checks-line-dt-fm-text: #f0f6fc;
        --color-checks-line-dt-fm-bg: #9e6a03;
        --color-checks-gate-bg: rgba(187, 128, 9, 0.15);
        --color-checks-gate-text: #8b949e;
        --color-checks-gate-waiting-text: #d29922;
        --color-checks-step-header-open-bg: #161b22;
        --color-checks-step-error-text: #f85149;
        --color-checks-step-warning-text: #d29922;
        --color-checks-logline-text: #8b949e;
        --color-checks-logline-num-text: #484f58;
        --color-checks-logline-debug-text: #a371f7;
        --color-checks-logline-error-text: #8b949e;
        --color-checks-logline-error-num-text: #484f58;
        --color-checks-logline-error-bg: rgba(248, 81, 73, 0.15);
        --color-checks-logline-warning-text: #8b949e;
        --color-checks-logline-warning-num-text: #d29922;
        --color-checks-logline-warning-bg: rgba(187, 128, 9, 0.15);
        --color-checks-logline-command-text: #58a6ff;
        --color-checks-logline-section-text: #3fb950;
        --color-checks-ansi-black: #0d1117;
        --color-checks-ansi-black-bright: #161b22;
        --color-checks-ansi-white: #b1bac4;
        --color-checks-ansi-white-bright: #b1bac4;
        --color-checks-ansi-gray: #6e7681;
        --color-checks-ansi-red: #ff7b72;
        --color-checks-ansi-red-bright: #ffa198;
        --color-checks-ansi-green: #3fb950;
        --color-checks-ansi-green-bright: #56d364;
        --color-checks-ansi-yellow: #d29922;
        --color-checks-ansi-yellow-bright: #e3b341;
        --color-checks-ansi-blue: #58a6ff;
        --color-checks-ansi-blue-bright: #79c0ff;
        --color-checks-ansi-magenta: #bc8cff;
        --color-checks-ansi-magenta-bright: #d2a8ff;
        --color-checks-ansi-cyan: #76e3ea;
        --color-checks-ansi-cyan-bright: #b3f0ff;
        --color-project-header-bg: #0d1117;
        --color-project-sidebar-bg: #161b22;
        --color-project-gradient-in: #161b22;
        --color-project-gradient-out: rgba(22, 27, 34, 0);
        --color-mktg-success: rgba(41, 147, 61, 1);
        --color-mktg-info: rgba(42, 123, 243, 1);
        --color-mktg-bg-shade-gradient-top: rgba(1, 4, 9, 0.065);
        --color-mktg-bg-shade-gradient-bottom: rgba(1, 4, 9, 0);
        --color-mktg-btn-bg-top: hsla(228, 82%, 66%, 1);
        --color-mktg-btn-bg-bottom: #4969ed;
        --color-mktg-btn-bg-overlay-top: hsla(228, 74%, 59%, 1);
        --color-mktg-btn-bg-overlay-bottom: #3355e0;
        --color-mktg-btn-text: #f0f6fc;
        --color-mktg-btn-primary-bg-top: hsla(137, 56%, 46%, 1);
        --color-mktg-btn-primary-bg-bottom: #2ea44f;
        --color-mktg-btn-primary-bg-overlay-top: hsla(134, 60%, 38%, 1);
        --color-mktg-btn-primary-bg-overlay-bottom: #22863a;
        --color-mktg-btn-primary-text: #f0f6fc;
        --color-mktg-btn-enterprise-bg-top: hsla(249, 100%, 72%, 1);
        --color-mktg-btn-enterprise-bg-bottom: #6f57ff;
        --color-mktg-btn-enterprise-bg-overlay-top: hsla(248, 65%, 63%, 1);
        --color-mktg-btn-...

Reviews

No reviews yet.