1

Modules/AGS: Import colorscheme from ~/.config/_colors.scss into AGS stylesheet

This commit is contained in:
2025-06-11 13:29:34 +02:00
parent 4e4afc3922
commit 28bf13d1d3

View File

@ -1,3 +1,7 @@
// Import the colors exported by the nixos config
// TODO: Depend on username somehow...
@use "/home/christoph/.config/colors" as *;
// https://gitlab.gnome.org/GNOME/gtk/-/blob/gtk-3-24/gtk/theme/Adwaita/_colors-public.scss
$fg-color: #{"@theme_fg_color"};
$bg-color: #{"@theme_bg_color"};