🚀
This commit is contained in:
84
.pi/themes/nord.json
Normal file
84
.pi/themes/nord.json
Normal file
@@ -0,0 +1,84 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/badlogic/pi-mono/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
|
||||
"name": "nord",
|
||||
"vars": {
|
||||
"bg": "#1a1d23",
|
||||
"bgDark": "#15181d",
|
||||
"bgDeep": "#111316",
|
||||
"surface": "#272b34",
|
||||
"selection": "#2f3541",
|
||||
"bgRed": "#2e1818",
|
||||
"bgOrange": "#31241a",
|
||||
"bgSky": "#1c2835",
|
||||
"bgCyan": "#192c2d",
|
||||
"bgWarm": "#291b30",
|
||||
"bgPink": "#2d1927",
|
||||
"comment": "#ccebf4",
|
||||
"fg": "#ffffff",
|
||||
"fgSoft": "#bbbbbb",
|
||||
"frost1": "#67e4e2",
|
||||
"frost2": "#72cee8",
|
||||
"frost3": "#67a5e4",
|
||||
"frost4": "#5c97df",
|
||||
"red": "#e85e6c",
|
||||
"orange": "#ed7f5e",
|
||||
"yellow": "#f5d189",
|
||||
"green": "#92df6b",
|
||||
"purple": "#e278e2",
|
||||
"border": "#3e5974",
|
||||
"dim": "#3d4c5b"
|
||||
},
|
||||
"colors": {
|
||||
"accent": "frost2",
|
||||
"border": "border",
|
||||
"borderAccent": "frost2",
|
||||
"borderMuted": "surface",
|
||||
"success": "green",
|
||||
"error": "red",
|
||||
"warning": "orange",
|
||||
"muted": "comment",
|
||||
"dim": "comment",
|
||||
"text": "fg",
|
||||
"thinkingText": "frost1",
|
||||
"selectedBg": "bgPink",
|
||||
"userMessageBg": "bgWarm",
|
||||
"userMessageText": "fg",
|
||||
"customMessageBg": "bgCyan",
|
||||
"customMessageText": "fg",
|
||||
"customMessageLabel": "frost2",
|
||||
"toolPendingBg": "bgOrange",
|
||||
"toolSuccessBg": "bgSky",
|
||||
"toolErrorBg": "bgRed",
|
||||
"toolTitle": "orange",
|
||||
"toolOutput": "fgSoft",
|
||||
"mdHeading": "yellow",
|
||||
"mdLink": "frost2",
|
||||
"mdLinkUrl": "comment",
|
||||
"mdCode": "frost1",
|
||||
"mdCodeBlock": "fgSoft",
|
||||
"mdCodeBlockBorder": "surface",
|
||||
"mdQuote": "purple",
|
||||
"mdQuoteBorder": "surface",
|
||||
"mdHr": "surface",
|
||||
"mdListBullet": "frost2",
|
||||
"toolDiffAdded": "green",
|
||||
"toolDiffRemoved": "red",
|
||||
"toolDiffContext": "comment",
|
||||
"syntaxComment": "comment",
|
||||
"syntaxKeyword": "frost3",
|
||||
"syntaxFunction": "frost2",
|
||||
"syntaxVariable": "fg",
|
||||
"syntaxString": "green",
|
||||
"syntaxNumber": "purple",
|
||||
"syntaxType": "frost1",
|
||||
"syntaxOperator": "frost3",
|
||||
"syntaxPunctuation": "fgSoft",
|
||||
"thinkingOff": "surface",
|
||||
"thinkingMinimal": "dim",
|
||||
"thinkingLow": "frost4",
|
||||
"thinkingMedium": "frost3",
|
||||
"thinkingHigh": "frost2",
|
||||
"thinkingXhigh": "frost1",
|
||||
"bashMode": "yellow"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user