Devboot update: 23-10-08-16-15-36

This commit is contained in:
Matheus Albino
2023-10-08 16:15:36 -03:00
parent f1e659f724
commit cb0d391c23

View File

@@ -233,26 +233,26 @@ 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
// } }
// } }
// Choose the theme that is specified in the themes section. // Choose the theme that is specified in the themes section.
// Default: default // Default: default
// //
// theme "default" theme "dracula"
// The name of the default layout to load on startup // The name of the default layout to load on startup
// Default: "default" // Default: "default"