-
Notifications
You must be signed in to change notification settings - Fork 174
Expand file tree
/
Copy pathOneHalfDark.ron
More file actions
38 lines (38 loc) · 851 Bytes
/
OneHalfDark.ron
File metadata and controls
38 lines (38 loc) · 851 Bytes
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
(
name: "OneHalfDark",
foreground: "#DCDFE4",
background: "#282C34",
cursor: "#FBFBFC",
bright_foreground: "#FBFBFC",
dim_foreground: "#A8A8A8",
normal: (
black: "#282C34",
red: "#E06C75",
green: "#98C379",
yellow: "#E5C07B",
blue: "#61AFEF",
magenta: "#C678DD",
cyan: "#56B6C2",
white: "#DCDFE4",
),
bright: (
black: "#5D677A",
red: "#EE9397",
green: "#B6DE9B",
yellow: "#F4DFB8",
blue: "#94C9F8",
magenta: "#D89EE9",
cyan: "#74D2DE",
white: "#FBFBFC",
),
dim: (
black: "#000000",
red: "#904A4F",
green: "#6F885F",
yellow: "#A68C5D",
blue: "#3E79A8",
magenta: "#855194",
cyan: "#467B82",
white: "#A8A8A8",
),
)