feat: cursive tab titles
This commit is contained in:
parent
e7567a712e
commit
d8a8174ee0
|
@ -64,32 +64,32 @@ config.colors = {
|
||||||
active_tab = {
|
active_tab = {
|
||||||
bg_color = "#32302f",
|
bg_color = "#32302f",
|
||||||
fg_color = "#7daea3",
|
fg_color = "#7daea3",
|
||||||
intensity = "Normal",
|
intensity = "Bold",
|
||||||
italic = false
|
italic = true
|
||||||
},
|
},
|
||||||
inactive_tab = {
|
inactive_tab = {
|
||||||
bg_color = "#32302f",
|
bg_color = "#32302f",
|
||||||
fg_color = "#a89984",
|
fg_color = "#a89984",
|
||||||
intensity = "Normal",
|
intensity = "Bold",
|
||||||
italic = false
|
italic = true
|
||||||
},
|
},
|
||||||
inactive_tab_hover = {
|
inactive_tab_hover = {
|
||||||
bg_color = "#32302f",
|
bg_color = "#32302f",
|
||||||
fg_color = "#a89984",
|
fg_color = "#a89984",
|
||||||
intensity = "Normal",
|
intensity = "Bold",
|
||||||
italic = false
|
italic = true
|
||||||
},
|
},
|
||||||
new_tab = {
|
new_tab = {
|
||||||
bg_color = "#32302f",
|
bg_color = "#32302f",
|
||||||
fg_color = "#a89984",
|
fg_color = "#a89984",
|
||||||
intensity = "Normal",
|
intensity = "Bold",
|
||||||
italic = false
|
italic = true
|
||||||
},
|
},
|
||||||
new_tab_hover = {
|
new_tab_hover = {
|
||||||
bg_color = "#32302f",
|
bg_color = "#32302f",
|
||||||
fg_color = "#a89984",
|
fg_color = "#a89984",
|
||||||
intensity = "Normal",
|
intensity = "Bold",
|
||||||
italic = false
|
italic = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue