Improves syntax highlighting in "Files changed" on https://github.com
"Files changed" for github.com by mlipok
Details
Authormlipok
LicenseCreative Commons
Categorygithub, syntax
Created
Updated
Size950 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name "Files changed" for github.com
@version 20220121.00.43
@namespace userstyles.world/user/mlipok
@description Improves syntax highlighting in "Files changed" for github.com
@author mlipok
@license Creative Commons
==/UserStyle== */
@-moz-document domain("github.com") {
div[class="data highlight js-blob-wrapper"] {
font-weight: bold;
}
div[class="data highlight js-blob-wrapper"] span.pl-c1 {
color: blue !important;
}
div[class="data highlight js-blob-wrapper"] span.pl-s {
color: green !important;
}
div[class="data highlight js-blob-wrapper"] span.pl-smi {
color: chocolate !important;
}
div[class="data highlight js-blob-wrapper"] span.pl-pds {
color: black !important;
}
div[class="data highlight js-blob-wrapper"] span.pl-c {
color: darkgray !important;
}
div[class="data highlight js-blob-wrapper"] span.pl-k {
color: purple !important;
}
}