Set primary and secondary colors for tango theme
This commit is contained in:
parent
9f18eae820
commit
d89e2d0407
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user