/ themes / violet-dusk.json
violet-dusk.json
 1  {
 2  	"$schema": "https://raw.githubusercontent.com/badlogic/pi-mono/main/packages/coding-agent/theme-schema.json",
 3  	"name": "violet-dusk",
 4  	"vars": {
 5  		"violet": "#bd93f9",
 6  		"purple": "#c678dd",
 7  		"cyan": "#33bdcc",
 8  		"teal": "#61afef",
 9  		"green": "#05ad9a",
10  		"red": "#ba09bd",
11  		"yellow": "#d6b99c",
12  		"orange": "#d99ff9",
13  		"pink": "#8166d4",
14  		"foreground": "#f8f8f2",
15  		"comment": "#4b77ac",
16  		"muted": "#536aa4",
17  		"dimGray": "#3c386e",
18  		"darkGray": "#4d4980",
19  		"background": "#0b0b11",
20  		"bgLighter": "#20203b",
21  		"bgSlightlyLighter": "#232342",
22  		"selection": "#7e5489",
23  		"selectedBg": "#4e2d56",
24  		"userMsgBg": "#0c1d38",
25  		"toolPendingBg": "#14101f",
26  		"toolSuccessBg": "#14101f",
27  		"toolErrorBg": "#1E0D29",
28  		"customMsgBg": "#17162A"
29  	},
30  	"colors": {
31  		"accent": "violet",
32  		"border": "teal",
33  		"borderAccent": "cyan",
34  		"borderMuted": "darkGray",
35  		"success": "green",
36  		"error": "red",
37  		"warning": "yellow",
38  		"muted": "muted",
39  		"dim": "dimGray",
40  		"text": "",
41  		"thinkingText": "comment",
42  
43  		"selectedBg": "selectedBg",
44  		"userMessageBg": "",
45  		"userMessageText": "cyan",
46  		"customMessageBg": "customMsgBg",
47  		"customMessageText": "",
48  		"customMessageLabel": "purple",
49  		"toolPendingBg": "toolPendingBg",
50  		"toolSuccessBg": "toolSuccessBg",
51  		"toolErrorBg": "toolErrorBg",
52  		"toolTitle": "",
53  		"toolOutput": "muted",
54  
55  		"mdHeading": "orange",
56  		"mdLink": "cyan",
57  		"mdLinkUrl": "dimGray",
58  		"mdCode": "pink",
59  		"mdCodeBlock": "green",
60  		"mdCodeBlockBorder": "comment",
61  		"mdQuote": "comment",
62  		"mdQuoteBorder": "comment",
63  		"mdHr": "darkGray",
64  		"mdListBullet": "violet",
65  
66  		"toolDiffAdded": "green",
67  		"toolDiffRemoved": "red",
68  		"toolDiffContext": "comment",
69  
70  		"syntaxComment": "comment",
71  		"syntaxKeyword": "purple",
72  		"syntaxFunction": "cyan",
73  		"syntaxVariable": "foreground",
74  		"syntaxString": "yellow",
75  		"syntaxNumber": "violet",
76  		"syntaxType": "teal",
77  		"syntaxOperator": "pink",
78  		"syntaxPunctuation": "foreground",
79  
80  		"thinkingOff": "darkGray",
81  		"thinkingMinimal": "dimGray",
82  		"thinkingLow": "comment",
83  		"thinkingMedium": "teal",
84  		"thinkingHigh": "violet",
85  		"thinkingXhigh": "pink",
86  
87  		"bashMode": "green"
88  	},
89  	"export": {
90  		"pageBg": "#1d1a33",
91  		"cardBg": "#272445",
92  		"infoBg": "#332f59"
93  	}
94  }