Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions hack/keycloak-themes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ A Keycloak theme for IBM Cloud Paks.

See https://www.keycloak.org/docs/latest/server_development/index.html#_themes

**The style files are cached, so if you update the them, remember to update the style file name and the `styles` property in `theme.properties`.**
For example, for CS 4.6:
theme/cloudpak/login/resources/css/styles460.css
theme/cloudpak/login/theme.properies styles=css/styles460.css


## Testing

Easiest way to play with it is to mount it into a local keycloak dev container.
Expand Down
2 changes: 1 addition & 1 deletion hack/keycloak-themes/theme/cloudpak/login/theme.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
parent=keycloak
import=common/keycloak

styles=css/styles.css
styles=css/styles460.css
locales=en,de,es,fr,it,ja,ko,pt_BR,zh_CN,zh_TW