feat: switch to dark

This commit is contained in:
itsscb 2025-08-26 13:17:09 +02:00
parent 411ca42d29
commit adaaf14bce
3 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
@define-color selected-text #88C0D0;
@define-color text #575279;
@define-color base #faf4ed;
@define-color base #575279;
@define-color text #faf4ed;
@define-color border #575279;
@define-color foreground #575279;
@define-color background #faf4ed;
@define-color background #575279;
@define-color foreground #faf4ed;

View File

@ -1,2 +1,2 @@
@define-color foreground #575279;
@define-color background #faf4ed;
@define-color background #575279;
@define-color foreground #faf4ed;