aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-atlas.css
diff options
context:
space:
mode:
Diffstat (limited to 'colors/base16-atlas.css')
-rw-r--r--colors/base16-atlas.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-atlas.css b/colors/base16-atlas.css
new file mode 100644
index 0000000..39fd1d3
--- /dev/null
+++ b/colors/base16-atlas.css
@@ -0,0 +1,25 @@
+/*
+*
+* name: Atlas
+* author: Alex Lende (https://ajlende.com)
+* slug: atlas
+* slug-underscored: atlas
+* system: base16
+* variant: dark
+* is-dark-variant: true
+*
+*/
+
+window {
+ background-color: #002635;
+ border-color: #14747e;
+}
+
+button,
+image {
+ color: #869696;
+}
+
+button:hover {
+ background-color: rgba(250, 250, 248, 0.15);
+}