Codex 主题大全 — 实时预览 + 一键安装
22 款为OpenAI Codex 应用准备的配色主题,每张预览都由主题的真实配色令牌实时渲染。打开 Codex → Settings → Appearance 选择或导入主题;也可以复制下方安装提示词,粘贴给 Codex,让它自己完成换肤。
同款主题也在给 Claude Code 换装 →
Catppuccin Mocha — Codex
Dress my agent in Catppuccin Mocha
// catppuccin mocha.theme
const palette = {
accent: "#b4befe",
}; apply(palette) // ✓
Describe a task…
The soothing pastel classic — mauve accents on a warm midnight base.
来自 Catppuccin
Tokyo Night — Codex
Dress my agent in Tokyo Night
// tokyo night.theme
const palette = {
accent: "#7aa2f7",
}; apply(palette) // ✓
Describe a task…
Shinjuku at 2am — indigo streets, neon signs, rain on the window.
来自 enkia
Ember Shift — Codex
Dress my agent in Ember Shift
// ember shift.theme
const palette = {
accent: "#ff9e3d",
}; apply(palette) // ✓
Describe a task…
Our house dark — charcoal with a live ember, tuned for 8-hour agent runs.
来自 CodexSkins原创
Dracula — Codex
Dress my agent in Dracula
// dracula.theme
const palette = {
accent: "#bd93f9",
}; apply(palette) // ✓
Describe a task…
The undead legend — purple, pink and green that glow after midnight.
来自 Zeno Rocha & contributors
Rosé Pine — Codex
Dress my agent in Rosé Pine
// rosé pine.theme
const palette = {
accent: "#c4a7e7",
}; apply(palette) // ✓
Describe a task…
All natural pine, faux fur and a bit of soho vibes for the classy minimalist.
来自 Rosé Pine
Gruvbox Dark — Codex
Dress my agent in Gruvbox Dark
// gruvbox dark.theme
const palette = {
accent: "#fe8019",
}; apply(palette) // ✓
Describe a task…
Retro groove — baked earth tones with that unmistakable amber punch.
来自 Pavel Pertsev (morhetz)
Neon Garden — Codex
Dress my agent in Neon Garden
// neon garden.theme
const palette = {
accent: "#59e3a7",
}; apply(palette) // ✓
Describe a task…
Bioluminescent mint on forest black — a greenhouse for night coders.
来自 CodexSkins原创
Nord — Codex
Dress my agent in Nord
// nord.theme
const palette = {
accent: "#88c0d0",
}; apply(palette) // ✓
Describe a task…
Arctic calm — frost blues over polar-night grays, zero visual noise.
来自 Sven Greb
GitHub Dark — Codex
Dress my agent in GitHub Dark
// github dark.theme
const palette = {
accent: "#58a6ff",
}; apply(palette) // ✓
Describe a task…
The colors your diffs already dream in — Primer, after dark.
来自 GitHub (Primer)
Kanagawa — Codex
Dress my agent in Kanagawa
// kanagawa.theme
const palette = {
accent: "#7e9cd8",
}; apply(palette) // ✓
Describe a task…
Hokusai's wave in a terminal — sumi ink, crystal blue, carmine accents.
来自 rebelot
One Dark — Codex
Dress my agent in One Dark
// one dark.theme
const palette = {
accent: "#61afef",
}; apply(palette) // ✓
Describe a task…
The editor default that outlived its editor — balanced, unfussy, correct.
来自 Atom (GitHub)
Everforest Dark — Codex
Dress my agent in Everforest Dark
// everforest dark.theme
const palette = {
accent: "#7fbbb3",
}; apply(palette) // ✓
Describe a task…
A cabin in the pines — green-based, low contrast, easy on tired eyes.
来自 sainnhe
Night Owl — Codex
Dress my agent in Night Owl
// night owl.theme
const palette = {
accent: "#82aaff",
}; apply(palette) // ✓
Describe a task…
Built for late shifts and low light — deep ocean blue, honest contrast.
来自 Sarah Drasner
Paper Terminal — Codex
Dress my agent in Paper Terminal
// paper terminal.theme
const palette = {
accent: "#b4690e",
}; apply(palette) // ✓
Describe a task…
Ink on warm paper — a light theme that reads like a well-set book.
来自 CodexSkins原创
Monokai — Codex
Dress my agent in Monokai
// monokai.theme
const palette = {
accent: "#66d9ef",
}; apply(palette) // ✓
Describe a task…
The palette that taught a generation what code should look like.
来自 Wimer Hazenberg
Ayu Dark — Codex
Dress my agent in Ayu Dark
// ayu dark.theme
const palette = {
accent: "#e6b450",
}; apply(palette) // ✓
Describe a task…
Near-black with a single gold cursor — the espresso shot of dark themes.
来自 dempfi
Solarized Dark — Codex
Dress my agent in Solarized Dark
// solarized dark.theme
const palette = {
accent: "#268bd2",
}; apply(palette) // ✓
Describe a task…
The lab-measured original — sixteen colors, one CIELAB obsession.
来自 Ethan Schoonover
Catppuccin Latte — Codex
Dress my agent in Catppuccin Latte
// catppuccin latte.theme
const palette = {
accent: "#7287fd",
}; apply(palette) // ✓
Describe a task…
Daylight Catppuccin — soft pastels that stay readable on a bright desk.
来自 Catppuccin
GitHub Light — Codex
Dress my agent in GitHub Light
// github light.theme
const palette = {
accent: "#0969da",
}; apply(palette) // ✓
Describe a task…
Pull-request white — the most battle-tested light palette on the internet.
来自 GitHub (Primer)
Rosé Pine Dawn — Codex
Dress my agent in Rosé Pine Dawn
// rosé pine dawn.theme
const palette = {
accent: "#907aa9",
}; apply(palette) // ✓
Describe a task…
Rosé Pine at sunrise — the same softness, poured over morning paper.
来自 Rosé Pine
Solarized Light — Codex
Dress my agent in Solarized Light
// solarized light.theme
const palette = {
accent: "#268bd2",
}; apply(palette) // ✓
Describe a task…
Warm parchment, cool science — the light mode that started light modes.
来自 Ethan Schoonover
Gruvbox Light — Codex
Dress my agent in Gruvbox Light
// gruvbox light.theme
const palette = {
accent: "#d65d0e",
}; apply(palette) // ✓
Describe a task…
Gruvbox in daylight — cream paper, ink that still has groove.
来自 Pavel Pertsev (morhetz)