blob: 2a27fb2deab2bccc7da2558851fe525fa618104a (
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
|
# -*- conf -*-
# nightfly
# Based on https://github.com/bluz71/vim-nightfly-guicolors
[cursor]
color = 080808 9ca1aa
[colors]
foreground = acb4c2
background = 011627
# selection-foreground = 080808
# selection-background = b2ceee
regular0 = 1d3b53
regular1 = fc514e
regular2 = a1cd5e
regular3 = e3d18a
regular4 = 82aaff
regular5 = c792ea
regular6 = 7fdbca
regular7 = a1aab8
bright0 = 7c8f8f
bright1 = ff5874
bright2 = 21c7a8
bright3 = ecc48d
bright4 = 82aaff
bright5 = ae81ff
bright6 = ae81ff
bright7 = d6deeb
|