Skip to content

Dark Learn Vimscript the Hard Way @Lulu by lushangorgin

Details

Authorlushangorgin

LicenseNo License

Categorylearnvimscriptthehardway.stevelosh.com

Created

Updated

Size830 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark Learn Vimscript the Hard Way

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       Dark Learn Vimscript the Hard Way @Lulu
@version    20240520.18.36
@namespace  ?
==/UserStyle== */

@-moz-document domain("learnvimscriptthehardway.stevelosh.com") {
body {
    background: #1e1e1e;
    color: #deddda;
    font-family: Cantarell;
}
a {
    color: #62a0ea;
      text-decoration-line: none;
}
a:hover {
    color: #62a0ea;
      text-decoration-line: underline;
}
a:visited {
    color: #62a0ea;
}

h1 > a, /* Only main header */
h1, /* Main headings */
h2 { /* Sub-headings */
    font-family: Cantarell;
    color: #f66151 !important;
}

code, pre {
    font-family: Source Code Pro;
    font-size: 13px !important;
    color: #dc8add;
    background-color: #241f31 !important;
    border-color:#813d9c !important;
    border-radius: 4px !important;
}
strong {
    color: #deddda;
}
}

Reviews

No reviews yet.