From c67ecbec8c4b142becfa0b741270e97a9f96b9a8 Mon Sep 17 00:00:00 2001 From: thursday Date: Thu, 30 Dec 2021 15:37:00 -0500 Subject: [PATCH] Create theme.yaml.sample Add example theme.yaml --- theme.yaml.sample | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 theme.yaml.sample diff --git a/theme.yaml.sample b/theme.yaml.sample new file mode 100644 index 0000000..a1d04c8 --- /dev/null +++ b/theme.yaml.sample @@ -0,0 +1,20 @@ +--- +id: +github: +main: + +name: +content_type: SN|Theme +area: themes +version: <0.0.1> +marketing_url: +thumbnail_url: +description: + +statusBar: dark-content +dock_icon: + type: circle + background_color: '#726a7b' #your chosen icon background color + foreground_color: '#ffffff' #your chosen icon foreground color + border_color: '#726a7b' #your chosen icon border color +...