theme redux
This commit is contained in:
74
src/themes/catppuccin.json
Normal file
74
src/themes/catppuccin.json
Normal file
@@ -0,0 +1,74 @@
|
||||
{
|
||||
"$schema": "https://opencode.ai/theme.json",
|
||||
"defs": {
|
||||
"background": "transparent",
|
||||
"surface": "#1e1e2e",
|
||||
"primary": "#89b4fa",
|
||||
"secondary": "#cba6f7",
|
||||
"accent": "#f9e2af",
|
||||
"text": "#cdd6f4",
|
||||
"muted": "#7f849c",
|
||||
"warning": "#fab387",
|
||||
"error": "#f38ba8",
|
||||
"success": "#a6e3a1",
|
||||
"layer0": "transparent",
|
||||
"layer1": "#181825",
|
||||
"layer2": "#11111b",
|
||||
"layer3": "#0a0a0f"
|
||||
},
|
||||
"theme": {
|
||||
"primary": "primary",
|
||||
"secondary": "secondary",
|
||||
"accent": "accent",
|
||||
"error": "error",
|
||||
"warning": "warning",
|
||||
"success": "success",
|
||||
"info": "secondary",
|
||||
"text": "text",
|
||||
"textMuted": "muted",
|
||||
"selectedListItemText": "background",
|
||||
"background": "background",
|
||||
"backgroundPanel": "surface",
|
||||
"backgroundElement": "layer1",
|
||||
"backgroundMenu": "layer1",
|
||||
"border": "muted",
|
||||
"borderActive": "primary",
|
||||
"borderSubtle": "muted",
|
||||
"diffAdded": "success",
|
||||
"diffRemoved": "error",
|
||||
"diffContext": "muted",
|
||||
"diffHunkHeader": "muted",
|
||||
"diffHighlightAdded": "success",
|
||||
"diffHighlightRemoved": "error",
|
||||
"diffAddedBg": "layer2",
|
||||
"diffRemovedBg": "layer3",
|
||||
"diffContextBg": "layer1",
|
||||
"diffLineNumber": "muted",
|
||||
"diffAddedLineNumberBg": "layer2",
|
||||
"diffRemovedLineNumberBg": "layer3",
|
||||
"markdownText": "text",
|
||||
"markdownHeading": "accent",
|
||||
"markdownLink": "primary",
|
||||
"markdownLinkText": "secondary",
|
||||
"markdownCode": "success",
|
||||
"markdownBlockQuote": "warning",
|
||||
"markdownEmph": "warning",
|
||||
"markdownStrong": "accent",
|
||||
"markdownHorizontalRule": "muted",
|
||||
"markdownListItem": "primary",
|
||||
"markdownListEnumeration": "secondary",
|
||||
"markdownImage": "primary",
|
||||
"markdownImageText": "secondary",
|
||||
"markdownCodeBlock": "text",
|
||||
"syntaxComment": "muted",
|
||||
"syntaxKeyword": "accent",
|
||||
"syntaxFunction": "primary",
|
||||
"syntaxVariable": "secondary",
|
||||
"syntaxString": "success",
|
||||
"syntaxNumber": "warning",
|
||||
"syntaxType": "accent",
|
||||
"syntaxOperator": "secondary",
|
||||
"syntaxPunctuation": "text",
|
||||
"thinkingOpacity": 0.6
|
||||
}
|
||||
}
|
||||
74
src/themes/gruvbox.json
Normal file
74
src/themes/gruvbox.json
Normal file
@@ -0,0 +1,74 @@
|
||||
{
|
||||
"$schema": "https://opencode.ai/theme.json",
|
||||
"defs": {
|
||||
"background": "transparent",
|
||||
"surface": "#282828",
|
||||
"primary": "#fabd2f",
|
||||
"secondary": "#83a598",
|
||||
"accent": "#fe8019",
|
||||
"text": "#ebdbb2",
|
||||
"muted": "#928374",
|
||||
"warning": "#fabd2f",
|
||||
"error": "#fb4934",
|
||||
"success": "#b8bb26",
|
||||
"layer0": "transparent",
|
||||
"layer1": "#32302a",
|
||||
"layer2": "#1d2021",
|
||||
"layer3": "#0d0c0c"
|
||||
},
|
||||
"theme": {
|
||||
"primary": "primary",
|
||||
"secondary": "secondary",
|
||||
"accent": "accent",
|
||||
"error": "error",
|
||||
"warning": "warning",
|
||||
"success": "success",
|
||||
"info": "secondary",
|
||||
"text": "text",
|
||||
"textMuted": "muted",
|
||||
"selectedListItemText": "background",
|
||||
"background": "background",
|
||||
"backgroundPanel": "surface",
|
||||
"backgroundElement": "layer1",
|
||||
"backgroundMenu": "layer1",
|
||||
"border": "muted",
|
||||
"borderActive": "primary",
|
||||
"borderSubtle": "muted",
|
||||
"diffAdded": "success",
|
||||
"diffRemoved": "error",
|
||||
"diffContext": "muted",
|
||||
"diffHunkHeader": "muted",
|
||||
"diffHighlightAdded": "success",
|
||||
"diffHighlightRemoved": "error",
|
||||
"diffAddedBg": "layer2",
|
||||
"diffRemovedBg": "layer3",
|
||||
"diffContextBg": "layer1",
|
||||
"diffLineNumber": "muted",
|
||||
"diffAddedLineNumberBg": "layer2",
|
||||
"diffRemovedLineNumberBg": "layer3",
|
||||
"markdownText": "text",
|
||||
"markdownHeading": "accent",
|
||||
"markdownLink": "primary",
|
||||
"markdownLinkText": "secondary",
|
||||
"markdownCode": "success",
|
||||
"markdownBlockQuote": "warning",
|
||||
"markdownEmph": "warning",
|
||||
"markdownStrong": "accent",
|
||||
"markdownHorizontalRule": "muted",
|
||||
"markdownListItem": "primary",
|
||||
"markdownListEnumeration": "secondary",
|
||||
"markdownImage": "primary",
|
||||
"markdownImageText": "secondary",
|
||||
"markdownCodeBlock": "text",
|
||||
"syntaxComment": "muted",
|
||||
"syntaxKeyword": "accent",
|
||||
"syntaxFunction": "primary",
|
||||
"syntaxVariable": "secondary",
|
||||
"syntaxString": "success",
|
||||
"syntaxNumber": "warning",
|
||||
"syntaxType": "accent",
|
||||
"syntaxOperator": "secondary",
|
||||
"syntaxPunctuation": "text",
|
||||
"thinkingOpacity": 0.6
|
||||
}
|
||||
}
|
||||
74
src/themes/nord.json
Normal file
74
src/themes/nord.json
Normal file
@@ -0,0 +1,74 @@
|
||||
{
|
||||
"$schema": "https://opencode.ai/theme.json",
|
||||
"defs": {
|
||||
"background": "transparent",
|
||||
"surface": "#2e3440",
|
||||
"primary": "#88c0d0",
|
||||
"secondary": "#81a1c1",
|
||||
"accent": "#ebcb8b",
|
||||
"text": "#eceff4",
|
||||
"muted": "#4c566a",
|
||||
"warning": "#ebcb8b",
|
||||
"error": "#bf616a",
|
||||
"success": "#a3be8c",
|
||||
"layer0": "transparent",
|
||||
"layer1": "#3b4252",
|
||||
"layer2": "#242933",
|
||||
"layer3": "#1a1c23"
|
||||
},
|
||||
"theme": {
|
||||
"primary": "primary",
|
||||
"secondary": "secondary",
|
||||
"accent": "accent",
|
||||
"error": "error",
|
||||
"warning": "warning",
|
||||
"success": "success",
|
||||
"info": "secondary",
|
||||
"text": "text",
|
||||
"textMuted": "muted",
|
||||
"selectedListItemText": "background",
|
||||
"background": "background",
|
||||
"backgroundPanel": "surface",
|
||||
"backgroundElement": "layer1",
|
||||
"backgroundMenu": "layer1",
|
||||
"border": "muted",
|
||||
"borderActive": "primary",
|
||||
"borderSubtle": "muted",
|
||||
"diffAdded": "success",
|
||||
"diffRemoved": "error",
|
||||
"diffContext": "muted",
|
||||
"diffHunkHeader": "muted",
|
||||
"diffHighlightAdded": "success",
|
||||
"diffHighlightRemoved": "error",
|
||||
"diffAddedBg": "layer2",
|
||||
"diffRemovedBg": "layer3",
|
||||
"diffContextBg": "layer1",
|
||||
"diffLineNumber": "muted",
|
||||
"diffAddedLineNumberBg": "layer2",
|
||||
"diffRemovedLineNumberBg": "layer3",
|
||||
"markdownText": "text",
|
||||
"markdownHeading": "accent",
|
||||
"markdownLink": "primary",
|
||||
"markdownLinkText": "secondary",
|
||||
"markdownCode": "success",
|
||||
"markdownBlockQuote": "warning",
|
||||
"markdownEmph": "warning",
|
||||
"markdownStrong": "accent",
|
||||
"markdownHorizontalRule": "muted",
|
||||
"markdownListItem": "primary",
|
||||
"markdownListEnumeration": "secondary",
|
||||
"markdownImage": "primary",
|
||||
"markdownImageText": "secondary",
|
||||
"markdownCodeBlock": "text",
|
||||
"syntaxComment": "muted",
|
||||
"syntaxKeyword": "accent",
|
||||
"syntaxFunction": "primary",
|
||||
"syntaxVariable": "secondary",
|
||||
"syntaxString": "success",
|
||||
"syntaxNumber": "warning",
|
||||
"syntaxType": "accent",
|
||||
"syntaxOperator": "secondary",
|
||||
"syntaxPunctuation": "text",
|
||||
"thinkingOpacity": 0.6
|
||||
}
|
||||
}
|
||||
245
src/themes/opencode.json
Normal file
245
src/themes/opencode.json
Normal file
@@ -0,0 +1,245 @@
|
||||
{
|
||||
"$schema": "https://opencode.ai/theme.json",
|
||||
"defs": {
|
||||
"darkStep1": "#0a0a0a",
|
||||
"darkStep2": "#141414",
|
||||
"darkStep3": "#1e1e1e",
|
||||
"darkStep4": "#282828",
|
||||
"darkStep5": "#323232",
|
||||
"darkStep6": "#3c3c3c",
|
||||
"darkStep7": "#484848",
|
||||
"darkStep8": "#606060",
|
||||
"darkStep9": "#fab283",
|
||||
"darkStep10": "#ffc09f",
|
||||
"darkStep11": "#808080",
|
||||
"darkStep12": "#eeeeee",
|
||||
"darkSecondary": "#5c9cf5",
|
||||
"darkAccent": "#9d7cd8",
|
||||
"darkRed": "#e06c75",
|
||||
"darkOrange": "#f5a742",
|
||||
"darkGreen": "#7fd88f",
|
||||
"darkCyan": "#56b6c2",
|
||||
"darkYellow": "#e5c07b",
|
||||
"lightStep1": "#ffffff",
|
||||
"lightStep2": "#fafafa",
|
||||
"lightStep3": "#f5f5f5",
|
||||
"lightStep4": "#ebebeb",
|
||||
"lightStep5": "#e1e1e1",
|
||||
"lightStep6": "#d4d4d4",
|
||||
"lightStep7": "#b8b8b8",
|
||||
"lightStep8": "#a0a0a0",
|
||||
"lightStep9": "#3b7dd8",
|
||||
"lightStep10": "#2968c3",
|
||||
"lightStep11": "#8a8a8a",
|
||||
"lightStep12": "#1a1a1a",
|
||||
"lightSecondary": "#7b5bb6",
|
||||
"lightAccent": "#d68c27",
|
||||
"lightRed": "#d1383d",
|
||||
"lightOrange": "#d68c27",
|
||||
"lightGreen": "#3d9a57",
|
||||
"lightCyan": "#318795",
|
||||
"lightYellow": "#b0851f"
|
||||
},
|
||||
"theme": {
|
||||
"primary": {
|
||||
"dark": "darkStep9",
|
||||
"light": "lightStep9"
|
||||
},
|
||||
"secondary": {
|
||||
"dark": "darkSecondary",
|
||||
"light": "lightSecondary"
|
||||
},
|
||||
"accent": {
|
||||
"dark": "darkAccent",
|
||||
"light": "lightAccent"
|
||||
},
|
||||
"error": {
|
||||
"dark": "darkRed",
|
||||
"light": "lightRed"
|
||||
},
|
||||
"warning": {
|
||||
"dark": "darkOrange",
|
||||
"light": "lightOrange"
|
||||
},
|
||||
"success": {
|
||||
"dark": "darkGreen",
|
||||
"light": "lightGreen"
|
||||
},
|
||||
"info": {
|
||||
"dark": "darkCyan",
|
||||
"light": "lightCyan"
|
||||
},
|
||||
"text": {
|
||||
"dark": "darkStep12",
|
||||
"light": "lightStep12"
|
||||
},
|
||||
"textMuted": {
|
||||
"dark": "darkStep11",
|
||||
"light": "lightStep11"
|
||||
},
|
||||
"background": {
|
||||
"dark": "darkStep1",
|
||||
"light": "lightStep1"
|
||||
},
|
||||
"backgroundPanel": {
|
||||
"dark": "darkStep2",
|
||||
"light": "lightStep2"
|
||||
},
|
||||
"backgroundElement": {
|
||||
"dark": "darkStep3",
|
||||
"light": "lightStep3"
|
||||
},
|
||||
"border": {
|
||||
"dark": "darkStep7",
|
||||
"light": "lightStep7"
|
||||
},
|
||||
"borderActive": {
|
||||
"dark": "darkStep8",
|
||||
"light": "lightStep8"
|
||||
},
|
||||
"borderSubtle": {
|
||||
"dark": "darkStep6",
|
||||
"light": "lightStep6"
|
||||
},
|
||||
"diffAdded": {
|
||||
"dark": "#4fd6be",
|
||||
"light": "#1e725c"
|
||||
},
|
||||
"diffRemoved": {
|
||||
"dark": "#c53b53",
|
||||
"light": "#c53b53"
|
||||
},
|
||||
"diffContext": {
|
||||
"dark": "#828bb8",
|
||||
"light": "#7086b5"
|
||||
},
|
||||
"diffHunkHeader": {
|
||||
"dark": "#828bb8",
|
||||
"light": "#7086b5"
|
||||
},
|
||||
"diffHighlightAdded": {
|
||||
"dark": "#b8db87",
|
||||
"light": "#4db380"
|
||||
},
|
||||
"diffHighlightRemoved": {
|
||||
"dark": "#e26a75",
|
||||
"light": "#f52a65"
|
||||
},
|
||||
"diffAddedBg": {
|
||||
"dark": "#20303b",
|
||||
"light": "#d5e5d5"
|
||||
},
|
||||
"diffRemovedBg": {
|
||||
"dark": "#37222c",
|
||||
"light": "#f7d8db"
|
||||
},
|
||||
"diffContextBg": {
|
||||
"dark": "darkStep2",
|
||||
"light": "lightStep2"
|
||||
},
|
||||
"diffLineNumber": {
|
||||
"dark": "darkStep3",
|
||||
"light": "lightStep3"
|
||||
},
|
||||
"diffAddedLineNumberBg": {
|
||||
"dark": "#1b2b34",
|
||||
"light": "#c5d5c5"
|
||||
},
|
||||
"diffRemovedLineNumberBg": {
|
||||
"dark": "#2d1f26",
|
||||
"light": "#e7c8cb"
|
||||
},
|
||||
"markdownText": {
|
||||
"dark": "darkStep12",
|
||||
"light": "lightStep12"
|
||||
},
|
||||
"markdownHeading": {
|
||||
"dark": "darkAccent",
|
||||
"light": "lightAccent"
|
||||
},
|
||||
"markdownLink": {
|
||||
"dark": "darkStep9",
|
||||
"light": "lightStep9"
|
||||
},
|
||||
"markdownLinkText": {
|
||||
"dark": "darkCyan",
|
||||
"light": "lightCyan"
|
||||
},
|
||||
"markdownCode": {
|
||||
"dark": "darkGreen",
|
||||
"light": "lightGreen"
|
||||
},
|
||||
"markdownBlockQuote": {
|
||||
"dark": "darkYellow",
|
||||
"light": "lightYellow"
|
||||
},
|
||||
"markdownEmph": {
|
||||
"dark": "darkYellow",
|
||||
"light": "lightYellow"
|
||||
},
|
||||
"markdownStrong": {
|
||||
"dark": "darkOrange",
|
||||
"light": "lightOrange"
|
||||
},
|
||||
"markdownHorizontalRule": {
|
||||
"dark": "darkStep11",
|
||||
"light": "lightStep11"
|
||||
},
|
||||
"markdownListItem": {
|
||||
"dark": "darkStep9",
|
||||
"light": "lightStep9"
|
||||
},
|
||||
"markdownListEnumeration": {
|
||||
"dark": "darkCyan",
|
||||
"light": "lightCyan"
|
||||
},
|
||||
"markdownImage": {
|
||||
"dark": "darkStep9",
|
||||
"light": "lightStep9"
|
||||
},
|
||||
"markdownImageText": {
|
||||
"dark": "darkCyan",
|
||||
"light": "lightCyan"
|
||||
},
|
||||
"markdownCodeBlock": {
|
||||
"dark": "darkStep12",
|
||||
"light": "lightStep12"
|
||||
},
|
||||
"syntaxComment": {
|
||||
"dark": "darkStep11",
|
||||
"light": "lightStep11"
|
||||
},
|
||||
"syntaxKeyword": {
|
||||
"dark": "darkAccent",
|
||||
"light": "lightAccent"
|
||||
},
|
||||
"syntaxFunction": {
|
||||
"dark": "darkStep9",
|
||||
"light": "lightStep9"
|
||||
},
|
||||
"syntaxVariable": {
|
||||
"dark": "darkRed",
|
||||
"light": "lightRed"
|
||||
},
|
||||
"syntaxString": {
|
||||
"dark": "darkGreen",
|
||||
"light": "lightGreen"
|
||||
},
|
||||
"syntaxNumber": {
|
||||
"dark": "darkOrange",
|
||||
"light": "lightOrange"
|
||||
},
|
||||
"syntaxType": {
|
||||
"dark": "darkYellow",
|
||||
"light": "lightYellow"
|
||||
},
|
||||
"syntaxOperator": {
|
||||
"dark": "darkCyan",
|
||||
"light": "lightCyan"
|
||||
},
|
||||
"syntaxPunctuation": {
|
||||
"dark": "darkStep12",
|
||||
"light": "lightStep12"
|
||||
}
|
||||
}
|
||||
}
|
||||
59
src/themes/schema.json
Normal file
59
src/themes/schema.json
Normal file
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"$schema": "https://opencode.ai/theme.json",
|
||||
"defs": {},
|
||||
"theme": {
|
||||
"primary": "#000000",
|
||||
"secondary": "#000000",
|
||||
"accent": "#000000",
|
||||
"error": "#000000",
|
||||
"warning": "#000000",
|
||||
"success": "#000000",
|
||||
"info": "#000000",
|
||||
"text": "#000000",
|
||||
"textMuted": "#000000",
|
||||
"selectedListItemText": "#000000",
|
||||
"background": "#000000",
|
||||
"backgroundPanel": "#000000",
|
||||
"backgroundElement": "#000000",
|
||||
"backgroundMenu": "#000000",
|
||||
"border": "#000000",
|
||||
"borderActive": "#000000",
|
||||
"borderSubtle": "#000000",
|
||||
"diffAdded": "#000000",
|
||||
"diffRemoved": "#000000",
|
||||
"diffContext": "#000000",
|
||||
"diffHunkHeader": "#000000",
|
||||
"diffHighlightAdded": "#000000",
|
||||
"diffHighlightRemoved": "#000000",
|
||||
"diffAddedBg": "#000000",
|
||||
"diffRemovedBg": "#000000",
|
||||
"diffContextBg": "#000000",
|
||||
"diffLineNumber": "#000000",
|
||||
"diffAddedLineNumberBg": "#000000",
|
||||
"diffRemovedLineNumberBg": "#000000",
|
||||
"markdownText": "#000000",
|
||||
"markdownHeading": "#000000",
|
||||
"markdownLink": "#000000",
|
||||
"markdownLinkText": "#000000",
|
||||
"markdownCode": "#000000",
|
||||
"markdownBlockQuote": "#000000",
|
||||
"markdownEmph": "#000000",
|
||||
"markdownStrong": "#000000",
|
||||
"markdownHorizontalRule": "#000000",
|
||||
"markdownListItem": "#000000",
|
||||
"markdownListEnumeration": "#000000",
|
||||
"markdownImage": "#000000",
|
||||
"markdownImageText": "#000000",
|
||||
"markdownCodeBlock": "#000000",
|
||||
"syntaxComment": "#000000",
|
||||
"syntaxKeyword": "#000000",
|
||||
"syntaxFunction": "#000000",
|
||||
"syntaxVariable": "#000000",
|
||||
"syntaxString": "#000000",
|
||||
"syntaxNumber": "#000000",
|
||||
"syntaxType": "#000000",
|
||||
"syntaxOperator": "#000000",
|
||||
"syntaxPunctuation": "#000000",
|
||||
"thinkingOpacity": 0.6
|
||||
}
|
||||
}
|
||||
74
src/themes/tokyo.json
Normal file
74
src/themes/tokyo.json
Normal file
@@ -0,0 +1,74 @@
|
||||
{
|
||||
"$schema": "https://opencode.ai/theme.json",
|
||||
"defs": {
|
||||
"background": "transparent",
|
||||
"surface": "#1a1b26",
|
||||
"primary": "#7aa2f7",
|
||||
"secondary": "#bb9af7",
|
||||
"accent": "#e0af68",
|
||||
"text": "#c0caf5",
|
||||
"muted": "#565f89",
|
||||
"warning": "#e0af68",
|
||||
"error": "#f7768e",
|
||||
"success": "#9ece6a",
|
||||
"layer0": "transparent",
|
||||
"layer1": "#16161e",
|
||||
"layer2": "#0f0f15",
|
||||
"layer3": "#08080b"
|
||||
},
|
||||
"theme": {
|
||||
"primary": "primary",
|
||||
"secondary": "secondary",
|
||||
"accent": "accent",
|
||||
"error": "error",
|
||||
"warning": "warning",
|
||||
"success": "success",
|
||||
"info": "secondary",
|
||||
"text": "text",
|
||||
"textMuted": "muted",
|
||||
"selectedListItemText": "background",
|
||||
"background": "background",
|
||||
"backgroundPanel": "surface",
|
||||
"backgroundElement": "layer1",
|
||||
"backgroundMenu": "layer1",
|
||||
"border": "muted",
|
||||
"borderActive": "primary",
|
||||
"borderSubtle": "muted",
|
||||
"diffAdded": "success",
|
||||
"diffRemoved": "error",
|
||||
"diffContext": "muted",
|
||||
"diffHunkHeader": "muted",
|
||||
"diffHighlightAdded": "success",
|
||||
"diffHighlightRemoved": "error",
|
||||
"diffAddedBg": "layer2",
|
||||
"diffRemovedBg": "layer3",
|
||||
"diffContextBg": "layer1",
|
||||
"diffLineNumber": "muted",
|
||||
"diffAddedLineNumberBg": "layer2",
|
||||
"diffRemovedLineNumberBg": "layer3",
|
||||
"markdownText": "text",
|
||||
"markdownHeading": "accent",
|
||||
"markdownLink": "primary",
|
||||
"markdownLinkText": "secondary",
|
||||
"markdownCode": "success",
|
||||
"markdownBlockQuote": "warning",
|
||||
"markdownEmph": "warning",
|
||||
"markdownStrong": "accent",
|
||||
"markdownHorizontalRule": "muted",
|
||||
"markdownListItem": "primary",
|
||||
"markdownListEnumeration": "secondary",
|
||||
"markdownImage": "primary",
|
||||
"markdownImageText": "secondary",
|
||||
"markdownCodeBlock": "text",
|
||||
"syntaxComment": "muted",
|
||||
"syntaxKeyword": "accent",
|
||||
"syntaxFunction": "primary",
|
||||
"syntaxVariable": "secondary",
|
||||
"syntaxString": "success",
|
||||
"syntaxNumber": "warning",
|
||||
"syntaxType": "accent",
|
||||
"syntaxOperator": "secondary",
|
||||
"syntaxPunctuation": "text",
|
||||
"thinkingOpacity": 0.6
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user