Merge pull request #2 from kylejbrk/master

added dock icon for pure black
This commit is contained in:
Ganesh Kumar
2020-05-03 14:49:59 -04:00
committed by GitHub
2 changed files with 10 additions and 0 deletions

5
.github/workflows/gh-pages.yml vendored Normal file
View File

@@ -0,0 +1,5 @@
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public

View File

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