From ae9f3abc6f800193da9642d0ce2179868639e3e8 Mon Sep 17 00:00:00 2001 From: thursday Date: Wed, 5 Jan 2022 07:00:01 +0000 Subject: [PATCH] Switch to forked repo Attempt to get SN extension repo to process theme correctly. --- extensions/nord-theme.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/extensions/nord-theme.yaml b/extensions/nord-theme.yaml index 542769a..e471d20 100644 --- a/extensions/nord-theme.yaml +++ b/extensions/nord-theme.yaml @@ -1,20 +1,20 @@ --- -id: com.marc-sensenich.sn-nord-theme -github: marc-sensenich/sn-nord-theme +id: io.github.xthursdayx.sn-nord-theme +github: xthursdayx/sn-nord-theme main: dist/dist.css name: Nord Theme content_type: SN|Theme area: themes -version: 0.1.8 -marketing_url: https://github.com/marc-sensenich/sn-nord-theme +version: 0.1.9 +marketing_url: https://github.com/xthursdayx/sn-nord-theme thumbnail_url: https://raw.githubusercontent.com/lzambarda/sn-nord-theme/master/preview.png description: An arctic, north-bluish clean and elegant Standard Notes theme. statusBar: dark-content dock_icon: type: circle - background_color: '#5e81ac' - foreground_color: '#eceff4' - border_color: '#5e81ac' + background_color: '#88C0D0' + foreground_color: '#88C0D0' + border_color: '#88C0D0' ...