chore: update theme (fjord-core@c95a4c8)

This commit is contained in:
fjord-themes-bot
2026-03-25 02:57:42 +00:00
parent 48fee05eff
commit 7e459058dc
2 changed files with 40 additions and 3 deletions

View File

@@ -37,4 +37,41 @@ return {
"#A1E9DE", -- bright cyan
"#EFFAFF", -- bright white
},
scrollbar_thumb = "#6C7A86",
tab_bar = {
background = "#1B2532",
active_tab = {
bg_color = "#2A3647",
fg_color = "#E8F0F3",
intensity = "Bold",
underline = "None",
italic = false,
strikethrough = false,
},
inactive_tab = {
bg_color = "#212128",
fg_color = "#A0ACB4",
},
inactive_tab_hover = {
bg_color = "#2A3647",
fg_color = "#E8F0F3",
italic = true,
},
new_tab = {
bg_color = "#1B2532",
fg_color = "#6C7A86",
},
new_tab_hover = {
bg_color = "#2A3647",
fg_color = "#E8F0F3",
italic = true,
},
},
}