[READ-ONLY] Mirror of https://github.com/bombshell-dev/docs. bomb.sh/docs
0

Configure Feed

Select the types of activity you want to include in your feed.

fix: xterm theme

Nate Moore (Jan 29, 2026, 10:18 PM EST) 2b1efeae 37600c16

+5 -4
+2 -1
src/components/WebContainer/Terminal.astro
··· 71 71 padding: 24px 12px; 72 72 } 73 73 .xterm-viewport { 74 - background: #191B23; 74 + background: var(--container-fill); 75 + border: 1px solid var(--surface-border-fill); 75 76 } 76 77 </style>
+3 -3
src/components/WebContainer/theme.ts
··· 2 2 cursor: "#C4C7CF", 3 3 cursorAccent: '#00000000', 4 4 foreground: "#FFFFFF", 5 - background: "#191B23", 5 + background: '#0a0a0d', 6 6 red: "#ff3e47", 7 7 green: "#07F53F", 8 - yellow: "#FFE228", 8 + yellow: "#E8CF27", 9 9 blue: "#054bff", 10 10 magenta: "#ff00d2", 11 11 cyan: "#00E5FF", ··· 13 13 brightBlack: "#484A54", 14 14 brightRed: "#FF3E47", 15 15 brightGreen: "#07F53F", 16 - brightYellow: "#FFE228", 16 + brightYellow: "#E8CF27", 17 17 brightBlue: "#054bff", 18 18 brightMagenta: "#FF00D2", 19 19 brightCyan: "#00E5FF",