Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added src/themes/thisweekinchia/background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
202 changes: 202 additions & 0 deletions src/themes/thisweekinchia/theme.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,202 @@
{
"schemaVersion": 1,
"name": "thisweekinchia",
"displayName": "This Week In Chia",
"inherits": "dark",
"mostLike": "dark",
"backgroundImage": "background.png",
"backgroundSize": "cover",
"backgroundPosition": "center",
"backgroundRepeat": "no-repeat",
"colors": {
"background": "rgba(255, 255, 255, 0)",
"foreground": "#f1f3f1",
"card": "rgba(0, 0, 0, 0.3)",
"cardForeground": "#ebeeed",
"cardBackdropFilter": "blur(7px) saturate(150%) brightness(1.3)",
"popover": "#171d17",
"popoverForeground": "#f1f3f1",
"popoverBackdropFilter": "blur(7px) saturate(150%) brightness(0.9)",
"primary": "#22c55e",
"primaryForeground": "#041a04",
"secondary": "#1f241f",
"secondaryForeground": "#a3d9a3",
"muted": "#1b201b",
"mutedForeground": "#8d948d",
"accent": "#1d4a2a",
"accentForeground": "#bdd9c7",
"destructive": "#ef4444",
"destructiveForeground": "#fefefe",
"border": "#262e26",
"input": "#1c221c",
"inputBackground": "#151b15",
"ring": "#22c55e"
},
"fonts": {
"heading": "Inter, ui-sans-serif, system-ui, sans-serif",
"body": "Inter, ui-sans-serif, system-ui, sans-serif",
"mono": "JetBrains Mono, ui-monospace, monospace"
},
"corners": {
"none": "0px",
"sm": "0.375rem",
"md": "0.5rem",
"lg": "0.75rem",
"xl": "1rem",
"full": "9999px"
},
"shadows": {
"none": "none",
"sm": "0 1px 2px 0 rgba(34, 197, 94, 0.05)",
"md": "0 4px 6px -1px rgba(34, 197, 94, 0.1), 0 2px 4px -2px rgba(34, 197, 94, 0.1)",
"lg": "0 10px 15px -3px rgba(34, 197, 94, 0.1), 0 4px 6px -4px rgba(34, 197, 94, 0.1)",
"xl": "0 20px 25px -5px rgba(34, 197, 94, 0.1), 0 8px 10px -6px rgba(34, 197, 94, 0.1)",
"inner": "inset 0 2px 4px 0 rgba(34, 197, 94, 0.05)",
"card": "0 4px 6px -1px rgba(0, 0, 0, 0.3), 0 2px 4px -2px rgba(34, 197, 94, 0.1)",
"button": "0 2px 4px 0 rgba(34, 197, 94, 0.2)",
"dropdown": "0 10px 15px -3px rgba(0, 0, 0, 0.3), 0 4px 6px -4px rgba(34, 197, 94, 0.1)"
},
"buttons": {
"default": {
"background": "#22c55e",
"color": "#041a04",
"border": "1px solid #22c55e",
"borderRadius": "0.5rem",
"boxShadow": "0 2px 4px 0 rgba(34, 197, 94, 0.2)",
"hover": {
"background": "#16a34a",
"color": "#041a04",
"transform": "translateY(-1px)",
"boxShadow": "0 4px 8px 0 rgba(34, 197, 94, 0.3)"
},
"active": {
"background": "#15803d",
"transform": "translateY(0px)"
}
},
"secondary": {
"background": "#1f241f",
"color": "#a3d9a3",
"border": "1px solid #262e26",
"borderRadius": "0.5rem",
"boxShadow": "0 2px 4px 0 rgba(0, 0, 0, 0.1)",
"hover": {
"background": "#242a24",
"color": "#bdd9c7",
"borderColor": "#1d4a2a",
"transform": "translateY(-1px)"
},
"active": {
"background": "#1a1f1a",
"transform": "translateY(0px)"
}
},
"outline": {
"background": "transparent",
"color": "#22c55e",
"border": "2px solid #22c55e",
"borderRadius": "0.5rem",
"boxShadow": "none",
"hover": {
"background": "rgba(34, 197, 94, 0.1)",
"color": "#16a34a",
"borderColor": "#16a34a",
"transform": "scale(1.02)"
},
"active": {
"background": "rgba(34, 197, 94, 0.2)",
"transform": "scale(1.0)"
}
},
"ghost": {
"background": "transparent",
"color": "#a3d9a3",
"border": "none",
"borderRadius": "0.5rem",
"boxShadow": "none",
"hover": {
"background": "#1f241f",
"color": "#bdd9c7"
},
"active": {
"background": "#1b201b"
}
},
"link": {
"background": "transparent",
"color": "#22c55e",
"border": "none",
"borderRadius": "0px",
"boxShadow": "none",
"hover": {
"color": "#16a34a",
"textDecoration": "underline"
},
"active": {
"color": "#15803d"
}
},
"destructive": {
"background": "#ef4444",
"color": "#fefefe",
"border": "1px solid #ef4444",
"borderRadius": "0.5rem",
"boxShadow": "0 2px 4px 0 rgba(239, 68, 68, 0.2)",
"hover": {
"background": "#dc2626",
"transform": "translateY(-1px)"
},
"active": {
"background": "#b91c1c",
"transform": "translateY(0px)"
}
}
},
"switches": {
"checked": {
"background": "#22c55e"
},
"unchecked": {
"background": "#2d332d"
},
"thumb": {
"background": "#ffffff"
}
},
"tables": {
"background": "#1a201a",
"border": "1px solid #262e26",
"boxShadow": "0 4px 6px -1px rgba(0, 0, 0, 0.2)",
"header": {
"background": "#1b201b",
"color": "#a3d9a3",
"border": "1px solid #262e26",
"backdropFilter": "blur(8px)"
},
"row": {
"background": "transparent",
"color": "#ebeeed",
"border": "1px solid #232823",
"hover": {
"background": "#1b201b",
"color": "#bdd9c7"
},
"selected": {
"background": "rgba(29, 74, 42, 0.2)",
"color": "#bdd9c7"
}
},
"cell": {
"border": "1px solid #232823"
},
"footer": {
"background": "#1b201b",
"color": "#9ca59c",
"border": "1px solid #262e26",
"backdropFilter": "blur(8px)"
}
},
"sidebar": {
"backdropFilter": "blur(5px) saturate(150%)"
}
}
Binary file added src/themes/zombie/background.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
120 changes: 120 additions & 0 deletions src/themes/zombie/theme.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,120 @@
{
"name": "zombie",
"displayName": "🎃 Zombie",
"schemaVersion": 1,
"backgroundImage": "background.gif",
"inherits": "dark",
"mostLike": "dark",
"author": "steppsr",
"colors": {
"background": "rgba(0, 0, 0, 0.1)",
"foreground": "#EFEFEF",
"card": "rgba(0, 0, 0, 0.35)",
"cardForeground": "#E8E8E8",
"cardBackdropFilter": "blur(7px) saturate(150%) brightness(0.75)",
"primary": "#F56F27",
"primaryForeground": "#292E36",
"secondary": "#2D343F",
"secondaryForeground": "#CFCFD1",
"accent": "#E599FF",
"accentForeground": "#292E36",
"destructive": "#F26685",
"destructiveForeground": "#EFEFEF",
"muted": "#292E36",
"mutedForeground": "#A6A6AC",
"border": "#333A45",
"input": "#292E36",
"ring": "#F56F27"
},
"tables": {
"header": {
"backdropFilter": "blur(7px) saturate(150%) brightness(0.9)"
},
"row": {
"backdropFilter": "blur(7px) saturate(150%) brightness(0.9)"
},
"footer": {
"backdropFilter": "blur(7px) saturate(150%) brightness(0.9)"
}
},
"fonts": {
"heading": "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
"body": "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
"mono": "JetBrains Mono, Fira Code, Consolas, Monaco, monospace"
},
"corners": {
"none": "0px",
"sm": "0.25rem",
"md": "0.5rem",
"lg": "0.75rem",
"xl": "1rem"
},
"sidebar": {
"backdropFilter": "blur(7px) saturate(150%) brightness(0.7)"
},
"buttons": {
"primary": {
"background": "#F56F27",
"color": "#292E36",
"border": "1px solid #F56F27",
"borderRadius": "0.5rem",
"boxShadow": "0 4px 16px #F56F274D, 0 0 8px #F56F2733",
"hover": {
"background": "#FFF1A3",
"transform": "translateY(-1px)",
"boxShadow": "0 6px 20px #F56F2766"
}
},
"outline": {
"background": "transparent",
"color": "#F56F27",
"border": "2px solid #F56F27",
"borderRadius": "0.5rem",
"boxShadow": "0 0 8px #F56F271A",
"hover": {
"background": "#F56F271A",
"color": "#FFF1A3",
"transform": "scale(1.02)",
"boxShadow": "0 0 12px #F56F2733"
}
},
"secondary": {
"background": "#2D343F",
"color": "#CFCFD1",
"border": "1px solid #333A45",
"borderRadius": "0.5rem",
"boxShadow": "0 4px 12px #141A234D",
"hover": {
"background": "#38414F",
"transform": "translateY(-1px)"
}
},
"ghost": {
"background": "transparent",
"color": "#E8EAF1",
"border": "none",
"borderRadius": "0.75rem",
"hover": {
"background": "#33CCFF1A",
"color": "#66D6FF"
}
}
},
"switches": {
"checked": {
"background": "#F56F27",
"thumbColor": "#171A21",
"boxShadow": "0 0 15px #33CCFF4D"
},
"unchecked": {
"background": "#292E36",
"thumbColor": "#80A3BF",
"border": "1px solid #2E7585"
}
},
"shadows": {
"card": "0 10px 40px #0D0F1266, 0 0 20px #F56F270D",
"button": "0 4px 16px #F56F2733",
"input": "inset 0 0 10px #33CCFF1A"
}
}
Loading