Skip to content

Instantly share code, notes, and snippets.

View Chemsmith's full-sized avatar
🙉

Dylan Smith Chemsmith

🙉
View GitHub Profile
{
"$id": "http://example.com/example.json",
"$schema": "https://json-schema.org/draft/2019-09/schema",
"additionalProperties": false,
"description": "Configurable parameters of the adot Operator Addon",
"examples": [
{
"admissionWebhooks": {
"namespaceSelector": {},
"objectSelector": {}
@Chemsmith
Chemsmith / theme.css
Last active February 12, 2025 03:57
Tridactyl Catppuccin theme
:root {
--bg: #dce0e8;
--fg: #4c4f69;
--peach: #f8bd96;
--blue: #96cdfb;
/* Generic */
--tridactyl-font-family: monospace;
--tridactyl-font-family-sans: sans-serif;
--tridactyl-font-size: 12pt;
{
"$ref": "#/definitions/VpcCni",
"$schema": "http://json-schema.org/draft-06/schema#",
"definitions": {
"Affinity": {
"type": [
"object",
"null"
]
},