diff options
Diffstat (limited to 'colors/base16-tokyo-night-terminal-light.css')
| -rw-r--r-- | colors/base16-tokyo-night-terminal-light.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-tokyo-night-terminal-light.css b/colors/base16-tokyo-night-terminal-light.css new file mode 100644 index 0000000..87f0535 --- /dev/null +++ b/colors/base16-tokyo-night-terminal-light.css @@ -0,0 +1,25 @@ +/* +* +* name: Tokyo Night Terminal Light +* author: Michaƫl Ball +* slug: tokyo-night-terminal-light +* slug-underscored: tokyo_night_terminal_light +* system: base16 +* variant: light +* is-light-variant: true +* +*/ + +window { + background-color: #D5D6DB; + border-color: #34548A; +} + +button, +image { + color: #4C505E; +} + +button:hover { + background-color: rgba(26, 27, 38, 0.15); +} |
