Files
wezterm-config/colors/catppuccin_frappe_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_frappe_ansi.toml
[colors]
ansi = [
"#51576d",
"#e78284",
"#a6d189",
"#e5c890",
"#8caaee",
"#f4b8e4",
"#81c8be",
"#a5adce",
]
background = "#303446"
brights = [
"#626880",
"#e67172",
"#8ec772",
"#d9ba73",
"#7b9ef0",
"#f2a4db",
"#5abfb5",
"#b5bfe2",
]
compose_cursor = "#c6d0f5"
cursor_bg = "#f2d5cf"
cursor_border = "#f2d5cf"
cursor_fg = "#303446"
foreground = "#c6d0f5"
scrollbar_thumb = "#626880"
selection_bg = "#626880"
selection_fg = "#c6d0f5"
split = "#737994"
visual_bell = "#414559"
bold = "#c6d0f5"
hyperlink = "#99d1db"
[colors.indexed]
16 = "#ef9f76"
17 = "#f2d5cf"
[colors.tab_bar]
background = "#232634"
inactive_tab_edge = "#414559"
[colors.tab_bar.active_tab]
bg_color = "#ca9ee6"
fg_color = "#232634"
intensity = "Normal"
italic = false
strikethrough = false
underline = "None"
[colors.tab_bar.inactive_tab]
bg_color = "#292c3c"
fg_color = "#c6d0f5"
intensity = "Normal"
italic = false
strikethrough = false
underline = "None"
[colors.tab_bar.inactive_tab_hover]
bg_color = "#303446"
fg_color = "#c6d0f5"
intensity = "Normal"
italic = false
strikethrough = false
underline = "None"
[colors.tab_bar.new_tab]
bg_color = "#414559"
fg_color = "#c6d0f5"
intensity = "Normal"
italic = false
strikethrough = false
underline = "None"
[colors.tab_bar.new_tab_hover]
bg_color = "#51576d"
fg_color = "#c6d0f5"
intensity = "Normal"
italic = false
strikethrough = false
underline = "None"
[metadata]
aliases = ["Catppuccin Frappé (Gogh)", "catppuccin-frappe"]
author = "Catppuccin Org"
name = "Catppuccin Frappe ANSI"
origin_url = "https://github.com/catppuccin/wezterm"
wezterm_version = "20220807-113146-c2fee766"