-
Notifications
You must be signed in to change notification settings - Fork 174
Expand file tree
/
Copy pathLinux Console.ron
More file actions
38 lines (38 loc) · 853 Bytes
/
Linux Console.ron
File metadata and controls
38 lines (38 loc) · 853 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: "Linux Console",
foreground: "#FFFFFF",
background: "#000000",
cursor: "#FFFFFF",
bright_foreground: "#AAAAAA",
dim_foreground: "#E2E2E2",
normal: (
black: "#000000",
red: "#AA0000",
green: "#00AA00",
yellow: "#AA5500",
blue: "#0000AA",
magenta: "#AA00AA",
cyan: "#00AAAA",
white: "#AAAAAA",
),
bright: (
black: "#555555",
red: "#FF5555",
green: "#55FF55",
yellow: "#FFFF55",
blue: "#5555FF",
magenta: "#FF55FF",
cyan: "#55FFFF",
white: "#FFFFFF",
),
dim: (
black: "#000000",
red: "#70221A",
green: "#458340",
yellow: "#814514",
blue: "#0A1B44",
magenta: "#7E1B7E",
cyan: "#278B8B",
white: "#8F8F8F",
),
)