themes: Add arc light and update dark

This commit is contained in:
Andy Williams 2017-01-10 22:59:36 +00:00
parent 82add82bfe
commit 8e53927ac4
4 changed files with 8 additions and 1 deletions

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 MiB

View File

@ -3,7 +3,14 @@ THEMES = {
'theme_id': 'arc-dark',
'name': 'Arc Dark',
'author': 'LeBlue',
'description': 'Arc theme for enlightenment.',
'description': 'Arc (dark) theme for enlightenment.',
'version': 2
},
'arc-light': {
'theme_id': 'arc-light',
'name': 'Arc Light',
'author': 'LeBlue',
'description': 'Arc (light) theme for enlightenment.',
'version': 1
},
'blingbling': {