Skip to content

Instantly share code, notes, and snippets.

View allipiopereira's full-sized avatar

alipioUser0 allipiopereira

View GitHub Profile
@langf00rd
langf00rd / charcoal.json
Last active March 20, 2025 12:18
black and white zed theme
{
"$schema": "https://zed.dev/schema/themes/v0.2.0.json",
"name": "charcoal",
"author": "Unknown",
"themes": [
{
"name": "charcoal",
"appearance": "dark",
"style": {
"editor.background": "#141414",
@bdsqqq
bdsqqq / vesper-dark.json
Last active December 1, 2024 20:38
Vesper theme for zed.dev
{
"$schema": "https://zed.dev/schema/themes/v0.1.0.json",
"name": "Vesper",
"author": "Rauno Freiberg",
"themes": [
{
"name": "Vesper",
"appearance": "dark",
"style": {
"border": "#101010",
@khattaksd
khattaksd / seed.sql
Created September 22, 2023 00:19
Supabase Seed Users for local development & testing
-- supabase/seed.sql
--
-- create test users
INSERT INTO
auth.users (
instance_id,
id,
aud,
role,
email,