darwincode 1.9.104

The open source terminal AI coding agent
{
  "$schema": "https://raw.githubusercontent.com/femboypig/darwincode/main/theme.json",
  "defs": {
    "bg": "#000000",
    "panel_bg": "#0a0a0a",
    "fg": "#b0b0b0",
    "fg_muted": "#505050",
    "red": "#cc3333",
    "orange": "#cc7733",
    "yellow": "#ccaa33",
    "green": "#33aa66",
    "teal": "#338877",
    "blue": "#3377bb",
    "magenta": "#8855aa",
    "cyan": "#3399aa",
    "border": "#1c1c1c"
  },
  "theme": {
    "primary": "fg",
    "secondary": "fg_muted",
    "accent": "blue",
    "error": "red",
    "warning": "orange",
    "success": "green",
    "info": "cyan",
    "text": "fg",
    "textMuted": "fg_muted",
    "background": "bg",
    "backgroundPanel": "panel_bg",
    "backgroundElement": "panel_bg",
    "border": "border",
    "borderActive": "fg",
    "borderSubtle": "border",
    "diffAdded": "green",
    "diffRemoved": "red",
    "diffContext": "fg_muted",
    "diffHunkHeader": "blue",
    "syntaxComment": "fg_muted",
    "syntaxKeyword": "magenta",
    "syntaxFunction": "blue",
    "syntaxVariable": "fg",
    "syntaxString": "green",
    "syntaxNumber": "orange",
    "syntaxType": "cyan",
    "syntaxOperator": "fg",
    "syntaxPunctuation": "fg_muted",
    "markdownHeading": "fg",
    "markdownCode": "cyan",
    "markdownStrong": "fg",
    "markdownListItem": "blue"
  }
}