From 5e1f302016452f0415e2f17c63899699b2dd56d5 Mon Sep 17 00:00:00 2001 From: Chromo-residuum-opec Date: Fri, 25 Oct 2024 01:11:54 -0700 Subject: [PATCH] feat: add iceberg dark/light themes (#3323) --- zellij-utils/assets/themes/iceberg.kdl | 30 ++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 zellij-utils/assets/themes/iceberg.kdl diff --git a/zellij-utils/assets/themes/iceberg.kdl b/zellij-utils/assets/themes/iceberg.kdl new file mode 100644 index 0000000000..0008efa3d9 --- /dev/null +++ b/zellij-utils/assets/themes/iceberg.kdl @@ -0,0 +1,30 @@ +themes { + // note: blue and green are actually swapped to better + // fit with the iceberg theme's emphasis on blue + iceberg-dark { + fg 198 200 209 + bg 22 24 33 + black 30 33 50 + red 226 120 120 + green 132 160 198 + yellow 226 164 120 + blue 180 190 130 + magenta 160 147 199 + cyan 137 184 194 + white 198 200 209 + orange 226 165 120 + } + iceberg-light { + fg 51 55 76 + bg 232 233 236 + black 220 223 231 + red 204 81 122 + green 45 83 158 + yellow 197 115 57 + blue 102 142 61 + magenta 119 89 180 + cyan 63 131 166 + white 51 55 76 + orange 198 116 57 + } +}