Add support for theming

Issue #27 resolved
Chris Kiehl created an issue

No description provided.

Comments (8)

  1. Iván Loire

    The first and basic approach is to have a themes folder, with custom themes on it (a folder per theme - i.e: "themes/darkblue". Current theme is defined in the configuration file.

    We can have the default theme in atlasboard, and of course the user can drop their own themes on its concrete board project "mydashboard".

    The theme manage should be able to resolve the actual theme name looking in both <atlasboard>/theme and <mydashboard>/theme folders

    Ideally each dashboard file can have refer to its own theme, so different dashboards can have different themes within the same atlasboard project.

  2. Iván Loire

    In 1.0 widgets can use stylus and have access to the default Atlasboard color palette stylus variables which was the first step towards theming.

  3. Log in to comment