diff options
Diffstat (limited to 'colors/base16-tokyo-city-light.css')
| -rw-r--r-- | colors/base16-tokyo-city-light.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-tokyo-city-light.css b/colors/base16-tokyo-city-light.css new file mode 100644 index 0000000..d5a9bcb --- /dev/null +++ b/colors/base16-tokyo-city-light.css @@ -0,0 +1,25 @@ +/* +* +* name: Tokyo City Light +* author: Michaƫl Ball +* slug: tokyo-city-light +* slug-underscored: tokyo_city_light +* system: base16 +* variant: light +* is-light-variant: true +* +*/ + +window { + background-color: #FBFBFD; + border-color: #34548a; +} + +button, +image { + color: #4c505e; +} + +button:hover { + background-color: rgba(23, 29, 35, 0.15); +} |
