Last active
February 10, 2023 18:12
-
-
Save aral/19419268de743877d8d42956d2580b58 to your computer and use it in GitHub Desktop.
Pencil Light theme for the Zellij terminal workspace/multiplexer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
themes { | |
pencil-light { | |
fg "#005F87" | |
bg "#f1f1f1" | |
black "#f1f1f1" | |
red "#B6D6FD" | |
green "#10A778" | |
yellow "#A89C14" | |
blue "#008EC4" | |
magenta "#B6D6FD" | |
cyan "#20A5BA" | |
white "#424242" | |
orange "#D75F5F" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Follow the Zellij configuration quick-start
Save the theme above to a file at _~/.config/zellij/themes/pencil-light.kdl
In ~/.config/zellij/config.kdl set: