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