Compare commits

..

No commits in common. "728cc9eb9dde611b124527ed212be0b407dc6a67" and "af9a518004f6b4fa24ba1938c50fdc857fb956f9" have entirely different histories.

3 changed files with 35 additions and 35 deletions

View File

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

View File

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

View File

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