Created
December 25, 2021 08:49
-
-
Save lethalbit/edd68944da3bb8295c4ecbc3ef8ac6b1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ==UserStyle== | |
@name elixir.bootlin.com - 12/25/2021, 3:06:16 AM | |
@namespace github.com/openstyles/stylus | |
@version 1.0.0 | |
@description A non-blindding userstyle for bootlin elixir | |
@author Aki | |
==/UserStyle== */ | |
@-moz-document domain("elixir.bootlin.com") { | |
body { | |
background: #303136; | |
} | |
.linenodiv { | |
background: #252526; | |
} | |
.highlight { | |
background: #303136; | |
} | |
.highlight pre { | |
color: #D4D4D4; | |
} | |
.highlight a { | |
background: none; | |
} | |
.highlight .c1 { | |
color: #AF92FB; | |
} | |
.highlight .cm { | |
color: #AF92FB; | |
} | |
.highlight .cp { | |
color: #FFB45B; | |
} | |
.highlight .k { | |
color: #FFB45B; | |
} | |
.highlight .kt { | |
color: #FFB45B; | |
} | |
.highlight .kr { | |
color: #FFB45B; | |
} | |
.highlight .nb { | |
color: #FFB45B; | |
} | |
.highlight .nl { | |
color: #26A3D9; | |
} | |
.highlight .o { | |
color: #FFB45B; | |
} | |
.highlight .nf { | |
color: #D4D4D4; | |
} | |
.highlight .mi { | |
color: #53A9FD; | |
} | |
.highlight .mh { | |
color: #53A9FD; | |
} | |
.highlight .p { | |
color: #D4D4D4; | |
} | |
.highlight .s { | |
color: #59E56D; | |
} | |
.highlight .cpf { | |
color: #59E56D; | |
} | |
.highlight .se { | |
color: #CD427E; | |
} | |
.lxrtree .tree-icon { | |
color: #53A9FD; | |
} | |
.lxrtree .icon-back { | |
opacity: 1; | |
color: #59E56D; | |
} | |
.lxrtree .size { | |
color: #FFB45B; | |
} | |
.lxrident h2 { | |
color: #FFB45B; | |
} | |
.lxrident a strong { | |
color: #53A9FD; | |
} | |
.lxrident a { | |
color: #59E56D; | |
} | |
.lxrident a em { | |
color: #AF92FB; | |
} | |
.sidebar nav li.active a { | |
color: #53A9FD; | |
} | |
.sidebar nav a { | |
color: #D4D4D4; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment