blob: af175a80614b0c4c930c35052e77d2e1e43c6f8f (
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
|
shell=tmux
font=FantasqueSansMono:size=14
term=xterm-256color
pad=0x0 center
# -*- conf -*-
# Rose-Piné
[cursor]
color=191724 e0def4
style=beam
[colors]
background=191724
foreground=e0def4
regular0=26233a # black (Overlay)
regular1=eb6f92 # red (Love)
regular2=31748f # green (Pine)
regular3=f6c177 # yellow (Gold)
regular4=9ccfd8 # blue (Foam)
regular5=c4a7e7 # magenta (Iris)
regular6=ebbcba # cyan (Rose)
regular7=e0def4 # white (Text)
bright0=6e6a86 # bright black (Muted)
bright1=eb6f92 # bright red (Love)
bright2=31748f # bright green (Pine)
bright3=f6c177 # bright yellow (Gold)
bright4=9ccfd8 # bright blue (Foam)
bright5=c4a7e7 # bright magenta (Iris)
bright6=ebbcba # bright cyan (Rose)
bright7=e0def4 # bright white (Text)
|