Skip to content

gruvbox rfc by jamkich

Screenshot of gruvbox rfc

Details

Authorjamkich

LicenseNo License

Categoryhttps://rfc-editor.org/rfc/

Created

Updated

Size532 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

gruvbox style for rfc

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       gruvbox rfc
@version    20241001.17.57
@namespace  https://github.com/jamkich
==/UserStyle== */

@-moz-document url-prefix("https://www.rfc-editor.org/rfc/") {
body {
    background-color: #282828;
    color: #ebdbb2;
}

a {
    color: #b8bb26;
}

span {
    background-color: #282828;
    color: #ebdbb2;
}

 .docinfo {
    background-color: #282828;
}

a.selflink {
    color: #83a598;
}

span.pre:nth-child(7) > span:nth-child(7) {
    color: #fb4934 !important;
}

}

Reviews

No reviews yet.