Spruces up GitHub by
- Using KDE Plasma system fonts
- Enabling font ligatures via Fira Code font
- Updating the color scheme to more closely following Visual Studio Code's Default Light+ theme
Authormillironx
LicenseNo License
Categorygithub
Created
Updated
Size1.5 kB
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Spruces up GitHub by
This style is a work-in-progress, and has been targeted at the following languages
/* ==UserStyle==
@name VSCode Default Light+ for GitHub
@version 20210914.13.41
@namespace userstyles.world/user/millironx
@description Spruces up GitHub by
- Using KDE Plasma system fonts
- Enabling font ligatures via Fira Code font
- Updating the color scheme to more closely following Visual Studio Code's Default Light+ theme
@author millironx
@license No License
==/UserStyle== */
@-moz-document domain("github.com") {
body {
font-family: "Noto Sans";
font-size: 10pt
}
.file-info, .hook-delivery-guid, .hook-delivery-response-status, .export-phrase pre, .oauth-app-info-container dl.keys dd, .two-factor-recovery-codes, .CommunityTemplate-highlight, kbd, tt, code, pre, .input-monospace, .text-mono, .file-editor-textarea, .branch-name, .markdown-body kbd, .commit .sha-block, .commit .sha, .commit-ref, .commit-desc pre, .commit-tease-sha, .blob-num, .blob-code-inner, .CodeMirror pre.CodeMirror-line, .CodeMirror pre.CodeMirror-line-like {
font-variant-ligatures: discretionary-ligatures;
font-family: "Fira Code";
}
.blob-code-inner,
.entry-content code,
.rgh-monospace-textareas textarea.form-control,
.highlight-source-js pre,
tt,
code,
pre,
.file-header .file-info > a {
font-variant-ligatures: contextual;
font-family: "Fira Code";
}
.pl-c {
color: #008000
}
.pl-k {
color: #af00db
}
.pl-c1, .pl-v {
color: #795e26
}
.pl-s {
color: #a31515
}
.pl-ent {
color: #800000
}
.pl-k {
color: #0000ff
}
}