-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnerdyman.toml
86 lines (75 loc) · 1.51 KB
/
nerdyman.toml
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
[metadata]
name = "nerdyman"
author = "nerdyman"
origin_url = "https://github.com/nerdyman/dotfiles/tree/main/home/.config/wezterm/colors/nerdyman.toml"
# Colours are based on #a794ff
[colors]
foreground = "#c9bdff"
background = "#171424"
cursor_bg = "#ea94ff"
cursor_border = "#ea94ff"
cursor_fg = "#1f1b2a"
selection_bg = "#ea94ff"
selection_fg = "#1a172e"
ansi = [
"#534d6f",
"#ff6e7a",
"#9bff7f",
"#ffe571",
"#b8a8ff",
"#ea94ff",
"#83eeff",
"#e1dbff",
]
brights = [
"#8a7cc9",
"#ff7d8c",
"#abf160",
"#ffe066",
"#a794ff",
"#ea94ff",
"#87edf3",
"#ffffff",
]
[colors.indexed]
16 = "rgba(0, 0, 0, 0)"
17 = "#f00"
[colors.tab_bar]
background = "rgba(0% 0% 0% 20%)"
inactive_tab_edge = "#ebe5df"
inactive_tab_edge_hover = "#ebe0df"
[colors.tab_bar.active_tab]
bg_color = "#a794ff"
fg_color = "#21182b"
intensity = "Normal"
italic = true
strikethrough = false
underline = "None"
[colors.tab_bar.inactive_tab]
bg_color = "rgba(0% 0% 0% 25%)"
fg_color = "#b8a8ff"
intensity = "Normal"
italic = false
strikethrough = false
underline = "None"
# [colors.tab_bar.inactive_tab_hover]
# bg_color = "#ebdfe4"
# fg_color = "#575279"
# intensity = "Normal"
# italic = false
# strikethrough = false
# underline = "None"
[colors.tab_bar.new_tab]
bg_color = "rgba(0% 0% 0% 25%)"
fg_color = "#b8a8ff"
intensity = "Normal"
italic = false
strikethrough = false
underline = "None"
# [colors.tab_bar.new_tab_hover]
# bg_color = "#ebdfe4"
# fg_color = "#575279"
# intensity = "Normal"
# italic = false
# strikethrough = false
# underline = "None"