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>
This commit is contained in:
Vidhan Bhatt 2025-11-04 08:52:36 -05:00 committed by GitHub
parent 8c0640d572
commit 647bb8dd96
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;