-
Notifications
You must be signed in to change notification settings - Fork 174
Expand file tree
/
Copy pathModus-Operandi.ron
More file actions
38 lines (38 loc) · 978 Bytes
/
Modus-Operandi.ron
File metadata and controls
38 lines (38 loc) · 978 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: "Modus Operandi",
foreground: "#000000",
background: "#ffffff",
cursor: "#000000",
bright_foreground: "#000000",
dim_foreground: "#595959",
normal: (
black : "#ffffff",
red : "#a60000",
green : "#006800",
yellow : "#6f5500",
blue : "#0031a9",
magenta : "#721045",
cyan : "#005e8b",
white : "#000000",
),
bright: (
black : "#f2f2f2",
red : "#d00000",
green : "#008900",
yellow : "#808000",
blue : "#0000ff",
magenta : "#dd22dd",
cyan : "#008899",
white : "#595959",
),
dim: (
black : "#ffffff",
red : "#a60000",
green : "#006800",
yellow : "#6f5500",
blue : "#0031a9",
magenta : "#721045",
cyan : "#005e8b",
white : "#000000",
),
)