Skip to content

Instantly share code, notes, and snippets.

View tedbyron's full-sized avatar

Teddy Byron tedbyron

View GitHub Profile
/* ==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
'gruvbox-dark': {
bg: '#282828',
red: '#cc241d',
green: '#98971a',
yellow: '#d79921',
blue: '#458588',
purple: '#b16286',
aqua: '#689d6a',
gray: '#a89984',
: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;
}