From c8b2091418d92f4c38fe706f9145cb64ec64d099 Mon Sep 17 00:00:00 2001 From: thursday Date: Wed, 22 Sep 2021 20:05:13 +0000 Subject: [PATCH] Create less-distraction-theme.yaml --- extensions/less-distraction-theme.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 extensions/less-distraction-theme.yaml diff --git a/extensions/less-distraction-theme.yaml b/extensions/less-distraction-theme.yaml new file mode 100644 index 0000000..f71a37f --- /dev/null +++ b/extensions/less-distraction-theme.yaml @@ -0,0 +1,20 @@ +--- +id: io.github.xthursdayx.less-distraction +github: xthursdayx/sn-less-distraction +main: dist/dist.css + +name: Less Distraction +content_type: SN|Theme +area: themes +version: 1.2.3 +marketing_url: https://github.com/xthursdayx/sn-less-distraction +thumbnail_url: https://raw.githubusercontent.com/xthursdayx/sn-less-distraction/master/screenshot.png +description: A theme for focusing on your writing. + +statusBar: dark-content +dock_icon: + type: circle + background_color: '#FFFFFF' + foreground_color: '#FFFFFF' + border_color: '#FFFFFF' +...