diff --git a/pkgs/ags/biscuit/colors.scss b/pkgs/ags/biscuit/colors.scss new file mode 100644 index 0000000..b8c4b39 --- /dev/null +++ b/pkgs/ags/biscuit/colors.scss @@ -0,0 +1,3 @@ +$background: #131318; +$foreground: #e4e1e9; +$primary: #bbc3ff; diff --git a/pkgs/matugen/custom/config.toml b/pkgs/matugen/custom/config.toml index be3859b..558b374 100644 --- a/pkgs/matugen/custom/config.toml +++ b/pkgs/matugen/custom/config.toml @@ -66,4 +66,4 @@ post_hook = "kitty @ set-colors -a -c ~/.config/kitty/colors.conf" [templates.ags] input_path = '~/.config/nixos/pkgs/matugen/custom/templates/ags.scss' -output_path = '~/.config/ags/colors.scss' +output_path = '~/.config/nixos/pkgs/ags/biscuit/colors.scss' diff --git a/pkgs/matugen/custom/templates/ags.scss b/pkgs/matugen/custom/templates/ags.scss index 6e75099..a3a7779 100644 --- a/pkgs/matugen/custom/templates/ags.scss +++ b/pkgs/matugen/custom/templates/ags.scss @@ -1,3 +1,3 @@ -$background: {{colors.surface.default.hex}} -$foreground: {{colors.on_surface.default.hex}} -$primary: {{colors.primary.default.hex}} +$background: {{colors.surface.default.hex}}; +$foreground: {{colors.on_surface.default.hex}}; +$primary: {{colors.primary.default.hex}}; diff --git a/pkgs/matugen/custom/templates/kitty.conf b/pkgs/matugen/custom/templates/kitty.conf index e93767b..91b8e4b 100644 --- a/pkgs/matugen/custom/templates/kitty.conf +++ b/pkgs/matugen/custom/templates/kitty.conf @@ -4,7 +4,8 @@ cursor_text_color {{colors.on_surface_variant.default.hex}} foreground {{colors.on_surface.default.hex}} background {{colors.surface.default.hex}} selection_foreground {{colors.on_secondary.default.hex}} -selection_background {{colors.secondary_fixed_dim.default.hex}} url_color {{colors.primary.default.hex}} +selection_background {{colors.secondary_fixed_dim.default.hex}} +url_color {{colors.primary.default.hex}} # black color8 #262626