theme lab. Build a zot theme.

Pick colors, watch the terminal preview update.

zot
i'm zot. yet another coding agent harness.

ask anything, or type /help to see commands.

(openai-codex) gpt-5.5 $0.000 (sub) 0.0%/272k
~/Developer/api-service
theme.json
{
  "name": "custom-zot-theme",
  "description": "Generated on zot.sh; tweak freely before installing.",
  "colors": {
    "dark": {
      "fg": 253,
      "muted": 244,
      "accent": 111,
      "user": 111,
      "user_bubble_bg": "#42454b",
      "user_bubble_fg": 248,
      "assistant": 117,
      "tool": 114,
      "tool_out": 245,
      "error": 203,
      "warning": 214,
      "spinner": 117,
      "selection_bg": 111,
      "selection_fg": 16,
      "syntax_base_style": "monokai",
      "syntax": {
        "keyword": "#81a1c1",
        "keyword_reserved": "#81a1c1 bold",
        "keyword_type": "#88c0d0",
        "name_builtin": "#88c0d0",
        "literal_string": "#a3be8c",
        "literal_number": "#d08770",
        "comment": "#616e88 italic",
        "operator": "#d8dee9",
        "punctuation": "#d8dee9",
        "text": "#dadada"
      }
    }
  }
}

Install locally

  1. Download or copy the JSON.
  2. Save it as $ZOT_HOME/themes/custom-zot-theme.json.
  3. Open /settings in zot and select the theme.
Back home