-
-
Notifications
You must be signed in to change notification settings - Fork 221
Share Your Custom Themes! #218
-
v0.8.5 introduces custom themes! Feel free to share your JSON files containing the app scheme here!
Refer to this guide for creating your own color scheme.
Beta Was this translation helpful? Give feedback.
All reactions
-
🎉 3 -
❤️ 8
Replies: 11 comments 2 replies
-
{
"version": 1,
"name": "Soft Sepia",
"primary": {
"_100": "#D3BBAF",
"_200": "#C8AFA4",
"_300": "#BDA499",
"_400": "#B2988E",
"_500": "#A88D83",
"_600": "#9D8278",
"_700": "#92776D",
"_800": "#876C62",
"_900": "#7D6157"
},
"neutral": {
"_100": "#F4EAE0",
"_200": "#EAD9C9",
"_300": "#E0C8B8",
"_400": "#D6B7A7",
"_500": "#CCAA96",
"_600": "#C29985",
"_700": "#B88874",
"_800": "#AE7763",
"_900": "#4A3B2D"
},
"error": {
"_100": "#EADCDC",
"_200": "#DDCACA",
"_300": "#D0B8B8",
"_400": "#C5A6A6",
"_500": "#C05252",
"_600": "#B54A4A",
"_700": "#A14343",
"_800": "#8D3C3C",
"_900": "#793535"
},
"text": {
"_100": "#3E352E",
"_200": "#554B41",
"_300": "#6C6154",
"_400": "#837867",
"_500": "#9A8E7A",
"_600": "#B1A58D",
"_700": "#C8BB9F",
"_800": "#DFD2B2",
"_900": "#EAE0D5"
},
"quote": "#C49A6B",
"shadow": "#333333"
}
Soft sepia
Beta Was this translation helpful? Give feedback.
All reactions
-
Beta Was this translation helpful? Give feedback.
All reactions
-
❤️ 3
-
Minimalist White (Red/Q)
Beta Was this translation helpful? Give feedback.
All reactions
-
Appreciate you sharing your JSON fin file here. I came to chatter ui's git to try and work out some better themes for grayscale eink tablet, and found the perfect starting point with this beauty. Cheers.
Beta Was this translation helpful? Give feedback.
All reactions
-
DustyRose
Light Version
DustyRoseLight.json
Screenshot_20250526-170554
Dark Version
DustyRoseDark.json
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1
-
Gruvbox Material Medium Red
File: gruvbox-material-medium-red.json
GruvRed-Material-Medium
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 4
-
Beta Was this translation helpful? Give feedback.
All reactions
-
❤️ 1
-
Dark Brighte Bubbles
Dark Brighte Bubbles.json
Screenshot_2025年09月30日-10-37-41-330_com Vali98 ChatterUI
Screenshot_2025年09月30日-10-38-11-878_com Vali98 ChatterUI
Beta Was this translation helpful? Give feedback.
All reactions
-
السلام عليكم ورحمه الله و بركاته
اخي هل اقدر اعرف نوع جهازك و النموذج اللي كنت تتحدث معه في هذه الصوره
Beta Was this translation helpful? Give feedback.
All reactions
-
وعليكم السلام ورحمة الله وبركاته
اهلا اخي، النمودج اسمه aya-expanse-8b Q4_K_M
جهازي Poco F6
يمكنك ان تجده هنا : https://huggingface.co/bartowski/aya-expanse-8b-GGUF
Beta Was this translation helpful? Give feedback.
All reactions
-
Whatsapp skin for ChatterUI
Whatsapp skin for ChatterUI.json
Screenshot_20251203_232052_com Vali98 ChatterUI
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1
-
Electric Destroyer
{
"version": 1,
"name": "Electric Destroyer",
"primary": {
"_100": "#E8F0FE",
"_200": "#C2DAFC",
"_300": "#9FC5FA",
"_400": "#7DB0F8",
"_500": "#4285F4",
"_600": "#3367D6",
"_700": "#254AAB",
"_800": "#193C80",
"_900": "#0E2E55"
},
"neutral": {
"_100": "#FFFFFF",
"_200": "#F5F5F5",
"_300": "#EEEEEE",
"_400": "#E0E0E0",
"_500": "#96948E",
"_600": "#7A7872",
"_700": "#5E5C56",
"_800": "#42403A",
"_900": "#26241E"
},
"error": {
"_100": "#FDEDED",
"_200": "#F9DADA",
"_300": "#F5C7C7",
"_400": "#F1B4B4",
"_500": "#EB5757",
"_600": "#D32F2F",
"_700": "#B71C1C",
"_800": "#9A0007",
"_900": "#7F0000"
},
"text": {
"_100": "#000000",
"_200": "#212121",
"_300": "#424242",
"_400": "#616161",
"_500": "#757575",
"_600": "#9E9E9E",
"_700": "#BDBDBD",
"_800": "#E0E0E0",
"_900": "#FFFFFF"
},
"quote": "#4285F4",
"shadow": "#3367D6"
}
Screenshot_20251215-125310
Beta Was this translation helpful? Give feedback.
All reactions
-
I'm a lazy person, so I created a Theme Editor together with Gemini. You need Gradio (pip install gradio), and you can use it to edit existing themes or create new ones. I added a Dark and Light mode switch for easier editing and HSL-based color mixing (it was easier to put together than adjusting the colors one by one).
I don't plan to modify or improve it, so if you like it, take it, and if you want, expand/modify it. Feel free to use it!
And here are four Light themes I created with this editor:
Mykee_Theme_1_20260306_1609.json
Mykee_Theme_2_20260306_1632.json
Mykee_Theme_3_20260306_2140.json
Mykee_Theme_4_20260306_2210.json
Beta Was this translation helpful? Give feedback.