diff options
Diffstat (limited to 'colors/base16-danqing-light.css')
| -rw-r--r-- | colors/base16-danqing-light.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-danqing-light.css b/colors/base16-danqing-light.css new file mode 100644 index 0000000..7630a12 --- /dev/null +++ b/colors/base16-danqing-light.css @@ -0,0 +1,25 @@ +/* +* +* name: DanQing Light +* author: Wenhan Zhu (Cosmos) (zhuwenhan950913@gmail.com) +* slug: danqing-light +* slug-underscored: danqing_light +* system: base16 +* variant: light +* is-light-variant: true +* +*/ + +window { + background-color: #fcfefd; + border-color: #B0A4E3; +} + +button, +image { + color: #9da8a3; +} + +button:hover { + background-color: rgba(45, 48, 47, 0.15); +} |
