feat: direct messages bubbles (#262)

This commit is contained in:
patak 2022-12-01 08:32:07 +01:00 committed by GitHub
parent 12bb0bbb2d
commit a28f14cb70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 21 additions and 14 deletions

View file

@ -7,6 +7,7 @@
--c-bg-active: #f6f6f6;
--c-bg-code: #00000006;
--c-bg-selection: #8885;
--c-bg-fade: #EA9E4422;
--c-text-base: #232323;
--c-text-code: #7ca72f;
@ -24,6 +25,7 @@
--c-bg-base: #111;
--c-bg-active: #191919;
--c-bg-code: #ffffff06;
--c-bg-fade: #EA9E4422;
--c-text-base: #fff;
--c-text-code: #90be3d;