refactor!(tmpfiles): expand power upon tmpfiles by deabstracting

This returns tmpfiles to its original form. Turns out that
making something too simple gives it less power.
This commit is contained in:
Artur Manuel 2025-03-06 01:07:54 +00:00
commit 035fb24038
Signed by: amadaluzia
SSH key fingerprint: SHA256:Zwg7gBuZyaG48ucAZneJwltiXu0+tJb7c3lYt9AYlLg
20 changed files with 74 additions and 72 deletions

View file

@ -0,0 +1,11 @@
* {
bg-col: #2D353B;
bg-col-light: #343F44;
border-col: #343F44;
selected-col: #343F44;
blue: #7FBBB3;
fg-col: #D3C6AA;
fg-col2: #D3C6AA;
grey: #7A8478;
width: 600;
}