about summary refs log tree commit diff
path: root/home/modules/profiles/base/config/foot.nix
blob: d53dba75938541f67fd8208803a647142093964c (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
{
  main = {
    term = "foot";
    font = "dina:size=10,Liga SFMono Nerd Font:size=10";
    letter-spacing = 0;
    line-height = 13;
    dpi-aware = "yes";
    pad = "16x16 center";
  };

  cursor.style = "beam";

  colors = {
    background = "18191f";
    foreground = "cbc0ab";
    regular0 = "222329";
    regular1 = "b17f81";
    regular2 = "8aa387";
    regular3 = "d4ae80";
    regular4 = "8896ae";
    regular5 = "c495a2";
    regular6 = "7aacaa";
    regular7 = "d0d0c7";
    bright0 = "36373d";
    bright1 = "c59395";
    bright2 = "9eb79b";
    bright3 = "e8c294";
    bright4 = "9caac2";
    bright5 = "d8a9b6";
    bright6 = "8ec0be";
    bright7 = "e4e4db";
  };
}