More fixes to the color theme

This commit is contained in:
eudaimon 2024-02-13 14:03:44 +01:00
parent d112cb0ea7
commit 46c8701c3e
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
@define-color accent_color #76ff3b;
@define-color accent_bg_color #37a508;
@define-color accent_fg_color #fff9a1;
@define-color destructive_color #f66151;
@define-color destructive_color #ff7f7a;
@define-color destructive_bg_color #a51d2d;
@define-color destructive_fg_color #f9f06b;
@define-color success_color #8ff0a4;