[READ-ONLY] Mirror of https://github.com/bombshell-dev/docs. bomb.sh/docs
Something went wrong. Try again.
516 B · 30 lines
TypeScript
at fix/wc-url
12345678910111213141516171819202122232425262728293031export const theme = { cursor: "#C4C7CF", cursorAccent: '#00000000', foreground: "#FFFFFF", background: '#0a0a0d', red: "#ff3e47", green: "#07F53F", yellow: "#E8CF27", blue: "#054bff", magenta: "#ff00d2", cyan: "#00E5FF", white: "#FFFFFF", brightBlack: "#484A54", brightRed: "#FF3E47", brightGreen: "#07F53F", brightYellow: "#E8CF27", brightBlue: "#054bff", brightMagenta: "#FF00D2", brightCyan: "#00E5FF", brightWhite: "#FFFFFF", selectionBackground: "#97979b33",};