diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2019-10-07 13:38:30 -0400 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2019-10-07 13:38:30 -0400 |
| commit | 82251214b814db66e83c821c625e1b586510c00e (patch) | |
| tree | 764ff1164dbe8ad6a13fb529559d4d62b2b205cb /themes | |
| parent | b8fa5e732a8b065ec67be57bcb94676785c944f9 (diff) | |
Improve theme validation
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/alphare | 3 | ||||
| -rw-r--r-- | themes/archlinux | 4 | ||||
| -rw-r--r-- | themes/base16-tomorrow | 4 | ||||
| -rw-r--r-- | themes/debian | 3 | ||||
| -rw-r--r-- | themes/deep-purple | 4 |
5 files changed, 13 insertions, 5 deletions
diff --git a/themes/alphare b/themes/alphare index 66df78d..8640df3 100644 --- a/themes/alphare +++ b/themes/alphare @@ -1,7 +1,8 @@ # vim: filetype=yaml --- meta: - description: A beige theme by Alphare + author: Alphare + description: A beige theme colors: black: '#000000' oldlace: '#FDF6E3' diff --git a/themes/archlinux b/themes/archlinux index bfad5aa..b386b25 100644 --- a/themes/archlinux +++ b/themes/archlinux @@ -2,7 +2,9 @@ # TODO: use color aliases to make the theme more readable --- meta: - description: 'Archlinux theme by okraits <http://okraits.de>' + author: okraits + url: http://okraits.de + description: 'Archlinux theme' window_colors: focused: border: '#0088CC' diff --git a/themes/base16-tomorrow b/themes/base16-tomorrow index dfab555..6c2fdce 100644 --- a/themes/base16-tomorrow +++ b/themes/base16-tomorrow @@ -19,7 +19,9 @@ colors: base0F: '#a3685a' meta: - description: 'Base16 Tomorrow, by Chris Kempson (http://chriskempson.com)' + author: Chris Kempson + url: http://chriskempson.com + description: 'Base16 Tomorrow' window_colors: focused: border: 'base0D' diff --git a/themes/debian b/themes/debian index 16a5380..206cc7e 100644 --- a/themes/debian +++ b/themes/debian @@ -2,7 +2,8 @@ # TODO: use color aliases to make the theme more readable --- meta: - description: 'Debian theme by lasers' + author: lasers + description: 'Debian theme' window_colors: focused: border: '#d70a53' diff --git a/themes/deep-purple b/themes/deep-purple index 7474fa3..ea63c01 100644 --- a/themes/deep-purple +++ b/themes/deep-purple @@ -1,7 +1,9 @@ # vim: filetype=yaml --- meta: - description: 'Inspired by the Purple and Default themes. By jcpst <http://jcpst.com>' + author: jcpst + url: http://jcpst.com + description: 'Inspired by the Purple and Default themes.' bar_colors: separator: dimgrey background: black |
