Skip to content

Commit

Permalink
chore: update colors [skip e2e]
Browse files Browse the repository at this point in the history
  • Loading branch information
amanharwara committed Apr 15, 2024
1 parent 896d346 commit 32b6e97
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@
--background-norm: #191927;
--background-weak: #292733;
--background-strong: #13131d;

--text-norm: #ffffff;
--text-weak: #a7a4b5;

--border-norm: #4a4658;
--border-weak: #343140;
--border-weak: #2a2834;

--primary: #7777f8;
--interaction-norm: #6d4aff;
--warning: #ffb84d;
Expand Down Expand Up @@ -33,6 +37,9 @@
--navigation-column-background-color: var(--background-strong);
--navigation-item-selected-background-color: var(--background-weak);

--items-column-background-color: var(--background-strong);
--items-column-items-background-color: var(--background-strong);

--sn-stylekit-paragraph-text-color: var(--text-weak);
--sn-stylekit-scrollbar-thumb-color: var(--primary);

Expand Down

0 comments on commit 32b6e97

Please sign in to comment.