Last active
August 26, 2022 13:10
-
-
Save matsuu/f3205cf49f35e913009519952fd7d281 to your computer and use it in GitHub Desktop.
.config/zellij/config.yaml
This file contains 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
simplified_ui: true | |
pane_frames: false | |
default_mode: locked | |
mouse_mode: false | |
#copy_command: "pbcopy" | |
theme: penumbra-light++ | |
themes: | |
# https://github.com/nealmckee/penumbra | |
penumbra-light++: | |
bg: [255, 247, 237] | |
red: [241, 138, 161] | |
green: [88, 199, 146] | |
yellow: [180, 180, 74] | |
blue: [131, 173, 255] | |
magenta: [204, 148, 230] | |
orange: [234, 152, 86] | |
fg: [24, 27, 31] | |
cyan: [22, 195, 221] | |
black: [13, 15, 19] | |
white: [255, 253, 251] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment