Skip to content

Add zellij template with .rgbs color format support#91

Merged
bjarneo merged 1 commit intobjarneo:mainfrom
omakasui:add-zellij-template
Mar 26, 2026
Merged

Add zellij template with .rgbs color format support#91
bjarneo merged 1 commit intobjarneo:mainfrom
omakasui:add-zellij-template

Conversation

@Kasui92
Copy link
Copy Markdown
Contributor

@Kasui92 Kasui92 commented Mar 26, 2026

Add a zellij.kdl theme template that uses space-separated RGB values for KDL color syntax (e.g., '255 128 0').

Introduce {key.rgbs} variable format that converts hex colors to space-separated decimal RGB, alongside the existing comma-separated {key.rgb} format.

Add a zellij.kdl theme template that uses space-separated RGB values
for KDL color syntax (e.g., '255 128 0').

Introduce {key.rgbs} variable format that converts hex colors to
space-separated decimal RGB, alongside the existing comma-separated
{key.rgb} format.

- Add HexToRGBSpaceString() to internal/color/convert.go
- Add {key.rgbs} handler to internal/template/engine.go
- Add templates/zellij.kdl for Zellij terminal multiplexer theming
@bjarneo bjarneo merged commit 9736538 into bjarneo:main Mar 26, 2026
@Kasui92 Kasui92 deleted the add-zellij-template branch March 26, 2026 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants