Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make base color of application configurable #44

Merged
merged 1 commit into from
Jan 28, 2019

Conversation

chrismayer
Copy link
Collaborator

This allows to change the base color of the application (used in header, footer, window-title, etc.) by a configuration property. The old (hard-coded) color (red darken-3 => #C62828) is set as default due to legacy reasons.

Every CSS color or Vuetify Material Color can be used.

{

  "title": "Vue.js / OpenLayers WebGIS",

  "baseColor": "red darken-3"

  ...
}
{

  "title": "Vue.js / OpenLayers WebGIS",

  "baseColor": "#ff0000"

  ...
}

This allows to change the base color of the application (header, footer,
window-title, etc.) by a config property.
@chrismayer chrismayer merged commit fe69b78 into wegue-oss:master Jan 28, 2019
@chrismayer chrismayer deleted the color-cfg branch January 28, 2019 10:06
justb4 pushed a commit to Geolicious/wegue that referenced this pull request May 25, 2020
Dynamically construct pin markers from icon and base.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant