diff options
Diffstat (limited to 'colors/base16-seti.css')
| -rw-r--r-- | colors/base16-seti.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-seti.css b/colors/base16-seti.css new file mode 100644 index 0000000..c5c0087 --- /dev/null +++ b/colors/base16-seti.css @@ -0,0 +1,25 @@ +/* +* +* name: Seti UI +* author: +* slug: seti +* slug-underscored: seti +* system: base16 +* variant: dark +* is-dark-variant: true +* +*/ + +window { + background-color: #151718; + border-color: #55b5db; +} + +button, +image { + color: #43a5d5; +} + +button:hover { + background-color: rgba(255, 255, 255, 0.15); +} |
