From 10e77ad2183b805cd9cfe90fdc2469b6866978ac Mon Sep 17 00:00:00 2001 From: Adam Beckmeyer Date: Wed, 14 Mar 2018 19:55:09 -0400 Subject: [PATCH] Add apprentice theme --- themes/apprentice/colors.styl | 27 +++++++++++++++++++++++++++ themes/apprentice/dark.styl | 26 ++++++++++++++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 themes/apprentice/colors.styl create mode 100644 themes/apprentice/dark.styl diff --git a/themes/apprentice/colors.styl b/themes/apprentice/colors.styl new file mode 100644 index 0000000..cc1eae5 --- /dev/null +++ b/themes/apprentice/colors.styl @@ -0,0 +1,27 @@ +// * apprentice-colors.styl + +// ** Apprentice colors + +// Apprentice is derived from Romain Lafourcade's apprentice theme: +// https://github.com/romainl/Apprentice + +almostblack = #1c1c1c +darkergrey = #262626 +darkgrey = #303030 +grey = #444444 +mediumgrey = #585858 +lightgrey = #6c6c6c +lightergrey = #bcbcbc +awhite = #ffffff +apurple = #5f5f87 +lightpurple = #8787af +agreen = #5f875f +lightgreen = #87af87 +aaqua = #5f8787 +lightaqua = #5fafaf +ablue = #5f87af +lightblue = #8fafd7 +ared = #af5f5f +orange = #ff8700 +ocre = #87875f +ayellow = #ffffaf \ No newline at end of file diff --git a/themes/apprentice/dark.styl b/themes/apprentice/dark.styl new file mode 100644 index 0000000..3eb59f7 --- /dev/null +++ b/themes/apprentice/dark.styl @@ -0,0 +1,26 @@ +// * apprentice-dark.styl + +@require colors + +// ** Colors +color-a = ablue +color-a-visited = lightgreen + +color-background = darkergrey +color-background-highlight = lighten(almostblack, 5%) +color-background-highlight-extra = darkgrey +color-background-highlight-extra-less = grey +color-background-highlight-extra-less-less = mediumgrey +color-background-highlight-tad-extra = darken(darkergrey, 4%) + + +color-border = purple +color-text = lightergrey +comment = mediumgrey + +emphasized = orange +emphasized-more = ocre +emphasized-more-more = ayellow + +button-gradient-top = color-background-highlight-extra +button-gradient-bottom = color-background-highlight