Also theme menu border color

This commit is contained in:
the-djmaze 2022-11-04 15:54:26 +01:00
parent 199d1d4c42
commit 00c5c8f35a
3 changed files with 3 additions and 1 deletions

View file

@ -117,6 +117,7 @@
--dropdown-menu-hover-bg-color: var(--color-background-hover);
--dropdown-menu-hover-color: var(--color-main-text);
--dropdown-menu-disabled-color: #999;
--dropdown-menu-border-clr: var(--color-border);
/* FOLDERS */
--folders-color: var(--color-main-text);