fix: add missing commas from themes
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful

This commit is contained in:
Twig 2025-07-07 21:04:41 +02:00
parent d0fe0db374
commit f91c299575
No known key found for this signature in database
4 changed files with 4 additions and 3 deletions

View file

@ -7,7 +7,7 @@
--sidebar-background-color: #3e3a37;
--sidebar-highlighted-background-color: #46423b;
--topbar-background-color: #3a3733;
--chatbox-background-color: #3a3733
--chatbox-background-color: #3a3733;
--padding-color: #e0e0e0;

View file

@ -7,7 +7,7 @@
--sidebar-background-color: #2e2a27;
--sidebar-highlighted-background-color: #36322b;
--topbar-background-color: #2a2723;
--chatbox-background-color: #2a2723
--chatbox-background-color: #2a2723;
--padding-color: #484848;

View file

@ -8,6 +8,7 @@
--sidebar-background-color: #80808000;
--sidebar-highlighted-background-color: #ffffff20;
--topbar-background-color: #80808000;
--chatbox-background-color: #80808000;
--padding-color: #80808000;

View file

@ -7,7 +7,7 @@
--sidebar-background-color: #dbd8d4;
--sidebar-highlighted-background-color: #d4d0ca;
--topbar-background-color: #dfdbd6;
--chatbox-background-color: #dfdbd6
--chatbox-background-color: #dfdbd6;
--padding-color: #484848;