ricing and config changes

This commit is contained in:
2025-02-03 23:34:15 -05:00
parent 440d2f08f0
commit 080e09445c
16 changed files with 353 additions and 147 deletions

View File

@@ -158,9 +158,10 @@
style = ''
/*base background color*/
@define-color bg_main rgba(25, 25, 25, 1.0);
@define-color bg_main_tooltip rgba(0, 0, 0, 0.7);
/* color picked from a celeste background bc it looks pretty and matches my background */
@define-color bg_main rgba(39.6, 51.4, 76.1, 1.0);
@define-color bg_main_tooltip rgba(0, 0, 0, 0.7);
/*base background color of selections */
@define-color bg_hover rgba(200, 200, 200, 0.3);