diff options
Diffstat (limited to 'colors/base16-brogrammer.css')
| -rw-r--r-- | colors/base16-brogrammer.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-brogrammer.css b/colors/base16-brogrammer.css new file mode 100644 index 0000000..22a9264 --- /dev/null +++ b/colors/base16-brogrammer.css @@ -0,0 +1,25 @@ +/* +* +* name: Brogrammer +* author: Vik Ramanujam (http://github.com/piggyslasher) +* slug: brogrammer +* slug-underscored: brogrammer +* system: base16 +* variant: dark +* is-dark-variant: true +* +*/ + +window { + background-color: #1f1f1f; + border-color: #5350b9; +} + +button, +image { + color: #2a84d2; +} + +button:hover { + background-color: rgba(214, 219, 229, 0.15); +} |
