-
Notifications
You must be signed in to change notification settings - Fork 174
Expand file tree
/
Copy pathGithub Dark.ron
More file actions
38 lines (38 loc) · 852 Bytes
/
Github Dark.ron
File metadata and controls
38 lines (38 loc) · 852 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: "Github Dark",
foreground: "#8b949e",
background: "#101216",
cursor: "#c9d1d9",
bright_foreground: "#ffffff",
dim_foreground: "#8b949e",
normal: (
black: "#000000",
red: "#f78166",
green: "#56d364",
yellow: "#e3b341",
blue: "#6ca4f8",
magenta: "#db61a2",
cyan: "#2b7489",
white: "#ffffff",
),
bright: (
black: "#4d4d4d",
red: "#f78166",
green: "#56d364",
yellow: "#e3b341",
blue: "#6ca4f8",
magenta: "#db61a2",
cyan: "#2b7489",
white: "#ffffff",
),
dim: (
black: "#000000",
red: "#f78166",
green: "#56d364",
yellow: "#e3b341",
blue: "#6ca4f8",
magenta: "#db61a2",
cyan: "#2b7489",
white: "#ffffff",
),
)