diff options
| author | Cristiano Almeida <[email protected]> | 2018-10-14 10:44:38 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-10-14 10:44:38 +0100 |
| commit | 672971c9393925a62193b51dab14b8120d2488a1 (patch) | |
| tree | d6ac42ff1dc75cb376a809cf46b40d0ed8e03fac /templates/theme_example | |
| parent | 2dd82ebe8abd6d61c70be0feb14ebe6fe45c858a (diff) | |
| parent | 4d432861ab4cabb44cce513df1e4a46cb23f0e9e (diff) | |
| download | protonmail-themes-3.14.19.tar.xz protonmail-themes-3.14.19.zip | |
Merge pull request #14 from csalmeida/gulpv3.14.19
Replaced Webpack with Gulp. Theme updates.
Diffstat (limited to 'templates/theme_example')
| -rw-r--r-- | templates/theme_example/theme_example.scss | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/templates/theme_example/theme_example.scss b/templates/theme_example/theme_example.scss new file mode 100644 index 0000000..0457e40 --- /dev/null +++ b/templates/theme_example/theme_example.scss @@ -0,0 +1,20 @@ +/*! =========================================== * + * Template THEME + * Version: 3.12.0 + * Author: You name here + * Website: Your website here + * Tweets Your twitter handle + * =========================================== */ + +// Change colors here and they will change everywhere. +$base: #1C1C1C; +$search: #000; +$highlight: #2FBF71; +$navigation: #fff; + +$text_color: #0d0d0d; +$extra_color: #e6eaf0; +$danger_color: #d62646; +$warning_color: #ffaa00; + +@import '../styles';
\ No newline at end of file |
