Set primary and secondary colors for tango theme

This commit is contained in:
dump_stack() 2024-10-14 14:05:36 +00:00
parent 9f18eae820
commit d89e2d0407
Signed by: dump_stack
GPG Key ID: C9905BA72B5E02BB

View File

@ -3,8 +3,10 @@ new file mode 100644
index 000000000..9699d17b5 index 000000000..9699d17b5
--- /dev/null --- /dev/null
+++ b/app/javascript/styles/tango.scss +++ b/app/javascript/styles/tango.scss
@@ -0,0 +1,18 @@ @@ -0,0 +1,20 @@
+$ui-base-color: #2f3436; +$ui-base-color: #2f3436;
+$ui-primary-color: hsl(205deg, 30%, 65%);
+$ui-secondary-color: hsl(220deg, 25%, 88%);
+$ui-highlight-color: #5c90c7; +$ui-highlight-color: #5c90c7;
+$ui-button-background-color: #4a73a0; +$ui-button-background-color: #4a73a0;
+$ui-button-focus-background-color: #3d6085; +$ui-button-focus-background-color: #3d6085;