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:
parent
8c0640d572
commit
647bb8dd96
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue