Skip to content

Instantly share code, notes, and snippets.

View tinacious's full-sized avatar
👩‍💻

Tina Holly tinacious

👩‍💻
View GitHub Profile
@tinacious
tinacious / quick-dirty-dark-mode.user.js
Last active August 23, 2024 22:43
Quick && Dirty dark mode
// ==UserScript==
// @name Quick && Dirty dark mode
// @match https://leetcode.com/problems/*
// @grant none
// @version 1.0
// @author -
// @description 8/23/2024, 6:30:35 PM
// ==/UserScript==
document.body.style.filter = 'invert(1)'
@tinacious
tinacious / Tinacious Design.json
Last active October 18, 2024 04:24
Zed editor theme and settings. Drop the "Tinacious Design.json" file into ~/.config/zed - See settings.json for configured overrides
{
"$schema": "https://zed.dev/schema/themes/v0.1.0.json",
"name": "Tinacious Design",
"author": "Tina Holly",
"themes": [
{
"name": "Tinacious Design",
"appearance": "dark",
"style": {
"background": "#1D1D26",