terminal themes feature (#135)

Co-authored-by: sawka
This commit is contained in:
Red J Adaya
2024-07-24 20:34:22 -07:00
committed by GitHub
co-authored by sawka
parent 2f3275e7a6
commit dcb4d5f2bf
12 changed files with 374 additions and 213 deletions
+1 -4
View File
@@ -225,10 +225,7 @@ function handleWSEventMessage(msg: WSEventType) {
return;
}
if (msg.eventtype == "config") {
const data: WatcherUpdate = msg.data;
globalStore.set(atoms.settingsConfigAtom, data.update);
console.log("config", data);
globalStore.set(atoms.settingsConfigAtom, msg.data.settings);
return;
}
if (msg.eventtype == "userinput") {