Last active
December 23, 2020 22:11
-
-
Save perk11/a7655805337b080f3371b69f4644f712 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
* { | |
--ring-link-color: #58A6FF; | |
--ring-content-background-color: black; | |
--yt-app-background: #0e141c; | |
--yt-app-background-dark: #0D1117; | |
--yt-app-text-color: #deedfb; | |
--yt-app-dark-grey-color: #8b949e; | |
--ring-text-color:#f0f0f0; | |
--ring-secondary-color: #b5c2d0; | |
--yt-app-text-grey-mid: #95a0ac; | |
--yt-app-changes-background: #0e1317; | |
/** Code formatting */ | |
--ring-sidebar-background-color: #151a1e; | |
--ring-code-field-color: #daabf2; | |
--ring-code-keyword-color: #d79864; | |
--ring-code-string-color: #cdfdb0; | |
} | |
.yt-diff .diff-del { | |
background-color:rgba(218,54,51,0.25) | |
} | |
.yt-diff .diff-ins { | |
background-color:rgba(35,134,54,0.25) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment