Tobi-wan Kenobi
068968bbf5
[tests] Refactor by removing getter/setter methods
...
Instead of having get/set methods for simple attributes, use the
attributes directly.
see #23
2016-12-09 11:42:02 +01:00
Tobi-wan Kenobi
c52cb99518
[core/theme] Add support for foreground and background colors
...
Themes can now define "fg" and "bg" attributes that are used for
foreground (text) color and background color.
see #23
2016-12-09 09:02:19 +01:00
Tobi-wan Kenobi
562fd85ca2
[core/theme] Add support for icon themes
...
Allow sub-themes ("iconsets") to be merged into the "main" theme. That
way, effectively, it's possible to define colors and icons in separate
JSON files.
see #23
2016-12-08 12:09:21 +01:00
Tobi-wan Kenobi
394ef61760
[core/theme] Add support for default -> prefix/suffix in themes
...
Themes can now define default prefix and suffix strings.
see #23
2016-12-08 11:52:47 +01:00
Tobi-wan Kenobi
e6666becb3
[tests/theme] Refactor
2016-12-08 10:17:25 +01:00
Tobi-wan Kenobi
2399cf9af1
[core/themes] Add theme loading
...
Load a theme from a JSON file.
2016-12-08 09:44:05 +01:00
Tobi-wan Kenobi
60ae92c8e3
[core/themes] Prepare adding of themeing support
...
* Add framework JSON definition for themes
* Add framework test module
* Add framework module
see #23
2016-12-04 18:10:04 +01:00