dotfiles-pub/common/wezterm/colors/Amora Focus.toml

59 lines
897 B
TOML

[colors]
background = "#1a1a1a"
foreground = "#dedbeb"
cursor_fg = "#2d2d2d"
cursor_bg = "#5c5c5c"
cursor_border = "#5c5c5c"
selection_fg = "#dedbeb"
selection_bg = "#2d2d2d"
ansi = [
"#2d2d2d",
"#e83f80",
"#a2baa8",
"#eacac0",
"#9985d1",
"#e68ac1",
"#aabae7",
"#dedbeb",
]
brights = [
"#383838",
"#f55d8f",
"#bfd1c3",
"#f0ddd8",
"#b4a4de",
"#edabd2",
"#c4d1f5",
"#edebf7",
]
[colors.tab_bar]
background = "#141414"
[colors.tab_bar.active_tab]
bg_color = "#1a1a1a"
fg_color = "#dedbeb"
[colors.tab_bar.inactive_tab]
bg_color = "#171717"
fg_color = "#edebf7"
[colors.tab_bar.inactive_tab_hover]
bg_color = "#171717"
fg_color = "#dedbeb"
[colors.tab_bar.new_tab]
bg_color = "#141414"
fg_color = "#edebf7"
[colors.tab_bar.new_tab_hover]
bg_color = "#171717"
fg_color = "#dedbeb"
[metadata]
name = "Amora Focus"
origin_url = "https://github.com/owozsh/amora"