mirror of
https://github.com/vladmandic/automatic
synced 2026-08-25 22:20:46 +02:00
Page:
Dev Theme
Pages
AMD MIOpen
AMD ROCm
API
Advanced Install
Benchmark
CHANGELOG
CLI Arguments
CLI Tools
CLiP Skip
Caption
Control HowTo
Control Settings
Control Technical
Debug
Detailer
Dev AICoding
Dev Docs
Dev Extensions
Dev GettingStarted
Dev Hints
Dev Home
Dev Locale
Dev SelfStart
Dev Structure
Dev Theme
Dev UI
DirectML
Docker
Enso
FAQ
FLUX
Features
FramePack
Gated
Getting Started
Google GenAI
HiDream
Home
Hotkeys
HuggingFace
IPAdapter
Ideogram
Installation
Intel ARC
Kanvas
LTX
Launcher
LoRA Technical
LoRA
Loader
MacOS Python
Malloc
MiniMax
Model Loading
Model Support
Models Tab
Models
Networks Search
Networks
Notes
NudeNet
Nunchaku
ONNX Runtime
Offload
OpenVINO
Outpaint
Parameters
Performance Timers
Performance Tuning
Platforms
Process
Profiling
Prompt Enhance
Prompting
Python
Quantization
Reprocess
SD Pipeline How it Works
SD Training Methods
SD XL
SD3
SDNQ Quantization
Schedulers
Scripts
Stability Matrix
Stable Cascade
Styles
Themes
Troubleshooting
Update
Using LCM
VAE
Video
WSL
Wildcards
XYZ Grid
ZLUDA
_ToDo
index
nVidia
Clone
1
Dev Theme
Vladimir Mandic edited this page 2026-05-20 20:09:25 +02:00
Table of Contents
User Themes
Custom themes require only basic CSS knowledge—each theme is a single CSS file.
Tip
Theme changes appear immediately on page refresh without restarting the server. Always clear your browser cache between edits.
The easiest approach: Open browser inspector (
F12in Chrome), go to the Network tab, and select Disable cache.You can also test changes live in the inspector and copy them to your theme file once satisfied.
Standard UI
- Themes are CSS files in the
/ui/cssfolder - Copy an existing theme (e.g.,
black-teal.cssorlight-teal.css) to a new file (e.g.,my-theme.css) - Edit
my-theme.cssto customize colors, fonts, sizes, borders, padding, margins, etc. - The new theme will be selectable in the UI after a server restart
Modern UI
- Themes are CSS files in the
/extensions-builtin/sdnext-modernui/themesfolder - Copy an existing theme (e.g.,
default.css) to a new file (e.g.,my-theme.css) - Edit
my-theme.cssto customize colors, fonts, sizes, borders, padding, margins, etc. - The new theme will be selectable in the UI after a server restart
Contributing
Share your theme with the community by submitting a pull request:
- Standard UI: Create a PR in the SD.Next repo
- Modern UI: Create a PR in the ModernUI repo
Alternatively, share your theme in Discussions.