From 367b3dcb8aaef1c35cb4ca7b47c726fb853b463d Mon Sep 17 00:00:00 2001 From: pheralb Date: Sun, 17 Dec 2023 16:28:21 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Update=20svgs=20data=20with=20li?= =?UTF-8?q?ght/dark=20theme.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/svgs.ts | 15 ++++++++++++--- static/library/cal_dark.svg | 9 +++++++++ static/library/penpot_dark.svg | 3 +++ static/library/sketch.svg | 2 +- static/library/sketch_light.svg | 3 +++ 5 files changed, 28 insertions(+), 4 deletions(-) create mode 100644 static/library/cal_dark.svg create mode 100644 static/library/penpot_dark.svg create mode 100644 static/library/sketch_light.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 95a77fb..5859fb6 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1531,7 +1531,10 @@ export const svgs: iSVG[] = [ { title: 'Cal.com', category: 'Software', - route: '/library/cal.svg', + route: { + light: '/library/cal.svg', + dark: '/library/cal_dark.svg' + }, url: 'https://cal.com' }, { @@ -1783,13 +1786,19 @@ export const svgs: iSVG[] = [ { title: 'Penpot', category: 'Design', - route: '/library/penpot.svg', + route: { + light: '/library/penpot.svg', + dark: '/library/penpot_dark.svg' + }, url: 'https://penpot.app/' }, { title: 'Sketch', category: 'Design', - route: '/library/sketch.svg', + route: { + light: '/library/sketch_light.svg', + dark: '/library/sketch.svg' + }, url: 'https://www.sketch.com/' }, { diff --git a/static/library/cal_dark.svg b/static/library/cal_dark.svg new file mode 100644 index 0000000..c101e25 --- /dev/null +++ b/static/library/cal_dark.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/static/library/penpot_dark.svg b/static/library/penpot_dark.svg new file mode 100644 index 0000000..4911754 --- /dev/null +++ b/static/library/penpot_dark.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/static/library/sketch.svg b/static/library/sketch.svg index f2c1716..7f3431d 100644 --- a/static/library/sketch.svg +++ b/static/library/sketch.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/static/library/sketch_light.svg b/static/library/sketch_light.svg new file mode 100644 index 0000000..f2c1716 --- /dev/null +++ b/static/library/sketch_light.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file