Update light themes
This commit is contained in:
parent
50ca785317
commit
728cc9eb9d
@ -1,4 +1,4 @@
|
|||||||
theme = "light"
|
theme = "light"
|
||||||
alacritty_theme = "Gruvbox-Light"
|
alacritty_theme = "Baskerville-ivorylight"
|
||||||
helix_theme = "gruvbox_light"
|
helix_theme = "flatwhite"
|
||||||
zellij_theme = "gruvbox-dark"
|
zellij_theme = "nord"
|
||||||
|
@ -206,37 +206,37 @@ plugins {
|
|||||||
// For more examples, see: https://github.com/zellij-org/zellij/tree/main/example/themes
|
// 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
|
// Once these themes are defined, one of them should to be selected in the "theme" section of this file
|
||||||
//
|
//
|
||||||
themes {
|
// themes {
|
||||||
dracula {
|
// dracula {
|
||||||
fg 248 248 242
|
// fg 248 248 242
|
||||||
bg 40 42 54
|
// bg 40 42 54
|
||||||
red 255 85 85
|
// red 255 85 85
|
||||||
green 80 250 123
|
// green 80 250 123
|
||||||
yellow 241 250 140
|
// yellow 241 250 140
|
||||||
blue 98 114 164
|
// blue 98 114 164
|
||||||
magenta 255 121 198
|
// magenta 255 121 198
|
||||||
orange 255 184 108
|
// orange 255 184 108
|
||||||
cyan 139 233 253
|
// cyan 139 233 253
|
||||||
black 0 0 0
|
// black 0 0 0
|
||||||
white 255 255 255
|
// white 255 255 255
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
|
|
||||||
themes {
|
// themes {
|
||||||
bogster-dark {
|
// bogster-dark {
|
||||||
bg "#161C23"
|
// bg "#161C23"
|
||||||
fg "#C6B8AD"
|
// fg "#C6B8AD"
|
||||||
black "#161C23"
|
// black "#161C23"
|
||||||
red "#D32C5D"
|
// red "#D32C5D"
|
||||||
green "#57A331"
|
// green "#57A331"
|
||||||
orange "#DC7759"
|
// orange "#DC7759"
|
||||||
yellow "#DCB659"
|
// yellow "#DCB659"
|
||||||
blue "#36B2D4"
|
// blue "#36B2D4"
|
||||||
magenta "#B759DC"
|
// magenta "#B759DC"
|
||||||
cyan "#23A580"
|
// cyan "#23A580"
|
||||||
white "#C6B8AD"
|
// white "#C6B8AD"
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
|
|
||||||
// Choose the theme that is specified in the themes section.
|
// Choose the theme that is specified in the themes section.
|
||||||
// Default: default
|
// Default: default
|
||||||
|
Loading…
x
Reference in New Issue
Block a user