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;