-
Notifications
You must be signed in to change notification settings - Fork 174
Expand file tree
/
Copy pathRxvt Light.ron
More file actions
38 lines (38 loc) · 850 Bytes
/
Rxvt Light.ron
File metadata and controls
38 lines (38 loc) · 850 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: "Rxvt Light",
foreground: "#000000",
background: "#FFFFFF",
cursor: "#000000",
bright_foreground: "#404040",
dim_foreground: "#000000",
normal: (
black: "#000000",
red: "#CD0000",
green: "#00CD00",
yellow: "#CDCD00",
blue: "#0000CD",
magenta: "#CD00CD",
cyan: "#00CDCD",
white: "#FAEBD7",
),
bright: (
black: "#404040",
red: "#FF0000",
green: "#00FF00",
yellow: "#FFFF00",
blue: "#0000FF",
magenta: "#FF00FF",
cyan: "#00FFFF",
white: "#FFFFFF",
),
dim: (
black: "#000000",
red: "#691F18",
green: "#468742",
yellow: "#94952C",
blue: "#051130",
magenta: "#7A1A7A",
cyan: "#288F8F",
white: "#D2B081",
),
)