diff options
Diffstat (limited to 'colors/base16-da-one-paper.css')
| -rw-r--r-- | colors/base16-da-one-paper.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-da-one-paper.css b/colors/base16-da-one-paper.css new file mode 100644 index 0000000..0141f7d --- /dev/null +++ b/colors/base16-da-one-paper.css @@ -0,0 +1,25 @@ +/* +* +* name: Da One Paper +* author: NNB (https://github.com/NNBnh) +* slug: da-one-paper +* slug-underscored: da_one_paper +* system: base16 +* variant: light +* is-light-variant: true +* +*/ + +window { + background-color: #faf0dc; + border-color: #5890f8; +} + +button, +image { + color: #282828; +} + +button:hover { + background-color: rgba(0, 0, 0, 0.15); +} |
