Skip to content

lore.kernel.org - base16 default dark by bobo1239

Screenshot of lore.kernel.org - base16 default dark

Details

Authorbobo1239

LicenseCC0

Categorylore.kernel.org

Created

Updated

Size804 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Base16 default dark theme for lore.kernel.org.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         lore.kernel.org - base16 default dark
@version      20220607.10.24
@namespace    userstyles.world/user/bobo1239
@description  [Base16](https://github.com/chriskempson/base16) default dark theme for lore.kernel.org.
@author       bobo1239
@license      CC0
==/UserStyle== */
@-moz-document domain("lore.kernel.org") {
    * {
        background: #181818;
        color: #e8e8e8;
        font-family: Inconsolata, monospace;
    }

    .q {
        color: #86c1b9;
    }

    .hunk {
        color: #7cafc2;
    }

    .head {
        color: #e8e8e8;
    }

    .del {
        color: #ab4642;
    }

    .add {
        color: #a1b56c;
    }

    a:link {
        color: #f7ca88;
    }

    a:visited {
        color: #ffae3a;
    }
}

Reviews

No reviews yet.