theme: fix gtk light theme not being set

This commit is contained in:
Leonardo Eugênio 2023-01-24 11:42:49 -03:00
parent dd7785c85c
commit a023a9f103
13 changed files with 67 additions and 30 deletions

View file

@ -1,6 +1,7 @@
{ config, pkgs, lib, inputs, ... }:
let
inherit (pkgs.uservars) key theme color accent font;
inherit (pkgs.uservars) key theme accent font;
inherit (theme) color;
colors = {
"bg+" = color.bg_light;