aboutsummaryrefslogtreecommitdiff
path: root/templates/gruvbox/gruvbox.scss
diff options
context:
space:
mode:
Diffstat (limited to 'templates/gruvbox/gruvbox.scss')
-rw-r--r--templates/gruvbox/gruvbox.scss26
1 files changed, 26 insertions, 0 deletions
diff --git a/templates/gruvbox/gruvbox.scss b/templates/gruvbox/gruvbox.scss
new file mode 100644
index 0000000..9a873e5
--- /dev/null
+++ b/templates/gruvbox/gruvbox.scss
@@ -0,0 +1,26 @@
+@import "../@theme-base/version";
+
+/*! =========================================== *
+ * GRUVBOX THEME
+ * Version: #{$version}
+ * Author: AntoineƐ
+ * Website: www.antoined.fr
+ * Mastodon: @[email protected]
+ * Based: https://github.com/morhetz/gruvbox-contrib
+ * =========================================== */
+
+$base: #282828;
+$search: #32302f;
+$highlight: #689d6a;
+$navigation: #fbf1c7;
+
+$text_color: #fbf1c7;
+$extra_color: #1d2021;
+$danger_color: #cc241d;
+$warning_color: #d79921;
+$info_color: #458588;
+
+@import "../@theme-base/styles";
+@import "../@theme-base/dark_mode";
+
+// Please do not remove the imports above, add overrides and other partials below this line. \ No newline at end of file