From 8b3d9fc973906b8bdcacb57a4a6907f53d162d9b Mon Sep 17 00:00:00 2001 From: Shone Binu <62597277+shonebinu@users.noreply.github.com> Date: Tue, 30 Apr 2024 13:25:31 +0530 Subject: [PATCH] theme: add onedark theme to the available themes Onedark is a popular theme from Atom text editor. I've used these sources as the reference for implementing the theme in zellij. https://github.com/joshdick/onedark.vim https://www.figma.com/community/file/1137445418485757476/atom-one-dark-color-palette --- zellij-utils/assets/themes/onedark.kdl | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 zellij-utils/assets/themes/onedark.kdl diff --git a/zellij-utils/assets/themes/onedark.kdl b/zellij-utils/assets/themes/onedark.kdl new file mode 100644 index 0000000000..06ded94727 --- /dev/null +++ b/zellij-utils/assets/themes/onedark.kdl @@ -0,0 +1,15 @@ +themes { + onedark { + fg 171 178 191 + bg 40 44 52 + black 29 32 37 + red 190 80 70 + green 152 195 121 + yellow 229 192 123 + blue 97 175 239 + magenta 198 120 221 + cyan 86 182 194 + white 204 204 204 + orange 209 154 102 + } +}