-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathnight-owl.yml
112 lines (95 loc) · 2.11 KB
/
night-owl.yml
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
schemes:
night-owl: &night-owl
primary:
background: "#011627"
foreground: "#d6deeb"
# Cursor colors
cursor:
text: CellBackground
cursor: CellForeground
# Vi mode cursor colors
vi_mode_cursor:
text: CellBackground
cursor: "#22da6e"
# Selection colors
selection:
text: "#ffffff"
background: "#0d486e"
# Search colors
search:
matches:
foreground: "#000000"
background: "#22da6e"
focused_match:
foreground: "#ffffff"
background: "#22da6e"
bar:
foreground: "#ffffff"
background: "#1d3b53"
# Normal colors
normal:
black: "#011627"
red: "#EF5350"
green: "#22da6e"
yellow: "#c5e478"
blue: "#82AAFF"
magenta: "#C792EA"
cyan: "#21c7a8"
white: "#ffffff"
# Bright colors
bright:
black: "#575656"
red: "#EF5350"
green: "#22da6e"
yellow: "#ffeb95"
blue: "#82AAFF"
magenta: "#C792EA"
cyan: "#7fdbca"
white: "#ffffff"
night-owl-light: &night-owl-light
primary:
background: "#F6F6F6"
foreground: "#403f53"
# Cursor colors
cursor:
text: CellBackground
cursor: "#90A7B2"
# Vi mode cursor colors
vi_mode_cursor:
text: CellBackground
cursor: "#08916a"
# Selection colors
selection:
text: "#000000"
background: "#E0E0E0"
# Search colors
search:
matches:
foreground: "#F6F6F6"
background: "#08916a"
focused_match:
foreground: "#000000"
background: "#08916a"
bar:
foreground: "#403f53"
background: "#E0E0E0"
# Normal colors
normal:
black: "#403f53"
red: "#de3d3b"
green: "#08916a"
yellow: "#daaa01"
blue: "#288ed7"
magenta: "#d6438a"
cyan: "#2AA298"
white: "#F0F0F0"
# Bright colors
bright:
black: "#403f53"
red: "#de3d3b"
green: "#08916a"
yellow: "#daaa01"
blue: "#288ed7"
magenta: "#d6438a"
cyan: "#2AA298"
white: "#F0F0F0"