diff --git a/public/themes/arya-blue/theme.css b/public/themes/arya-blue/theme.css index 1e623fcc6..7a015f7cb 100644 --- a/public/themes/arya-blue/theme.css +++ b/public/themes/arya-blue/theme.css @@ -212,6 +212,16 @@ --purple-700:#6d1b7b; --purple-800:#561561; --purple-900:#3e1046; + --red-50:#fff5f5; + --red-100:#ffd1ce; + --red-200:#ffada7; + --red-300:#ff8980; + --red-400:#ff6459; + --red-500:#ff4032; + --red-600:#d9362b; + --red-700:#b32d23; + --red-800:#8c231c; + --red-900:#661a14; } .p-autocomplete .p-autocomplete-loader { diff --git a/public/themes/arya-green/theme.css b/public/themes/arya-green/theme.css index 982f506b1..e75b9bd38 100644 --- a/public/themes/arya-green/theme.css +++ b/public/themes/arya-green/theme.css @@ -212,6 +212,16 @@ --purple-700:#6d1b7b; --purple-800:#561561; --purple-900:#3e1046; + --red-50:#fff5f5; + --red-100:#ffd1ce; + --red-200:#ffada7; + --red-300:#ff8980; + --red-400:#ff6459; + --red-500:#ff4032; + --red-600:#d9362b; + --red-700:#b32d23; + --red-800:#8c231c; + --red-900:#661a14; } .p-autocomplete .p-autocomplete-loader { diff --git a/public/themes/arya-orange/theme.css b/public/themes/arya-orange/theme.css index 51f963ffe..3bd3b4229 100644 --- a/public/themes/arya-orange/theme.css +++ b/public/themes/arya-orange/theme.css @@ -212,6 +212,16 @@ --purple-700:#6d1b7b; --purple-800:#561561; --purple-900:#3e1046; + --red-50:#fff5f5; + --red-100:#ffd1ce; + --red-200:#ffada7; + --red-300:#ff8980; + --red-400:#ff6459; + --red-500:#ff4032; + --red-600:#d9362b; + --red-700:#b32d23; + --red-800:#8c231c; + --red-900:#661a14; } .p-autocomplete .p-autocomplete-loader { diff --git a/public/themes/arya-purple/theme.css b/public/themes/arya-purple/theme.css index 806a78524..876d631d8 100644 --- a/public/themes/arya-purple/theme.css +++ b/public/themes/arya-purple/theme.css @@ -212,6 +212,16 @@ --purple-700:#6d1b7b; --purple-800:#561561; --purple-900:#3e1046; + --red-50:#fff5f5; + --red-100:#ffd1ce; + --red-200:#ffada7; + --red-300:#ff8980; + --red-400:#ff6459; + --red-500:#ff4032; + --red-600:#d9362b; + --red-700:#b32d23; + --red-800:#8c231c; + --red-900:#661a14; } .p-autocomplete .p-autocomplete-loader { diff --git a/public/themes/bootstrap4-dark-blue/theme.css b/public/themes/bootstrap4-dark-blue/theme.css index c2ab1a2ac..c21d9f64c 100644 --- a/public/themes/bootstrap4-dark-blue/theme.css +++ b/public/themes/bootstrap4-dark-blue/theme.css @@ -212,6 +212,16 @@ --purple-700:#4e2e87; --purple-800:#3d246a; --purple-900:#2c1a4d; + --red-50:#fdf5f6; + --red-100:#f7cfd2; + --red-200:#f0a8af; + --red-300:#e9828c; + --red-400:#e35b68; + --red-500:#dc3545; + --red-600:#bb2d3b; + --red-700:#9a2530; + --red-800:#791d26; + --red-900:#58151c; } .p-autocomplete .p-autocomplete-loader { diff --git a/public/themes/bootstrap4-dark-purple/theme.css b/public/themes/bootstrap4-dark-purple/theme.css index a5c59ed2f..a3a092fb9 100644 --- a/public/themes/bootstrap4-dark-purple/theme.css +++ b/public/themes/bootstrap4-dark-purple/theme.css @@ -212,6 +212,16 @@ --purple-700:#4e2e87; --purple-800:#3d246a; --purple-900:#2c1a4d; + --red-50:#fdf5f6; + --red-100:#f7cfd2; + --red-200:#f0a8af; + --red-300:#e9828c; + --red-400:#e35b68; + --red-500:#dc3545; + --red-600:#bb2d3b; + --red-700:#9a2530; + --red-800:#791d26; + --red-900:#58151c; } .p-autocomplete .p-autocomplete-loader { diff --git a/public/themes/bootstrap4-light-blue/theme.css b/public/themes/bootstrap4-light-blue/theme.css index 38c2cb6fb..35fdf1649 100644 --- a/public/themes/bootstrap4-light-blue/theme.css +++ b/public/themes/bootstrap4-light-blue/theme.css @@ -212,6 +212,16 @@ --purple-700:#4e2e87; --purple-800:#3d246a; --purple-900:#2c1a4d; + --red-50:#fdf5f6; + --red-100:#f7cfd2; + --red-200:#f0a8af; + --red-300:#e9828c; + --red-400:#e35b68; + --red-500:#dc3545; + --red-600:#bb2d3b; + --red-700:#9a2530; + --red-800:#791d26; + --red-900:#58151c; } .p-autocomplete .p-autocomplete-loader { diff --git a/public/themes/bootstrap4-light-purple/theme.css b/public/themes/bootstrap4-light-purple/theme.css index 71c55dc45..1058df7bf 100644 --- a/public/themes/bootstrap4-light-purple/theme.css +++ b/public/themes/bootstrap4-light-purple/theme.css @@ -212,6 +212,16 @@ --purple-700:#4e2e87; --purple-800:#3d246a; --purple-900:#2c1a4d; + --red-50:#fdf5f6; + --red-100:#f7cfd2; + --red-200:#f0a8af; + --red-300:#e9828c; + --red-400:#e35b68; + --red-500:#dc3545; + --red-600:#bb2d3b; + --red-700:#9a2530; + --red-800:#791d26; + --red-900:#58151c; } .p-autocomplete .p-autocomplete-loader { diff --git a/public/themes/fluent-light/theme.css b/public/themes/fluent-light/theme.css index c8f9e60a7..8469edf93 100644 --- a/public/themes/fluent-light/theme.css +++ b/public/themes/fluent-light/theme.css @@ -212,6 +212,16 @@ --purple-700:#5c549b; --purple-800:#48427a; --purple-900:#343059; + --red-50:#fdf5f5; + --red-100:#f4cecf; + --red-200:#eba8a9; + --red-300:#e28184; + --red-400:#da5b5e; + --red-500:#d13438; + --red-600:#b22c30; + --red-700:#922427; + --red-800:#731d1f; + --red-900:#541516; } .p-autocomplete .p-autocomplete-loader { diff --git a/public/themes/lara-dark-blue/theme.css b/public/themes/lara-dark-blue/theme.css index 180ad79ef..669dd4c2c 100644 --- a/public/themes/lara-dark-blue/theme.css +++ b/public/themes/lara-dark-blue/theme.css @@ -212,6 +212,16 @@ --purple-700:#763cad; --purple-800:#5c2f88; --purple-900:#432263; + --red-50:#fff5f5; + --red-100:#ffd0ce; + --red-200:#ffaca7; + --red-300:#ff8780; + --red-400:#ff6259; + --red-500:#ff3d32; + --red-600:#d9342b; + --red-700:#b32b23; + --red-800:#8c221c; + --red-900:#661814; } .p-autocomplete .p-autocomplete-loader { diff --git a/public/themes/lara-dark-indigo/theme.css b/public/themes/lara-dark-indigo/theme.css index 28fa9717c..a506ef588 100644 --- a/public/themes/lara-dark-indigo/theme.css +++ b/public/themes/lara-dark-indigo/theme.css @@ -212,6 +212,16 @@ --purple-700:#763cad; --purple-800:#5c2f88; --purple-900:#432263; + --red-50:#fff5f5; + --red-100:#ffd0ce; + --red-200:#ffaca7; + --red-300:#ff8780; + --red-400:#ff6259; + --red-500:#ff3d32; + --red-600:#d9342b; + --red-700:#b32b23; + --red-800:#8c221c; + --red-900:#661814; } .p-autocomplete .p-autocomplete-loader { diff --git a/public/themes/lara-dark-purple/theme.css b/public/themes/lara-dark-purple/theme.css index 4748105e2..465e2aab4 100644 --- a/public/themes/lara-dark-purple/theme.css +++ b/public/themes/lara-dark-purple/theme.css @@ -212,6 +212,16 @@ --purple-700:#763cad; --purple-800:#5c2f88; --purple-900:#432263; + --red-50:#fff5f5; + --red-100:#ffd0ce; + --red-200:#ffaca7; + --red-300:#ff8780; + --red-400:#ff6259; + --red-500:#ff3d32; + --red-600:#d9342b; + --red-700:#b32b23; + --red-800:#8c221c; + --red-900:#661814; } .p-autocomplete .p-autocomplete-loader { diff --git a/public/themes/lara-dark-teal/theme.css b/public/themes/lara-dark-teal/theme.css index a47e5e0cd..7ad4826c0 100644 --- a/public/themes/lara-dark-teal/theme.css +++ b/public/themes/lara-dark-teal/theme.css @@ -212,6 +212,16 @@ --purple-700:#763cad; --purple-800:#5c2f88; --purple-900:#432263; + --red-50:#fff5f5; + --red-100:#ffd0ce; + --red-200:#ffaca7; + --red-300:#ff8780; + --red-400:#ff6259; + --red-500:#ff3d32; + --red-600:#d9342b; + --red-700:#b32b23; + --red-800:#8c221c; + --red-900:#661814; } .p-autocomplete .p-autocomplete-loader { diff --git a/public/themes/lara-light-blue/theme.css b/public/themes/lara-light-blue/theme.css index 2ae0ed23d..5869bb5ae 100644 --- a/public/themes/lara-light-blue/theme.css +++ b/public/themes/lara-light-blue/theme.css @@ -212,6 +212,16 @@ --purple-700:#763cad; --purple-800:#5c2f88; --purple-900:#432263; + --red-50:#fff5f5; + --red-100:#ffd0ce; + --red-200:#ffaca7; + --red-300:#ff8780; + --red-400:#ff6259; + --red-500:#ff3d32; + --red-600:#d9342b; + --red-700:#b32b23; + --red-800:#8c221c; + --red-900:#661814; } .p-autocomplete .p-autocomplete-loader { diff --git a/public/themes/lara-light-indigo/theme.css b/public/themes/lara-light-indigo/theme.css index cf8b2737f..b8a141254 100644 --- a/public/themes/lara-light-indigo/theme.css +++ b/public/themes/lara-light-indigo/theme.css @@ -212,6 +212,16 @@ --purple-700:#763cad; --purple-800:#5c2f88; --purple-900:#432263; + --red-50:#fff5f5; + --red-100:#ffd0ce; + --red-200:#ffaca7; + --red-300:#ff8780; + --red-400:#ff6259; + --red-500:#ff3d32; + --red-600:#d9342b; + --red-700:#b32b23; + --red-800:#8c221c; + --red-900:#661814; } .p-autocomplete .p-autocomplete-loader { diff --git a/public/themes/lara-light-purple/theme.css b/public/themes/lara-light-purple/theme.css index 071b2c26c..2ec9640e6 100644 --- a/public/themes/lara-light-purple/theme.css +++ b/public/themes/lara-light-purple/theme.css @@ -212,6 +212,16 @@ --purple-700:#763cad; --purple-800:#5c2f88; --purple-900:#432263; + --red-50:#fff5f5; + --red-100:#ffd0ce; + --red-200:#ffaca7; + --red-300:#ff8780; + --red-400:#ff6259; + --red-500:#ff3d32; + --red-600:#d9342b; + --red-700:#b32b23; + --red-800:#8c221c; + --red-900:#661814; } .p-autocomplete .p-autocomplete-loader { diff --git a/public/themes/lara-light-teal/theme.css b/public/themes/lara-light-teal/theme.css index cfc1604d7..554908018 100644 --- a/public/themes/lara-light-teal/theme.css +++ b/public/themes/lara-light-teal/theme.css @@ -212,6 +212,16 @@ --purple-700:#763cad; --purple-800:#5c2f88; --purple-900:#432263; + --red-50:#fff5f5; + --red-100:#ffd0ce; + --red-200:#ffaca7; + --red-300:#ff8780; + --red-400:#ff6259; + --red-500:#ff3d32; + --red-600:#d9342b; + --red-700:#b32b23; + --red-800:#8c221c; + --red-900:#661814; } .p-autocomplete .p-autocomplete-loader { diff --git a/public/themes/luna-amber/theme.css b/public/themes/luna-amber/theme.css index 9392a0dc6..8394a6ccc 100644 --- a/public/themes/luna-amber/theme.css +++ b/public/themes/luna-amber/theme.css @@ -212,6 +212,16 @@ --purple-700:#5c549b; --purple-800:#48427a; --purple-900:#343059; + --red-50:#fdf4f3; + --red-100:#f6ccc6; + --red-200:#eea39a; + --red-300:#e77b6d; + --red-400:#df5240; + --red-500:#d82a13; + --red-600:#b82410; + --red-700:#971d0d; + --red-800:#77170a; + --red-900:#561108; } .p-autocomplete .p-autocomplete-loader { diff --git a/public/themes/luna-blue/theme.css b/public/themes/luna-blue/theme.css index 0504ba8bd..885f7d392 100644 --- a/public/themes/luna-blue/theme.css +++ b/public/themes/luna-blue/theme.css @@ -212,6 +212,16 @@ --purple-700:#5c549b; --purple-800:#48427a; --purple-900:#343059; + --red-50:#fdf4f3; + --red-100:#f6ccc6; + --red-200:#eea39a; + --red-300:#e77b6d; + --red-400:#df5240; + --red-500:#d82a13; + --red-600:#b82410; + --red-700:#971d0d; + --red-800:#77170a; + --red-900:#561108; } .p-autocomplete .p-autocomplete-loader { diff --git a/public/themes/luna-green/theme.css b/public/themes/luna-green/theme.css index cd428928f..e854935d7 100644 --- a/public/themes/luna-green/theme.css +++ b/public/themes/luna-green/theme.css @@ -212,6 +212,16 @@ --purple-700:#5c549b; --purple-800:#48427a; --purple-900:#343059; + --red-50:#fdf4f3; + --red-100:#f6ccc6; + --red-200:#eea39a; + --red-300:#e77b6d; + --red-400:#df5240; + --red-500:#d82a13; + --red-600:#b82410; + --red-700:#971d0d; + --red-800:#77170a; + --red-900:#561108; } .p-autocomplete .p-autocomplete-loader { diff --git a/public/themes/luna-pink/theme.css b/public/themes/luna-pink/theme.css index f02ea9744..7ce0801f3 100644 --- a/public/themes/luna-pink/theme.css +++ b/public/themes/luna-pink/theme.css @@ -212,6 +212,16 @@ --purple-700:#5c549b; --purple-800:#48427a; --purple-900:#343059; + --red-50:#fdf4f3; + --red-100:#f6ccc6; + --red-200:#eea39a; + --red-300:#e77b6d; + --red-400:#df5240; + --red-500:#d82a13; + --red-600:#b82410; + --red-700:#971d0d; + --red-800:#77170a; + --red-900:#561108; } .p-autocomplete .p-autocomplete-loader { diff --git a/public/themes/md-dark-deeppurple/theme.css b/public/themes/md-dark-deeppurple/theme.css index 2d15a9e0e..4442ddcd2 100644 --- a/public/themes/md-dark-deeppurple/theme.css +++ b/public/themes/md-dark-deeppurple/theme.css @@ -236,6 +236,16 @@ --purple-700:#6d1b7b; --purple-800:#561561; --purple-900:#3e1046; + --red-50:#fef6f5; + --red-100:#fcd2cf; + --red-200:#faaea9; + --red-300:#f88a82; + --red-400:#f6675c; + --red-500:#f44336; + --red-600:#cf392e; + --red-700:#ab2f26; + --red-800:#86251e; + --red-900:#621b16; } .p-autocomplete .p-autocomplete-loader { diff --git a/public/themes/md-dark-indigo/theme.css b/public/themes/md-dark-indigo/theme.css index 0832e0af1..c85aa6741 100644 --- a/public/themes/md-dark-indigo/theme.css +++ b/public/themes/md-dark-indigo/theme.css @@ -236,6 +236,16 @@ --purple-700:#6d1b7b; --purple-800:#561561; --purple-900:#3e1046; + --red-50:#fef6f5; + --red-100:#fcd2cf; + --red-200:#faaea9; + --red-300:#f88a82; + --red-400:#f6675c; + --red-500:#f44336; + --red-600:#cf392e; + --red-700:#ab2f26; + --red-800:#86251e; + --red-900:#621b16; } .p-autocomplete .p-autocomplete-loader { diff --git a/public/themes/md-light-deeppurple/theme.css b/public/themes/md-light-deeppurple/theme.css index 38bf09c87..3bc536cf3 100644 --- a/public/themes/md-light-deeppurple/theme.css +++ b/public/themes/md-light-deeppurple/theme.css @@ -236,6 +236,16 @@ --purple-700:#6d1b7b; --purple-800:#561561; --purple-900:#3e1046; + --red-50:#fef6f5; + --red-100:#fcd2cf; + --red-200:#faaea9; + --red-300:#f88a82; + --red-400:#f6675c; + --red-500:#f44336; + --red-600:#cf392e; + --red-700:#ab2f26; + --red-800:#86251e; + --red-900:#621b16; } .p-autocomplete .p-autocomplete-loader { diff --git a/public/themes/md-light-indigo/theme.css b/public/themes/md-light-indigo/theme.css index eb61f3637..5eb7a4a67 100644 --- a/public/themes/md-light-indigo/theme.css +++ b/public/themes/md-light-indigo/theme.css @@ -236,6 +236,16 @@ --purple-700:#6d1b7b; --purple-800:#561561; --purple-900:#3e1046; + --red-50:#fef6f5; + --red-100:#fcd2cf; + --red-200:#faaea9; + --red-300:#f88a82; + --red-400:#f6675c; + --red-500:#f44336; + --red-600:#cf392e; + --red-700:#ab2f26; + --red-800:#86251e; + --red-900:#621b16; } .p-autocomplete .p-autocomplete-loader { diff --git a/public/themes/mdc-dark-deeppurple/theme.css b/public/themes/mdc-dark-deeppurple/theme.css index f2d98907c..728fa6af0 100644 --- a/public/themes/mdc-dark-deeppurple/theme.css +++ b/public/themes/mdc-dark-deeppurple/theme.css @@ -236,6 +236,16 @@ --purple-700:#6d1b7b; --purple-800:#561561; --purple-900:#3e1046; + --red-50:#fef6f5; + --red-100:#fcd2cf; + --red-200:#faaea9; + --red-300:#f88a82; + --red-400:#f6675c; + --red-500:#f44336; + --red-600:#cf392e; + --red-700:#ab2f26; + --red-800:#86251e; + --red-900:#621b16; } .p-autocomplete .p-autocomplete-loader { diff --git a/public/themes/mdc-dark-indigo/theme.css b/public/themes/mdc-dark-indigo/theme.css index 2c1a1c47c..b8a683e30 100644 --- a/public/themes/mdc-dark-indigo/theme.css +++ b/public/themes/mdc-dark-indigo/theme.css @@ -236,6 +236,16 @@ --purple-700:#6d1b7b; --purple-800:#561561; --purple-900:#3e1046; + --red-50:#fef6f5; + --red-100:#fcd2cf; + --red-200:#faaea9; + --red-300:#f88a82; + --red-400:#f6675c; + --red-500:#f44336; + --red-600:#cf392e; + --red-700:#ab2f26; + --red-800:#86251e; + --red-900:#621b16; } .p-autocomplete .p-autocomplete-loader { diff --git a/public/themes/mdc-light-deeppurple/theme.css b/public/themes/mdc-light-deeppurple/theme.css index d86b8d35e..6e5cde427 100644 --- a/public/themes/mdc-light-deeppurple/theme.css +++ b/public/themes/mdc-light-deeppurple/theme.css @@ -236,6 +236,16 @@ --purple-700:#6d1b7b; --purple-800:#561561; --purple-900:#3e1046; + --red-50:#fef6f5; + --red-100:#fcd2cf; + --red-200:#faaea9; + --red-300:#f88a82; + --red-400:#f6675c; + --red-500:#f44336; + --red-600:#cf392e; + --red-700:#ab2f26; + --red-800:#86251e; + --red-900:#621b16; } .p-autocomplete .p-autocomplete-loader { diff --git a/public/themes/mdc-light-indigo/theme.css b/public/themes/mdc-light-indigo/theme.css index 4e9c2d18d..838226cb3 100644 --- a/public/themes/mdc-light-indigo/theme.css +++ b/public/themes/mdc-light-indigo/theme.css @@ -236,6 +236,16 @@ --purple-700:#6d1b7b; --purple-800:#561561; --purple-900:#3e1046; + --red-50:#fef6f5; + --red-100:#fcd2cf; + --red-200:#faaea9; + --red-300:#f88a82; + --red-400:#f6675c; + --red-500:#f44336; + --red-600:#cf392e; + --red-700:#ab2f26; + --red-800:#86251e; + --red-900:#621b16; } .p-autocomplete .p-autocomplete-loader { diff --git a/public/themes/nova-accent/theme.css b/public/themes/nova-accent/theme.css index 9310cd1b2..5067069fb 100644 --- a/public/themes/nova-accent/theme.css +++ b/public/themes/nova-accent/theme.css @@ -212,6 +212,16 @@ --purple-700:#5c549b; --purple-800:#48427a; --purple-900:#343059; + --red-50:#fdf4f3; + --red-100:#f6ccc6; + --red-200:#eea39a; + --red-300:#e77b6d; + --red-400:#df5240; + --red-500:#d82a13; + --red-600:#b82410; + --red-700:#971d0d; + --red-800:#77170a; + --red-900:#561108; } .p-autocomplete .p-autocomplete-loader { diff --git a/public/themes/nova-alt/theme.css b/public/themes/nova-alt/theme.css index cc36ffe93..b0de683b6 100644 --- a/public/themes/nova-alt/theme.css +++ b/public/themes/nova-alt/theme.css @@ -212,6 +212,16 @@ --purple-700:#5c549b; --purple-800:#48427a; --purple-900:#343059; + --red-50:#fdf4f3; + --red-100:#f6ccc6; + --red-200:#eea39a; + --red-300:#e77b6d; + --red-400:#df5240; + --red-500:#d82a13; + --red-600:#b82410; + --red-700:#971d0d; + --red-800:#77170a; + --red-900:#561108; } .p-autocomplete .p-autocomplete-loader { diff --git a/public/themes/nova-vue/theme.css b/public/themes/nova-vue/theme.css index 8d8faeafb..1e81be5c3 100644 --- a/public/themes/nova-vue/theme.css +++ b/public/themes/nova-vue/theme.css @@ -212,6 +212,16 @@ --purple-700:#5c549b; --purple-800:#48427a; --purple-900:#343059; + --red-50:#fdf4f3; + --red-100:#f6ccc6; + --red-200:#eea39a; + --red-300:#e77b6d; + --red-400:#df5240; + --red-500:#d82a13; + --red-600:#b82410; + --red-700:#971d0d; + --red-800:#77170a; + --red-900:#561108; } .p-autocomplete .p-autocomplete-loader { diff --git a/public/themes/nova/theme.css b/public/themes/nova/theme.css index 7f6565606..865d2534c 100644 --- a/public/themes/nova/theme.css +++ b/public/themes/nova/theme.css @@ -212,6 +212,16 @@ --purple-700:#5c549b; --purple-800:#48427a; --purple-900:#343059; + --red-50:#fdf4f3; + --red-100:#f6ccc6; + --red-200:#eea39a; + --red-300:#e77b6d; + --red-400:#df5240; + --red-500:#d82a13; + --red-600:#b82410; + --red-700:#971d0d; + --red-800:#77170a; + --red-900:#561108; } .p-autocomplete .p-autocomplete-loader { diff --git a/public/themes/rhea/theme.css b/public/themes/rhea/theme.css index 2a9000da0..57f4a8408 100644 --- a/public/themes/rhea/theme.css +++ b/public/themes/rhea/theme.css @@ -212,6 +212,16 @@ --purple-700:#7b4f8b; --purple-800:#613e6d; --purple-900:#462d4f; + --red-50:#fff7f5; + --red-100:#ffd7cf; + --red-200:#ffb7a8; + --red-300:#ff9782; + --red-400:#ff775b; + --red-500:#ff5735; + --red-600:#d94a2d; + --red-700:#b33d25; + --red-800:#8c301d; + --red-900:#662315; } .p-autocomplete .p-autocomplete-loader { diff --git a/public/themes/saga-blue/theme.css b/public/themes/saga-blue/theme.css index 7dbf43965..a76b546bc 100644 --- a/public/themes/saga-blue/theme.css +++ b/public/themes/saga-blue/theme.css @@ -212,6 +212,16 @@ --purple-700:#6d1b7b; --purple-800:#561561; --purple-900:#3e1046; + --red-50:#fff5f5; + --red-100:#ffd1ce; + --red-200:#ffada7; + --red-300:#ff8980; + --red-400:#ff6459; + --red-500:#ff4032; + --red-600:#d9362b; + --red-700:#b32d23; + --red-800:#8c231c; + --red-900:#661a14; } .p-autocomplete .p-autocomplete-loader { diff --git a/public/themes/saga-green/theme.css b/public/themes/saga-green/theme.css index 66357a1bc..15c4f02f9 100644 --- a/public/themes/saga-green/theme.css +++ b/public/themes/saga-green/theme.css @@ -212,6 +212,16 @@ --purple-700:#6d1b7b; --purple-800:#561561; --purple-900:#3e1046; + --red-50:#fff5f5; + --red-100:#ffd1ce; + --red-200:#ffada7; + --red-300:#ff8980; + --red-400:#ff6459; + --red-500:#ff4032; + --red-600:#d9362b; + --red-700:#b32d23; + --red-800:#8c231c; + --red-900:#661a14; } .p-autocomplete .p-autocomplete-loader { diff --git a/public/themes/saga-orange/theme.css b/public/themes/saga-orange/theme.css index c9fdc0852..a8bedaada 100644 --- a/public/themes/saga-orange/theme.css +++ b/public/themes/saga-orange/theme.css @@ -212,6 +212,16 @@ --purple-700:#6d1b7b; --purple-800:#561561; --purple-900:#3e1046; + --red-50:#fff5f5; + --red-100:#ffd1ce; + --red-200:#ffada7; + --red-300:#ff8980; + --red-400:#ff6459; + --red-500:#ff4032; + --red-600:#d9362b; + --red-700:#b32d23; + --red-800:#8c231c; + --red-900:#661a14; } .p-autocomplete .p-autocomplete-loader { diff --git a/public/themes/saga-purple/theme.css b/public/themes/saga-purple/theme.css index 7129175de..1ad428547 100644 --- a/public/themes/saga-purple/theme.css +++ b/public/themes/saga-purple/theme.css @@ -212,6 +212,16 @@ --purple-700:#6d1b7b; --purple-800:#561561; --purple-900:#3e1046; + --red-50:#fff5f5; + --red-100:#ffd1ce; + --red-200:#ffada7; + --red-300:#ff8980; + --red-400:#ff6459; + --red-500:#ff4032; + --red-600:#d9362b; + --red-700:#b32d23; + --red-800:#8c231c; + --red-900:#661a14; } .p-autocomplete .p-autocomplete-loader { diff --git a/public/themes/tailwind-light/theme.css b/public/themes/tailwind-light/theme.css index 68e981b36..abd8b0417 100644 --- a/public/themes/tailwind-light/theme.css +++ b/public/themes/tailwind-light/theme.css @@ -247,6 +247,16 @@ --purple-700:#763cad; --purple-800:#5c2f88; --purple-900:#432263; + --red-50:#fef6f6; + --red-100:#fbd2d2; + --red-200:#f8afaf; + --red-300:#f58b8b; + --red-400:#f26868; + --red-500:#ef4444; + --red-600:#cb3a3a; + --red-700:#a73030; + --red-800:#832525; + --red-900:#601b1b; } .p-autocomplete .p-autocomplete-loader { diff --git a/public/themes/vela-blue/theme.css b/public/themes/vela-blue/theme.css index a53c3aafc..6a5fcae32 100644 --- a/public/themes/vela-blue/theme.css +++ b/public/themes/vela-blue/theme.css @@ -212,6 +212,16 @@ --purple-700:#6d1b7b; --purple-800:#561561; --purple-900:#3e1046; + --red-50:#fff5f5; + --red-100:#ffd1ce; + --red-200:#ffada7; + --red-300:#ff8980; + --red-400:#ff6459; + --red-500:#ff4032; + --red-600:#d9362b; + --red-700:#b32d23; + --red-800:#8c231c; + --red-900:#661a14; } .p-autocomplete .p-autocomplete-loader { diff --git a/public/themes/vela-green/theme.css b/public/themes/vela-green/theme.css index e59c85f9c..011ac6216 100644 --- a/public/themes/vela-green/theme.css +++ b/public/themes/vela-green/theme.css @@ -212,6 +212,16 @@ --purple-700:#6d1b7b; --purple-800:#561561; --purple-900:#3e1046; + --red-50:#fff5f5; + --red-100:#ffd1ce; + --red-200:#ffada7; + --red-300:#ff8980; + --red-400:#ff6459; + --red-500:#ff4032; + --red-600:#d9362b; + --red-700:#b32d23; + --red-800:#8c231c; + --red-900:#661a14; } .p-autocomplete .p-autocomplete-loader { diff --git a/public/themes/vela-orange/theme.css b/public/themes/vela-orange/theme.css index a378d6c09..dd1d9ac2f 100644 --- a/public/themes/vela-orange/theme.css +++ b/public/themes/vela-orange/theme.css @@ -212,6 +212,16 @@ --purple-700:#6d1b7b; --purple-800:#561561; --purple-900:#3e1046; + --red-50:#fff5f5; + --red-100:#ffd1ce; + --red-200:#ffada7; + --red-300:#ff8980; + --red-400:#ff6459; + --red-500:#ff4032; + --red-600:#d9362b; + --red-700:#b32d23; + --red-800:#8c231c; + --red-900:#661a14; } .p-autocomplete .p-autocomplete-loader { diff --git a/public/themes/vela-purple/theme.css b/public/themes/vela-purple/theme.css index 1b1b065a4..f47ffefce 100644 --- a/public/themes/vela-purple/theme.css +++ b/public/themes/vela-purple/theme.css @@ -212,6 +212,16 @@ --purple-700:#6d1b7b; --purple-800:#561561; --purple-900:#3e1046; + --red-50:#fff5f5; + --red-100:#ffd1ce; + --red-200:#ffada7; + --red-300:#ff8980; + --red-400:#ff6459; + --red-500:#ff4032; + --red-600:#d9362b; + --red-700:#b32d23; + --red-800:#8c231c; + --red-900:#661a14; } .p-autocomplete .p-autocomplete-loader {