Skip to content

nim-basics dark by thSleeves

Screenshot of nim-basics dark

Details

AuthorthSleeves

LicenseNo License

Categoryhttps://narimiran.github.io/nim-basics

Created

Updated

Code size787 B

Code checksum674956d5

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Quick style to unburn my eyes. Loosely based on "vague" neovim theme.

Notes

Source code

/* ==UserStyle==
@name       narimiran.github.io/nim-basics/
@version    20241019.14.03
@namespace  https://userstyles.world/user/sleeves
@author     sleeves
==/UserStyle== */

@-moz-document url-prefix("https://narimiran.github.io/nim-basics") {
:root {
    --bg: #18191a;
    --lbg: #282830;
    --fg: #cdcdcd;
    --border: #646477;
    --pink: #be8c8c;
    --link: #8ca0dc;
}

body {
    background-color: var(--bg);
    color: var(--fg);
}
#toc.toc2 {
    background-color: var(--bg);
    border: none;
    border-right: 4px solid var(--border);
}
h3 {
    color: var(--pink);
}
:not(pre) > code {
    background-color: var(--lbg);
}
.conum[data-value] {
    background-color: var(--lbg);
    border: 1px solid var(--border);
    border-radius: 1px
}
a {
    color: var(--link);
}
}

Reviews

No reviews yet.