From 33e266ad078f5f8746f8631195c747b7a0052304 Mon Sep 17 00:00:00 2001 From: kylejbrk Date: Sat, 2 May 2020 17:34:06 -0400 Subject: [PATCH 1/2] added dock icon for pure black --- extensions/pure-black-theme.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/extensions/pure-black-theme.yaml b/extensions/pure-black-theme.yaml index 25a505c..f1decc7 100644 --- a/extensions/pure-black-theme.yaml +++ b/extensions/pure-black-theme.yaml @@ -10,4 +10,9 @@ version: 1.0.9 marketing_url: https://github.com/christianhans/sn-pure-black-theme thumbnail_url: https://raw.githubusercontent.com/christianhans/sn-pure-black-theme/master/preview1.png description: Theme optimized for Optimized for OLED devices such as iPhone X. +dock_icon: + type: circle + background_color: '#000000' + foreground_color": '#000000' + border_color: '#000000' ... From 51d2c75ec52fb0bfb650aa35c4cd99a2d71c9741 Mon Sep 17 00:00:00 2001 From: kylejbrk <35229089+kylejbrk@users.noreply.github.com> Date: Sun, 3 May 2020 14:48:32 -0400 Subject: [PATCH 2/2] Create gh-pages.yml --- .github/workflows/gh-pages.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/workflows/gh-pages.yml diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml new file mode 100644 index 0000000..0b12190 --- /dev/null +++ b/.github/workflows/gh-pages.yml @@ -0,0 +1,5 @@ +- name: Deploy + uses: peaceiris/actions-gh-pages@v3 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./public