Skip to content

Instantly share code, notes, and snippets.

@onevcat
Created July 18, 2026 13:30
Show Gist options
  • Select an option

  • Save onevcat/927d81aeef2898ba77816dab7a195693 to your computer and use it in GitHub Desktop.

Select an option

Save onevcat/927d81aeef2898ba77816dab7a195693 to your computer and use it in GitHub Desktop.
Kanagawa-inspired Oh My Pi terminal theme
{
"name": "kanagawa-terminal",
"vars": {
"sumiInk0": "#16161D",
"sumiInk3": "#1F1F28",
"sumiInk5": "#363646",
"sumiInk6": "#54546D",
"waveBlue1": "#223249",
"winterBlue": "#252535",
"winterGreen": "#2B3328",
"winterRed": "#43242B",
"selection": "#49473E",
"fujiWhite": "#DCD7BA",
"oldWhite": "#C8C093",
"crystalBlue": "#7E9CD8",
"springViolet": "#938AA9",
"springBlue": "#7FB4CA",
"waveAqua": "#7AA89F",
"springGreen": "#98BB6C",
"carpYellow": "#E6C384",
"surimiOrange": "#FFA066",
"oniViolet": "#957FB8",
"sakuraPink": "#D27E99",
"waveRed": "#E46876",
"brightRed": "#EC818C",
"katanaGray": "#717C7C"
},
"colors": {
"accent": "crystalBlue",
"border": "sumiInk6",
"borderAccent": "crystalBlue",
"borderMuted": "sumiInk5",
"success": "springGreen",
"error": "brightRed",
"warning": "carpYellow",
"muted": "springViolet",
"dim": "sumiInk6",
"text": "fujiWhite",
"thinkingText": "oldWhite",
"selectedBg": "selection",
"userMessageBg": "waveBlue1",
"customMessageBg": "winterBlue",
"toolPendingBg": "waveBlue1",
"toolSuccessBg": "winterGreen",
"toolErrorBg": "winterRed",
"statusLineBg": "sumiInk0",
"userMessageText": "fujiWhite",
"customMessageText": "fujiWhite",
"customMessageLabel": "crystalBlue",
"toolTitle": "fujiWhite",
"toolOutput": "oldWhite",
"mdHeading": "carpYellow",
"mdLink": "crystalBlue",
"mdLinkUrl": "springViolet",
"mdCode": "oldWhite",
"mdCodeBlock": "oldWhite",
"mdCodeBlockBorder": "sumiInk6",
"mdQuote": "springViolet",
"mdQuoteBorder": "waveAqua",
"mdHr": "sumiInk6",
"mdListBullet": "crystalBlue",
"toolDiffAdded": "springGreen",
"toolDiffRemoved": "brightRed",
"toolDiffContext": "oldWhite",
"syntaxComment": "springViolet",
"syntaxKeyword": "oniViolet",
"syntaxFunction": "crystalBlue",
"syntaxVariable": "oldWhite",
"syntaxString": "springGreen",
"syntaxNumber": "surimiOrange",
"syntaxType": "springBlue",
"syntaxOperator": "waveAqua",
"syntaxPunctuation": "springViolet",
"thinkingOff": "sumiInk6",
"thinkingMinimal": "springViolet",
"thinkingLow": "springBlue",
"thinkingMedium": "springGreen",
"thinkingHigh": "carpYellow",
"thinkingXhigh": "brightRed",
"bashMode": "springBlue",
"pythonMode": "oniViolet",
"statusLineSep": "sumiInk6",
"statusLineModel": "oniViolet",
"statusLinePath": "crystalBlue",
"statusLineGitClean": "springGreen",
"statusLineGitDirty": "carpYellow",
"statusLineContext": "springBlue",
"statusLineSpend": "waveAqua",
"statusLineStaged": "springGreen",
"statusLineDirty": "carpYellow",
"statusLineUntracked": "brightRed",
"statusLineOutput": "oldWhite",
"statusLineCost": "surimiOrange",
"statusLineSubagents": "sakuraPink"
},
"symbols": {
"preset": "nerd"
},
"export": {
"pageBg": "#1F1F28",
"cardBg": "#252535",
"infoBg": "#223249"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment