diff --git a/dot-conf/zellij/zellij/config.kdl b/dot-conf/zellij/zellij/config.kdl index bf54c86..fc3a3fb 100644 --- a/dot-conf/zellij/zellij/config.kdl +++ b/dot-conf/zellij/zellij/config.kdl @@ -233,26 +233,26 @@ 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 + } +} // Choose the theme that is specified in the themes section. // Default: default // -// theme "default" +theme "dracula" // The name of the default layout to load on startup // Default: "default"