Built-in Themes
Iced provides 22 built-in theme variants that you can use out of the box. Each theme includes a carefully crafted color palette and extended color variations.Default Themes
Light
- Background:
#FFFFFF - Text:
#000000 - Primary:
#5865F2 - Success:
#12664F - Warning:
#B77E33 - Danger:
#C3423F
Dark
- Background:
#2B2D31 - Text:
#E6E6E6 - Primary:
#5865F2 - Success:
#12664F - Warning:
#FFC14E - Danger:
#C3423F
Popular Themes
Dracula
- Background:
#282A36 - Text:
#F8F8F2 - Primary:
#BD93F9(Purple) - Success:
#50FA7B(Green) - Warning:
#F1FA8C(Yellow) - Danger:
#FF5555(Red)
Nord
- Background:
#2E3440 - Text:
#ECEFF4 - Primary:
#8FBCBB - Success:
#A3BE8C - Warning:
#EBCB8B - Danger:
#BF616A
Solarized
Solarized Light
- Background:
#FDF6E3 - Text:
#657B83 - Primary:
#2AA198(Cyan) - Success:
#859900(Green) - Warning:
#B58900(Yellow) - Danger:
#DC322F(Red)
Solarized Dark
- Background:
#002B36 - Text:
#839496 - Primary:
#2AA198(Cyan) - Success:
#859900(Green) - Warning:
#B58900(Yellow) - Danger:
#DC322F(Red)
Gruvbox
Gruvbox Light
- Background:
#FBF1C7 - Text:
#282828 - Primary:
#458588(Blue) - Success:
#98971A(Green) - Warning:
#D79921(Yellow) - Danger:
#CC241D(Red)
Gruvbox Dark
- Background:
#282828 - Text:
#FBF1C7 - Primary:
#458588(Blue) - Success:
#98971A(Green) - Warning:
#D79921(Yellow) - Danger:
#CC241D(Red)
Catppuccin
The Catppuccin theme family with pastel colors.Catppuccin Latte
- Background:
#EFF1F5 - Text:
#4C4F69 - Primary:
#1E66F5(Blue) - Success:
#40A02B(Green) - Warning:
#DF8E1D(Yellow) - Danger:
#D20F39(Red)
Catppuccin Frappé
- Background:
#303446 - Text:
#C6D0F5 - Primary:
#8CAAEE(Blue) - Success:
#A6D189(Green) - Warning:
#E5C890(Yellow) - Danger:
#E78284(Red)
Catppuccin Macchiato
- Background:
#24273A - Text:
#CAD3F5 - Primary:
#8AADF4(Blue) - Success:
#A6DA95(Green) - Warning:
#EED49F(Yellow) - Danger:
#ED8796(Red)
Catppuccin Mocha
- Background:
#1E1E2E - Text:
#CDD6F4 - Primary:
#89B4FA(Blue) - Success:
#A6E3A1(Green) - Warning:
#F9E2AF(Yellow) - Danger:
#F38BA8(Red)
Tokyo Night
The Tokyo Night theme family inspired by Tokyo’s night skyline.Tokyo Night
- Background:
#1A1B26 - Text:
#9AA5CE - Primary:
#2AC3DE(Blue) - Success:
#9ECE6A(Green) - Warning:
#E0AF68(Yellow) - Danger:
#F7768E(Red)
Tokyo Night Storm
- Background:
#24283B - Text:
#9AA5CE - Primary:
#2AC3DE(Blue) - Success:
#9ECE6A(Green) - Warning:
#E0AF68(Yellow) - Danger:
#F7768E(Red)
Tokyo Night Light
- Background:
#D5D6DB - Text:
#565A6E - Primary:
#166775(Blue) - Success:
#485E30(Green) - Warning:
#8F5E15(Yellow) - Danger:
#8C4351(Red)
Kanagawa
The Kanagawa theme family inspired by the famous painting “The Great Wave off Kanagawa”.Kanagawa Wave
- Background:
#1F1F28 - Text:
#DCD7BA - Primary:
#7FB4CA(Wave Blue) - Success:
#76946A(Autumn Green) - Warning:
#FF9E3B(Ronin Yellow) - Danger:
#C34043(Autumn Red)
Kanagawa Dragon
- Background:
#181616 - Text:
#C5C9C5 - Primary:
#223249(Wave Blue 1) - Success:
#8A9A7B(Dragon Green) - Warning:
#FF9E3B(Ronin Yellow) - Danger:
#C4746E(Dragon Red)
Kanagawa Lotus
- Background:
#F2ECBC - Text:
#545464 - Primary:
#4D699B(Lotus Blue) - Success:
#6F894E(Lotus Green) - Warning:
#E98A00(Lotus Orange) - Danger:
#C84053(Lotus Red)
Moonfly & Nightfly
Moonfly
- Background:
#080808 - Text:
#BDBDBD - Primary:
#80A0FF(Blue) - Success:
#8CC85F(Green) - Warning:
#E3C78A(Yellow) - Danger:
#FF5454(Red)
Nightfly
- Background:
#011627 - Text:
#BDC1C6 - Primary:
#82AAFF(Blue) - Success:
#A1CD5E(Green) - Warning:
#E3D18A(Yellow) - Danger:
#FC514E(Red)
Oxocarbon
- Background:
#232323 - Text:
#D0D0D0 - Primary:
#00B4FF(Blue) - Success:
#00C15A(Green) - Warning:
#BE95FF(Purple) - Danger:
#F62D0F(Red)
Ferra
- Background:
#2B292D - Text:
#FECDB2 - Primary:
#D1D1E0 - Success:
#B1B695 - Warning:
#F5D76E(Honey) - Danger:
#E06B75
Using Themes
Direct Usage
Theme Selection
Environment Variable
See Also
- Theme Overview - Understanding themes
- Custom Themes - Creating your own theme
- Palette - Color palette structure
