feat: add light theme WIP
This commit is contained in:
@ -32,7 +32,27 @@ export default function EditorTerminal({
|
||||
const terminal = new Terminal({
|
||||
cursorBlink: true,
|
||||
theme: {
|
||||
background: "#262626",
|
||||
foreground: "#2e3436",
|
||||
background: "#ffffff",
|
||||
black: "#2e3436",
|
||||
brightBlack: "#555753",
|
||||
red: "#cc0000",
|
||||
brightRed: "#ef2929",
|
||||
green: "#4e9a06",
|
||||
brightGreen: "#8ae234",
|
||||
yellow: "#c4a000",
|
||||
brightYellow: "#fce94f",
|
||||
blue: "#3465a4",
|
||||
brightBlue: "#729fcf",
|
||||
magenta: "#75507b",
|
||||
brightMagenta: "#ad7fa8",
|
||||
cyan: "#06989a",
|
||||
brightCyan: "#34e2e2",
|
||||
white: "#d3d7cf",
|
||||
brightWhite: "#eeeeec",
|
||||
cursor: "#2e3436",
|
||||
cursorAccent: "#ffffff",
|
||||
selection: "rgba(52, 101, 164, 0.3)",
|
||||
},
|
||||
fontFamily: "var(--font-geist-mono)",
|
||||
fontSize: 14,
|
||||
|
Reference in New Issue
Block a user