Fish
This commit is contained in:
22
.config/zellij/themes/tokyonight_storm.kdl
Normal file
22
.config/zellij/themes/tokyonight_storm.kdl
Normal file
@@ -0,0 +1,22 @@
|
||||
// Tokyonight Zellij Colors
|
||||
// Add this file to your `CONFIG_DIR/themes` directory as described here:
|
||||
// https://zellij.dev/documentation/themes#getting-zellij-to-pick-up-the-theme
|
||||
|
||||
themes {
|
||||
tokyonight_storm {
|
||||
fg "#c0caf5"
|
||||
bg "#292e42"
|
||||
// Black should match the terminal background color
|
||||
// This ensures the top and bottom bars are transparent
|
||||
black "#24283b"
|
||||
red "#f7768e"
|
||||
green "#9ece6a"
|
||||
yellow "#e0af68"
|
||||
blue "#7aa2f7"
|
||||
magenta "#bb9af7"
|
||||
cyan "#7dcfff"
|
||||
white "#a9b1d6"
|
||||
orange "#ff9e64"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user