test
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
$background: #131318;
|
||||||
|
$foreground: #e4e1e9;
|
||||||
|
$primary: #bbc3ff;
|
||||||
@@ -66,4 +66,4 @@ post_hook = "kitty @ set-colors -a -c ~/.config/kitty/colors.conf"
|
|||||||
|
|
||||||
[templates.ags]
|
[templates.ags]
|
||||||
input_path = '~/.config/nixos/pkgs/matugen/custom/templates/ags.scss'
|
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'
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
$background: {{colors.surface.default.hex}}
|
$background: {{colors.surface.default.hex}};
|
||||||
$foreground: {{colors.on_surface.default.hex}}
|
$foreground: {{colors.on_surface.default.hex}};
|
||||||
$primary: {{colors.primary.default.hex}}
|
$primary: {{colors.primary.default.hex}};
|
||||||
|
|||||||
@@ -4,7 +4,8 @@ cursor_text_color {{colors.on_surface_variant.default.hex}}
|
|||||||
foreground {{colors.on_surface.default.hex}}
|
foreground {{colors.on_surface.default.hex}}
|
||||||
background {{colors.surface.default.hex}}
|
background {{colors.surface.default.hex}}
|
||||||
selection_foreground {{colors.on_secondary.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
|
# black
|
||||||
color8 #262626
|
color8 #262626
|
||||||
|
|||||||
Reference in New Issue
Block a user