diff options
| author | seraphim <18ycm9tx@anonaddy.me> | 2026-08-18 18:46:52 +0700 |
|---|---|---|
| committer | seraphim <18ycm9tx@anonaddy.me> | 2026-08-18 18:46:52 +0700 |
| commit | 8154dc023f9d2a0f657b5f2e8e94d59eb7e05f41 (patch) | |
| tree | 6ab707cd8ebd00c334788ce6987c0529a6cb1787 /wallust | |
| parent | 23ef44ef1a033a3414934f0b3b46fe8ae5805932 (diff) | |
wallust+matugen. Normal color theme for the system
Diffstat (limited to 'wallust')
| -rw-r--r-- | wallust/.config/wallust/templates/dbg.ini | 4 | ||||
| -rw-r--r-- | wallust/.config/wallust/templates/foot-colors-custom.ini | 20 | ||||
| -rw-r--r-- | wallust/.config/wallust/templates/shell-colors.sh | 20 | ||||
| -rw-r--r-- | wallust/.config/wallust/wallust.toml | 4 |
4 files changed, 48 insertions, 0 deletions
diff --git a/wallust/.config/wallust/templates/dbg.ini b/wallust/.config/wallust/templates/dbg.ini new file mode 100644 index 0000000..edc18bb --- /dev/null +++ b/wallust/.config/wallust/templates/dbg.ini @@ -0,0 +1,4 @@ +plain={{background}} +strip={{background.strip}} +hex={{background.hex}} +rgb={{background.rgb}} diff --git a/wallust/.config/wallust/templates/foot-colors-custom.ini b/wallust/.config/wallust/templates/foot-colors-custom.ini new file mode 100644 index 0000000..0a2fb2b --- /dev/null +++ b/wallust/.config/wallust/templates/foot-colors-custom.ini @@ -0,0 +1,20 @@ +# wallust foot template — outputs #rrggbb, the '#' is stripped by apply-colors.sh +[colors] +background={{background}} +foreground={{foreground}} +regular0={{color0}} +regular1={{color1}} +regular2={{color2}} +regular3={{color3}} +regular4={{color4}} +regular5={{color5}} +regular6={{color6}} +regular7={{color7}} +bright0={{color8}} +bright1={{color9}} +bright2={{color10}} +bright3={{color11}} +bright4={{color12}} +bright5={{color13}} +bright6={{color14}} +bright7={{color15}} diff --git a/wallust/.config/wallust/templates/shell-colors.sh b/wallust/.config/wallust/templates/shell-colors.sh new file mode 100644 index 0000000..3cfb24d --- /dev/null +++ b/wallust/.config/wallust/templates/shell-colors.sh @@ -0,0 +1,20 @@ +# CUSTOM wallust shell template +color0={{color0}} +color1={{color1}} +color2={{color2}} +color3={{color3}} +color4={{color4}} +color5={{color5}} +color6={{color6}} +color7={{color7}} +color8={{color8}} +color9={{color9}} +color10={{color10}} +color11={{color11}} +color12={{color12}} +color13={{color13}} +color14={{color14}} +color15={{color15}} +background={{background}} +foreground={{foreground}} +cursor={{cursor}} diff --git a/wallust/.config/wallust/wallust.toml b/wallust/.config/wallust/wallust.toml new file mode 100644 index 0000000..995b5f8 --- /dev/null +++ b/wallust/.config/wallust/wallust.toml @@ -0,0 +1,4 @@ +backend = "fastresize" + +[templates] +foottheme = { template = "foot-colors-custom.ini", target = "~/.cache/wallust/foot-theme.ini" } |
