added .ssh
This commit is contained in:
@@ -0,0 +1,96 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
|
||||
"name": "crew-catppuccin-latte",
|
||||
"vars": {
|
||||
"bg": "#eff1f5",
|
||||
"fg": "#4c4f69",
|
||||
"mauve": "#8839ef",
|
||||
"pink": "#ea76cb",
|
||||
"blue": "#1e66f5",
|
||||
"green": "#40a02b",
|
||||
"teal": "#179299",
|
||||
"sky": "#04a5e5",
|
||||
"sapphire": "#209fb5",
|
||||
"red": "#d20f39",
|
||||
"maroon": "#e64553",
|
||||
"peach": "#fe640b",
|
||||
"yellow": "#df8e1d",
|
||||
"rosewater": "#dc8a78",
|
||||
"flamingo": "#dd7878",
|
||||
"lavender": "#7287fd",
|
||||
"gray": "#6c6f85",
|
||||
"dimGray": "#9ca0b0",
|
||||
"darkGray": "#bcc0cc",
|
||||
"darkerGray": "#ccd0da",
|
||||
"selection": "#dcd8f5",
|
||||
"userMsgBg": "#ccd0da",
|
||||
"customMsgBg": "#ccd0da",
|
||||
"toolPending": "#e6e9ef",
|
||||
"toolSuccess": "#e3f0df",
|
||||
"toolError": "#fbe0e3"
|
||||
},
|
||||
"colors": {
|
||||
"accent": "mauve",
|
||||
"border": "darkGray",
|
||||
"borderAccent": "mauve",
|
||||
"borderMuted": "darkerGray",
|
||||
"success": "green",
|
||||
"error": "red",
|
||||
"warning": "peach",
|
||||
"muted": "gray",
|
||||
"dim": "dimGray",
|
||||
"text": "fg",
|
||||
"thinkingText": "gray",
|
||||
|
||||
"selectedBg": "selection",
|
||||
"userMessageBg": "userMsgBg",
|
||||
"userMessageText": "fg",
|
||||
"customMessageBg": "customMsgBg",
|
||||
"customMessageText": "fg",
|
||||
"customMessageLabel": "lavender",
|
||||
"toolPendingBg": "toolPending",
|
||||
"toolSuccessBg": "toolSuccess",
|
||||
"toolErrorBg": "toolError",
|
||||
"toolTitle": "sky",
|
||||
"toolOutput": "gray",
|
||||
|
||||
"mdHeading": "yellow",
|
||||
"mdLink": "blue",
|
||||
"mdLinkUrl": "dimGray",
|
||||
"mdCode": "green",
|
||||
"mdCodeBlock": "#179299",
|
||||
"mdCodeBlockBorder": "darkGray",
|
||||
"mdQuote": "gray",
|
||||
"mdQuoteBorder": "darkGray",
|
||||
"mdHr": "darkGray",
|
||||
"mdListBullet": "blue",
|
||||
|
||||
"toolDiffAdded": "green",
|
||||
"toolDiffRemoved": "red",
|
||||
"toolDiffContext": "gray",
|
||||
|
||||
"syntaxComment": "#9ca0b0",
|
||||
"syntaxKeyword": "pink",
|
||||
"syntaxFunction": "blue",
|
||||
"syntaxVariable": "peach",
|
||||
"syntaxString": "green",
|
||||
"syntaxNumber": "peach",
|
||||
"syntaxType": "yellow",
|
||||
"syntaxOperator": "sky",
|
||||
"syntaxPunctuation": "fg",
|
||||
|
||||
"thinkingOff": "darkerGray",
|
||||
"thinkingMinimal": "dimGray",
|
||||
"thinkingLow": "lavender",
|
||||
"thinkingMedium": "mauve",
|
||||
"thinkingHigh": "pink",
|
||||
"thinkingXhigh": "#c896ff",
|
||||
|
||||
"bashMode": "green"
|
||||
},
|
||||
"export": {
|
||||
"pageBg": "#eff1f5",
|
||||
"cardBg": "#ccd0da",
|
||||
"infoBg": "#dcd8f5"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,93 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
|
||||
"name": "crew-catppuccin-mocha",
|
||||
"vars": {
|
||||
"bg": "#1e1e2e",
|
||||
"fg": "#cdd6f4",
|
||||
"mauve": "#cba6f7",
|
||||
"blue": "#89b4fa",
|
||||
"green": "#a6e3a1",
|
||||
"teal": "#94e2d5",
|
||||
"red": "#f38ba8",
|
||||
"peach": "#fab387",
|
||||
"yellow": "#f9e2af",
|
||||
"pink": "#f5c2e7",
|
||||
"sky": "#89dceb",
|
||||
"lavender": "#b4befe",
|
||||
"rosewater": "#f5e0dc",
|
||||
"gray": "#a6adc8",
|
||||
"dimGray": "#6c7086",
|
||||
"darkGray": "#45475a",
|
||||
"darkerGray": "#313244",
|
||||
"selection": "#313244",
|
||||
"userMsgBg": "#181825",
|
||||
"customMsgBg": "#181825",
|
||||
"toolPending": "#11111b",
|
||||
"toolSuccess": "#1a2b1f",
|
||||
"toolError": "#311d24"
|
||||
},
|
||||
"colors": {
|
||||
"accent": "mauve",
|
||||
"border": "darkGray",
|
||||
"borderAccent": "mauve",
|
||||
"borderMuted": "darkerGray",
|
||||
"success": "green",
|
||||
"error": "red",
|
||||
"warning": "peach",
|
||||
"muted": "gray",
|
||||
"dim": "dimGray",
|
||||
"text": "fg",
|
||||
"thinkingText": "gray",
|
||||
|
||||
"selectedBg": "selection",
|
||||
"userMessageBg": "userMsgBg",
|
||||
"userMessageText": "fg",
|
||||
"customMessageBg": "customMsgBg",
|
||||
"customMessageText": "fg",
|
||||
"customMessageLabel": "lavender",
|
||||
"toolPendingBg": "toolPending",
|
||||
"toolSuccessBg": "toolSuccess",
|
||||
"toolErrorBg": "toolError",
|
||||
"toolTitle": "sky",
|
||||
"toolOutput": "gray",
|
||||
|
||||
"mdHeading": "yellow",
|
||||
"mdLink": "blue",
|
||||
"mdLinkUrl": "dimGray",
|
||||
"mdCode": "green",
|
||||
"mdCodeBlock": "#94e2d5",
|
||||
"mdCodeBlockBorder": "darkGray",
|
||||
"mdQuote": "gray",
|
||||
"mdQuoteBorder": "darkGray",
|
||||
"mdHr": "darkGray",
|
||||
"mdListBullet": "mauve",
|
||||
|
||||
"toolDiffAdded": "green",
|
||||
"toolDiffRemoved": "red",
|
||||
"toolDiffContext": "gray",
|
||||
|
||||
"syntaxComment": "#6c7086",
|
||||
"syntaxKeyword": "#cba6f7",
|
||||
"syntaxFunction": "#89b4fa",
|
||||
"syntaxVariable": "#fab387",
|
||||
"syntaxString": "#a6e3a1",
|
||||
"syntaxNumber": "#fab387",
|
||||
"syntaxType": "#f9e2af",
|
||||
"syntaxOperator": "#89dceb",
|
||||
"syntaxPunctuation": "#cdd6f4",
|
||||
|
||||
"thinkingOff": "darkerGray",
|
||||
"thinkingMinimal": "#585b70",
|
||||
"thinkingLow": "mauve",
|
||||
"thinkingMedium": "lavender",
|
||||
"thinkingHigh": "pink",
|
||||
"thinkingXhigh": "rosewater",
|
||||
|
||||
"bashMode": "green"
|
||||
},
|
||||
"export": {
|
||||
"pageBg": "#1e1e2e",
|
||||
"cardBg": "#181825",
|
||||
"infoBg": "#313244"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,90 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
|
||||
"name": "crew-dark",
|
||||
"vars": {
|
||||
"bg": "#0d1117",
|
||||
"fg": "#c9d1d9",
|
||||
"crewBlue": "#58a6ff",
|
||||
"deepBlue": "#1f6feb",
|
||||
"skyBlue": "#79c0ff",
|
||||
"teal": "#39d353",
|
||||
"amber": "#e3b341",
|
||||
"coral": "#f78166",
|
||||
"rose": "#ff7b72",
|
||||
"lavender": "#d2a8ff",
|
||||
"gray": "#8b949e",
|
||||
"dimGray": "#484f58",
|
||||
"darkGray": "#30363d",
|
||||
"darkerGray": "#21262d",
|
||||
"selection": "#1c2541",
|
||||
"userMsgBg": "#161b22",
|
||||
"customMsgBg": "#161b22",
|
||||
"toolPending": "#111820",
|
||||
"toolSuccess": "#0d1f0d",
|
||||
"toolError": "#2a1215"
|
||||
},
|
||||
"colors": {
|
||||
"accent": "crewBlue",
|
||||
"border": "darkGray",
|
||||
"borderAccent": "deepBlue",
|
||||
"borderMuted": "darkerGray",
|
||||
"success": "teal",
|
||||
"error": "rose",
|
||||
"warning": "amber",
|
||||
"muted": "gray",
|
||||
"dim": "dimGray",
|
||||
"text": "fg",
|
||||
"thinkingText": "gray",
|
||||
|
||||
"selectedBg": "selection",
|
||||
"userMessageBg": "userMsgBg",
|
||||
"userMessageText": "fg",
|
||||
"customMessageBg": "customMsgBg",
|
||||
"customMessageText": "fg",
|
||||
"customMessageLabel": "lavender",
|
||||
"toolPendingBg": "toolPending",
|
||||
"toolSuccessBg": "toolSuccess",
|
||||
"toolErrorBg": "toolError",
|
||||
"toolTitle": "skyBlue",
|
||||
"toolOutput": "gray",
|
||||
|
||||
"mdHeading": "amber",
|
||||
"mdLink": "deepBlue",
|
||||
"mdLinkUrl": "dimGray",
|
||||
"mdCode": "teal",
|
||||
"mdCodeBlock": "#56d364",
|
||||
"mdCodeBlockBorder": "darkGray",
|
||||
"mdQuote": "gray",
|
||||
"mdQuoteBorder": "darkGray",
|
||||
"mdHr": "darkGray",
|
||||
"mdListBullet": "crewBlue",
|
||||
|
||||
"toolDiffAdded": "teal",
|
||||
"toolDiffRemoved": "rose",
|
||||
"toolDiffContext": "gray",
|
||||
|
||||
"syntaxComment": "#6e7681",
|
||||
"syntaxKeyword": "#ff7b72",
|
||||
"syntaxFunction": "#d2a8ff",
|
||||
"syntaxVariable": "#ffa657",
|
||||
"syntaxString": "#a5d6ff",
|
||||
"syntaxNumber": "#79c0ff",
|
||||
"syntaxType": "#ff7b72",
|
||||
"syntaxOperator": "#79c0ff",
|
||||
"syntaxPunctuation": "#c9d1d9",
|
||||
|
||||
"thinkingOff": "darkerGray",
|
||||
"thinkingMinimal": "#484f58",
|
||||
"thinkingLow": "#1f6feb",
|
||||
"thinkingMedium": "#58a6ff",
|
||||
"thinkingHigh": "#79c0ff",
|
||||
"thinkingXhigh": "#d2a8ff",
|
||||
|
||||
"bashMode": "teal"
|
||||
},
|
||||
"export": {
|
||||
"pageBg": "#0d1117",
|
||||
"cardBg": "#161b22",
|
||||
"infoBg": "#1c2541"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,83 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
|
||||
"name": "crew-dracula",
|
||||
"vars": {
|
||||
"bg": "#282a36",
|
||||
"fg": "#f8f8f2",
|
||||
"purple": "#bd93f9",
|
||||
"pink": "#ff79c6",
|
||||
"cyan": "#8be9fd",
|
||||
"green": "#50fa7b",
|
||||
"orange": "#ffb86c",
|
||||
"red": "#ff5555",
|
||||
"yellow": "#f1fa8c",
|
||||
"gray": "#6272a4",
|
||||
"dimGray": "#44475a",
|
||||
"darkGray": "#44475a",
|
||||
"darkerGray": "#21222c",
|
||||
"selection": "#44475a",
|
||||
"userMsgBg": "#343746",
|
||||
"customMsgBg": "#343746",
|
||||
"toolPending": "#343746",
|
||||
"toolSuccess": "#1e2d20",
|
||||
"toolError": "#2e1a1e"
|
||||
},
|
||||
"colors": {
|
||||
"accent": "purple",
|
||||
"border": "darkGray",
|
||||
"borderAccent": "purple",
|
||||
"borderMuted": "darkerGray",
|
||||
"success": "green",
|
||||
"error": "red",
|
||||
"warning": "orange",
|
||||
"muted": "gray",
|
||||
"dim": "dimGray",
|
||||
"text": "fg",
|
||||
"thinkingText": "gray",
|
||||
"selectedBg": "selection",
|
||||
"userMessageBg": "userMsgBg",
|
||||
"userMessageText": "fg",
|
||||
"customMessageBg": "customMsgBg",
|
||||
"customMessageText": "fg",
|
||||
"customMessageLabel": "purple",
|
||||
"toolPendingBg": "toolPending",
|
||||
"toolSuccessBg": "toolSuccess",
|
||||
"toolErrorBg": "toolError",
|
||||
"toolTitle": "cyan",
|
||||
"toolOutput": "gray",
|
||||
"mdHeading": "yellow",
|
||||
"mdLink": "purple",
|
||||
"mdLinkUrl": "dimGray",
|
||||
"mdCode": "green",
|
||||
"mdCodeBlock": "#50fa7b",
|
||||
"mdCodeBlockBorder": "darkGray",
|
||||
"mdQuote": "gray",
|
||||
"mdQuoteBorder": "darkGray",
|
||||
"mdHr": "darkGray",
|
||||
"mdListBullet": "purple",
|
||||
"toolDiffAdded": "green",
|
||||
"toolDiffRemoved": "red",
|
||||
"toolDiffContext": "gray",
|
||||
"syntaxComment": "#6272a4",
|
||||
"syntaxKeyword": "pink",
|
||||
"syntaxFunction": "purple",
|
||||
"syntaxVariable": "orange",
|
||||
"syntaxString": "yellow",
|
||||
"syntaxNumber": "purple",
|
||||
"syntaxType": "cyan",
|
||||
"syntaxOperator": "pink",
|
||||
"syntaxPunctuation": "fg",
|
||||
"thinkingOff": "darkerGray",
|
||||
"thinkingMinimal": "#44475a",
|
||||
"thinkingLow": "purple",
|
||||
"thinkingMedium": "#bd93f9",
|
||||
"thinkingHigh": "cyan",
|
||||
"thinkingXhigh": "pink",
|
||||
"bashMode": "green"
|
||||
},
|
||||
"export": {
|
||||
"pageBg": "#282a36",
|
||||
"cardBg": "#343746",
|
||||
"infoBg": "#44475a"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,83 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
|
||||
"name": "crew-gruvbox-dark",
|
||||
"vars": {
|
||||
"bg": "#282828",
|
||||
"fg": "#ebdbb2",
|
||||
"blue": "#83a598",
|
||||
"aqua": "#8ec07c",
|
||||
"green": "#b8bb26",
|
||||
"yellow": "#fabd2f",
|
||||
"orange": "#fe8019",
|
||||
"red": "#fb4934",
|
||||
"purple": "#d3869b",
|
||||
"gray": "#928374",
|
||||
"dimGray": "#928374",
|
||||
"darkGray": "#3c3836",
|
||||
"darkerGray": "#1d2021",
|
||||
"selection": "#3c3836",
|
||||
"userMsgBg": "#32302f",
|
||||
"customMsgBg": "#32302f",
|
||||
"toolPending": "#1d2021",
|
||||
"toolSuccess": "#1a2a1a",
|
||||
"toolError": "#2e1a1a"
|
||||
},
|
||||
"colors": {
|
||||
"accent": "blue",
|
||||
"border": "darkGray",
|
||||
"borderAccent": "blue",
|
||||
"borderMuted": "darkerGray",
|
||||
"success": "green",
|
||||
"error": "red",
|
||||
"warning": "yellow",
|
||||
"muted": "gray",
|
||||
"dim": "dimGray",
|
||||
"text": "fg",
|
||||
"thinkingText": "gray",
|
||||
"selectedBg": "selection",
|
||||
"userMessageBg": "userMsgBg",
|
||||
"userMessageText": "fg",
|
||||
"customMessageBg": "customMsgBg",
|
||||
"customMessageText": "fg",
|
||||
"customMessageLabel": "purple",
|
||||
"toolPendingBg": "toolPending",
|
||||
"toolSuccessBg": "toolSuccess",
|
||||
"toolErrorBg": "toolError",
|
||||
"toolTitle": "aqua",
|
||||
"toolOutput": "gray",
|
||||
"mdHeading": "yellow",
|
||||
"mdLink": "blue",
|
||||
"mdLinkUrl": "dimGray",
|
||||
"mdCode": "green",
|
||||
"mdCodeBlock": "#b8bb26",
|
||||
"mdCodeBlockBorder": "darkGray",
|
||||
"mdQuote": "gray",
|
||||
"mdQuoteBorder": "darkGray",
|
||||
"mdHr": "darkGray",
|
||||
"mdListBullet": "blue",
|
||||
"toolDiffAdded": "green",
|
||||
"toolDiffRemoved": "red",
|
||||
"toolDiffContext": "gray",
|
||||
"syntaxComment": "#928374",
|
||||
"syntaxKeyword": "red",
|
||||
"syntaxFunction": "green",
|
||||
"syntaxVariable": "orange",
|
||||
"syntaxString": "yellow",
|
||||
"syntaxNumber": "purple",
|
||||
"syntaxType": "aqua",
|
||||
"syntaxOperator": "blue",
|
||||
"syntaxPunctuation": "fg",
|
||||
"thinkingOff": "darkerGray",
|
||||
"thinkingMinimal": "#928374",
|
||||
"thinkingLow": "blue",
|
||||
"thinkingMedium": "#83a598",
|
||||
"thinkingHigh": "aqua",
|
||||
"thinkingXhigh": "purple",
|
||||
"bashMode": "green"
|
||||
},
|
||||
"export": {
|
||||
"pageBg": "#282828",
|
||||
"cardBg": "#32302f",
|
||||
"infoBg": "#3c3836"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,90 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
|
||||
"name": "crew-gruvbox-light",
|
||||
"vars": {
|
||||
"bg": "#fbf1c7",
|
||||
"fg": "#3c3836",
|
||||
"blue": "#076678",
|
||||
"green": "#79740e",
|
||||
"aqua": "#427b58",
|
||||
"yellow": "#d79921",
|
||||
"orange": "#d65d0e",
|
||||
"red": "#cc241d",
|
||||
"purple": "#8f3f71",
|
||||
"fg4": "#7c6f64",
|
||||
"gray": "#928374",
|
||||
"dimGray": "#a89984",
|
||||
"darkGray": "#d5c4a1",
|
||||
"darkerGray": "#ebdbb2",
|
||||
"selection": "#e8d9a8",
|
||||
"userMsgBg": "#ebdbb2",
|
||||
"customMsgBg": "#ebdbb2",
|
||||
"toolPending": "#ebdbb2",
|
||||
"toolSuccess": "#d9e8c0",
|
||||
"toolError": "#f0d0c8"
|
||||
},
|
||||
"colors": {
|
||||
"accent": "blue",
|
||||
"border": "darkGray",
|
||||
"borderAccent": "blue",
|
||||
"borderMuted": "darkerGray",
|
||||
"success": "green",
|
||||
"error": "red",
|
||||
"warning": "yellow",
|
||||
"muted": "gray",
|
||||
"dim": "dimGray",
|
||||
"text": "fg",
|
||||
"thinkingText": "gray",
|
||||
|
||||
"selectedBg": "selection",
|
||||
"userMessageBg": "userMsgBg",
|
||||
"userMessageText": "fg",
|
||||
"customMessageBg": "customMsgBg",
|
||||
"customMessageText": "fg",
|
||||
"customMessageLabel": "purple",
|
||||
"toolPendingBg": "toolPending",
|
||||
"toolSuccessBg": "toolSuccess",
|
||||
"toolErrorBg": "toolError",
|
||||
"toolTitle": "aqua",
|
||||
"toolOutput": "gray",
|
||||
|
||||
"mdHeading": "yellow",
|
||||
"mdLink": "blue",
|
||||
"mdLinkUrl": "dimGray",
|
||||
"mdCode": "green",
|
||||
"mdCodeBlock": "#427b58",
|
||||
"mdCodeBlockBorder": "darkGray",
|
||||
"mdQuote": "gray",
|
||||
"mdQuoteBorder": "darkGray",
|
||||
"mdHr": "darkGray",
|
||||
"mdListBullet": "blue",
|
||||
|
||||
"toolDiffAdded": "green",
|
||||
"toolDiffRemoved": "red",
|
||||
"toolDiffContext": "gray",
|
||||
|
||||
"syntaxComment": "#928374",
|
||||
"syntaxKeyword": "red",
|
||||
"syntaxFunction": "blue",
|
||||
"syntaxVariable": "orange",
|
||||
"syntaxString": "green",
|
||||
"syntaxNumber": "purple",
|
||||
"syntaxType": "aqua",
|
||||
"syntaxOperator": "aqua",
|
||||
"syntaxPunctuation": "fg",
|
||||
|
||||
"thinkingOff": "darkerGray",
|
||||
"thinkingMinimal": "dimGray",
|
||||
"thinkingLow": "purple",
|
||||
"thinkingMedium": "blue",
|
||||
"thinkingHigh": "aqua",
|
||||
"thinkingXhigh": "#1498a8",
|
||||
|
||||
"bashMode": "green"
|
||||
},
|
||||
"export": {
|
||||
"pageBg": "#fbf1c7",
|
||||
"cardBg": "#ebdbb2",
|
||||
"infoBg": "#e8d9a8"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,85 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
|
||||
"name": "crew-nord",
|
||||
"vars": {
|
||||
"bg": "#2e3440",
|
||||
"fg": "#d8dee9",
|
||||
"nord7": "#8fbcbb",
|
||||
"nord8": "#88c0d0",
|
||||
"nord9": "#81a1c1",
|
||||
"nord10": "#5e81ac",
|
||||
"nord11": "#bf616a",
|
||||
"nord12": "#d08770",
|
||||
"nord13": "#ebcb8b",
|
||||
"nord14": "#a3be8c",
|
||||
"nord15": "#b48ead",
|
||||
"gray": "#4c566a",
|
||||
"dimGray": "#4c566a",
|
||||
"darkGray": "#3b4252",
|
||||
"darkerGray": "#2e3440",
|
||||
"selection": "#434c5e",
|
||||
"userMsgBg": "#3b4252",
|
||||
"customMsgBg": "#3b4252",
|
||||
"toolPending": "#3b4252",
|
||||
"toolSuccess": "#2e3b32",
|
||||
"toolError": "#3b2e2e"
|
||||
},
|
||||
"colors": {
|
||||
"accent": "nord9",
|
||||
"border": "darkGray",
|
||||
"borderAccent": "nord9",
|
||||
"borderMuted": "darkerGray",
|
||||
"success": "nord14",
|
||||
"error": "nord11",
|
||||
"warning": "nord13",
|
||||
"muted": "gray",
|
||||
"dim": "dimGray",
|
||||
"text": "fg",
|
||||
"thinkingText": "gray",
|
||||
"selectedBg": "selection",
|
||||
"userMessageBg": "userMsgBg",
|
||||
"userMessageText": "fg",
|
||||
"customMessageBg": "customMsgBg",
|
||||
"customMessageText": "fg",
|
||||
"customMessageLabel": "nord15",
|
||||
"toolPendingBg": "toolPending",
|
||||
"toolSuccessBg": "toolSuccess",
|
||||
"toolErrorBg": "toolError",
|
||||
"toolTitle": "nord8",
|
||||
"toolOutput": "gray",
|
||||
"mdHeading": "nord13",
|
||||
"mdLink": "nord9",
|
||||
"mdLinkUrl": "dimGray",
|
||||
"mdCode": "nord14",
|
||||
"mdCodeBlock": "#a3be8c",
|
||||
"mdCodeBlockBorder": "darkGray",
|
||||
"mdQuote": "gray",
|
||||
"mdQuoteBorder": "darkGray",
|
||||
"mdHr": "darkGray",
|
||||
"mdListBullet": "nord9",
|
||||
"toolDiffAdded": "nord14",
|
||||
"toolDiffRemoved": "nord11",
|
||||
"toolDiffContext": "gray",
|
||||
"syntaxComment": "#4c566a",
|
||||
"syntaxKeyword": "nord11",
|
||||
"syntaxFunction": "nord10",
|
||||
"syntaxVariable": "nord12",
|
||||
"syntaxString": "nord14",
|
||||
"syntaxNumber": "nord15",
|
||||
"syntaxType": "nord7",
|
||||
"syntaxOperator": "nord9",
|
||||
"syntaxPunctuation": "fg",
|
||||
"thinkingOff": "darkerGray",
|
||||
"thinkingMinimal": "#4c566a",
|
||||
"thinkingLow": "nord10",
|
||||
"thinkingMedium": "nord9",
|
||||
"thinkingHigh": "nord8",
|
||||
"thinkingXhigh": "nord15",
|
||||
"bashMode": "nord14"
|
||||
},
|
||||
"export": {
|
||||
"pageBg": "#2e3440",
|
||||
"cardBg": "#3b4252",
|
||||
"infoBg": "#434c5e"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,89 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
|
||||
"name": "crew-one-dark",
|
||||
"vars": {
|
||||
"bg": "#282c34",
|
||||
"fg": "#abb2bf",
|
||||
"blue": "#61afef",
|
||||
"purple": "#c678dd",
|
||||
"red": "#e06c75",
|
||||
"orange": "#d19a66",
|
||||
"yellow": "#e5c07b",
|
||||
"green": "#98c379",
|
||||
"cyan": "#56b6c2",
|
||||
"gray": "#5c6370",
|
||||
"dimGray": "#4b5263",
|
||||
"darkGray": "#3e4451",
|
||||
"darkerGray": "#2c313c",
|
||||
"selection": "#3e4451",
|
||||
"userMsgBg": "#21252b",
|
||||
"customMsgBg": "#21252b",
|
||||
"toolPending": "#1b1f27",
|
||||
"toolSuccess": "#1f2a1d",
|
||||
"toolError": "#2d1a1e"
|
||||
},
|
||||
"colors": {
|
||||
"accent": "blue",
|
||||
"border": "darkGray",
|
||||
"borderAccent": "blue",
|
||||
"borderMuted": "darkerGray",
|
||||
"success": "green",
|
||||
"error": "red",
|
||||
"warning": "yellow",
|
||||
"muted": "gray",
|
||||
"dim": "dimGray",
|
||||
"text": "fg",
|
||||
"thinkingText": "gray",
|
||||
|
||||
"selectedBg": "selection",
|
||||
"userMessageBg": "userMsgBg",
|
||||
"userMessageText": "fg",
|
||||
"customMessageBg": "customMsgBg",
|
||||
"customMessageText": "fg",
|
||||
"customMessageLabel": "purple",
|
||||
"toolPendingBg": "toolPending",
|
||||
"toolSuccessBg": "toolSuccess",
|
||||
"toolErrorBg": "toolError",
|
||||
"toolTitle": "cyan",
|
||||
"toolOutput": "gray",
|
||||
|
||||
"mdHeading": "yellow",
|
||||
"mdLink": "blue",
|
||||
"mdLinkUrl": "dimGray",
|
||||
"mdCode": "green",
|
||||
"mdCodeBlock": "#56b6c2",
|
||||
"mdCodeBlockBorder": "darkGray",
|
||||
"mdQuote": "gray",
|
||||
"mdQuoteBorder": "darkGray",
|
||||
"mdHr": "darkGray",
|
||||
"mdListBullet": "blue",
|
||||
|
||||
"toolDiffAdded": "green",
|
||||
"toolDiffRemoved": "red",
|
||||
"toolDiffContext": "gray",
|
||||
|
||||
"syntaxComment": "#5c6370",
|
||||
"syntaxKeyword": "#c678dd",
|
||||
"syntaxFunction": "#61afef",
|
||||
"syntaxVariable": "#e06c75",
|
||||
"syntaxString": "#98c379",
|
||||
"syntaxNumber": "#d19a66",
|
||||
"syntaxType": "#e5c07b",
|
||||
"syntaxOperator": "#56b6c2",
|
||||
"syntaxPunctuation": "#abb2bf",
|
||||
|
||||
"thinkingOff": "darkerGray",
|
||||
"thinkingMinimal": "#4b5263",
|
||||
"thinkingLow": "blue",
|
||||
"thinkingMedium": "cyan",
|
||||
"thinkingHigh": "purple",
|
||||
"thinkingXhigh": "red",
|
||||
|
||||
"bashMode": "green"
|
||||
},
|
||||
"export": {
|
||||
"pageBg": "#282c34",
|
||||
"cardBg": "#21252b",
|
||||
"infoBg": "#3e4451"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,90 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
|
||||
"name": "crew-solarized-dark",
|
||||
"vars": {
|
||||
"bg": "#002b36",
|
||||
"fg": "#93a1a1",
|
||||
"blue": "#268bd2",
|
||||
"green": "#859900",
|
||||
"cyan": "#2aa198",
|
||||
"yellow": "#b58900",
|
||||
"orange": "#cb4b16",
|
||||
"red": "#dc322f",
|
||||
"magenta": "#d33682",
|
||||
"violet": "#6c71c4",
|
||||
"gray": "#657b83",
|
||||
"dimGray": "#586e75",
|
||||
"darkGray": "#073642",
|
||||
"darkerGray": "#073642",
|
||||
"selection": "#073642",
|
||||
"userMsgBg": "#073642",
|
||||
"customMsgBg": "#073642",
|
||||
"toolPending": "#003640",
|
||||
"toolSuccess": "#0f3a1c",
|
||||
"toolError": "#3a1a1d"
|
||||
},
|
||||
"colors": {
|
||||
"accent": "blue",
|
||||
"border": "darkGray",
|
||||
"borderAccent": "blue",
|
||||
"borderMuted": "darkerGray",
|
||||
"success": "green",
|
||||
"error": "red",
|
||||
"warning": "yellow",
|
||||
"muted": "gray",
|
||||
"dim": "dimGray",
|
||||
"text": "fg",
|
||||
"thinkingText": "gray",
|
||||
|
||||
"selectedBg": "selection",
|
||||
"userMessageBg": "userMsgBg",
|
||||
"userMessageText": "fg",
|
||||
"customMessageBg": "customMsgBg",
|
||||
"customMessageText": "fg",
|
||||
"customMessageLabel": "violet",
|
||||
"toolPendingBg": "toolPending",
|
||||
"toolSuccessBg": "toolSuccess",
|
||||
"toolErrorBg": "toolError",
|
||||
"toolTitle": "cyan",
|
||||
"toolOutput": "gray",
|
||||
|
||||
"mdHeading": "yellow",
|
||||
"mdLink": "blue",
|
||||
"mdLinkUrl": "dimGray",
|
||||
"mdCode": "green",
|
||||
"mdCodeBlock": "#2aa198",
|
||||
"mdCodeBlockBorder": "darkGray",
|
||||
"mdQuote": "gray",
|
||||
"mdQuoteBorder": "darkGray",
|
||||
"mdHr": "darkGray",
|
||||
"mdListBullet": "blue",
|
||||
|
||||
"toolDiffAdded": "green",
|
||||
"toolDiffRemoved": "red",
|
||||
"toolDiffContext": "gray",
|
||||
|
||||
"syntaxComment": "#586e75",
|
||||
"syntaxKeyword": "#859900",
|
||||
"syntaxFunction": "#268bd2",
|
||||
"syntaxVariable": "#cb4b16",
|
||||
"syntaxString": "#2aa198",
|
||||
"syntaxNumber": "#d33682",
|
||||
"syntaxType": "#b58900",
|
||||
"syntaxOperator": "#6c71c4",
|
||||
"syntaxPunctuation": "#93a1a1",
|
||||
|
||||
"thinkingOff": "darkerGray",
|
||||
"thinkingMinimal": "#586e75",
|
||||
"thinkingLow": "violet",
|
||||
"thinkingMedium": "blue",
|
||||
"thinkingHigh": "cyan",
|
||||
"thinkingXhigh": "magenta",
|
||||
|
||||
"bashMode": "green"
|
||||
},
|
||||
"export": {
|
||||
"pageBg": "#002b36",
|
||||
"cardBg": "#073642",
|
||||
"infoBg": "#073642"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,92 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
|
||||
"name": "crew-solarized-light",
|
||||
"vars": {
|
||||
"bg": "#fdf6e3",
|
||||
"fg": "#586e75",
|
||||
"blue": "#268bd2",
|
||||
"cyan": "#2aa198",
|
||||
"green": "#859900",
|
||||
"yellow": "#b58900",
|
||||
"orange": "#cb4b16",
|
||||
"red": "#dc322f",
|
||||
"magenta": "#d33682",
|
||||
"violet": "#6c71c4",
|
||||
"base0": "#839496",
|
||||
"base00": "#657b83",
|
||||
"gray": "#93a1a1",
|
||||
"dimGray": "#93a1a1",
|
||||
"darkGray": "#eee8d5",
|
||||
"darkerGray": "#eee8d5",
|
||||
"selection": "#e5edf5",
|
||||
"userMsgBg": "#eee8d5",
|
||||
"customMsgBg": "#eee8d5",
|
||||
"toolPending": "#eee8d5",
|
||||
"toolSuccess": "#e8efd9",
|
||||
"toolError": "#f5e0df"
|
||||
},
|
||||
"colors": {
|
||||
"accent": "blue",
|
||||
"border": "darkGray",
|
||||
"borderAccent": "blue",
|
||||
"borderMuted": "darkerGray",
|
||||
"success": "green",
|
||||
"error": "red",
|
||||
"warning": "yellow",
|
||||
"muted": "gray",
|
||||
"dim": "dimGray",
|
||||
"text": "fg",
|
||||
"thinkingText": "gray",
|
||||
|
||||
"selectedBg": "selection",
|
||||
"userMessageBg": "userMsgBg",
|
||||
"userMessageText": "fg",
|
||||
"customMessageBg": "customMsgBg",
|
||||
"customMessageText": "fg",
|
||||
"customMessageLabel": "magenta",
|
||||
"toolPendingBg": "toolPending",
|
||||
"toolSuccessBg": "toolSuccess",
|
||||
"toolErrorBg": "toolError",
|
||||
"toolTitle": "cyan",
|
||||
"toolOutput": "gray",
|
||||
|
||||
"mdHeading": "yellow",
|
||||
"mdLink": "blue",
|
||||
"mdLinkUrl": "dimGray",
|
||||
"mdCode": "green",
|
||||
"mdCodeBlock": "#2aa198",
|
||||
"mdCodeBlockBorder": "darkGray",
|
||||
"mdQuote": "gray",
|
||||
"mdQuoteBorder": "darkGray",
|
||||
"mdHr": "darkGray",
|
||||
"mdListBullet": "blue",
|
||||
|
||||
"toolDiffAdded": "green",
|
||||
"toolDiffRemoved": "red",
|
||||
"toolDiffContext": "gray",
|
||||
|
||||
"syntaxComment": "#93a1a1",
|
||||
"syntaxKeyword": "green",
|
||||
"syntaxFunction": "blue",
|
||||
"syntaxVariable": "orange",
|
||||
"syntaxString": "cyan",
|
||||
"syntaxNumber": "magenta",
|
||||
"syntaxType": "yellow",
|
||||
"syntaxOperator": "cyan",
|
||||
"syntaxPunctuation": "fg",
|
||||
|
||||
"thinkingOff": "darkerGray",
|
||||
"thinkingMinimal": "dimGray",
|
||||
"thinkingLow": "violet",
|
||||
"thinkingMedium": "blue",
|
||||
"thinkingHigh": "cyan",
|
||||
"thinkingXhigh": "#3daee9",
|
||||
|
||||
"bashMode": "green"
|
||||
},
|
||||
"export": {
|
||||
"pageBg": "#fdf6e3",
|
||||
"cardBg": "#eee8d5",
|
||||
"infoBg": "#e5edf5"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,85 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/earendil-works/pi/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
|
||||
"name": "crew-tokyo-night",
|
||||
"vars": {
|
||||
"bg": "#1a1b26",
|
||||
"fg": "#c0caf5",
|
||||
"blue": "#7aa2f7",
|
||||
"cyan": "#7dcfff",
|
||||
"magenta": "#bb9af7",
|
||||
"purple": "#9d7cd8",
|
||||
"orange": "#ff9e64",
|
||||
"yellow": "#e0af68",
|
||||
"green": "#9ece6a",
|
||||
"green1": "#73daca",
|
||||
"red": "#f7768e",
|
||||
"gray": "#737aa2",
|
||||
"dimGray": "#565f89",
|
||||
"darkGray": "#292e42",
|
||||
"darkerGray": "#16161e",
|
||||
"selection": "#283457",
|
||||
"userMsgBg": "#1f2335",
|
||||
"customMsgBg": "#1f2335",
|
||||
"toolPending": "#16161e",
|
||||
"toolSuccess": "#1a2e1e",
|
||||
"toolError": "#2e1a1e"
|
||||
},
|
||||
"colors": {
|
||||
"accent": "blue",
|
||||
"border": "darkGray",
|
||||
"borderAccent": "blue",
|
||||
"borderMuted": "darkerGray",
|
||||
"success": "green",
|
||||
"error": "red",
|
||||
"warning": "yellow",
|
||||
"muted": "gray",
|
||||
"dim": "dimGray",
|
||||
"text": "fg",
|
||||
"thinkingText": "gray",
|
||||
"selectedBg": "selection",
|
||||
"userMessageBg": "userMsgBg",
|
||||
"userMessageText": "fg",
|
||||
"customMessageBg": "customMsgBg",
|
||||
"customMessageText": "fg",
|
||||
"customMessageLabel": "magenta",
|
||||
"toolPendingBg": "toolPending",
|
||||
"toolSuccessBg": "toolSuccess",
|
||||
"toolErrorBg": "toolError",
|
||||
"toolTitle": "cyan",
|
||||
"toolOutput": "gray",
|
||||
"mdHeading": "yellow",
|
||||
"mdLink": "blue",
|
||||
"mdLinkUrl": "dimGray",
|
||||
"mdCode": "green",
|
||||
"mdCodeBlock": "#9ece6a",
|
||||
"mdCodeBlockBorder": "darkGray",
|
||||
"mdQuote": "gray",
|
||||
"mdQuoteBorder": "darkGray",
|
||||
"mdHr": "darkGray",
|
||||
"mdListBullet": "blue",
|
||||
"toolDiffAdded": "green",
|
||||
"toolDiffRemoved": "red",
|
||||
"toolDiffContext": "gray",
|
||||
"syntaxComment": "#565f89",
|
||||
"syntaxKeyword": "magenta",
|
||||
"syntaxFunction": "blue",
|
||||
"syntaxVariable": "orange",
|
||||
"syntaxString": "green",
|
||||
"syntaxNumber": "orange",
|
||||
"syntaxType": "cyan",
|
||||
"syntaxOperator": "magenta",
|
||||
"syntaxPunctuation": "fg",
|
||||
"thinkingOff": "darkerGray",
|
||||
"thinkingMinimal": "#565f89",
|
||||
"thinkingLow": "blue",
|
||||
"thinkingMedium": "#7aa2f7",
|
||||
"thinkingHigh": "cyan",
|
||||
"thinkingXhigh": "magenta",
|
||||
"bashMode": "green"
|
||||
},
|
||||
"export": {
|
||||
"pageBg": "#1a1b26",
|
||||
"cardBg": "#1f2335",
|
||||
"infoBg": "#283457"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user