{
	"$schema": "https://raw.githubusercontent.com/kwhorne/elyra/main/packages/coding-agent/src/modes/interactive/theme/theme-schema.json",
	"name": "norwegian-midnight",
	"vars": {
		"frost1": "#8FBCBB",
		"frost2": "#88C0D0",
		"frost3": "#81A1C1",
		"frost4": "#5E81AC",
		"red": "#BF616A",
		"orange": "#D08770",
		"yellow": "#EBCB8B",
		"green": "#A3BE8C",
		"purple": "#B48EAD",
		"snow0": "#D8DEE9",
		"comment": "#616E88",
		"punctuation": "#6B7894",
		"nord3": "#4C566A",
		"nord2": "#434C5E",
		"nord1": "#3B4252",
		"bg": "#1a1d23",
		"bgDark": "#111318",
		"bgDeep": "#0d0e12",
		"bgPanel": "#22272f",
		"bgHeader": "#242932",
		"selectedBg": "#434C5E",
		"toolPendingBg": "#1e2128",
		"toolSuccessBg": "#1e2820",
		"toolErrorBg": "#281e20",
		"customMsgBg": "#221e28"
	},
	"colors": {
		"accent": "frost2",
		"border": "frost3",
		"borderAccent": "frost2",
		"borderMuted": "nord1",
		"success": "green",
		"error": "red",
		"warning": "yellow",
		"muted": "comment",
		"dim": "nord3",
		"text": "",
		"thinkingText": "comment",

		"selectedBg": "selectedBg",
		"userMessageBg": "bg",
		"userMessageText": "",
		"customMessageBg": "customMsgBg",
		"customMessageText": "",
		"customMessageLabel": "purple",
		"toolPendingBg": "toolPendingBg",
		"toolSuccessBg": "toolSuccessBg",
		"toolErrorBg": "toolErrorBg",
		"toolTitle": "",
		"toolOutput": "comment",

		"mdHeading": "frost2",
		"mdLink": "frost2",
		"mdLinkUrl": "nord3",
		"mdCode": "frost1",
		"mdCodeBlock": "green",
		"mdCodeBlockBorder": "comment",
		"mdQuote": "comment",
		"mdQuoteBorder": "frost1",
		"mdHr": "comment",
		"mdListBullet": "frost3",

		"toolDiffAdded": "green",
		"toolDiffRemoved": "red",
		"toolDiffContext": "comment",

		"syntaxComment": "#616E88",
		"syntaxKeyword": "#81A1C1",
		"syntaxFunction": "#88C0D0",
		"syntaxVariable": "#D8DEE9",
		"syntaxString": "#A3BE8C",
		"syntaxNumber": "#B48EAD",
		"syntaxType": "#8FBCBB",
		"syntaxOperator": "#81A1C1",
		"syntaxPunctuation": "#6B7894",

		"thinkingOff": "nord1",
		"thinkingMinimal": "nord3",
		"thinkingLow": "comment",
		"thinkingMedium": "frost3",
		"thinkingHigh": "frost2",
		"thinkingXhigh": "purple",

		"bashMode": "green"
	},
	"export": {
		"pageBg": "#0d0e12",
		"cardBg": "#1a1d23",
		"infoBg": "#242932"
	}
}
