mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-26 14:32:52 -05:00
* 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
11 lines
360 B
TOML
11 lines
360 B
TOML
[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}}'
|