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 GitHub font and contribution graph | |
@namespace github.com/tedbyron | |
@version 1.0.6 | |
@author Teddy Byron <[email protected]> (https://github.com/tedbyron) | |
@homepageURL https://gist.github.com/tedbyron/0963f105df1cc63a39887d4be8fccb40 | |
@supportURL https://gist.github.com/tedbyron/0963f105df1cc63a39887d4be8fccb40 | |
@updateURL https://gist.github.com/tedbyron/0963f105df1cc63a39887d4be8fccb40/raw/github.user.css | |
@license unlicense | |
@preprocessor default |
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
. |
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
'gruvbox-dark': { | |
bg: '#282828', | |
red: '#cc241d', | |
green: '#98971a', | |
yellow: '#d79921', | |
blue: '#458588', | |
purple: '#b16286', | |
aqua: '#689d6a', | |
gray: '#a89984', |
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
:root { | |
background: | |
repeat 0 0, 5px 5px | |
linear-gradient(45deg, #00000019 25%, #0000 0 75%, #00000019 0 0), | |
linear-gradient(45deg, #00000019 25%, #0000 0 75%, #00000019 0 0), | |
#fff; | |
background-size: 10px 10px; | |
} |