From 3d608431271b0bc4a7a876d93fea577de28ed753 Mon Sep 17 00:00:00 2001 From: Eric Raio <43896+ericraio@users.noreply.github.com> Date: Fri, 25 Oct 2024 01:21:40 -0700 Subject: [PATCH] feat(themes): create lucario.kdl (#3030) --- zellij-utils/assets/themes/lucario.kdl | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 zellij-utils/assets/themes/lucario.kdl diff --git a/zellij-utils/assets/themes/lucario.kdl b/zellij-utils/assets/themes/lucario.kdl new file mode 100644 index 00000000..a9730395 --- /dev/null +++ b/zellij-utils/assets/themes/lucario.kdl @@ -0,0 +1,18 @@ +// Lucario Theme: +// https://github.com/raphamorim/lucario + +themes { + lucario { + fg 248 248 242 + bg 43 62 90 + red 233 75 53 + green 25 156 75 + yellow 240 204 4 + blue 92 152 205 + magenta 202 148 255 + orange 233 75 53 + cyan 139 244 253 + black 25 36 47 + white 248 248 242 + } +}