This repository was archived by the owner on Feb 20, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.allanwmrc
49 lines (49 loc) · 1.41 KB
/
.allanwmrc
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
39
40
41
42
43
44
45
46
47
48
49
{
// Themes from https://windowsterminalthemes.dev/
"dark": {
"name": "GruvboxDark",
"black": "#282828",
"red": "#cc241d",
"green": "#98971a",
"yellow": "#d79921",
"blue": "#458588",
"purple": "#b16286",
"cyan": "#689d6a",
"white": "#a89984",
"brightBlack": "#928374",
"brightRed": "#fb4934",
"brightGreen": "#b8bb26",
"brightYellow": "#fabd2f",
"brightBlue": "#83a598",
"brightPurple": "#d3869b",
"brightCyan": "#8ec07c",
"brightWhite": "#ebdbb2",
"background": "#282828",
"foreground": "#ebdbb2",
"selectionBackground": "#665c54",
"cursorColor": "#ebdbb2"
},
"light": {
"name": "Serendipity Morning",
"black": "#F2E9DE",
"red": "#D26A5D",
"green": "#77AAB3",
"yellow": "#C8A299",
"blue": "#3788BE",
"purple": "#886CDB",
"cyan": "#7397DE",
"white": "#575279",
"brightBlack": "#6E6A86",
"brightRed": "#D26A5D",
"brightGreen": "#77AAB3",
"brightYellow": "#C8A299",
"brightBlue": "#3788BE",
"brightPurple": "#886CDB",
"brightCyan": "#7397DE",
"brightWhite": "#575279",
"background": "#FFFAF3",
"foreground": "#575279",
"selectionBackground": "#F4EFEA",
"cursorColor": "#9893A5"
}
}