Modules/AGS: Import colorscheme from ~/.config/_colors.scss into AGS stylesheet
This commit is contained in:
@ -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
|
// https://gitlab.gnome.org/GNOME/gtk/-/blob/gtk-3-24/gtk/theme/Adwaita/_colors-public.scss
|
||||||
$fg-color: #{"@theme_fg_color"};
|
$fg-color: #{"@theme_fg_color"};
|
||||||
$bg-color: #{"@theme_bg_color"};
|
$bg-color: #{"@theme_bg_color"};
|
||||||
|
Reference in New Issue
Block a user