From 5273d8c81fb85a5ce3bdffb033a4a7de8558f4db Mon Sep 17 00:00:00 2001 From: Shashwat Nautiyal Date: Mon, 30 Jan 2023 18:33:26 +0530 Subject: [PATCH 1/2] add gitpod icon and mapping --- icons/gitpod.svg | 3 +++ styles/components/icons/mapping.less | 4 ++++ 2 files changed, 7 insertions(+) create mode 100644 icons/gitpod.svg diff --git a/icons/gitpod.svg b/icons/gitpod.svg new file mode 100644 index 00000000..5df3a99d --- /dev/null +++ b/icons/gitpod.svg @@ -0,0 +1,3 @@ + + + diff --git a/styles/components/icons/mapping.less b/styles/components/icons/mapping.less index 672c1809..8e2dbffa 100644 --- a/styles/components/icons/mapping.less +++ b/styles/components/icons/mapping.less @@ -600,6 +600,10 @@ // GITLAB .icon-set(".gitlab-ci.yml", "gitlab", @orange); +// GITPOD +.icon-set(".gitpod.yml", "gitpod", @orange); +.icon-set(".gitpod.yaml", "gitpod", @orange); + // GRUNT .icon-set("Gruntfile.js", "grunt", @orange); .icon-set("gruntfile.babel.js", "grunt", @orange); From cbcdaab77b74afb219119a5eb5a64c5e98428222 Mon Sep 17 00:00:00 2001 From: Shashwat Nautiyal <85606496+ShashwatNautiyal@users.noreply.github.com> Date: Wed, 12 Jul 2023 18:31:02 +0530 Subject: [PATCH 2/2] Update styles/components/icons/mapping.less MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Filip Troníček --- styles/components/icons/mapping.less | 1 - 1 file changed, 1 deletion(-) diff --git a/styles/components/icons/mapping.less b/styles/components/icons/mapping.less index 8e2dbffa..3387d490 100644 --- a/styles/components/icons/mapping.less +++ b/styles/components/icons/mapping.less @@ -602,7 +602,6 @@ // GITPOD .icon-set(".gitpod.yml", "gitpod", @orange); -.icon-set(".gitpod.yaml", "gitpod", @orange); // GRUNT .icon-set("Gruntfile.js", "grunt", @orange);