From d1c228a5eea56bb9cdff306aa7b4fc062a2d340c Mon Sep 17 00:00:00 2001 From: thursday Date: Wed, 22 Sep 2021 13:39:24 +0000 Subject: [PATCH] Delete material-theme.yaml --- extensions/material-theme.yaml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 extensions/material-theme.yaml diff --git a/extensions/material-theme.yaml b/extensions/material-theme.yaml deleted file mode 100644 index cefd70b..0000000 --- a/extensions/material-theme.yaml +++ /dev/null @@ -1,19 +0,0 @@ ---- -id: com.vantezzen.material-theme -github: vantezzen/sn-theme-material -main: src/main.css - -name: Material Theme -content_type: SN|Theme -area: themes -version: 1.0.0 -marketing_url: https://github.com/vantezzen/sn-theme-material -thumbnail_url: https://raw.githubusercontent.com/vantezzen/sn-theme-material/master/screenshot.png -description: Material Theme for Standard Notes. - -dock_icon: - type: circle - background_color: '#263238' - foreground_color: '#FFFFFF' - border_color: '#263238' -...