From 9a50d7fcda3679675edc34d1500cebefb69c24d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Madar=C3=A1sz?= Date: Thu, 12 Jan 2023 16:22:41 +0000 Subject: [PATCH] update theme --- data/_theme.scss | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/data/_theme.scss b/data/_theme.scss index 9e684e7..d0ec062 100644 --- a/data/_theme.scss +++ b/data/_theme.scss @@ -1 +1,11 @@ -// override vars for theming here \ No newline at end of file +// override vars for theming here +$background: rgb(19, 19, 19); +$light-background: #141414; +$text-color: rgb(238, 238, 238); +$primary-color: #dfd39d; +$secondary-color: #e07127; +$form-background-color: rgb(39, 39, 39); +$form-text-color: rgb(255, 255, 255); +$muted-color: rgb(156, 156, 156); // solarized comment text +$primary-button-text-color: rgb(34, 34, 34); +$code-highlight-background: #1b1b1b; \ No newline at end of file