Compare commits
No commits in common. "728cc9eb9dde611b124527ed212be0b407dc6a67" and "af9a518004f6b4fa24ba1938c50fdc857fb956f9" have entirely different histories.
728cc9eb9d
...
af9a518004
@ -1,4 +1,4 @@
|
||||
theme = "dark"
|
||||
alacritty_theme = "User 77 - Mashup colors"
|
||||
helix_theme = "noctis_bordo"
|
||||
alacritty_theme = "Kanagawa"
|
||||
helix_theme = "kanagawa"
|
||||
zellij_theme = "kanagawa"
|
||||
|
@ -1,4 +1,4 @@
|
||||
theme = "light"
|
||||
alacritty_theme = "Baskerville-ivorylight"
|
||||
helix_theme = "flatwhite"
|
||||
zellij_theme = "nord"
|
||||
alacritty_theme = ""
|
||||
helix_theme = ""
|
||||
zellij_theme = ""
|
||||
|
@ -206,37 +206,37 @@ plugins {
|
||||
// For more examples, see: https://github.com/zellij-org/zellij/tree/main/example/themes
|
||||
// Once these themes are defined, one of them should to be selected in the "theme" section of this file
|
||||
//
|
||||
// themes {
|
||||
// dracula {
|
||||
// fg 248 248 242
|
||||
// bg 40 42 54
|
||||
// red 255 85 85
|
||||
// green 80 250 123
|
||||
// yellow 241 250 140
|
||||
// blue 98 114 164
|
||||
// magenta 255 121 198
|
||||
// orange 255 184 108
|
||||
// cyan 139 233 253
|
||||
// black 0 0 0
|
||||
// white 255 255 255
|
||||
// }
|
||||
// }
|
||||
themes {
|
||||
dracula {
|
||||
fg 248 248 242
|
||||
bg 40 42 54
|
||||
red 255 85 85
|
||||
green 80 250 123
|
||||
yellow 241 250 140
|
||||
blue 98 114 164
|
||||
magenta 255 121 198
|
||||
orange 255 184 108
|
||||
cyan 139 233 253
|
||||
black 0 0 0
|
||||
white 255 255 255
|
||||
}
|
||||
}
|
||||
|
||||
// themes {
|
||||
// bogster-dark {
|
||||
// bg "#161C23"
|
||||
// fg "#C6B8AD"
|
||||
// black "#161C23"
|
||||
// red "#D32C5D"
|
||||
// green "#57A331"
|
||||
// orange "#DC7759"
|
||||
// yellow "#DCB659"
|
||||
// blue "#36B2D4"
|
||||
// magenta "#B759DC"
|
||||
// cyan "#23A580"
|
||||
// white "#C6B8AD"
|
||||
// }
|
||||
// }
|
||||
themes {
|
||||
bogster-dark {
|
||||
bg "#161C23"
|
||||
fg "#C6B8AD"
|
||||
black "#161C23"
|
||||
red "#D32C5D"
|
||||
green "#57A331"
|
||||
orange "#DC7759"
|
||||
yellow "#DCB659"
|
||||
blue "#36B2D4"
|
||||
magenta "#B759DC"
|
||||
cyan "#23A580"
|
||||
white "#C6B8AD"
|
||||
}
|
||||
}
|
||||
|
||||
// Choose the theme that is specified in the themes section.
|
||||
// Default: default
|
||||
|
Loading…
x
Reference in New Issue
Block a user