Skip to content

Commit

Permalink
Clean themes (merge AC/FC themes & remove iron theme)
Browse files Browse the repository at this point in the history
Signed-off-by: Mathieu Boisnard <[email protected]>
  • Loading branch information
mboisnard authored and clement-dufaure committed Jun 23, 2023
1 parent 5c69940 commit 7c2e7da
Show file tree
Hide file tree
Showing 30 changed files with 49 additions and 1,099 deletions.
28 changes: 11 additions & 17 deletions src/main/resources/META-INF/keycloak-themes.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
{
"themes": [
{
"name": "fc-theme",
"types": [
"admin",
"login"
]
},
{
"name": "iron-theme",
"types": [
"login"
]
}
]
}
{
"themes": [
{
"name": "fc-ac-theme",
"types": [
"admin",
"login"
]
}
]
}
Loading

0 comments on commit 7c2e7da

Please sign in to comment.