✨ Feat(colorschemes): add ansi schemes
Adds ANSI Catppuccin themes and implements them into config
This commit is contained in:
@@ -0,0 +1,90 @@
|
||||
# File: catppuccin_frappe_ansi.toml
|
||||
[colors]
|
||||
ansi = [
|
||||
"#51576d",
|
||||
"#e78284",
|
||||
"#a6d189",
|
||||
"#e5c890",
|
||||
"#8caaee",
|
||||
"#f4b8e4",
|
||||
"#81c8be",
|
||||
"#b5bfe2",
|
||||
]
|
||||
background = "#303446"
|
||||
brights = [
|
||||
"#626880",
|
||||
"#e67172",
|
||||
"#8ec772",
|
||||
"#d9ba73",
|
||||
"#7b9ef0",
|
||||
"#f2a4db",
|
||||
"#5abfb5",
|
||||
"#a5adce",
|
||||
]
|
||||
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"
|
||||
Reference in New Issue
Block a user