Files
wezterm-config/colors/catppuccin_macchiato_ansi.toml
rootiest c2f95a6415 🐛 Bug(colorschemes): fix white/grey on dark-mode colors
Fix the white/grey for catppuccin dark flavors to match the official formats
2025-03-11 22:52:27 -04:00

91 lines
1.6 KiB
TOML

# File: catppuccin_macchiato_ansi.toml
[colors]
ansi = [
"#494d64",
"#ed8796",
"#a6da95",
"#eed49f",
"#8aadf4",
"#f5bde6",
"#8bd5ca",
"#a5adcb",
]
background = "#24273a"
brights = [
"#5b6078",
"#ec7486",
"#8ccf7f",
"#e1c682",
"#78a1f6",
"#f2a9dd",
"#63cbc0",
"#b8c0e0",
]
compose_cursor = "#f0c6c6"
cursor_bg = "#f4dbd6"
cursor_border = "#f4dbd6"
cursor_fg = "#24273a"
foreground = "#cad3f5"
scrollbar_thumb = "#5b6078"
selection_bg = "#5b6078"
selection_fg = "#cad3f5"
split = "#6e738d"
visual_bell = "#363a4f"
bold = "#cad3f5"
hyperlink = "#91d7e3"
[colors.indexed]
16 = "#f5a97f"
17 = "#f4dbd6"
[colors.tab_bar]
background = "#181926"
inactive_tab_edge = "#363a4f"
[colors.tab_bar.active_tab]
bg_color = "#c6a0f6"
fg_color = "#181926"
intensity = "Normal"
italic = false
strikethrough = false
underline = "None"
[colors.tab_bar.inactive_tab]
bg_color = "#1e2030"
fg_color = "#cad3f5"
intensity = "Normal"
italic = false
strikethrough = false
underline = "None"
[colors.tab_bar.inactive_tab_hover]
bg_color = "#24273a"
fg_color = "#cad3f5"
intensity = "Normal"
italic = false
strikethrough = false
underline = "None"
[colors.tab_bar.new_tab]
bg_color = "#363a4f"
fg_color = "#cad3f5"
intensity = "Normal"
italic = false
strikethrough = false
underline = "None"
[colors.tab_bar.new_tab_hover]
bg_color = "#494d64"
fg_color = "#cad3f5"
intensity = "Normal"
italic = false
strikethrough = false
underline = "None"
[metadata]
aliases = ["Catppuccin Macchiato (Gogh)", "catppuccin-macchiato"]
author = "Catppuccin Org"
name = "Catppuccin Macchiato ANSI"
origin_url = "https://github.com/catppuccin/wezterm"
wezterm_version = "20220807-113146-c2fee766"