Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,15 @@ Thumbs.db
# Backups
*.bak
*.backup

# Local AI sessions / usage cache
.gemini/

# Local migration/editor backups
.local-backups/
# Python cache
__pycache__/
*.py[cod]

# Local AI session metadata
.atl/
244 changes: 122 additions & 122 deletions .opencode/themes/dreamcoder.json
Original file line number Diff line number Diff line change
@@ -1,129 +1,129 @@
{
"$schema": "https://opencode.ai/theme.json",
"defs": {
"dreamBackground": "#f8f2ea",
"dreamPanel": "#fbf6ee",
"dreamElement": "#ece4d8",
"dreamText": "#15130f",
"dreamMuted": "#4a463f",
"dreamCocoa": "#78522d",
"dreamLucuma": "#925b25",
"dreamDiagnostic": "#36665a",
"dreamSage": "#496f45",
"dreamViolet": "#665593",
"dreamMauve": "#844c71",
"dreamCoral": "#9b4b40",
"dreamWarning": "#765019"
"dreamBackground": "#14110e",
"dreamPanel": "#231c18",
"dreamElement": "#1d1613",
"dreamText": "#f0e7dc",
"dreamMuted": "#c7b9aa",
"dreamCocoa": "#ce836c",
"dreamLucuma": "#cdae7d",
"dreamDiagnostic": "#c7b2a2",
"dreamSage": "#b8bf84",
"dreamViolet": "#c9a8dc",
"dreamMauve": "#d98aa9",
"dreamCoral": "#e98272",
"dreamWarning": "#e8b866"
},
"theme": {
"background": "#f8f2ea",
"backgroundPanel": "#fbf6ee",
"backgroundElement": "#ece4d8",
"backgroundHover": "#ece3d7",
"backgroundSelected": "#e2c8a2",
"backgroundCode": "#faf5ed",
"backgroundSearch": "#d4c5af",
"backgroundLine": "#f9f4ec",
"backgroundAssistant": "#d9dcd3",
"backgroundUser": "#e8daca",
"backgroundTool": "#e4dcde",
"text": "#15130f",
"textMuted": "#4a463f",
"textSubtle": "#6b6458",
"textPlaceholder": "#6a6258",
"textAssistant": "#30574c",
"textUser": "#7f5022",
"textTool": "#665593",
"primary": "#925b25",
"secondary": "#78522d",
"accent": "#925b25",
"accentMuted": "#c3a384",
"error": "#9b4b40",
"warning": "#765019",
"success": "#496f45",
"info": "#36665a",
"border": "#75644f",
"borderActive": "#925b25",
"borderSubtle": "#aa9a85",
"borderFocus": "#36665a",
"shadow": "#bab6b0",
"diffAdded": "#496f45",
"diffRemoved": "#9b4b40",
"diffContext": "#4a463f",
"diffHunkHeader": "#665593",
"diffHighlightAdded": "#496f45",
"diffHighlightRemoved": "#9b4b40",
"diffAddedBg": "#d8dacc",
"diffRemovedBg": "#e9d7cf",
"diffContextBg": "#f8f2ea",
"diffLineNumber": "#6b6458",
"diffAddedLineNumberBg": "#d8dacc",
"diffRemovedLineNumberBg": "#e9d7cf",
"diffHunkHeaderBg": "#e1d9dc",
"diffFold": "#6a6258",
"diffFoldBg": "#f4ede4",
"markdownText": "#15130f",
"markdownHeading": "#925b25",
"markdownLink": "#36665a",
"markdownLinkText": "#925b25",
"markdownCode": "#496f45",
"markdownBlockQuote": "#78522d",
"markdownEmph": "#36665a",
"markdownStrong": "#925b25",
"markdownHorizontalRule": "#aa9a85",
"markdownListItem": "#925b25",
"markdownListEnumeration": "#665593",
"markdownTableBorder": "#75644f",
"markdownTableHeader": "#78522d",
"markdownImage": "#844c71",
"markdownImageText": "#15130f",
"markdownCodeBlock": "#15130f",
"markdownCodeBlockBg": "#faf5ed",
"markdownInlineCodeBg": "#dcddd0",
"syntaxComment": "#6a6258",
"syntaxKeyword": "#8c5922",
"syntaxFunction": "#36665a",
"syntaxMethod": "#335e52",
"syntaxVariable": "#15130f",
"syntaxParameter": "#271e14",
"syntaxProperty": "#202f28",
"syntaxField": "#20271b",
"syntaxString": "#496f45",
"syntaxNumber": "#78522d",
"syntaxBoolean": "#7b513d",
"syntaxConstant": "#7b513d",
"syntaxType": "#665593",
"syntaxClass": "#6e567f",
"syntaxInterface": "#5b5986",
"syntaxEnum": "#615a85",
"syntaxOperator": "#844c71",
"syntaxPunctuation": "#4a463f",
"syntaxTag": "#8c5922",
"syntaxAttribute": "#202f28",
"syntaxRegexp": "#8a4c63",
"syntaxEscape": "#765019",
"syntaxNamespace": "#665593",
"syntaxModule": "#665593",
"syntaxDecorator": "#844c71",
"syntaxBuiltin": "#7b513d",
"syntaxSpecial": "#765019",
"syntaxTodo": "#6a4918",
"syntaxDeprecated": "#844a40",
"terminalBlack": "#fbf6ee",
"terminalRed": "#9b4b40",
"terminalGreen": "#496f45",
"terminalYellow": "#765019",
"terminalBlue": "#36665a",
"terminalMagenta": "#844c71",
"terminalCyan": "#665593",
"terminalWhite": "#15130f",
"terminalBrightBlack": "#6b6458",
"terminalBrightRed": "#834137",
"terminalBrightGreen": "#405e3b",
"terminalBrightYellow": "#664617",
"terminalBrightBlue": "#30574c",
"terminalBrightMagenta": "#70425f",
"terminalBrightCyan": "#57497b",
"terminalBrightWhite": "#15130f"
"background": "none",
"backgroundPanel": "#231c18",
"backgroundElement": "#1d1613",
"backgroundHover": "#221b17",
"backgroundSelected": "#373027",
"backgroundCode": "#231c18",
"backgroundSearch": "#4f4027",
"backgroundLine": "#231c18",
"backgroundAssistant": "#312b26",
"backgroundUser": "#322a20",
"backgroundTool": "#2d262b",
"text": "#f0e7dc",
"textMuted": "#c7b9aa",
"textSubtle": "#aa927c",
"textPlaceholder": "#9c826d",
"textAssistant": "#cebcac",
"textUser": "#d2b78b",
"textTool": "#c9a8dc",
"primary": "#cdae7d",
"secondary": "#ce836c",
"accent": "#cdae7d",
"accentMuted": "#746348",
"error": "#e98272",
"warning": "#e8b866",
"success": "#b8bf84",
"info": "#c7b2a2",
"border": "#806754",
"borderActive": "#cdae7d",
"borderSubtle": "#594d46",
"borderFocus": "#c7b2a2",
"shadow": "#0f0d0a",
"diffAdded": "#b8bf84",
"diffRemoved": "#e98272",
"diffContext": "#c7b9aa",
"diffHunkHeader": "#c9a8dc",
"diffHighlightAdded": "#b8bf84",
"diffHighlightRemoved": "#e98272",
"diffAddedBg": "#323023",
"diffRemovedBg": "#36231e",
"diffContextBg": "none",
"diffLineNumber": "#aa927c",
"diffAddedLineNumberBg": "#323023",
"diffRemovedLineNumberBg": "#36231e",
"diffHunkHeaderBg": "#31292f",
"diffFold": "#9c826d",
"diffFoldBg": "#191411",
"markdownText": "#f0e7dc",
"markdownHeading": "#cdae7d",
"markdownLink": "#c7b2a2",
"markdownLinkText": "#cdae7d",
"markdownCode": "#b8bf84",
"markdownBlockQuote": "#ce836c",
"markdownEmph": "#c7b2a2",
"markdownStrong": "#cdae7d",
"markdownHorizontalRule": "#806754",
"markdownListItem": "#cdae7d",
"markdownListEnumeration": "#c9a8dc",
"markdownTableBorder": "#806754",
"markdownTableHeader": "#ce836c",
"markdownImage": "#d98aa9",
"markdownImageText": "#f0e7dc",
"markdownCodeBlock": "#f0e7dc",
"markdownCodeBlockBg": "#231c18",
"markdownInlineCodeBg": "#2e2d21",
"syntaxComment": "#9c826d",
"syntaxKeyword": "#d3b078",
"syntaxFunction": "#c7b2a2",
"syntaxMethod": "#c7b0ab",
"syntaxVariable": "#f0e7dc",
"syntaxParameter": "#d08973",
"syntaxProperty": "#c9b4a4",
"syntaxField": "#bbc188",
"syntaxString": "#b8bf84",
"syntaxNumber": "#ce836c",
"syntaxBoolean": "#d1857b",
"syntaxConstant": "#d1857b",
"syntaxType": "#c9a8dc",
"syntaxClass": "#caa9cb",
"syntaxInterface": "#c9aacf",
"syntaxEnum": "#c6accc",
"syntaxOperator": "#d98aa9",
"syntaxPunctuation": "#c7b9aa",
"syntaxTag": "#d3b078",
"syntaxAttribute": "#c9b4a4",
"syntaxRegexp": "#dd889a",
"syntaxEscape": "#e8b866",
"syntaxNamespace": "#c9a8dc",
"syntaxModule": "#c9a8dc",
"syntaxDecorator": "#d98aa9",
"syntaxBuiltin": "#d1857b",
"syntaxSpecial": "#e8b866",
"syntaxTodo": "#e9be74",
"syntaxDeprecated": "#df9182",
"terminalBlack": "#868280",
"terminalRed": "#e98272",
"terminalGreen": "#b8bf84",
"terminalYellow": "#e8b866",
"terminalBlue": "#c7b2a2",
"terminalMagenta": "#d98aa9",
"terminalCyan": "#cebcac",
"terminalWhite": "#f0e7dc",
"terminalBrightBlack": "#aa927c",
"terminalBrightRed": "#ea9485",
"terminalBrightGreen": "#c2c694",
"terminalBrightYellow": "#e9c079",
"terminalBrightBlue": "#cebcac",
"terminalBrightMagenta": "#dd9bb2",
"terminalBrightCyan": "#d0b3dc",
"terminalBrightWhite": "#f0e7dc"
}
}
119 changes: 119 additions & 0 deletions Antigravity/Dreamcoder-Dark.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,119 @@
{
"name": "Dreamcoder Ember Noir",
"type": "light",
"colors": {
"editor.background": "#15100d",
"editor.foreground": "#f0e7dc",
"activityBar.background": "#241b16",
"activityBar.foreground": "#e6a15c",
"activityBar.inactiveForeground": "#9c826d",
"activityBar.border": "#806754",
"sideBar.background": "#241b16",
"sideBar.foreground": "#f0e7dc",
"sideBar.border": "#806754",
"statusBar.background": "#15100d",
"statusBar.foreground": "#f0e7dc",
"statusBar.border": "#806754",
"editorGroupHeader.tabsBackground": "#241b16",
"tab.activeBackground": "#15100d",
"tab.activeForeground": "#e6a15c",
"tab.inactiveBackground": "#241b16",
"tab.inactiveForeground": "#9c826d",
"tab.border": "#806754",
"editor.lineHighlightBackground": "#241b16",
"editorLineNumber.foreground": "#9c826d",
"editorLineNumber.activeForeground": "#e6a15c",
"editorWidget.background": "#30231c",
"editorWidget.border": "#806754",
"input.background": "#30231c",
"input.foreground": "#f0e7dc",
"input.border": "#e6a15c",
"button.background": "#d66f50",
"button.foreground": "#f0e7dc",
"list.activeSelectionBackground": "#43291d",
"list.activeSelectionForeground": "#f0e7dc",
"list.hoverBackground": "#241b16",
"editor.selectionBackground": "#43291d",
"terminal.background": "#15100d",
"terminal.foreground": "#f0e7dc",
"terminal.ansiBlack": "#241b16",
"terminal.ansiRed": "#e98272",
"terminal.ansiGreen": "#b8bf84",
"terminal.ansiYellow": "#e8b866",
"terminal.ansiBlue": "#e6a15c",
"terminal.ansiMagenta": "#d98aa9",
"terminal.ansiCyan": "#d2a268",
"terminal.ansiWhite": "#f0e7dc"
},
"tokenColors": [
{
"scope": [
"comment",
"punctuation.definition.comment"
],
"settings": {
"foreground": "#9c826d",
"fontStyle": "italic"
}
},
{
"scope": [
"keyword",
"storage.type",
"storage.modifier",
"keyword.operator"
],
"settings": {
"foreground": "#e6a15c",
"fontStyle": "bold"
}
},
{
"scope": [
"entity.name.function",
"support.function",
"entity.name.method"
],
"settings": {
"foreground": "#d2a268"
}
},
{
"scope": [
"string",
"punctuation.definition.string"
],
"settings": {
"foreground": "#b8bf84"
}
},
{
"scope": [
"constant.numeric",
"constant.language"
],
"settings": {
"foreground": "#d66f50"
}
},
{
"scope": [
"support.type",
"entity.name.type",
"entity.name.class"
],
"settings": {
"foreground": "#c9a8dc"
}
},
{
"scope": [
"variable",
"meta.definition.variable"
],
"settings": {
"foreground": "#f0e7dc"
}
}
]
}
Loading