Skip to content

lore.kernel.org by alberand

Screenshot of lore.kernel.org

Details

Authoralberand

LicenseNo License

Categoryuserstyles, kernel, lore

Created

Updated

Size546 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark Mode for lore.kernel.org

Notes

Ping me with improvements

Source code

/* ==UserStyle==
@name         lore.kernel.org
@version      20220314.22.29
@namespace    userstyles.world/user/alberand
@description  Dark Mode for lore.kernel.org
@author       alberand
@license      No License
==/UserStyle== */

@-moz-document domain("lore.kernel.org") {
* {
    background: #2b2a33;
    color: #ffffff;

}

a:link {
    color: #00ddff;
}

a:visited {
    color: #d000b3;
}

.hunk {
    color: #de5500;
}

.add {
    color: #53de00;
}

.del {
    color: #ff0000;
}

.q {
    color: #8f8f8f;
}

.head {
    color: #8e8e8e;
} 
}

Reviews

No reviews yet.