mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-04-09 15:22:13 -04:00
matugen: add foot and alacritty
This commit is contained in:
3
matugen/configs/alacritty.toml
Normal file
3
matugen/configs/alacritty.toml
Normal file
@@ -0,0 +1,3 @@
|
||||
[templates.dmsalacritty]
|
||||
input_path = './matugen/templates/alacritty.toml'
|
||||
output_path = '~/.config/alacritty/dank-theme.toml'
|
||||
3
matugen/configs/foot.toml
Normal file
3
matugen/configs/foot.toml
Normal file
@@ -0,0 +1,3 @@
|
||||
[templates.dmsfoot]
|
||||
input_path = './matugen/templates/foot.ini'
|
||||
output_path = '~/.config/foot/dank-colors.ini'
|
||||
11
matugen/templates/alacritty.toml
Normal file
11
matugen/templates/alacritty.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[colors.primary]
|
||||
background = '{{colors.surface.default.hex}}'
|
||||
foreground = '{{colors.on_surface.default.hex}}'
|
||||
|
||||
[colors.selection]
|
||||
text = '{{colors.on_surface.default.hex}}'
|
||||
background = '{{colors.primary_container.default.hex}}'
|
||||
|
||||
[colors.cursor]
|
||||
text = '{{colors.surface.default.hex}}'
|
||||
cursor = '{{colors.primary.default.hex}}'
|
||||
4
matugen/templates/foot.ini
Normal file
4
matugen/templates/foot.ini
Normal file
@@ -0,0 +1,4 @@
|
||||
foreground={{colors.on_surface.default.hex_stripped}}
|
||||
background={{colors.surface.default.hex_stripped}}
|
||||
selection-foreground={{colors.on_surface.default.hex_stripped}}
|
||||
selection-background={{colors.primary_container.default.hex_stripped}}
|
||||
Reference in New Issue
Block a user