Skip to content

vim.rtorr.com -dark by arsmoriendy

Details

Authorarsmoriendy

LicenseNo License

Categoryvim rtorr

Created

Updated

Size638 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

dark mode for vim.rtorr.com

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         vim.rtorr.com  -dark
@version      20211207.12.11
@namespace    userstyles.world/user/arsmoriendy
@description  dark mode for vim.rtorr.com 
@author       arsmoriendy
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://vim.rtorr.com") {
body {
    background: #101010;
    color: white;
}
.sponsor {
    background: none;
    border: none;
}
kbd {
    background: #909090;
}
.well {
    background: #404040;
    color: darkgray;
}
.box-header{
    background: #505050;
}
.box {
    background: #404040;
    border: none;
}
a {
    text-decoration: underline;
    color: white;
}
}

Reviews

No reviews yet.