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' +...