summaryrefslogtreecommitdiff
path: root/base16-windows-highcontrast.h
diff options
context:
space:
mode:
authorstefan <stefan@s00.xyz>2023-04-30 15:52:26 -0400
committerstefan <stefan@s00.xyz>2023-04-30 15:52:26 -0400
commit27d9a559386cb025e6f5a621fd7f6a3f678f3cd8 (patch)
treee9a5f4013975bfbf85beefc42619b94263e6f8e8 /base16-windows-highcontrast.h
parentaa975def33e14a19ebce25731f0051f5d27c6123 (diff)
downloadst-27d9a559386cb025e6f5a621fd7f6a3f678f3cd8.tar.gz
colorschemes n stuff
Diffstat (limited to 'base16-windows-highcontrast.h')
-rw-r--r--base16-windows-highcontrast.h43
1 files changed, 43 insertions, 0 deletions
diff --git a/base16-windows-highcontrast.h b/base16-windows-highcontrast.h
new file mode 100644
index 0000000..8b0fb65
--- /dev/null
+++ b/base16-windows-highcontrast.h
@@ -0,0 +1,43 @@
+/*
+* base16-default-dark-theme.h
+*
+* Base16: (https://github.com/chriskempson/base16)
+*
+* Authors:
+*
+* Scheme: Chris Kempson (http://chriskempson.com)
+* Template: Honza Pokorny <me@honza.ca>
+*
+*/
+
+static const char *colorname[] = {
+ "#000000", /* base00 */
+ "#fc5454", /* base08 */
+ "#54fc54", /* base0B */
+ "#fcfc54", /* base0A */
+ "#5454fc", /* base0D */
+ "#fc54fc", /* base0E */
+ "#54fcfc", /* base0C */
+ "#c0c0c0", /* base05 */
+
+ "#545454", /* base03 */
+ "#fc5454", /* base08 */
+ "#54fc54", /* base0B */
+ "#fcfc54", /* base0A */
+ "#5454fc", /* base0D */
+ "#fc54fc", /* base0E */
+ "#54fcfc", /* base0C */
+ "#fcfcfc", /* base07 */
+
+ [255] = 0,
+
+ "#f0f0f0",
+ "#181818",
+ "#f0f0f0",
+ "#000000",
+};
+
+unsigned int defaultfg = 258;
+unsigned int defaultbg = 259;
+unsigned int defaultcs = 256;
+static unsigned int defaultrcs = 257;
© 2025 Stefan Weigl-Bosker