blob: d7a759128058a4ff95b0c46c2ac468eee922099b (
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
# -*- conf -*-
# Koda theme
# See: https://github.com/oskarnurm/koda.nvim
[colors]
cursor=101010 b0b0b0
foreground=ffffff
background=101010
selection-foreground=b0b0b0
selection-background=272727
regular0=101010
regular1=ff7676
regular2=a3d6a3
regular3=ffffff
regular4=b3b3b3
regular5=f4b8e4
regular6=fafafa
regular7=a5adce
bright0=666666
bright1=ff5733
bright2=86cd82
bright3=d9ba73
bright4=ffffff
bright5=f2a4db
bright6=5abfb5
bright7=b5bfe2
[colors2]
cursor=ebebeb 6a6a6a
foreground=101010
background=faf9f5
selection-foreground=101010
selection-background=ebebeb
regular0=e2e2e2
regular1=ca0043
regular2=407f00
regular3=926200
regular4=3d3d3d
regular5=a200d1
regular6=007d7d
regular7=6a6a6a
bright0=ababab
bright1=f30052
bright2=4f9a00
bright3=b07700
bright4=000000
bright5=c301fb
bright6=009797
bright7=101010
|