M README.md => README.md +1 -1
@@ 1,7 1,7 @@
Picross is a minimal and usable [gemini://](https://gemini.circumlunar.space/)
browser written in Python and tkinter.
-![](https://fkfd.me/static/picross-0.6.0.png)
+![](https://fkfd.me/static/picross-0.6.2.png)
# Installation
M picross.toml => picross.toml +4 -1
@@ 4,4 4,7 @@ link-color = "#3daee9"
list-item-color = "#27ae60"
text-font = "Noto Sans Mono"
mono-font = "Noto Sans Mono"
-window-geometry = "960x1020+960+0"
+select-background = "#3daee9"
+select-foreground = "white"
+download-dest = "~/Downloads/"
+window-geometry = "960x720+0+0"