From cb0d391c23406ea7ceb229a058b1a042582fbf1f Mon Sep 17 00:00:00 2001 From: Matheus Albino Date: Sun, 8 Oct 2023 16:15:36 -0300 Subject: [PATCH] Devboot update: 23-10-08-16-15-36 --- dot-conf/zellij/zellij/config.kdl | 32 +++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) 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"