You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by jo...@apache.org on 2023/04/06 23:36:24 UTC

[superset] branch john-bodley--colors-airbnb created (now 2e07b6fc7b)

This is an automated email from the ASF dual-hosted git repository.

johnbodley pushed a change to branch john-bodley--colors-airbnb
in repository https://gitbox.apache.org/repos/asf/superset.git


      at 2e07b6fc7b chore(colors): Updating Airbnb branch colors

This branch includes the following new commits:

     new 2e07b6fc7b chore(colors): Updating Airbnb branch colors

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[superset] 01/01: chore(colors): Updating Airbnb branch colors

Posted by jo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

johnbodley pushed a commit to branch john-bodley--colors-airbnb
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 2e07b6fc7b03ffb767e044ac34dd6c99e9d64347
Author: John Bodley <45...@users.noreply.github.com>
AuthorDate: Fri Apr 7 11:36:16 2023 +1200

    chore(colors): Updating Airbnb branch colors
---
 .../src/color/colorSchemes/categorical/airbnb.ts   | 35 +++++++++-------------
 1 file changed, 14 insertions(+), 21 deletions(-)

diff --git a/superset-frontend/packages/superset-ui-core/src/color/colorSchemes/categorical/airbnb.ts b/superset-frontend/packages/superset-ui-core/src/color/colorSchemes/categorical/airbnb.ts
index 462065b84f..4754f7e281 100644
--- a/superset-frontend/packages/superset-ui-core/src/color/colorSchemes/categorical/airbnb.ts
+++ b/superset-frontend/packages/superset-ui-core/src/color/colorSchemes/categorical/airbnb.ts
@@ -24,27 +24,20 @@ const schemes = [
     id: 'bnbColors',
     label: 'Airbnb Colors',
     colors: [
-      '#ff5a5f', // rausch
-      '#7b0051', // hackb
-      '#007A87', // kazan
-      '#00d1c1', // babu
-      '#8ce071', // lima
-      '#ffb400', // beach
-      '#b4a76c', // barol
-      '#ff8083',
-      '#cc0086',
-      '#00a1b3',
-      '#00ffeb',
-      '#bbedab',
-      '#ffd266',
-      '#cbc29a',
-      '#ff3339',
-      '#ff1ab1',
-      '#005c66',
-      '#00b3a5',
-      '#55d12e',
-      '#b37e00',
-      '#988b4e',
+      '#ff385c', // rausch
+      '#92174d', // plus
+      '#460479', // luxe
+      '#222222', // hof
+      '#dddddd', // deco
+      '#c13515', // arches
+      '#d0650b', // ondo
+      '#ffaf0f', // beach
+      '#7dv734', // lima
+      '#22bc4e', // spruce
+      '#00ba92', // norrr
+      '#007e82', // babu
+      '#2875f0', // mykonou
+      '#9b3197', // omiya
     ],
   },
 ].map(s => new CategoricalScheme(s));