-
Notifications
You must be signed in to change notification settings - Fork 174
Expand file tree
/
Copy pathXTerm Light.ron
More file actions
38 lines (38 loc) · 851 Bytes
/
XTerm Light.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: "XTerm Light",
foreground: "#000000",
background: "#FFFFFF",
cursor: "#000000",
bright_foreground: "#7F7F7F",
dim_foreground: "#000000",
normal: (
black: "#000000",
red: "#CD0000",
green: "#00CD00",
yellow: "#CDCD00",
blue: "#0000EE",
magenta: "#CD00CD",
cyan: "#00CDCD",
white: "#E5E5E5",
),
bright: (
black: "#7F7F7F",
red: "#FF0000",
green: "#00FF00",
yellow: "#FFFF00",
blue: "#5C5CFF",
magenta: "#FF00FF",
cyan: "#00FFFF",
white: "#FFFFFF",
),
dim: (
black: "#000000",
red: "#691F18",
green: "#468742",
yellow: "#94952C",
blue: "#0B1D47",
magenta: "#7A1A7A",
cyan: "#288F8F",
white: "#AEAEAE",
),
)