From 647bb8dd96a206a1b79c4fd714affc88b409e10b Mon Sep 17 00:00:00 2001 From: Vidhan Bhatt Date: Tue, 4 Nov 2025 08:52:36 -0500 Subject: [PATCH] vscode: add more themed items (#1957) Link: https://github.com/nix-community/stylix/pull/1957 Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com> Reviewed-by: Flameopathic <64027365+Flameopathic@users.noreply.github.com> --- modules/vscode/templates/theme.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/vscode/templates/theme.nix b/modules/vscode/templates/theme.nix index 25061634..a3cc3563 100644 --- a/modules/vscode/templates/theme.nix +++ b/modules/vscode/templates/theme.nix @@ -778,7 +778,7 @@ colors: with colors.withHashtag; { "terminal.foreground" = base05; "terminal.hoverHighlightBackground" = null; "terminal.inactiveSelectionBackground" = null; - "terminal.initialHintForeground" = null; + "terminal.initialHintForeground" = base03; "terminal.selectionBackground" = null; "terminal.selectionForeground" = null; "terminal.tab.activeBorder" = null; @@ -849,7 +849,7 @@ colors: with colors.withHashtag; { "tree.tableColumnsBorder" = null; "tree.tableOddRowsBackground" = null; "walkThrough.embeddedEditorBackground" = base00; - "walkthrough.stepTitle.foreground" = null; + "walkthrough.stepTitle.foreground" = base05; "welcomePage.background" = base00; "welcomePage.progress.background" = base03; "welcomePage.progress.foreground" = base0D;