blob: 06d0efffa4585557eab8a648af2eb3d6b39afdf5 (
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
44
45
|
shell:
program: /usr/bin/tmux
args:
- new
font:
size: 11.5
normal:
# family: FiraMono
# style: Normal
# family: DejaVuSansMono
# family: UbuntuMono
# style: Nerd
family: GitLabMono
style: Regular
colors:
primary:
background: "#000000"
foreground: "#c1c1c1"
cursor:
text: "#424242"
cursor: "#808080"
normal:
black: "#000000"
red: "#af005f"
green: "#5faf00"
yellow: "#f1c40f"
blue: "#5fafd7"
magenta: "#808080"
cyan: "#2ecc71"
white: "#f2f2f2"
bright:
black: "#6a6a6a"
red: "#e74c3c"
green: "#afd700"
yellow: "#f1c40f"
blue: "#ffaf00"
magenta: "#ffaf00"
cyan: "#00afaf"
white: "#5f8787"
|