diff options
Diffstat (limited to 'colors/base16-da-one-black.css')
| -rw-r--r-- | colors/base16-da-one-black.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-da-one-black.css b/colors/base16-da-one-black.css new file mode 100644 index 0000000..08fc090 --- /dev/null +++ b/colors/base16-da-one-black.css @@ -0,0 +1,25 @@ +/* +* +* name: Da One Black +* author: NNB (https://github.com/NNBnh) +* slug: da-one-black +* slug-underscored: da_one_black +* system: base16 +* variant: dark +* is-dark-variant: true +* +*/ + +window { + background-color: #000000; + border-color: #6bb8ff; +} + +button, +image { + color: #c8c8c8; +} + +button:hover { + background-color: rgba(255, 255, 255, 0.15); +} |
