From 1f5efa313a2ded09bd52040c2e59850af5895ad7 Mon Sep 17 00:00:00 2001 From: mtoohey31 Date: Sun, 27 Dec 2020 19:50:35 -0500 Subject: [PATCH] Added Nord Theme --- extensions/nord-theme.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 extensions/nord-theme.yaml 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' +...