e-org-extra-server/public_html/extra/data.py

74 lines
1.9 KiB
Python
Raw Normal View History

THEMES = {
'arc-dark': {
'theme_id': 'arc-dark',
'name': 'Arc Dark',
'author': 'LeBlue',
2017-01-10 14:59:36 -08:00
'description': 'Arc (dark) theme for enlightenment.',
'source' : 'https://github.com/LeBlue/enlightenment-arc-theme.git',
2017-03-15 15:31:14 -07:00
'version': 3
2017-01-10 14:59:36 -08:00
},
'arc-light': {
'theme_id': 'arc-light',
'name': 'Arc Light',
'author': 'LeBlue',
'description': 'Arc (light) theme for enlightenment.',
2017-03-15 15:31:14 -07:00
'version': 3
},
2016-08-26 04:44:21 -07:00
'blingbling': {
'theme_id': 'blingbling',
'name': 'Bling',
'author': 'netstar',
2016-12-29 13:03:38 -08:00
'description': 'The theme used while e17 was in development.',
'source' : 'https://git.enlightenment.org/themes/blingbling.git/',
2016-12-29 13:03:38 -08:00
'version': 2
2016-08-26 04:44:21 -07:00
},
'eflemettary': {
'theme_id': 'eflemettary',
'name': 'Eflemettary',
'author': 'NikaWhite, rimmed, FurryMad and LordDrew',
2016-12-29 13:03:38 -08:00
'description': 'A theme written and designed with eflete',
'source' : 'https://git.enlightenment.org/devs/nikawhite/eflemettary.git/',
'version': 1,
2017-06-15 12:47:09 -07:00
},
'flat': {
'theme_id': 'flat',
'name': 'Flat',
2017-07-18 18:13:00 -07:00
'author': 'raster',
2017-06-30 05:07:44 -07:00
'description': 'A WORK IN PROGRESS flat theme',
2017-07-18 18:13:00 -07:00
'version': 3,
}
}
BACKGROUNDS = {
'brushed-metal': {
'background-id': 'brushed-metal',
'name': 'Brushed Metal',
'author': 'netstar',
'version': 1
},
'cracked-earth': {
'background-id': 'cracked-earth',
'name': 'Cracked Earth',
'author': 'netstar',
'version': 1
},
2017-02-15 08:48:49 -08:00
'sky-tree': {
'background-id': 'sky-tree',
'name': 'Sky with Enlightenment',
'author': 'raster',
'version': 1
},
2017-02-15 08:55:30 -08:00
'earthviews': {
'background-id': 'earthviews',
'name': 'Animated earth background',
'author': 'Brian \'morlenxus\' Miculcy',
'version': 52
},
2017-02-27 13:43:45 -08:00
'sabana-night': {
2017-02-27 14:37:16 -08:00
'background-id': 'sabana-night',
2017-02-27 13:43:45 -08:00
'name': 'Sabana Night',
'author': 'Rafael Eduardo Rumbos',
'description': 'A night version of raster\'s sky with twinkling lights',
'version': 2
}
}