aboutsummaryrefslogtreecommitdiff
path: root/templates/dracula/dracula.scss
diff options
context:
space:
mode:
Diffstat (limited to 'templates/dracula/dracula.scss')
-rw-r--r--templates/dracula/dracula.scss18
1 files changed, 11 insertions, 7 deletions
diff --git a/templates/dracula/dracula.scss b/templates/dracula/dracula.scss
index c5ec757..3df23cb 100644
--- a/templates/dracula/dracula.scss
+++ b/templates/dracula/dracula.scss
@@ -1,21 +1,25 @@
+@import "../@theme-base/version";
+
/*! =========================================== *
* DRACULA Theme
- * Version: 3.16.0
+ * Version: #{$version}
* Author: Mike Barkmin
* Website: www.barkmin.eu
- * Tweets @mikebarkmin
+ * Twitter: @mikebarkmin
* =========================================== */
-// Change colors here and they will change everywhere.
$base: #282a36;
$search: #000;
$highlight: #FF79C6;
$navigation: #D8D8D8;
-$text_color: #0d0d0d;
+$text_color: #e6eaf0;
$extra_color: #50fa7b;
-$danger_color: #ff5555;
+$danger_color: #ff5555;
$warning_color: #ffb86c;
+$info_color: #1b68c6;
+
+@import "../@theme-base/styles";
+@import "../@theme-base/dark_mode";
-@import '../styles';
-@import 'override';
+// Please do not remove the imports above, add overrides and other partials below this line. \ No newline at end of file