Skip to content
10 changes: 10 additions & 0 deletions openmrs/apps/home/white-label-extension.json

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As discussed earlier, we wanted to follow a white-labelling for branding related config name.
Theming is a feature for switching between white theme, dark theme or as CDS provides we can enable 4 variants of theme. But that is not yet build for bahmni. Here we are just overring default bahmni colors with implementer's brand colors (under white-labelling)

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just noticed, this white-label-extension.json is for new app... So should we follow the same folder structure as of other configs. openmrs/apps/home/v2/white-label-extension.json

Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"primary": "#007d79",
"primary-text": "#ffffff",
"primary-hover": "#006b68",
"primary-active": "#004144",
"link-hover": "#005d5d",
"link-visited": "#8A3FFC",
"link-visited-inverse": "#BE95FF",
"background-secondary": "#f4f4f4"
}