mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Add Kitty matugen template, format
This commit is contained in:
@@ -23,4 +23,8 @@ output_path = "~/.config/qt6ct/colors/noctalia.conf"
|
||||
|
||||
[templates.qt5]
|
||||
input_path = "templates/qtct.conf"
|
||||
output_path = "~/.config/qt5ct/colors/noctalia.conf"
|
||||
output_path = "~/.config/qt5ct/colors/noctalia.conf"
|
||||
|
||||
[templates.kitty]
|
||||
input_path = "templates/kitty.conf"
|
||||
output_path = "~/.config/kitty/noctalia.conf"
|
||||
@@ -0,0 +1,40 @@
|
||||
cursor {{colors.on_surface.default.hex}}
|
||||
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.default.hex}}
|
||||
url_color {{colors.primary.default.hex}}
|
||||
|
||||
# black
|
||||
color0 {{colors.surface_container.default.hex}}
|
||||
color8 {{colors.on_surface_variant.default.hex}}
|
||||
|
||||
# red
|
||||
color1 {{colors.error.default.hex}}
|
||||
color9 {{colors.on_error.default.hex}}
|
||||
|
||||
# green
|
||||
color2 {{colors.tertiary.default.hex}}
|
||||
color10 {{colors.on_tertiary.default.hex}}
|
||||
|
||||
# yellow
|
||||
color3 {{colors.secondary.default.hex}}
|
||||
color11 {{colors.on_secondary.default.hex}}
|
||||
|
||||
# blue
|
||||
color4 {{colors.primary.default.hex}}
|
||||
color12 {{colors.on_primary.default.hex}}
|
||||
|
||||
# magenta
|
||||
color5 {{colors.surface_container.default.hex}}
|
||||
color13 {{colors.on_surface.default.hex}}
|
||||
|
||||
# cyan
|
||||
color6 {{colors.outline_variant.default.hex}}
|
||||
color14 {{colors.on_surface_variant.default.hex}}
|
||||
|
||||
# white
|
||||
color7 {{colors.on_surface_variant.default.hex}}
|
||||
color15 {{colors.on_surface.default.hex}}
|
||||
Reference in New Issue
Block a user