diff --git a/extensions/nord-theme.yaml b/extensions/nord-theme.yaml new file mode 100644 index 0000000..76e531c --- /dev/null +++ b/extensions/nord-theme.yaml @@ -0,0 +1,17 @@ +id: io.github.lzambarda.sn-nord-theme +github: lzambarda/sn-nord-theme +main: theme.css + +name: Nord Theme +content_type: SN|Theme +area: themes +version: 0.0.2 +marketing_url: https://github.com/lzambarda/sn-nord-theme +thumbnail_url: https://raw.githubusercontent.com/lzambarda/sn-nord-theme/master/preview.png +description: Standard Notes theme inspired by the magnificent Nord Theme. +dock_icon: + type: circle + background_color: '#5E81AC' + foreground_color: '#ECEFF4' + border_color: '#5e81ac' +...