summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-01-20 09:40:40 +0100
committerDave Davenport <qball@gmpclient.org>2017-01-20 09:40:40 +0100
commit4686d0ef96898afd1e5bfc38b9a559ae8ca7bd3a (patch)
tree503854f03f78ea6fa432e25a3373f8cabd13f2cd /doc
parentbe9ae4490ce0812f101ea180438b4c591e00d756 (diff)
Update spec. with screenshots
Diffstat (limited to 'doc')
-rw-r--r--doc/theme3/example-arthur.pngbin0 -> 824364 bytes
-rw-r--r--doc/theme3/example-paper-float.pngbin0 -> 641459 bytes
-rw-r--r--doc/theme3/example-sidebar.pngbin0 -> 679334 bytes
-rw-r--r--doc/theme3/specification.md6
4 files changed, 6 insertions, 0 deletions
diff --git a/doc/theme3/example-arthur.png b/doc/theme3/example-arthur.png
new file mode 100644
index 00000000..b8c8df58
--- /dev/null
+++ b/doc/theme3/example-arthur.png
Binary files differ
diff --git a/doc/theme3/example-paper-float.png b/doc/theme3/example-paper-float.png
new file mode 100644
index 00000000..4cd4e390
--- /dev/null
+++ b/doc/theme3/example-paper-float.png
Binary files differ
diff --git a/doc/theme3/example-sidebar.png b/doc/theme3/example-sidebar.png
new file mode 100644
index 00000000..59b98391
--- /dev/null
+++ b/doc/theme3/example-sidebar.png
Binary files differ
diff --git a/doc/theme3/specification.md b/doc/theme3/specification.md
index 3823e418..b3c6c382 100644
--- a/doc/theme3/specification.md
+++ b/doc/theme3/specification.md
@@ -499,6 +499,8 @@ The following properties are currently supports:
A simple theme showing basic theming and transparent background:
+![example arthur](example-arthur.png)
+
```css
* {
foreground: #ffeedd;
@@ -600,6 +602,8 @@ A simple theme showing basic theming and transparent background:
The previous theme modified to behave like a sidebar, positioned on the left of the screen.
+![example sidebar](example-sidebar.png)
+
```css
* {
foreground: #ffeedd;
@@ -713,6 +717,8 @@ The previous theme modified to behave like a sidebar, positioned on the left of
A theme that shows a floating inputbar.
+![example paper float](example-paper-float.png)
+
> TODO: cleanup this theme.
```css