aboutsummaryrefslogtreecommitdiff
path: root/templates/vitamin_c/vitamin_c.scss
diff options
context:
space:
mode:
Diffstat (limited to 'templates/vitamin_c/vitamin_c.scss')
-rw-r--r--templates/vitamin_c/vitamin_c.scss17
1 files changed, 11 insertions, 6 deletions
diff --git a/templates/vitamin_c/vitamin_c.scss b/templates/vitamin_c/vitamin_c.scss
index 5be8698..076d6e4 100644
--- a/templates/vitamin_c/vitamin_c.scss
+++ b/templates/vitamin_c/vitamin_c.scss
@@ -1,20 +1,25 @@
+@import "../@theme-base/version";
+
/*! =========================================== *
* VITAMIN C THEME
- * Version: 3.16.0
+ * Version: #{$version}
* Author: Cristiano Almeida
* Website: www.csalmeida.com
- * Tweets @_csalmeida
+ * Twitter: @_csalmeida
* =========================================== */
-// Change colors here and they will change everywhere.
$base: #004358;
$search: #1F8A70;
$highlight: #FD7400;
$navigation: #FFE11A;
-$text_color: #0d0d0d;
-$extra_color: #e6eaf0;
+$text_color: #e6eaf0;
+$extra_color: #0d0d0d;
$danger_color: #d62646;
$warning_color: #ffaa00;
+$info_color: #1b68c6;
+
+@import "../@theme-base/styles";
+@import "../@theme-base/dark_mode";
-@import '../styles'; \ No newline at end of file
+// Please do not remove the imports above, add overrides and other partials below this line. \ No newline at end of file