mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-04-12 08:42:13 -04:00
Feat: wezterm theming support (#705)
* implemented logic for wezterm theming added matugen configs and dank16 functions, updated matugen worked scripta * fixed theme dir fixed path and moved output location to default wezterm dir
This commit is contained in:
3
quickshell/matugen/configs/wezterm.toml
Normal file
3
quickshell/matugen/configs/wezterm.toml
Normal file
@@ -0,0 +1,3 @@
|
||||
[templates.dmswezterm]
|
||||
input_path = 'SHELL_DIR/matugen/templates/wezterm.toml'
|
||||
output_path = '~/.config/wezterm/colors/dank-theme.toml'
|
||||
10
quickshell/matugen/templates/wezterm.toml
Normal file
10
quickshell/matugen/templates/wezterm.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
[colors]
|
||||
background = '{{colors.background.default.hex}}'
|
||||
foreground = '{{colors.on_surface.default.hex}}'
|
||||
|
||||
cursor_bg = '{{colors.primary.default.hex}}'
|
||||
cursor_fg = '{{colors.background.default.hex}}'
|
||||
cursor_border = '{{colors.primary.default.hex}}'
|
||||
|
||||
selection_bg = '{{colors.primary_container.default.hex}}'
|
||||
selection_fg = '{{colors.on_surface.default.hex}}'
|
||||
Reference in New Issue
Block a user