-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwezterm-dracula.toml
82 lines (74 loc) · 1.45 KB
/
wezterm-dracula.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
[colors]
ansi = [
'#21222c',
'#ff5555',
'#50fa7b',
'#f1fa8c',
'#bd93f9',
'#ff79c6',
'#8be9fd',
'#f8f8f2',
]
background = '#282a36'
brights = [
'#6272a4',
'#ff6e6e',
'#69ff94',
'#ffffa5',
'#d6acff',
'#ff92df',
'#a4ffff',
'#ffffff',
]
compose_cursor = '#ffb86c'
cursor_bg = '#f8f8f2'
cursor_border = '#f8f8f2'
cursor_fg = '#282a36'
foreground = '#f8f8f2'
scrollbar_thumb = '#44475a'
selection_bg = 'rgba(26.666668% 27.843138% 35.294117% 50%)'
selection_fg = 'rgba(0% 0% 0% 0%)'
split = '#6272a4'
[colors.indexed]
[colors.tab_bar]
background = '#282a36'
[colors.tab_bar.active_tab]
bg_color = '#bd93f9'
fg_color = '#282a36'
intensity = 'Normal'
italic = false
strikethrough = false
underline = 'None'
[colors.tab_bar.inactive_tab]
bg_color = '#282a36'
fg_color = '#f8f8f2'
intensity = 'Normal'
italic = false
strikethrough = false
underline = 'None'
[colors.tab_bar.inactive_tab_hover]
bg_color = '#6272a4'
fg_color = '#f8f8f2'
intensity = 'Normal'
italic = true
strikethrough = false
underline = 'None'
[colors.tab_bar.new_tab]
bg_color = '#282a36'
fg_color = '#f8f8f2'
intensity = 'Normal'
italic = false
strikethrough = false
underline = 'None'
[colors.tab_bar.new_tab_hover]
bg_color = '#ff79c6'
fg_color = '#f8f8f2'
intensity = 'Normal'
italic = true
strikethrough = false
underline = 'None'
[metadata]
aliases = []
author = 'timescam'
name = 'Dracula (Official)'
origin_url = 'https://github.com/dracula/wezterm'