-
Notifications
You must be signed in to change notification settings - Fork 174
Expand file tree
/
Copy pathModus-Vivendi.ron
More file actions
39 lines (38 loc) · 855 Bytes
/
Modus-Vivendi.ron
File metadata and controls
39 lines (38 loc) · 855 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 Vivendi",
foreground: "#FFFFFF",
background: "#000000",
cursor: "#FFFFFF",
bright_foreground: "#FFFFFF",
dim_foreground: "#7030AF",
normal: (
black: "#000000",
red: "#FF5F59",
green: "#44BC44",
yellow: "#D0BC00",
blue: "#2FAFFF",
magenta: "#FEACD0",
cyan: "#00D3D0",
white: "#FFFFFF",
),
bright: (
black: "#1E1E1E",
red: "#FF5F5F",
green: "#44DF44",
yellow: "#EFEF00",
blue: "#338FFF",
magenta: "#FF66FF",
cyan: "#00EFF0",
white: "#989898",
),
dim: (
black: "#000000",
red: "#FF5F59",
green: "#44BC44",
yellow: "#D0BC00",
blue: "#2FAFFF",
magenta: "#FEACD0",
cyan: "#00D3D0",
white: "#FFFFFF",
),
)