Skip to content

Commit

Permalink
adding a theme with a light grid, mostly as an example | fixes #10
Browse files Browse the repository at this point in the history
  • Loading branch information
psygo committed Jun 11, 2021
1 parent 3dc977f commit d2be3e5
Show file tree
Hide file tree
Showing 11 changed files with 193 additions and 12 deletions.
25 changes: 13 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,16 @@ The organization of my themes reflects the one found in the Photorealistic theme

## Themes

The screenshots below were taken from the game between [Shibano Toramaru 9p and Hane Naoki 9p, on 2021-04-02](http://go4go.net/go/games/sgfview/96076) — the file can be found inside the [`assets`](assets/) folder.

| Theme | Example |
| --------------------- | --------------------------------------------------------------- |
| Bluish Purple | ![bluish-purple](screenshots/bluish_purple.png) |
| Bluish Purple Squared | ![bluish-purple-squared](screenshots/bluish_purple_squared.png) |
| Bookish | ![bookish](screenshots/bookish.png) |
| Bookish No Border | ![bookish-no-border](screenshots/bookish_no_border.png) |
| Subdued Bookish | ![subdued-bookish](screenshots/subdued_bookish.png)
| Reverse Bookish | ![reverse-bookish](screenshots/reverse_bookish.png) |
| Fire & Ice | ![fire-and-ice](screenshots/fire_and_ice.png) |
| Squared | ![squared](screenshots/squared.png) |
The screenshots below were taken from the game between [Shibano Toramaru 9p and Hane Naoki 9p, on 2021-04-02](http://go4go.net/go/games/sgfview/96076), on move 80 — the file can be found inside the [`assets`](assets/) folder.

| Theme | Example |
| -------------------------- | ------------------------------------------------------------------------- |
| Bluish Purple | ![bluish-purple](screenshots/bluish_purple.png) |
| Bluish Purple Squared | ![bluish-purple-squared](screenshots/bluish_purple_squared.png) |
| Bookish | ![bookish](screenshots/bookish.png) |
| Bookish No Border | ![bookish-no-border](screenshots/bookish_no_border.png) |
| Subdued Bookish | ![subdued-bookish](screenshots/subdued_bookish.png ) |
| Reverse Bookish | ![reverse-bookish](screenshots/reverse_bookish.png) |
| Reverse Bookish Light Grid | ![reverse-bookish-light-grid](screenshots/reverse_bookish_light_grid.png) |
| Fire & Ice | ![fire-and-ice](screenshots/fire_and_ice.png) |
| Squared | ![squared](screenshots/squared.png) |
Binary file not shown.
70 changes: 70 additions & 0 deletions Reverse Bookish Light Grid/projects/black.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
79 changes: 79 additions & 0 deletions Reverse Bookish Light Grid/projects/white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Reverse Bookish Light Grid/theme/img/black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Reverse Bookish Light Grid/theme/img/white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions Reverse Bookish Light Grid/theme/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "reverse-bookish-light-grid",
"version": "0.0.1",
"description": "An inverted bookish theme for playing Go, with a light grid",
"author": "Philippe Fanaro",
"license": "GPL",
"homepage": "https://github.com/FanaroEngineering/fanaro-sabaki-theme-collection",
"main": "styles.css"
}
22 changes: 22 additions & 0 deletions Reverse Bookish Light Grid/theme/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
.shudan-goban {
--shudan-board-border-width: 0;
--shudan-board-foreground-color: #DDD;

--shudan-black-background-color: #0E0E0E;
--shudan-black-foreground-color: #eee;

--shudan-white-background-color: #EBEBEB;
--shudan-white-foreground-color: #222;
}

.shudan-goban-image {
background-image: url('img/background.png');
}

.shudan-stone-image.shudan-sign_1 {
background-image: url('img/black.png');
}

.shudan-stone-image.shudan-sign_-1 {
background-image: url('img/white.png');
}
Binary file added screenshots/reverse_bookish_light_grid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d2be3e5

Please sign in to comment.