Skip to content

Commit

Permalink
Fix VFS tree in new theme
Browse files Browse the repository at this point in the history
  • Loading branch information
predictiple committed May 20, 2024
1 parent e87c2b1 commit ec8644d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gui/velociraptor/src/themes/ncurses-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -1137,17 +1137,17 @@ body.ncurses-dark {

.ncurses-dark .file-tree > ul > ul > li {
font-weight: normal;
color: #42a5f5;
color: var(--color-foreground);
}

.ncurses-dark .file-tree .isActive {
color: #42a5f5;
color: var(--color-foreground);
background-color: var(--color-accent-100);
}

.ncurses-dark .file-tree,
.ncurses-dark .file-tree ul {
background: var(--color-foreground);
background: var(--color-foreground-inverse);
}

/* Cards */
Expand Down

0 comments on commit ec8644d

Please sign in to comment.