From d154d586276618567ec535d6a53efe5c1fdde549 Mon Sep 17 00:00:00 2001 From: thursday Date: Fri, 24 Sep 2021 04:29:23 -0400 Subject: [PATCH] Create callisto-theme.yaml --- extensions/callisto-theme.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 extensions/callisto-theme.yaml diff --git a/extensions/callisto-theme.yaml b/extensions/callisto-theme.yaml new file mode 100644 index 0000000..54587b9 --- /dev/null +++ b/extensions/callisto-theme.yaml @@ -0,0 +1,20 @@ +--- +id: io.github.xthursdayx.sn-callisto-theme +github: xthursdayx/callisto-theme-standard-notes +main: dist/dist.css + +name: Callisto +content_type: SN|Theme +area: themes +version: 1.0.1 +marketing_url: https://github.com/xthursdayx/callisto-theme-standard-notes +thumbnail_url: https://raw.githubusercontent.com/xthursdayx/callisto-theme-standard-notes/master/screenshot1.png +description: Dusty background with teal accents. + +statusBar: dark-content +dock_icon: + type: circle + background_color: '#0b1021' + foreground_color: '#d6085a' + border_color: '#1EE3B5' +...