aboutsummaryrefslogtreecommitdiff
path: root/config.h
blob: 72112566c9f5d9b319a2cf19a3dd23f69a9d2bef (plain) (blame)
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
static const int max_lines = 10000;
static const int scroll_on_output = 0;
static const int scroll_on_keystroke = 1;
static const int mouse_autohide = 0;

static const double transparency = 0.9;

static const int colors[] = {
  0x3b4252,
  0xbf616a,
  0xa3be8c,
  0xebcb8b,
  0x81a1c1,
  0xb48ead,
  0x88c0d0,
  0xe5e9f0,
  0x4c566a,
  0xbf616a,
  0xa3be8c,
  0xebcb8b,
  0x81a1c1,
  0xb48ead,
  0x8fbcbb,
  0xeceff4
};

static const int cursor = 0xd8dee9;
static const int cursor_foreground = 0x2e3440;

static const int foreground = 0xd8dee9;
static const int foreground_bold = 0xd8dee9;
/* static const int background = 0x2e3440; */
static const int background = 0x171a20;

static const int highlight = 0x4c566a;

static const double font_scale = 1.1;