From 80efbfdcce733a892be5dabaaebeb318dd957017 Mon Sep 17 00:00:00 2001 From: thursday Date: Wed, 22 Sep 2021 19:03:16 +0000 Subject: [PATCH] Re-adding material theme Adding my own fork of the material theme with a tagged release.. --- extensions/material-theme.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 extensions/material-theme.yaml diff --git a/extensions/material-theme.yaml b/extensions/material-theme.yaml new file mode 100644 index 0000000..c2d5361 --- /dev/null +++ b/extensions/material-theme.yaml @@ -0,0 +1,19 @@ +--- +id: io.github.xthursdayx.sn-material-theme +github: xthursdayx/sn-theme-material +main: dist/main.css + +name: Material Theme +content_type: SN|Theme +area: themes +version: 1.0.0 +marketing_url: https://github.com/xthursdayx/sn-theme-material +thumbnail_url: https://raw.githubusercontent.com/xthursdayx/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' +...