darwincode 1.9.104

The open source terminal AI coding agent
{
  "$schema": "https://raw.githubusercontent.com/femboypig/darwincode/main/theme.json",
  "defs": {
    "bg": "#020209",
    "panel_bg": "#08081a",
    "fg": "#a8c8e8",
    "fg_muted": "#405878",
    "red": "#e84040",
    "orange": "#e87840",
    "yellow": "#d8a838",
    "green": "#40c878",
    "teal": "#38b8a8",
    "blue": "#4090d8",
    "magenta": "#9868c8",
    "cyan": "#48b8d8",
    "border": "#102030"
  },
  "theme": {
    "primary": "blue",
    "secondary": "fg_muted",
    "accent": "teal",
    "error": "red",
    "warning": "orange",
    "success": "green",
    "info": "cyan",
    "text": "fg",
    "textMuted": "fg_muted",
    "background": "bg",
    "backgroundPanel": "panel_bg",
    "backgroundElement": "panel_bg",
    "border": "border",
    "borderActive": "blue",
    "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": "yellow",
    "syntaxOperator": "teal",
    "syntaxPunctuation": "fg_muted",
    "markdownHeading": "blue",
    "markdownCode": "teal",
    "markdownStrong": "fg",
    "markdownListItem": "blue"
  }
}