diff options
Diffstat (limited to 'colors/base16-github.css')
| -rw-r--r-- | colors/base16-github.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-github.css b/colors/base16-github.css new file mode 100644 index 0000000..a65e012 --- /dev/null +++ b/colors/base16-github.css @@ -0,0 +1,25 @@ +/* +* +* name: Github +* author: Defman21 +* slug: github +* slug-underscored: github +* system: base16 +* variant: light +* is-light-variant: true +* +*/ + +window { + background-color: #ffffff; + border-color: #795da3; +} + +button, +image { + color: #e8e8e8; +} + +button:hover { + background-color: rgba(255, 255, 255, 0.15); +} |
