style: terminal style background/foreground
Signed-off-by: mellobacon <mellodev@outlook.com>
mellobacon committed
Feb 1, 2024 at 11:56 UTC
32209e3262400ed4dcb8671ef1f440d5d9639b38
1 file changed
+3
src/config/themehandler.ts
+3
@@ -41,6 +41,9 @@ export async function loadTheme(name: string) {
41
"brightMagenta": getThemeProperty("terminal-brightMagenta"),
42
"brightCyan": getThemeProperty("terminal-brightCyan"),
43
"brightWhite": getThemeProperty("terminal-brightWhite"),
44
+
45
+ "background": getThemeProperty("terminal-background"),
46
+ "foreground": getThemeProperty("terminal-foreground")
47
})
48
49
updateTermTheme();