Cleanup for stow ---STOW
[dotfiles/.git] / .local / lib / python3.9 / site-packages / pywal / templates / colors-wal-st.h
diff --git a/.local/lib/python3.9/site-packages/pywal/templates/colors-wal-st.h b/.local/lib/python3.9/site-packages/pywal/templates/colors-wal-st.h
new file mode 100644 (file)
index 0000000..fcf8538
--- /dev/null
@@ -0,0 +1,34 @@
+const char *colorname[] = {{
+
+  /* 8 normal colors */
+  [0] = "{color0}", /* black   */
+  [1] = "{color1}", /* red     */
+  [2] = "{color2}", /* green   */
+  [3] = "{color3}", /* yellow  */
+  [4] = "{color4}", /* blue    */
+  [5] = "{color5}", /* magenta */
+  [6] = "{color6}", /* cyan    */
+  [7] = "{color7}", /* white   */
+
+  /* 8 bright colors */
+  [8]  = "{color8}",  /* black   */
+  [9]  = "{color9}",  /* red     */
+  [10] = "{color10}", /* green   */
+  [11] = "{color11}", /* yellow  */
+  [12] = "{color12}", /* blue    */
+  [13] = "{color13}", /* magenta */
+  [14] = "{color14}", /* cyan    */
+  [15] = "{color15}", /* white   */
+
+  /* special colors */
+  [256] = "{background}", /* background */
+  [257] = "{foreground}", /* foreground */
+  [258] = "{cursor}",     /* cursor */
+}};
+
+/* Default colors (colorname index)
+ * foreground, background, cursor */
+ unsigned int defaultbg = 0;
+ unsigned int defaultfg = 257;
+ unsigned int defaultcs = 258;
+ unsigned int defaultrcs= 258;