diff options
Diffstat (limited to 'colors/base16-nord.css')
| -rw-r--r-- | colors/base16-nord.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-nord.css b/colors/base16-nord.css new file mode 100644 index 0000000..1eb8df0 --- /dev/null +++ b/colors/base16-nord.css @@ -0,0 +1,25 @@ +/* +* +* name: Nord +* author: arcticicestudio +* slug: nord +* slug-underscored: nord +* system: base16 +* variant: dark +* is-dark-variant: true +* +*/ + +window { + background-color: #2E3440; + border-color: #81A1C1; +} + +button, +image { + color: #D8DEE9; +} + +button:hover { + background-color: rgba(143, 188, 187, 0.15); +} |
