Compare commits

..

3 Commits

Author SHA1 Message Date
728cc9eb9d
Update light themes 2023-04-11 13:38:06 -05:00
50ca785317
Update light themes 2023-04-11 11:45:27 -05:00
ecce5c0930
Update dark themes 2023-04-11 11:36:23 -05:00
3 changed files with 35 additions and 35 deletions

View File

@ -1,4 +1,4 @@
theme = "dark"
alacritty_theme = "Kanagawa"
helix_theme = "kanagawa"
alacritty_theme = "User 77 - Mashup colors"
helix_theme = "noctis_bordo"
zellij_theme = "kanagawa"

View File

@ -1,4 +1,4 @@
theme = "light"
alacritty_theme = ""
helix_theme = ""
zellij_theme = ""
alacritty_theme = "Baskerville-ivorylight"
helix_theme = "flatwhite"
zellij_theme = "nord"

View File

@ -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