Skip to content

Port themes

All *fox themes are available for wezterm; Maybe for other terminal, I don't know, so I recommend to use wezterm. You can install it via your package manager. Then, create file ~/.config/wezterm/wezterm.lua and copy following text to this file.

return {
    color_scheme = '<one of not ported theme from README>',
}

Save file and restart wezterm.

Create a fork of this repo using "Fork" button.

Then, clone forked repo an cd

git clone https://www.opencode.net/<your-username>/nightfox-konsole

In wezterm, run color_pallete.sh script

chmod +x color_palette.sh
./color_palette.sh

Open konsole and create new profile, as described in README. Then go to Edit Current Profile... -> Appearance -> Change....

Opened window looks like ./color_pallete.sh output. Rename your theme and use colorpicker to pick colors from wezterm ./color_palette.sh output to this window. Finally, save your work.

Commit & Push your work

git add .
git commit -m "feat(<ported_theme>): Port <ported_theme> theme."
git push

Then, create Merge Request here.

Edited by stepan-zubkov
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information