diff options
| author | Don Williams <don.e.williams@gmail.com> | 2026-01-08 00:13:45 -0500 |
|---|---|---|
| committer | Don Williams <don.e.williams@gmail.com> | 2026-01-08 00:13:45 -0500 |
| commit | eb03615199f93f29e8d663b1e5d2b0e3371459cd (patch) | |
| tree | 25553d1ccaa549fe3afdb0629fd63657aeedce56 /config/wallust/templates | |
| parent | 230d85be9fbccb6653f031cecd248442350b7e58 (diff) | |
Added support for ghostty term integrated w/wallust
On branch development
Your branch is up to date with 'origin/development'.
Changes to be committed:
modified: config/ghostty/ghostty.config
modified: config/hypr/scripts/ThemeChanger.sh
modified: config/hypr/scripts/WallustSwww.sh
new file: config/wallust/templates/colors-ghostty.conf
modified: config/wallust/wallust.toml
Diffstat (limited to 'config/wallust/templates')
| -rw-r--r-- | config/wallust/templates/colors-ghostty.conf | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/config/wallust/templates/colors-ghostty.conf b/config/wallust/templates/colors-ghostty.conf new file mode 100644 index 00000000..45f93a63 --- /dev/null +++ b/config/wallust/templates/colors-ghostty.conf @@ -0,0 +1,28 @@ +# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +# wallust template - colors for Ghostty +# This file is included by ~/.config/ghostty/ghostty.config when present. + +# Core UI colors +foreground = {{foreground}} +background = {{background}} +cursor-color = {{cursor}} +selection-foreground = {{foreground}} +selection-background = {{color12}} + +# 16-color palette +palette = 0:{{color0}} +palette = 1:{{color1}} +palette = 2:{{color2}} +palette = 3:{{color3}} +palette = 4:{{color4}} +palette = 5:{{color5}} +palette = 6:{{color6}} +palette = 7:{{color7}} +palette = 8:{{color8}} +palette = 9:{{color9}} +palette = 10:{{color10}} +palette = 11:{{color11}} +palette = 12:{{color12}} +palette = 13:{{color13}} +palette = 14:{{color14}} +palette = 15:{{color15}}
\ No newline at end of file |
