From f56a5389de0a3a9d4dead248826d29b9fd040cf0 Mon Sep 17 00:00:00 2001 From: Katherina Walshe-Grey Date: Mon, 4 Nov 2024 22:22:03 +0000 Subject: [PATCH] qenya/vscode: settle on a colour scheme --- home/qenya/vscode.nix | 2 +- hosts/kilgharrah/default.nix | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/home/qenya/vscode.nix b/home/qenya/vscode.nix index 0b119df..8a2f8cf 100644 --- a/home/qenya/vscode.nix +++ b/home/qenya/vscode.nix @@ -51,7 +51,7 @@ in }; "terminal.integrated.allowChords" = false; "terminal.integrated.defaultProfile.linux" = "zsh"; - "workbench.colorTheme" = mkDefault "Gruvbox Dark Hard"; + "workbench.colorTheme" = "Gruvbox Dark Medium"; }; }; } diff --git a/hosts/kilgharrah/default.nix b/hosts/kilgharrah/default.nix index 271eb97..14d6aba 100644 --- a/hosts/kilgharrah/default.nix +++ b/hosts/kilgharrah/default.nix @@ -31,8 +31,6 @@ home-manager.users.qenya = { # For the moment, this hosts some network-accessible services, so we want it on 24/7 programs.plasma.powerdevil.AC.autoSuspend.action = "nothing"; - # Trying this out - programs.vscode.userSettings."workbench.colorTheme" = "Quiet Light"; }; programs.steam.enable = true;