From 82251214b814db66e83c821c625e1b586510c00e Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Mon, 7 Oct 2019 13:38:30 -0400 Subject: Improve theme validation --- themes/alphare | 3 ++- themes/archlinux | 4 +++- themes/base16-tomorrow | 4 +++- themes/debian | 3 ++- themes/deep-purple | 4 +++- 5 files changed, 13 insertions(+), 5 deletions(-) (limited to 'themes') 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 ' + 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 ' + author: jcpst + url: http://jcpst.com + description: 'Inspired by the Purple and Default themes.' bar_colors: separator: dimgrey background: black -- cgit v1.2.3