This is a modified theme based on catppuccin's theme and incorporating design elements from canisminor1990's kitchen-theme. We are immensely grateful to the authors of both repositories for their excellent work.
In addition to making some stylistic modifications, we have also made the following optimizations for the combined use of extensions:
- Fixed display issues when used in conjunction with the sd-webui-bilingual-localization extension.
- Resolved style issues with the actions button that arose due to adjustments in the size of extra model display items when used with the Stable-Diffusion-Webui-Civitai-Helper extension.
- Open WebUI
- Click on the "Extensions" tab
- Click on the "Install from URL" subsection
- Paste
https://github.com/AIEPhoenix/sd-webui-stylish-theme.git
into the URL spot, and install - Go to "Installed" subsection and click "Apply and restart UI"
- Configure the theme from the "Settings" tab under "Stylish Theme", afterwards you must "Apply Settings" and "Reload UI"
-
Q: "I decided not to use the extennsion, how do I change the accent color?"
A: Openuser.css
and set the variavble--accent: var(--{preferred color});
-
Q: "The theme isn't being applied???"
A: Sometimes Web UI doesn't automatically figure out your preferred theme. Try adding/?__theme=dark
to the url and see if the theme is applied. Below are the steps to make this change persistent on different systems:- Linux / MacOS: Edit
webui-user.sh
and uncomment and set this variable asexport COMMANDLINE_ARGS="--theme=dark $COMMANDLINE_ARGS"
- Windows: Edit
webui-user.bat
and set this variable byset COMMANDLINE_ARGS=--theme=dark
.
If you are still having trouble then consult the relevant part of the webui wiki.
- Linux / MacOS: Edit
-
Q: "Why doesn't the theme look like the previews?"
A: The main UI is constantly being changed upstream, so our previews may not match what the theme will look like for you. Though the previews may be behind, we are frequently updating the themes whenever there is a change in the Web UI repo. Though if you notice a style issue with a recent version of webui, feel free to open an issue on this repo. -
Q: "Why isn't {extension} themed?"
A: Some extensions use their own style sheets that don't play nice withuser.css
.