test
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
@use "sass:color";
|
@use "sass:color";
|
||||||
|
@use "./colors" as *;
|
||||||
|
|
||||||
// default
|
// default
|
||||||
// $bg: #212223;
|
// $bg: #212223;
|
||||||
@@ -13,9 +14,14 @@
|
|||||||
// $radius: 7px;
|
// $radius: 7px;
|
||||||
|
|
||||||
// mstcl
|
// mstcl
|
||||||
$bg: #121212;
|
// $bg: #121212;
|
||||||
$fg: #f1f1f1;
|
// $fg: #f1f1f1;
|
||||||
$accent: #C0A36E;
|
// $accent: #C0A36E;
|
||||||
|
// $radius: 7px;
|
||||||
|
|
||||||
|
$bg: $background;
|
||||||
|
$fg: $foreground;
|
||||||
|
$accent: $primary;
|
||||||
$radius: 7px;
|
$radius: 7px;
|
||||||
|
|
||||||
window.Bar {
|
window.Bar {
|
||||||
|
|||||||
@@ -63,3 +63,7 @@ blue = { color = "#0000ff", blend = false }
|
|||||||
input_path = '~/.config/nixos/pkgs/matugen/custom/templates/kitty.conf'
|
input_path = '~/.config/nixos/pkgs/matugen/custom/templates/kitty.conf'
|
||||||
output_path = '~/.config/kitty/colors.conf'
|
output_path = '~/.config/kitty/colors.conf'
|
||||||
post_hook = "kitty @ set-colors -a -c ~/.config/kitty/colors.conf"
|
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'
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
$background: {{colors.surface.default.hex}}
|
||||||
|
$foreground: {{colors.on_surface.default.hex}}
|
||||||
|
$primary: {{colors.primary.default.hex}}
|
||||||
@@ -4,8 +4,7 @@ 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}}
|
selection_background {{colors.secondary_fixed_dim.default.hex}} url_color {{colors.primary.default.hex}}
|
||||||
url_color {{colors.primary.default.hex}}
|
|
||||||
|
|
||||||
# black
|
# black
|
||||||
color8 #262626
|
color8 #262626
|
||||||
|
|||||||
Reference in New Issue
Block a user