Socialify

Folder ..

Viewing gruvbox.scss
25 lines (21 loc) • 670.0 B

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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.