Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save malikbenkirane/d4502c3746721a77dce3d9fe396e5f2e to your computer and use it in GitHub Desktop.

Select an option

Save malikbenkirane/d4502c3746721a77dce3d9fe396e5f2e to your computer and use it in GitHub Desktop.
{
"$schema": "https://opencode.ai/theme.json",
"defs": {
"fg": "#000000",
"bg": "#F8F8F8",
"string": "#3D8C20",
"string-bg": "#F2FBE0",
"string-bg-dark": "#D9EFB3",
"constant": "#76389A",
"comment": "#A8322C",
"comment-bg": "#FFFBCC",
"definition": "#2E58BC",
"definition-bg": "#DCF0FF",
"punctuation": "#555555",
"selection": "#D4E7F5",
"selection-primary": "#B2DAFC",
"active": "#0080D0",
"highlight": "#FFB854",
"error-red": "#A8322C",
"error-bg": "#FFDEE2",
"panel": "#F0F0F0",
"cursorline": "#F0F0F0"
},
"theme": {
"primary": "definition",
"secondary": "highlight",
"accent": "active",
"error": "error-red",
"warning": "highlight",
"success": "string",
"info": "definition",
"text": "fg",
"textMuted": "punctuation",
"background": "bg",
"backgroundPanel": "panel",
"backgroundElement": "cursorline",
"border": "punctuation",
"borderActive": "active",
"borderSubtle": "punctuation",
"diffAdded": "string",
"diffRemoved": "error-red",
"diffContext": "punctuation",
"diffHunkHeader": "punctuation",
"diffHighlightAdded": "string",
"diffHighlightRemoved": "error-red",
"diffAddedBg": "string-bg",
"diffRemovedBg": "error-bg",
"diffContextBg": "panel",
"diffLineNumber": "punctuation",
"diffAddedLineNumberBg": "string-bg",
"diffRemovedLineNumberBg": "error-bg",
"markdownText": "fg",
"markdownHeading": "definition",
"markdownLink": "definition",
"markdownLinkText": "definition",
"markdownCode": "string",
"markdownBlockQuote": "comment",
"markdownEmph": "highlight",
"markdownStrong": "constant",
"markdownHorizontalRule": "punctuation",
"markdownListItem": "definition",
"markdownListEnumeration": "definition",
"markdownImage": "definition",
"markdownImageText": "definition",
"markdownCodeBlock": "fg",
"syntaxComment": "comment",
"syntaxKeyword": "fg",
"syntaxFunction": "definition",
"syntaxVariable": "fg",
"syntaxString": "string",
"syntaxNumber": "constant",
"syntaxType": "definition",
"syntaxOperator": "punctuation",
"syntaxPunctuation": "punctuation"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment