Skip to content

Instantly share code, notes, and snippets.

@aral
Last active February 10, 2023 18:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aral/19419268de743877d8d42956d2580b58 to your computer and use it in GitHub Desktop.
Save aral/19419268de743877d8d42956d2580b58 to your computer and use it in GitHub Desktop.
Pencil Light theme for the Zellij terminal workspace/multiplexer
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"
}
}
@aral
Copy link
Author

aral commented Feb 10, 2023

  1. Follow the Zellij configuration quick-start

  2. Save the theme above to a file at _~/.config/zellij/themes/pencil-light.kdl

  3. In ~/.config/zellij/config.kdl set:

    theme "pencil-light"
    

@max-sixty
Copy link

Very nice @aral , I'm using this already!

@aral
Copy link
Author

aral commented Feb 10, 2023

Happy to hear it, @max-sixty :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment