Update light themes
This commit is contained in:
parent
50ca785317
commit
728cc9eb9d
@ -1,4 +1,4 @@
|
||||
theme = "light"
|
||||
alacritty_theme = "Gruvbox-Light"
|
||||
helix_theme = "gruvbox_light"
|
||||
zellij_theme = "gruvbox-dark"
|
||||
alacritty_theme = "Baskerville-ivorylight"
|
||||
helix_theme = "flatwhite"
|
||||
zellij_theme = "nord"
|
||||
|
@ -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…
Reference in New Issue
Block a user