blob: 941a27b4ba8ee2662eb8a730414714b37020ee16 (
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
|
# -*- conf -*-
# https://github.com/romainl/Apprentice
[cursor]
color=262626 6c6c6c
[colors]
foreground=bcbcbc
background=262626
regular0=1c1c1c
regular1=af5f5f
regular2=5f875f
regular3=87875f
regular4=5f87af
regular5=5f5f87
regular6=5f8787
regular7=6c6c6c
bright0=444444
bright1=ff8700
bright2=87af87
bright3=ffffaf
bright4=87afd7
bright5=8787af
bright6=5fafaf
bright7=ffffff
# selection-foreground=bcbcbc
# selection-background=3a3e4e
|