From 631750d87c2711d2c29c5522a0d8de7744080ac3 Mon Sep 17 00:00:00 2001 From: stkhan Date: Wed, 23 Jul 2025 18:34:11 -0500 Subject: Add turtle theme --- theme/turtle/colors.h | 58 ++++++++++++++++++++++++++++++++++++++++++++++++ theme/turtle/turtle.png | Bin 0 -> 1008598 bytes 2 files changed, 58 insertions(+) create mode 100644 theme/turtle/colors.h create mode 100644 theme/turtle/turtle.png (limited to 'theme') diff --git a/theme/turtle/colors.h b/theme/turtle/colors.h new file mode 100644 index 0000000..da9a5f4 --- /dev/null +++ b/theme/turtle/colors.h @@ -0,0 +1,58 @@ +/* Sarc config file */ + +/* + * DWM CONFIGURATION +*/ + +/* primary color */ + +static const char col_cyan[] = "#003d8b"; + +/* secondary colors */ + +static const char col_gray1[] = "#0f1517"; +static const char col_gray2[] = "#778692"; +static const char col_gray3[] = "#bbbbbb"; +static const char col_gray4[] = "#ffffff"; + +/* st config */ + +float alpha = 0.7; + +static const char *colorname[] = { + /* 8 normal colors */ + "black", + "red3", + "green3", + "yellow3", + "blue2", + "magenta3", + "cyan3", + "gray90", + + /* 8 bright colors */ + "gray50", + "red", + "green", + "yellow", + "#5c5cff", + "magenta", + "cyan", + "white", + + [255] = 0, + + /* more colors can be added after 255 to use with DefaultXX */ + "#cccccc", + "#555555", + "#000000", /* 258 -> bg */ + "#cfcfcf", /* 259 -> fg */ +}; + +/* + * tabbed config +*/ +static const char* normbgcolor = "#222222"; +static const char* normfgcolor = "#cccccc"; +static const char* selbgcolor = "#3c5d5f"; +static const char* selfgcolor = "#ffffff"; diff --git a/theme/turtle/turtle.png b/theme/turtle/turtle.png new file mode 100644 index 0000000..5f87d2c Binary files /dev/null and b/theme/turtle/turtle.png differ -- cgit v1.2.3