summaryrefslogtreecommitdiff
path: root/base16-default-light.h
blob: 69ae2e1ec23e680781ce06e23b5db9eb7813f2fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
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[] = {
  "#181818", /* base00 */
  "#ab4642", /* base08 */
  "#a1b56c", /* base0B */
  "#f7ca88", /* base0A */
  "#7cafc2", /* base0D */
  "#ba8baf", /* base0E */
  "#86c1b9", /* base0C */
  "#d8d8d8", /* base05 */

  "#585858", /* base03 */
  "#ab4642", /* base08 */
  "#a1b56c", /* base0B */
  "#f7ca88", /* base0A */
  "#7cafc2", /* base0D */
  "#ba8baf", /* base0E */
  "#86c1b9", /* base0C */
  "#f8f8f8", /* base07 */

  [255] = 0,

  "#181818",
  "#e8e8e8",
  "#383838",
  "#f8f8f8",
};

unsigned int defaultfg = 258;
unsigned int defaultbg = 259;
unsigned int defaultcs = 256;
static unsigned int defaultrcs = 257;
© 2025 Stefan Weigl-Bosker