Skip to content

Instantly share code, notes, and snippets.

View sabzdotpy's full-sized avatar
💭
I may be slow to respond.

Sabari S sabzdotpy

💭
I may be slow to respond.
  • India
View GitHub Profile
@sabzdotpy
sabzdotpy / Editor.jsx
Created September 2, 2025 11:39
Custom theme for React Ace Editor [react_ace]
import "../utils/theme-file.js";
<AceEditor
theme={"amazing-theme"}
// ... other params
/>