From aa975def33e14a19ebce25731f0051f5d27c6123 Mon Sep 17 00:00:00 2001 From: stefan Date: Mon, 17 Apr 2023 12:47:22 -0400 Subject: stuff and things --- base16-google-light.h | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 base16-google-light.h (limited to 'base16-google-light.h') diff --git a/base16-google-light.h b/base16-google-light.h new file mode 100644 index 0000000..cd6710a --- /dev/null +++ b/base16-google-light.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 +* +*/ + +static const char *colorname[] = { + "#ffffff", /* base00 */ + "#cc342b", /* base08 */ + "#198844", /* base0B */ + "#fba922", /* base0A */ + "#3971ed", /* base0D */ + "#a36ac7", /* base0E */ + "#3971ed", /* base0C */ + "#373b41", /* base05 */ + + "#b4b7b4", /* base00 */ + "#cc342b", /* base08 */ + "#198844", /* base0B */ + "#fba922", /* base0A */ + "#3971ed", /* base0D */ + "#a36ac7", /* base0E */ + "#3971ed", /* base0C */ + "#1d1f21", /* base05 */ + + [255] = 0, + + "#373b41", + "#ffffff", + "#373b41", + "#ffffff", +}; + +unsigned int defaultfg = 258; +unsigned int defaultbg = 259; +unsigned int defaultcs = 256; +static unsigned int defaultrcs = 257; -- cgit v1.2.3