aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-apprentice.css
diff options
context:
space:
mode:
Diffstat (limited to 'colors/base16-apprentice.css')
-rw-r--r--colors/base16-apprentice.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-apprentice.css b/colors/base16-apprentice.css
new file mode 100644
index 0000000..eb112cc
--- /dev/null
+++ b/colors/base16-apprentice.css
@@ -0,0 +1,25 @@
+/*
+*
+* name: Apprentice
+* author: romainl
+* slug: apprentice
+* slug-underscored: apprentice
+* system: base16
+* variant: dark
+* is-dark-variant: true
+*
+*/
+
+window {
+ background-color: #262626;
+ border-color: #8787AF;
+}
+
+button,
+image {
+ color: #5F87AF;
+}
+
+button:hover {
+ background-color: rgba(108, 108, 108, 0.15);
+}