-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
42 changed files
with
153 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,14 @@ | ||
SHELL=/bin/bash | ||
|
||
all: ${NAME}.sabakitheme.asar | ||
|
||
${NAME}.sabakitheme.asar: theme/package.json theme/styles.css theme/images/*.png | ||
${NAME}.sabakitheme.asar: theme/package.json | ||
asar pack ./theme $@ | ||
|
||
# https://stedolan.github.io/jq/ | ||
theme/package.json: theme.package.json version.json ../common.package.json theme/styles.css theme/images/*.png | ||
jq '{major, minor, patch: (.patch + 1)}' version.json > version.json.tmp | ||
mv version.json.tmp version.json | ||
jq -s '.[0] * {version: "\(.[1].major).\(.[1].minor).\(.[1].patch)"} * .[2]' theme.package.json version.json ../common.package.json > $@ | ||
|
||
# vim: noet sw=8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"name": "Agate", | ||
"description": "A theme with agate stones for Sabaki" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"name": "Agate", | ||
"version": "0.1.1", | ||
"description": "A theme with agate stones for Sabaki", | ||
"version": "1.0.4", | ||
"author": "Bill Hails", | ||
"license": "CC0-1.0", | ||
"homepage": "https://github.com/billhails/SabakiThemes", | ||
"license": "CC0-1.0", | ||
"main": "styles.css" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"major": 1, | ||
"minor": 0, | ||
"patch": 4 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"name": "Antique (hard light)", | ||
"description": "A theme with antique single-convex yunzi stones for Sabaki" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"name": "Antique (hard light)", | ||
"version": "0.1.5", | ||
"description": "A theme with antique single-convex yunzi stones for Sabaki", | ||
"version": "1.0.7", | ||
"author": "Bill Hails", | ||
"license": "CC0-1.0", | ||
"homepage": "https://github.com/billhails/SabakiThemes", | ||
"license": "CC0-1.0", | ||
"main": "styles.css" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"major": 1, | ||
"minor": 0, | ||
"patch": 7 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"name": "Antique (Soft Light)", | ||
"description": "A theme with antique single-convex yunzi stones for Sabaki" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"name": "Antique (Soft Light)", | ||
"version": "0.1.5", | ||
"description": "A theme with antique single-convex yunzi stones for Sabaki", | ||
"version": "1.0.7", | ||
"author": "Bill Hails", | ||
"license": "CC0-1.0", | ||
"homepage": "https://github.com/billhails/SabakiThemes", | ||
"license": "CC0-1.0", | ||
"main": "styles.css" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"major": 1, | ||
"minor": 0, | ||
"patch": 7 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"name": "Basic", | ||
"description": "A basic theme with glass stones and a beechwood board for Sabaki" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"name": "Basic", | ||
"version": "0.1.3", | ||
"description": "A basic theme with glass stones and a beechwood board for Sabaki", | ||
"version": "1.0.5", | ||
"author": "Bill Hails", | ||
"license": "CC0-1.0", | ||
"homepage": "https://github.com/billhails/SabakiThemes", | ||
"license": "CC0-1.0", | ||
"main": "styles.css" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"major": 1, | ||
"minor": 0, | ||
"patch": 5 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"name": "Trump's Bathroom", | ||
"description": "A theme with semi-precious stones and a marble board for Sabaki" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
{ | ||
"name": "Trump's Bathroom", | ||
"version": "0.1.5", | ||
"description": "A theme with semi-precious stones and a marble board for Sabaki", | ||
"version": "1.0.7", | ||
"author": "Bill Hails", | ||
"homepage": "https://github.com/billhails/SabakiThemes", | ||
"license": "CC0-1.0", | ||
"homepage": "https://github.com/billhails/SabakiThemes", | ||
"main": "styles.css" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"major": 1, | ||
"minor": 0, | ||
"patch": 7 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"author": "Bill Hails", | ||
"homepage": "https://github.com/billhails/SabakiThemes", | ||
"license": "CC0-1.0", | ||
"homepage": "https://github.com/billhails/SabakiThemes", | ||
"main": "styles.css" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"name": "Jade (hard light)", | ||
"description": "A theme with jade stones for Sabaki" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
{ | ||
"name": "Jade (hard light)", | ||
"version": "0.1.4", | ||
"description": "A theme with jade stones for Sabaki", | ||
"version": "1.0.6", | ||
"author": "Bill Hails", | ||
"homepage": "https://github.com/billhails/SabakiThemes", | ||
"license": "CC0-1.0", | ||
"homepage": "https://github.com/billhails/SabakiThemes", | ||
"main": "styles.css" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"major": 1, | ||
"minor": 0, | ||
"patch": 6 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"name": "Jade (soft light)", | ||
"description": "A theme with jade stones for Sabaki" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
{ | ||
"name": "Jade (soft light)", | ||
"version": "0.1.0", | ||
"description": "A theme with jade stones for Sabaki", | ||
"version": "1.0.2", | ||
"author": "Bill Hails", | ||
"homepage": "https://github.com/billhails/SabakiThemes", | ||
"license": "CC0-1.0", | ||
"homepage": "https://github.com/billhails/SabakiThemes", | ||
"main": "styles.css" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"major": 1, | ||
"minor": 0, | ||
"patch": 2 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"name": "Sakura", | ||
"description": "A Sakura (cherry blossom) theme for Sabaki" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"name": "Sakura", | ||
"version": "0.1.4", | ||
"description": "A Sakura (cherry blossom) theme for Sabaki", | ||
"version": "1.0.6", | ||
"author": "Bill Hails", | ||
"license": "CC0-1.0", | ||
"homepage": "https://github.com/billhails/SabakiThemes", | ||
"license": "CC0-1.0", | ||
"main": "styles.css" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"major": 1, | ||
"minor": 0, | ||
"patch": 6 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"name": "Clamshell & Slate (Hard Light)", | ||
"description": "A clamshell and slate theme for Sabaki" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"major": 1, | ||
"minor": 0, | ||
"patch": 5 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"name": "Clamshell & Slate (soft light)", | ||
"description": "A clamshell and slate theme for Sabaki" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"major": 1, | ||
"minor": 0, | ||
"patch": 3 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"name": "Yuki", | ||
"description": "A theme with yuki-grade clamshell & slate stones for Sabaki" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
{ | ||
"name": "Yuki", | ||
"version": "0.1.1", | ||
"description": "A theme with yuki-grade clamshell & slate stones for Sabaki", | ||
"version": "1.0.3", | ||
"author": "Bill Hails", | ||
"homepage": "https://github.com/billhails/SabakiThemes", | ||
"license": "CC0-1.0", | ||
"homepage": "https://github.com/billhails/SabakiThemes", | ||
"main": "styles.css" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"major": 1, | ||
"minor": 0, | ||
"patch": 3 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"name": "Yunzi (hard light)", | ||
"description": "A theme with yunzi stones for Sabaki" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"major": 1, | ||
"minor": 0, | ||
"patch": 5 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"name": "Yunzi (soft light)", | ||
"description": "A theme with yunzi stones for Sabaki" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"major": 1, | ||
"minor": 0, | ||
"patch": 5 | ||
} |