diff options
Diffstat (limited to 'assets/css/colors/gruvebox.css')
| -rw-r--r-- | assets/css/colors/gruvebox.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/assets/css/colors/gruvebox.css b/assets/css/colors/gruvebox.css new file mode 100644 index 0000000..c189e74 --- /dev/null +++ b/assets/css/colors/gruvebox.css | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | :root { | ||
| 2 | --content-primary: rgb(60, 56, 54); | ||
| 3 | --content-secondary: rgb(148, 133, 112); | ||
| 4 | --background: rgb(251, 241, 199); | ||
| 5 | --code-background: rgb(241, 231, 189); | ||
| 6 | --code-border: rgb(178, 163, 142); | ||
| 7 | } | ||
| 8 | |||
| 9 | .dark { | ||
| 10 | --content-primary: rgb(235, 219, 178); | ||
| 11 | --content-secondary: rgb(132, 122, 114); | ||
| 12 | --background: rgb(40, 40, 40); | ||
| 13 | --code-background: rgb(50, 50, 50); | ||
| 14 | --code-border: rgb(112, 102, 94); | ||
| 15 | } \ No newline at end of file | ||
