chore: generate

This commit is contained in:
GitHub Action
2026-01-13 18:27:28 +00:00
parent a70932f742
commit 92089bb295
6 changed files with 916 additions and 916 deletions

View File

@@ -1,231 +1,231 @@
{ {
"$schema": "https://opencode.ai/theme.json", "$schema": "https://opencode.ai/theme.json",
"defs": { "defs": {
"darkWorldBg": "#0B0B3B", "darkWorldBg": "#0B0B3B",
"darkWorldDeep": "#050520", "darkWorldDeep": "#050520",
"darkWorldPanel": "#151555", "darkWorldPanel": "#151555",
"krisBlue": "#6A7BC4", "krisBlue": "#6A7BC4",
"krisCyan": "#75FBED", "krisCyan": "#75FBED",
"krisIce": "#C7E3F2", "krisIce": "#C7E3F2",
"susiePurple": "#5B209D", "susiePurple": "#5B209D",
"susieMagenta": "#A017D0", "susieMagenta": "#A017D0",
"susiePink": "#F983D8", "susiePink": "#F983D8",
"ralseiGreen": "#33A56C", "ralseiGreen": "#33A56C",
"ralseiTeal": "#40E4D4", "ralseiTeal": "#40E4D4",
"noelleRose": "#DC8998", "noelleRose": "#DC8998",
"noelleRed": "#DC1510", "noelleRed": "#DC1510",
"noelleMint": "#ECFFBB", "noelleMint": "#ECFFBB",
"noelleCyan": "#77E0FF", "noelleCyan": "#77E0FF",
"noelleAqua": "#BBFFFC", "noelleAqua": "#BBFFFC",
"gold": "#FBCE3C", "gold": "#FBCE3C",
"orange": "#F4A731", "orange": "#F4A731",
"hotPink": "#EB0095", "hotPink": "#EB0095",
"queenPink": "#F983D8", "queenPink": "#F983D8",
"cyberGreen": "#00FF00", "cyberGreen": "#00FF00",
"white": "#FFFFFF", "white": "#FFFFFF",
"black": "#000000", "black": "#000000",
"textMuted": "#8888AA" "textMuted": "#8888AA"
},
"theme": {
"primary": {
"dark": "hotPink",
"light": "susieMagenta"
}, },
"theme": { "secondary": {
"primary": { "dark": "krisCyan",
"dark": "hotPink", "light": "krisBlue"
"light": "susieMagenta" },
}, "accent": {
"secondary": { "dark": "ralseiTeal",
"dark": "krisCyan", "light": "ralseiGreen"
"light": "krisBlue" },
}, "error": {
"accent": { "dark": "noelleRed",
"dark": "ralseiTeal", "light": "noelleRed"
"light": "ralseiGreen" },
}, "warning": {
"error": { "dark": "gold",
"dark": "noelleRed", "light": "orange"
"light": "noelleRed" },
}, "success": {
"warning": { "dark": "ralseiTeal",
"dark": "gold", "light": "ralseiGreen"
"light": "orange" },
}, "info": {
"success": { "dark": "noelleCyan",
"dark": "ralseiTeal", "light": "krisBlue"
"light": "ralseiGreen" },
}, "text": {
"info": { "dark": "white",
"dark": "noelleCyan", "light": "black"
"light": "krisBlue" },
}, "textMuted": {
"text": { "dark": "textMuted",
"dark": "white", "light": "#555577"
"light": "black" },
}, "background": {
"textMuted": { "dark": "darkWorldBg",
"dark": "textMuted", "light": "white"
"light": "#555577" },
}, "backgroundPanel": {
"background": { "dark": "darkWorldDeep",
"dark": "darkWorldBg", "light": "#F0F0F8"
"light": "white" },
}, "backgroundElement": {
"backgroundPanel": { "dark": "darkWorldPanel",
"dark": "darkWorldDeep", "light": "#E5E5F0"
"light": "#F0F0F8" },
}, "border": {
"backgroundElement": { "dark": "krisBlue",
"dark": "darkWorldPanel", "light": "susiePurple"
"light": "#E5E5F0" },
}, "borderActive": {
"border": { "dark": "hotPink",
"dark": "krisBlue", "light": "susieMagenta"
"light": "susiePurple" },
}, "borderSubtle": {
"borderActive": { "dark": "#3A3A6A",
"dark": "hotPink", "light": "#AAAACC"
"light": "susieMagenta" },
}, "diffAdded": {
"borderSubtle": { "dark": "ralseiTeal",
"dark": "#3A3A6A", "light": "ralseiGreen"
"light": "#AAAACC" },
}, "diffRemoved": {
"diffAdded": { "dark": "hotPink",
"dark": "ralseiTeal", "light": "noelleRed"
"light": "ralseiGreen" },
}, "diffContext": {
"diffRemoved": { "dark": "textMuted",
"dark": "hotPink", "light": "#666688"
"light": "noelleRed" },
}, "diffHunkHeader": {
"diffContext": { "dark": "krisBlue",
"dark": "textMuted", "light": "susiePurple"
"light": "#666688" },
}, "diffHighlightAdded": {
"diffHunkHeader": { "dark": "ralseiGreen",
"dark": "krisBlue", "light": "ralseiTeal"
"light": "susiePurple" },
}, "diffHighlightRemoved": {
"diffHighlightAdded": { "dark": "noelleRed",
"dark": "ralseiGreen", "light": "hotPink"
"light": "ralseiTeal" },
}, "diffAddedBg": {
"diffHighlightRemoved": { "dark": "#0A2A2A",
"dark": "noelleRed", "light": "#D4FFEE"
"light": "hotPink" },
}, "diffRemovedBg": {
"diffAddedBg": { "dark": "#2A0A2A",
"dark": "#0A2A2A", "light": "#FFD4E8"
"light": "#D4FFEE" },
}, "diffContextBg": {
"diffRemovedBg": { "dark": "darkWorldDeep",
"dark": "#2A0A2A", "light": "#F5F5FA"
"light": "#FFD4E8" },
}, "diffLineNumber": {
"diffContextBg": { "dark": "textMuted",
"dark": "darkWorldDeep", "light": "#666688"
"light": "#F5F5FA" },
}, "diffAddedLineNumberBg": {
"diffLineNumber": { "dark": "#082020",
"dark": "textMuted", "light": "#E0FFF0"
"light": "#666688" },
}, "diffRemovedLineNumberBg": {
"diffAddedLineNumberBg": { "dark": "#200820",
"dark": "#082020", "light": "#FFE0F0"
"light": "#E0FFF0" },
}, "markdownText": {
"diffRemovedLineNumberBg": { "dark": "white",
"dark": "#200820", "light": "black"
"light": "#FFE0F0" },
}, "markdownHeading": {
"markdownText": { "dark": "gold",
"dark": "white", "light": "orange"
"light": "black" },
}, "markdownLink": {
"markdownHeading": { "dark": "krisCyan",
"dark": "gold", "light": "krisBlue"
"light": "orange" },
}, "markdownLinkText": {
"markdownLink": { "dark": "noelleCyan",
"dark": "krisCyan", "light": "susiePurple"
"light": "krisBlue" },
}, "markdownCode": {
"markdownLinkText": { "dark": "ralseiTeal",
"dark": "noelleCyan", "light": "ralseiGreen"
"light": "susiePurple" },
}, "markdownBlockQuote": {
"markdownCode": { "dark": "textMuted",
"dark": "ralseiTeal", "light": "#666688"
"light": "ralseiGreen" },
}, "markdownEmph": {
"markdownBlockQuote": { "dark": "susiePink",
"dark": "textMuted", "light": "susieMagenta"
"light": "#666688" },
}, "markdownStrong": {
"markdownEmph": { "dark": "hotPink",
"dark": "susiePink", "light": "susiePurple"
"light": "susieMagenta" },
}, "markdownHorizontalRule": {
"markdownStrong": { "dark": "krisBlue",
"dark": "hotPink", "light": "susiePurple"
"light": "susiePurple" },
}, "markdownListItem": {
"markdownHorizontalRule": { "dark": "gold",
"dark": "krisBlue", "light": "orange"
"light": "susiePurple" },
}, "markdownListEnumeration": {
"markdownListItem": { "dark": "krisCyan",
"dark": "gold", "light": "krisBlue"
"light": "orange" },
}, "markdownImage": {
"markdownListEnumeration": { "dark": "susieMagenta",
"dark": "krisCyan", "light": "susiePurple"
"light": "krisBlue" },
}, "markdownImageText": {
"markdownImage": { "dark": "susiePink",
"dark": "susieMagenta", "light": "susieMagenta"
"light": "susiePurple" },
}, "markdownCodeBlock": {
"markdownImageText": { "dark": "white",
"dark": "susiePink", "light": "black"
"light": "susieMagenta" },
}, "syntaxComment": {
"markdownCodeBlock": { "dark": "textMuted",
"dark": "white", "light": "#666688"
"light": "black" },
}, "syntaxKeyword": {
"syntaxComment": { "dark": "hotPink",
"dark": "textMuted", "light": "susieMagenta"
"light": "#666688" },
}, "syntaxFunction": {
"syntaxKeyword": { "dark": "krisCyan",
"dark": "hotPink", "light": "krisBlue"
"light": "susieMagenta" },
}, "syntaxVariable": {
"syntaxFunction": { "dark": "gold",
"dark": "krisCyan", "light": "orange"
"light": "krisBlue" },
}, "syntaxString": {
"syntaxVariable": { "dark": "ralseiTeal",
"dark": "gold", "light": "ralseiGreen"
"light": "orange" },
}, "syntaxNumber": {
"syntaxString": { "dark": "noelleRose",
"dark": "ralseiTeal", "light": "noelleRed"
"light": "ralseiGreen" },
}, "syntaxType": {
"syntaxNumber": { "dark": "noelleCyan",
"dark": "noelleRose", "light": "krisBlue"
"light": "noelleRed" },
}, "syntaxOperator": {
"syntaxType": { "dark": "white",
"dark": "noelleCyan", "light": "black"
"light": "krisBlue" },
}, "syntaxPunctuation": {
"syntaxOperator": { "dark": "krisBlue",
"dark": "white", "light": "#555577"
"light": "black"
},
"syntaxPunctuation": {
"dark": "krisBlue",
"light": "#555577"
}
} }
}
} }

View File

@@ -1,232 +1,232 @@
{ {
"$schema": "https://opencode.ai/theme.json", "$schema": "https://opencode.ai/theme.json",
"defs": { "defs": {
"black": "#000000", "black": "#000000",
"white": "#FFFFFF", "white": "#FFFFFF",
"soulRed": "#FF0000", "soulRed": "#FF0000",
"soulOrange": "#FF6600", "soulOrange": "#FF6600",
"soulYellow": "#FFFF00", "soulYellow": "#FFFF00",
"soulGreen": "#00FF00", "soulGreen": "#00FF00",
"soulAqua": "#00FFFF", "soulAqua": "#00FFFF",
"soulBlue": "#0000FF", "soulBlue": "#0000FF",
"soulPurple": "#FF00FF", "soulPurple": "#FF00FF",
"ruinsPurple": "#A349A4", "ruinsPurple": "#A349A4",
"ruinsDark": "#380A43", "ruinsDark": "#380A43",
"snowdinBlue": "#6BA3E5", "snowdinBlue": "#6BA3E5",
"hotlandOrange": "#FF7F27", "hotlandOrange": "#FF7F27",
"coreGray": "#3A3949", "coreGray": "#3A3949",
"battleBg": "#0D0D1A", "battleBg": "#0D0D1A",
"battlePanel": "#1A1A2E", "battlePanel": "#1A1A2E",
"uiYellow": "#FFC90E", "uiYellow": "#FFC90E",
"textGray": "#909090", "textGray": "#909090",
"damageRed": "#FF3333", "damageRed": "#FF3333",
"healGreen": "#00FF00", "healGreen": "#00FF00",
"saveYellow": "#FFFF00", "saveYellow": "#FFFF00",
"determinationRed": "#FF0000", "determinationRed": "#FF0000",
"mttPink": "#FF6EB4", "mttPink": "#FF6EB4",
"waterfall": "#283197", "waterfall": "#283197",
"waterfallGlow": "#00BFFF" "waterfallGlow": "#00BFFF"
},
"theme": {
"primary": {
"dark": "soulRed",
"light": "determinationRed"
}, },
"theme": { "secondary": {
"primary": { "dark": "uiYellow",
"dark": "soulRed", "light": "uiYellow"
"light": "determinationRed" },
}, "accent": {
"secondary": { "dark": "soulAqua",
"dark": "uiYellow", "light": "soulBlue"
"light": "uiYellow" },
}, "error": {
"accent": { "dark": "damageRed",
"dark": "soulAqua", "light": "soulRed"
"light": "soulBlue" },
}, "warning": {
"error": { "dark": "uiYellow",
"dark": "damageRed", "light": "hotlandOrange"
"light": "soulRed" },
}, "success": {
"warning": { "dark": "healGreen",
"dark": "uiYellow", "light": "soulGreen"
"light": "hotlandOrange" },
}, "info": {
"success": { "dark": "soulAqua",
"dark": "healGreen", "light": "waterfallGlow"
"light": "soulGreen" },
}, "text": {
"info": { "dark": "white",
"dark": "soulAqua", "light": "black"
"light": "waterfallGlow" },
}, "textMuted": {
"text": { "dark": "textGray",
"dark": "white", "light": "coreGray"
"light": "black" },
}, "background": {
"textMuted": { "dark": "black",
"dark": "textGray", "light": "white"
"light": "coreGray" },
}, "backgroundPanel": {
"background": { "dark": "battleBg",
"dark": "black", "light": "#F0F0F0"
"light": "white" },
}, "backgroundElement": {
"backgroundPanel": { "dark": "battlePanel",
"dark": "battleBg", "light": "#E5E5E5"
"light": "#F0F0F0" },
}, "border": {
"backgroundElement": { "dark": "white",
"dark": "battlePanel", "light": "black"
"light": "#E5E5E5" },
}, "borderActive": {
"border": { "dark": "soulRed",
"dark": "white", "light": "determinationRed"
"light": "black" },
}, "borderSubtle": {
"borderActive": { "dark": "#555555",
"dark": "soulRed", "light": "#AAAAAA"
"light": "determinationRed" },
}, "diffAdded": {
"borderSubtle": { "dark": "healGreen",
"dark": "#555555", "light": "soulGreen"
"light": "#AAAAAA" },
}, "diffRemoved": {
"diffAdded": { "dark": "damageRed",
"dark": "healGreen", "light": "soulRed"
"light": "soulGreen" },
}, "diffContext": {
"diffRemoved": { "dark": "textGray",
"dark": "damageRed", "light": "coreGray"
"light": "soulRed" },
}, "diffHunkHeader": {
"diffContext": { "dark": "soulAqua",
"dark": "textGray", "light": "soulBlue"
"light": "coreGray" },
}, "diffHighlightAdded": {
"diffHunkHeader": { "dark": "soulGreen",
"dark": "soulAqua", "light": "healGreen"
"light": "soulBlue" },
}, "diffHighlightRemoved": {
"diffHighlightAdded": { "dark": "soulRed",
"dark": "soulGreen", "light": "determinationRed"
"light": "healGreen" },
}, "diffAddedBg": {
"diffHighlightRemoved": { "dark": "#002200",
"dark": "soulRed", "light": "#CCFFCC"
"light": "determinationRed" },
}, "diffRemovedBg": {
"diffAddedBg": { "dark": "#220000",
"dark": "#002200", "light": "#FFCCCC"
"light": "#CCFFCC" },
}, "diffContextBg": {
"diffRemovedBg": { "dark": "battleBg",
"dark": "#220000", "light": "#F5F5F5"
"light": "#FFCCCC" },
}, "diffLineNumber": {
"diffContextBg": { "dark": "textGray",
"dark": "battleBg", "light": "coreGray"
"light": "#F5F5F5" },
}, "diffAddedLineNumberBg": {
"diffLineNumber": { "dark": "#001A00",
"dark": "textGray", "light": "#E0FFE0"
"light": "coreGray" },
}, "diffRemovedLineNumberBg": {
"diffAddedLineNumberBg": { "dark": "#1A0000",
"dark": "#001A00", "light": "#FFE0E0"
"light": "#E0FFE0" },
}, "markdownText": {
"diffRemovedLineNumberBg": { "dark": "white",
"dark": "#1A0000", "light": "black"
"light": "#FFE0E0" },
}, "markdownHeading": {
"markdownText": { "dark": "uiYellow",
"dark": "white", "light": "hotlandOrange"
"light": "black" },
}, "markdownLink": {
"markdownHeading": { "dark": "soulAqua",
"dark": "uiYellow", "light": "soulBlue"
"light": "hotlandOrange" },
}, "markdownLinkText": {
"markdownLink": { "dark": "waterfallGlow",
"dark": "soulAqua", "light": "waterfall"
"light": "soulBlue" },
}, "markdownCode": {
"markdownLinkText": { "dark": "healGreen",
"dark": "waterfallGlow", "light": "soulGreen"
"light": "waterfall" },
}, "markdownBlockQuote": {
"markdownCode": { "dark": "textGray",
"dark": "healGreen", "light": "coreGray"
"light": "soulGreen" },
}, "markdownEmph": {
"markdownBlockQuote": { "dark": "mttPink",
"dark": "textGray", "light": "soulPurple"
"light": "coreGray" },
}, "markdownStrong": {
"markdownEmph": { "dark": "soulRed",
"dark": "mttPink", "light": "determinationRed"
"light": "soulPurple" },
}, "markdownHorizontalRule": {
"markdownStrong": { "dark": "white",
"dark": "soulRed", "light": "black"
"light": "determinationRed" },
}, "markdownListItem": {
"markdownHorizontalRule": { "dark": "uiYellow",
"dark": "white", "light": "uiYellow"
"light": "black" },
}, "markdownListEnumeration": {
"markdownListItem": { "dark": "uiYellow",
"dark": "uiYellow", "light": "uiYellow"
"light": "uiYellow" },
}, "markdownImage": {
"markdownListEnumeration": { "dark": "ruinsPurple",
"dark": "uiYellow", "light": "soulPurple"
"light": "uiYellow" },
}, "markdownImageText": {
"markdownImage": { "dark": "mttPink",
"dark": "ruinsPurple", "light": "ruinsPurple"
"light": "soulPurple" },
}, "markdownCodeBlock": {
"markdownImageText": { "dark": "white",
"dark": "mttPink", "light": "black"
"light": "ruinsPurple" },
}, "syntaxComment": {
"markdownCodeBlock": { "dark": "textGray",
"dark": "white", "light": "coreGray"
"light": "black" },
}, "syntaxKeyword": {
"syntaxComment": { "dark": "soulRed",
"dark": "textGray", "light": "determinationRed"
"light": "coreGray" },
}, "syntaxFunction": {
"syntaxKeyword": { "dark": "soulAqua",
"dark": "soulRed", "light": "soulBlue"
"light": "determinationRed" },
}, "syntaxVariable": {
"syntaxFunction": { "dark": "uiYellow",
"dark": "soulAqua", "light": "hotlandOrange"
"light": "soulBlue" },
}, "syntaxString": {
"syntaxVariable": { "dark": "healGreen",
"dark": "uiYellow", "light": "soulGreen"
"light": "hotlandOrange" },
}, "syntaxNumber": {
"syntaxString": { "dark": "mttPink",
"dark": "healGreen", "light": "soulPurple"
"light": "soulGreen" },
}, "syntaxType": {
"syntaxNumber": { "dark": "waterfallGlow",
"dark": "mttPink", "light": "waterfall"
"light": "soulPurple" },
}, "syntaxOperator": {
"syntaxType": { "dark": "white",
"dark": "waterfallGlow", "light": "black"
"light": "waterfall" },
}, "syntaxPunctuation": {
"syntaxOperator": { "dark": "textGray",
"dark": "white", "light": "coreGray"
"light": "black"
},
"syntaxPunctuation": {
"dark": "textGray",
"light": "coreGray"
}
} }
}
} }

View File

@@ -1,231 +1,231 @@
{ {
"$schema": "https://opencode.ai/theme.json", "$schema": "https://opencode.ai/theme.json",
"defs": { "defs": {
"darkWorldBg": "#0B0B3B", "darkWorldBg": "#0B0B3B",
"darkWorldDeep": "#050520", "darkWorldDeep": "#050520",
"darkWorldPanel": "#151555", "darkWorldPanel": "#151555",
"krisBlue": "#6A7BC4", "krisBlue": "#6A7BC4",
"krisCyan": "#75FBED", "krisCyan": "#75FBED",
"krisIce": "#C7E3F2", "krisIce": "#C7E3F2",
"susiePurple": "#5B209D", "susiePurple": "#5B209D",
"susieMagenta": "#A017D0", "susieMagenta": "#A017D0",
"susiePink": "#F983D8", "susiePink": "#F983D8",
"ralseiGreen": "#33A56C", "ralseiGreen": "#33A56C",
"ralseiTeal": "#40E4D4", "ralseiTeal": "#40E4D4",
"noelleRose": "#DC8998", "noelleRose": "#DC8998",
"noelleRed": "#DC1510", "noelleRed": "#DC1510",
"noelleMint": "#ECFFBB", "noelleMint": "#ECFFBB",
"noelleCyan": "#77E0FF", "noelleCyan": "#77E0FF",
"noelleAqua": "#BBFFFC", "noelleAqua": "#BBFFFC",
"gold": "#FBCE3C", "gold": "#FBCE3C",
"orange": "#F4A731", "orange": "#F4A731",
"hotPink": "#EB0095", "hotPink": "#EB0095",
"queenPink": "#F983D8", "queenPink": "#F983D8",
"cyberGreen": "#00FF00", "cyberGreen": "#00FF00",
"white": "#FFFFFF", "white": "#FFFFFF",
"black": "#000000", "black": "#000000",
"textMuted": "#8888AA" "textMuted": "#8888AA"
},
"theme": {
"primary": {
"dark": "hotPink",
"light": "susieMagenta"
}, },
"theme": { "secondary": {
"primary": { "dark": "krisCyan",
"dark": "hotPink", "light": "krisBlue"
"light": "susieMagenta" },
}, "accent": {
"secondary": { "dark": "ralseiTeal",
"dark": "krisCyan", "light": "ralseiGreen"
"light": "krisBlue" },
}, "error": {
"accent": { "dark": "noelleRed",
"dark": "ralseiTeal", "light": "noelleRed"
"light": "ralseiGreen" },
}, "warning": {
"error": { "dark": "gold",
"dark": "noelleRed", "light": "orange"
"light": "noelleRed" },
}, "success": {
"warning": { "dark": "ralseiTeal",
"dark": "gold", "light": "ralseiGreen"
"light": "orange" },
}, "info": {
"success": { "dark": "noelleCyan",
"dark": "ralseiTeal", "light": "krisBlue"
"light": "ralseiGreen" },
}, "text": {
"info": { "dark": "white",
"dark": "noelleCyan", "light": "black"
"light": "krisBlue" },
}, "textMuted": {
"text": { "dark": "textMuted",
"dark": "white", "light": "#555577"
"light": "black" },
}, "background": {
"textMuted": { "dark": "darkWorldBg",
"dark": "textMuted", "light": "white"
"light": "#555577" },
}, "backgroundPanel": {
"background": { "dark": "darkWorldDeep",
"dark": "darkWorldBg", "light": "#F0F0F8"
"light": "white" },
}, "backgroundElement": {
"backgroundPanel": { "dark": "darkWorldPanel",
"dark": "darkWorldDeep", "light": "#E5E5F0"
"light": "#F0F0F8" },
}, "border": {
"backgroundElement": { "dark": "krisBlue",
"dark": "darkWorldPanel", "light": "susiePurple"
"light": "#E5E5F0" },
}, "borderActive": {
"border": { "dark": "hotPink",
"dark": "krisBlue", "light": "susieMagenta"
"light": "susiePurple" },
}, "borderSubtle": {
"borderActive": { "dark": "#3A3A6A",
"dark": "hotPink", "light": "#AAAACC"
"light": "susieMagenta" },
}, "diffAdded": {
"borderSubtle": { "dark": "ralseiTeal",
"dark": "#3A3A6A", "light": "ralseiGreen"
"light": "#AAAACC" },
}, "diffRemoved": {
"diffAdded": { "dark": "hotPink",
"dark": "ralseiTeal", "light": "noelleRed"
"light": "ralseiGreen" },
}, "diffContext": {
"diffRemoved": { "dark": "textMuted",
"dark": "hotPink", "light": "#666688"
"light": "noelleRed" },
}, "diffHunkHeader": {
"diffContext": { "dark": "krisBlue",
"dark": "textMuted", "light": "susiePurple"
"light": "#666688" },
}, "diffHighlightAdded": {
"diffHunkHeader": { "dark": "ralseiGreen",
"dark": "krisBlue", "light": "ralseiTeal"
"light": "susiePurple" },
}, "diffHighlightRemoved": {
"diffHighlightAdded": { "dark": "noelleRed",
"dark": "ralseiGreen", "light": "hotPink"
"light": "ralseiTeal" },
}, "diffAddedBg": {
"diffHighlightRemoved": { "dark": "#0A2A2A",
"dark": "noelleRed", "light": "#D4FFEE"
"light": "hotPink" },
}, "diffRemovedBg": {
"diffAddedBg": { "dark": "#2A0A2A",
"dark": "#0A2A2A", "light": "#FFD4E8"
"light": "#D4FFEE" },
}, "diffContextBg": {
"diffRemovedBg": { "dark": "darkWorldDeep",
"dark": "#2A0A2A", "light": "#F5F5FA"
"light": "#FFD4E8" },
}, "diffLineNumber": {
"diffContextBg": { "dark": "textMuted",
"dark": "darkWorldDeep", "light": "#666688"
"light": "#F5F5FA" },
}, "diffAddedLineNumberBg": {
"diffLineNumber": { "dark": "#082020",
"dark": "textMuted", "light": "#E0FFF0"
"light": "#666688" },
}, "diffRemovedLineNumberBg": {
"diffAddedLineNumberBg": { "dark": "#200820",
"dark": "#082020", "light": "#FFE0F0"
"light": "#E0FFF0" },
}, "markdownText": {
"diffRemovedLineNumberBg": { "dark": "white",
"dark": "#200820", "light": "black"
"light": "#FFE0F0" },
}, "markdownHeading": {
"markdownText": { "dark": "gold",
"dark": "white", "light": "orange"
"light": "black" },
}, "markdownLink": {
"markdownHeading": { "dark": "krisCyan",
"dark": "gold", "light": "krisBlue"
"light": "orange" },
}, "markdownLinkText": {
"markdownLink": { "dark": "noelleCyan",
"dark": "krisCyan", "light": "susiePurple"
"light": "krisBlue" },
}, "markdownCode": {
"markdownLinkText": { "dark": "ralseiTeal",
"dark": "noelleCyan", "light": "ralseiGreen"
"light": "susiePurple" },
}, "markdownBlockQuote": {
"markdownCode": { "dark": "textMuted",
"dark": "ralseiTeal", "light": "#666688"
"light": "ralseiGreen" },
}, "markdownEmph": {
"markdownBlockQuote": { "dark": "susiePink",
"dark": "textMuted", "light": "susieMagenta"
"light": "#666688" },
}, "markdownStrong": {
"markdownEmph": { "dark": "hotPink",
"dark": "susiePink", "light": "susiePurple"
"light": "susieMagenta" },
}, "markdownHorizontalRule": {
"markdownStrong": { "dark": "krisBlue",
"dark": "hotPink", "light": "susiePurple"
"light": "susiePurple" },
}, "markdownListItem": {
"markdownHorizontalRule": { "dark": "gold",
"dark": "krisBlue", "light": "orange"
"light": "susiePurple" },
}, "markdownListEnumeration": {
"markdownListItem": { "dark": "krisCyan",
"dark": "gold", "light": "krisBlue"
"light": "orange" },
}, "markdownImage": {
"markdownListEnumeration": { "dark": "susieMagenta",
"dark": "krisCyan", "light": "susiePurple"
"light": "krisBlue" },
}, "markdownImageText": {
"markdownImage": { "dark": "susiePink",
"dark": "susieMagenta", "light": "susieMagenta"
"light": "susiePurple" },
}, "markdownCodeBlock": {
"markdownImageText": { "dark": "white",
"dark": "susiePink", "light": "black"
"light": "susieMagenta" },
}, "syntaxComment": {
"markdownCodeBlock": { "dark": "textMuted",
"dark": "white", "light": "#666688"
"light": "black" },
}, "syntaxKeyword": {
"syntaxComment": { "dark": "hotPink",
"dark": "textMuted", "light": "susieMagenta"
"light": "#666688" },
}, "syntaxFunction": {
"syntaxKeyword": { "dark": "krisCyan",
"dark": "hotPink", "light": "krisBlue"
"light": "susieMagenta" },
}, "syntaxVariable": {
"syntaxFunction": { "dark": "gold",
"dark": "krisCyan", "light": "orange"
"light": "krisBlue" },
}, "syntaxString": {
"syntaxVariable": { "dark": "ralseiTeal",
"dark": "gold", "light": "ralseiGreen"
"light": "orange" },
}, "syntaxNumber": {
"syntaxString": { "dark": "noelleRose",
"dark": "ralseiTeal", "light": "noelleRed"
"light": "ralseiGreen" },
}, "syntaxType": {
"syntaxNumber": { "dark": "noelleCyan",
"dark": "noelleRose", "light": "krisBlue"
"light": "noelleRed" },
}, "syntaxOperator": {
"syntaxType": { "dark": "white",
"dark": "noelleCyan", "light": "black"
"light": "krisBlue" },
}, "syntaxPunctuation": {
"syntaxOperator": { "dark": "krisBlue",
"dark": "white", "light": "#555577"
"light": "black"
},
"syntaxPunctuation": {
"dark": "krisBlue",
"light": "#555577"
}
} }
}
} }

View File

@@ -1,232 +1,232 @@
{ {
"$schema": "https://opencode.ai/theme.json", "$schema": "https://opencode.ai/theme.json",
"defs": { "defs": {
"black": "#000000", "black": "#000000",
"white": "#FFFFFF", "white": "#FFFFFF",
"soulRed": "#FF0000", "soulRed": "#FF0000",
"soulOrange": "#FF6600", "soulOrange": "#FF6600",
"soulYellow": "#FFFF00", "soulYellow": "#FFFF00",
"soulGreen": "#00FF00", "soulGreen": "#00FF00",
"soulAqua": "#00FFFF", "soulAqua": "#00FFFF",
"soulBlue": "#0000FF", "soulBlue": "#0000FF",
"soulPurple": "#FF00FF", "soulPurple": "#FF00FF",
"ruinsPurple": "#A349A4", "ruinsPurple": "#A349A4",
"ruinsDark": "#380A43", "ruinsDark": "#380A43",
"snowdinBlue": "#6BA3E5", "snowdinBlue": "#6BA3E5",
"hotlandOrange": "#FF7F27", "hotlandOrange": "#FF7F27",
"coreGray": "#3A3949", "coreGray": "#3A3949",
"battleBg": "#0D0D1A", "battleBg": "#0D0D1A",
"battlePanel": "#1A1A2E", "battlePanel": "#1A1A2E",
"uiYellow": "#FFC90E", "uiYellow": "#FFC90E",
"textGray": "#909090", "textGray": "#909090",
"damageRed": "#FF3333", "damageRed": "#FF3333",
"healGreen": "#00FF00", "healGreen": "#00FF00",
"saveYellow": "#FFFF00", "saveYellow": "#FFFF00",
"determinationRed": "#FF0000", "determinationRed": "#FF0000",
"mttPink": "#FF6EB4", "mttPink": "#FF6EB4",
"waterfall": "#283197", "waterfall": "#283197",
"waterfallGlow": "#00BFFF" "waterfallGlow": "#00BFFF"
},
"theme": {
"primary": {
"dark": "soulRed",
"light": "determinationRed"
}, },
"theme": { "secondary": {
"primary": { "dark": "uiYellow",
"dark": "soulRed", "light": "uiYellow"
"light": "determinationRed" },
}, "accent": {
"secondary": { "dark": "soulAqua",
"dark": "uiYellow", "light": "soulBlue"
"light": "uiYellow" },
}, "error": {
"accent": { "dark": "damageRed",
"dark": "soulAqua", "light": "soulRed"
"light": "soulBlue" },
}, "warning": {
"error": { "dark": "uiYellow",
"dark": "damageRed", "light": "hotlandOrange"
"light": "soulRed" },
}, "success": {
"warning": { "dark": "healGreen",
"dark": "uiYellow", "light": "soulGreen"
"light": "hotlandOrange" },
}, "info": {
"success": { "dark": "soulAqua",
"dark": "healGreen", "light": "waterfallGlow"
"light": "soulGreen" },
}, "text": {
"info": { "dark": "white",
"dark": "soulAqua", "light": "black"
"light": "waterfallGlow" },
}, "textMuted": {
"text": { "dark": "textGray",
"dark": "white", "light": "coreGray"
"light": "black" },
}, "background": {
"textMuted": { "dark": "black",
"dark": "textGray", "light": "white"
"light": "coreGray" },
}, "backgroundPanel": {
"background": { "dark": "battleBg",
"dark": "black", "light": "#F0F0F0"
"light": "white" },
}, "backgroundElement": {
"backgroundPanel": { "dark": "battlePanel",
"dark": "battleBg", "light": "#E5E5E5"
"light": "#F0F0F0" },
}, "border": {
"backgroundElement": { "dark": "white",
"dark": "battlePanel", "light": "black"
"light": "#E5E5E5" },
}, "borderActive": {
"border": { "dark": "soulRed",
"dark": "white", "light": "determinationRed"
"light": "black" },
}, "borderSubtle": {
"borderActive": { "dark": "#555555",
"dark": "soulRed", "light": "#AAAAAA"
"light": "determinationRed" },
}, "diffAdded": {
"borderSubtle": { "dark": "healGreen",
"dark": "#555555", "light": "soulGreen"
"light": "#AAAAAA" },
}, "diffRemoved": {
"diffAdded": { "dark": "damageRed",
"dark": "healGreen", "light": "soulRed"
"light": "soulGreen" },
}, "diffContext": {
"diffRemoved": { "dark": "textGray",
"dark": "damageRed", "light": "coreGray"
"light": "soulRed" },
}, "diffHunkHeader": {
"diffContext": { "dark": "soulAqua",
"dark": "textGray", "light": "soulBlue"
"light": "coreGray" },
}, "diffHighlightAdded": {
"diffHunkHeader": { "dark": "soulGreen",
"dark": "soulAqua", "light": "healGreen"
"light": "soulBlue" },
}, "diffHighlightRemoved": {
"diffHighlightAdded": { "dark": "soulRed",
"dark": "soulGreen", "light": "determinationRed"
"light": "healGreen" },
}, "diffAddedBg": {
"diffHighlightRemoved": { "dark": "#002200",
"dark": "soulRed", "light": "#CCFFCC"
"light": "determinationRed" },
}, "diffRemovedBg": {
"diffAddedBg": { "dark": "#220000",
"dark": "#002200", "light": "#FFCCCC"
"light": "#CCFFCC" },
}, "diffContextBg": {
"diffRemovedBg": { "dark": "battleBg",
"dark": "#220000", "light": "#F5F5F5"
"light": "#FFCCCC" },
}, "diffLineNumber": {
"diffContextBg": { "dark": "textGray",
"dark": "battleBg", "light": "coreGray"
"light": "#F5F5F5" },
}, "diffAddedLineNumberBg": {
"diffLineNumber": { "dark": "#001A00",
"dark": "textGray", "light": "#E0FFE0"
"light": "coreGray" },
}, "diffRemovedLineNumberBg": {
"diffAddedLineNumberBg": { "dark": "#1A0000",
"dark": "#001A00", "light": "#FFE0E0"
"light": "#E0FFE0" },
}, "markdownText": {
"diffRemovedLineNumberBg": { "dark": "white",
"dark": "#1A0000", "light": "black"
"light": "#FFE0E0" },
}, "markdownHeading": {
"markdownText": { "dark": "uiYellow",
"dark": "white", "light": "hotlandOrange"
"light": "black" },
}, "markdownLink": {
"markdownHeading": { "dark": "soulAqua",
"dark": "uiYellow", "light": "soulBlue"
"light": "hotlandOrange" },
}, "markdownLinkText": {
"markdownLink": { "dark": "waterfallGlow",
"dark": "soulAqua", "light": "waterfall"
"light": "soulBlue" },
}, "markdownCode": {
"markdownLinkText": { "dark": "healGreen",
"dark": "waterfallGlow", "light": "soulGreen"
"light": "waterfall" },
}, "markdownBlockQuote": {
"markdownCode": { "dark": "textGray",
"dark": "healGreen", "light": "coreGray"
"light": "soulGreen" },
}, "markdownEmph": {
"markdownBlockQuote": { "dark": "mttPink",
"dark": "textGray", "light": "soulPurple"
"light": "coreGray" },
}, "markdownStrong": {
"markdownEmph": { "dark": "soulRed",
"dark": "mttPink", "light": "determinationRed"
"light": "soulPurple" },
}, "markdownHorizontalRule": {
"markdownStrong": { "dark": "white",
"dark": "soulRed", "light": "black"
"light": "determinationRed" },
}, "markdownListItem": {
"markdownHorizontalRule": { "dark": "uiYellow",
"dark": "white", "light": "uiYellow"
"light": "black" },
}, "markdownListEnumeration": {
"markdownListItem": { "dark": "uiYellow",
"dark": "uiYellow", "light": "uiYellow"
"light": "uiYellow" },
}, "markdownImage": {
"markdownListEnumeration": { "dark": "ruinsPurple",
"dark": "uiYellow", "light": "soulPurple"
"light": "uiYellow" },
}, "markdownImageText": {
"markdownImage": { "dark": "mttPink",
"dark": "ruinsPurple", "light": "ruinsPurple"
"light": "soulPurple" },
}, "markdownCodeBlock": {
"markdownImageText": { "dark": "white",
"dark": "mttPink", "light": "black"
"light": "ruinsPurple" },
}, "syntaxComment": {
"markdownCodeBlock": { "dark": "textGray",
"dark": "white", "light": "coreGray"
"light": "black" },
}, "syntaxKeyword": {
"syntaxComment": { "dark": "soulRed",
"dark": "textGray", "light": "determinationRed"
"light": "coreGray" },
}, "syntaxFunction": {
"syntaxKeyword": { "dark": "soulAqua",
"dark": "soulRed", "light": "soulBlue"
"light": "determinationRed" },
}, "syntaxVariable": {
"syntaxFunction": { "dark": "uiYellow",
"dark": "soulAqua", "light": "hotlandOrange"
"light": "soulBlue" },
}, "syntaxString": {
"syntaxVariable": { "dark": "healGreen",
"dark": "uiYellow", "light": "soulGreen"
"light": "hotlandOrange" },
}, "syntaxNumber": {
"syntaxString": { "dark": "mttPink",
"dark": "healGreen", "light": "soulPurple"
"light": "soulGreen" },
}, "syntaxType": {
"syntaxNumber": { "dark": "waterfallGlow",
"dark": "mttPink", "light": "waterfall"
"light": "soulPurple" },
}, "syntaxOperator": {
"syntaxType": { "dark": "white",
"dark": "waterfallGlow", "light": "black"
"light": "waterfall" },
}, "syntaxPunctuation": {
"syntaxOperator": { "dark": "textGray",
"dark": "white", "light": "coreGray"
"light": "black"
},
"syntaxPunctuation": {
"dark": "textGray",
"light": "coreGray"
}
} }
}
} }