From 4039cf258e945990d5519f32c9e1a98418480442 Mon Sep 17 00:00:00 2001 From: Yichuan Shen Date: Sun, 4 Nov 2018 11:20:16 +0100 Subject: [PATCH] Add texture links to theme directory (Close #464) --- README.md | 2 +- docs/README.md | 2 +- docs/guides/theme-directory.md | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eeec9e790..ea5bbe3a4 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ An elegant Go/Baduk/Weiqi board and SGF editor for a more civilized age. [Downlo - Read and save SGF games and collections - Open wBaduk NGF and Tygem GIB files - Display formatted SGF comments using a [subset of Markdown](https://github.com/SabakiHQ/Sabaki/blob/master/docs/guides/markdown.md) -- Personalize board appearance with [themes](https://github.com/SabakiHQ/Sabaki/blob/master/docs/guides/theme-directory.md) +- Personalize board appearance with [textures & themes](https://github.com/SabakiHQ/Sabaki/blob/master/docs/guides/theme-directory.md) - SGF editing tools - Lines & arrows board markup - Copy & paste variations diff --git a/docs/README.md b/docs/README.md index 2ac6ac509..cc01e12ca 100644 --- a/docs/README.md +++ b/docs/README.md @@ -12,7 +12,7 @@ This documentation is incomplete and a work in progress. * [Debugging](guides/debugging.md) * [Engines](guides/engines.md) * [Markdown in Sabaki](guides/markdown.md) -* [Theme Directory](guides/theme-directory.md) +* [Textures & Theme Directory](guides/theme-directory.md) * [Create Themes](guides/create-themes.md) * [Userstyle Tutorial](guides/userstyle-tutorial.md) diff --git a/docs/guides/theme-directory.md b/docs/guides/theme-directory.md index 9a74aefae..9cc4c7e8b 100644 --- a/docs/guides/theme-directory.md +++ b/docs/guides/theme-directory.md @@ -1,3 +1,9 @@ +# Textures + +You can customize the appearance by replacing stone and board images. Here are some resources: + +- [by @ParmuzinAlexander](https://github.com/ParmuzinAlexander/go-themes) + # Theme Directory Sabaki v0.40.0 has introduced changes the DOM structure, so themes that worked under Sabaki v0.30.x may not work in Sabaki v0.40.0 or newer.