Codex custom theme

Santi020k violet focus, ready for Codex.

Dark and light presets built from the established Santi020k palette: quiet indigo surfaces, durable contrast, and clear violet focus.

Codex

New task

Build a thoughtful idea
Santi020k dark · contrast 45

One click

Copy either mode, then paste in Codex settings.

Each button copies its exact codex-theme-v1: value. No installation or file editing is needed.

Light

{
  "codeThemeId": "codex",
  "theme": {
    "accent": "#6319be",
    "contrast": 45,
    "fonts": {
      "code": null,
      "ui": null
    },
    "ink": "#302e36",
    "opaqueWindows": false,
    "semanticColors": {
      "diffAdded": "#28a745",
      "diffRemoved": "#c0392b",
      "skill": "#6319be"
    },
    "surface": "#f8f6fd"
  },
  "variant": "light"
}

Dark

{
  "codeThemeId": "codex",
  "theme": {
    "accent": "#752df0",
    "contrast": 45,
    "fonts": {
      "code": null,
      "ui": null
    },
    "ink": "#dfdde3",
    "opaqueWindows": false,
    "semanticColors": {
      "diffAdded": "#7daea3",
      "diffRemoved": "#ea6962",
      "skill": "#9b69f6"
    },
    "surface": "#0d0a15"
  },
  "variant": "dark"
}

Palette

Two modes, one violet system.

Light surface#f8f6fd
Dark surface#0d0a15
Light accent#6319be
Dark accent#752df0
Light added#28a745
Dark added#7daea3