From d89e2d040729c9ac9751c4edb3f6f64c2355d62c Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Mon, 14 Oct 2024 14:05:36 +0000 Subject: [PATCH] Set primary and secondary colors for tango theme --- patches/add-tango-theme.patch | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/patches/add-tango-theme.patch b/patches/add-tango-theme.patch index d2af4ab..c39b55b 100644 --- a/patches/add-tango-theme.patch +++ b/patches/add-tango-theme.patch @@ -3,8 +3,10 @@ new file mode 100644 index 000000000..9699d17b5 --- /dev/null +++ b/app/javascript/styles/tango.scss -@@ -0,0 +1,18 @@ +@@ -0,0 +1,20 @@ +$ui-base-color: #2f3436; ++$ui-primary-color: hsl(205deg, 30%, 65%); ++$ui-secondary-color: hsl(220deg, 25%, 88%); +$ui-highlight-color: #5c90c7; +$ui-button-background-color: #4a73a0; +$ui-button-focus-background-color: #3d6085;