🐛 Bug(rust): remove old rust colorschemes configfile

This commit is contained in:
2025-03-11 21:48:26 -04:00
parent a9e8ca5370
commit abbbd882fc
-381
View File
@@ -1,381 +0,0 @@
pub const SCHEMES: [(&'static str, &'static str); 1001] = [(
"Catppuccin Frappe ANSI",
"[colors]\n\
ansi = [\n\
    \"#51576d\",\n\
    \"#e78284\",\n\
    \"#a6d189\",\n\
    \"#e5c890\",\n\
    \"#8caaee\",\n\
    \"#f4b8e4\",\n\
    \"#81c8be\",\n\
    \"#b5bfe2\",\n\
]\n\
background = \"#303446\"\n\
brights = [\n\
    \"#626880\",\n\
    \"#e67172\",\n\
    \"#8ec772\",\n\
    \"#d9ba73\",\n\
    \"#7b9ef0\",\n\
\"#f2a4db\",\n\
    \"#5abfb5\",\n\
    \"#a5adce\",\n\
]\n\
compose_cursor = \"#c6d0f5\"\n\
cursor_bg = \"#f2d5cf\"\n\
cursor_border = \"#f2d5cf\"\n\
cursor_fg = \"#303446\"\n\
foreground = \"#c6d0f5\"\n\
scrollbar_thumb = \"#626880\"\n\
selection_bg = \"#626880\"\n\
selection_fg = \"#c6d0f5\"\n\
split = \"#737994\"\n\
visual_bell = \"#414559\"\n\
bold = \"#c6d0f5\"\n\
hyperlink = \"#99d1db\" \n\
\n\
[colors.indexed]\n\
16 = \"#ef9f76\"\n\
17 = \"#f2d5cf\"\n\
\n\
[colors.tab_bar]\n\
background = \"#232634\"\n\
inactive_tab_edge = \"#414559\"\n\
\n\
[colors.tab_bar.active_tab]\n\
bg_color = \"#ca9ee6\"\n\
fg_color = \"#232634\"\n\
intensity = \"Normal\"\n\
italic = false\n\
strikethrough = false\n\
underline = \"None\"\n\
\n\
[colors.tab_bar.inactive_tab]\n\
bg_color = \"#292c3c\"\n\
fg_color = \"#c6d0f5\"\n\
intensity = \"Normal\"\n\
italic = false\n\
strikethrough = false\n\
underline = \"None\"\n\
\n\
[colors.tab_bar.inactive_tab_hover]\n\
bg_color = \"#303446\"\n\
fg_color = \"#c6d0f5\"\n\
intensity = \"Normal\"\n\
italic = false\n\
strikethrough = false\n\
underline = \"None\"\n\
\n\
[colors.tab_bar.new_tab]\n\
bg_color = \"#414559\"\n\
fg_color = \"#c6d0f5\"\n\
intensity = \"Normal\"\n\
italic = false\n\
strikethrough = false\n\
underline = \"None\"\n\
\n\
[colors.tab_bar.new_tab_hover]\n\
bg_color = \"#51576d\"\n\
fg_color = \"#c6d0f5\"\n\
intensity = \"Normal\"\n\
italic = false\n\
strikethrough = false\n\
underline = \"None\"\n\
\n\
[metadata]\n\
aliases = [\n\
    \"Catppuccin Frapp\u{e9} (Gogh)\",\n\
    \"catppuccin-frappe\",\n\
]\n\
author = \"Catppuccin Org\"\n\
name = \"Catppuccin Frappe ANSI\"\n\
origin_url = \"https://github.com/catppuccin/wezterm\"\n\
wezterm_version = \"20220807-113146-c2fee766\"\n\
",
(
"Catppuccin Latte ANSI",
"[colors]\n\
ansi = [\n\
\"#5c5f77\",\n\
\"#d20f39\",\n\
\"#40a02b\",\n\
\"#df8e1d\",\n\
\"#1e66f5\",\n\
\"#ea76cb\",\n\
\"#179299\",\n\
\"#acb0be\",\n\
]\n\
background = \"#eff1f5\"\n\
brights = [\n\
\"#6c6f85\",\n\
\"#de293e\",\n\
\"#49af3d\",\n\
\"#eea02d\",\n\
\"#456eff\",\n\
\"#fe85d8\",\n\
\"#2d9fa8\",\n\
\"#bcc0cc\",\n\
]\n\
compose_cursor = \"#4c4f69\"\n\
cursor_bg = \"#dc8a78\"\n\
cursor_border = \"#dc8a78\"\n\
cursor_fg = \"#eff1f5\"\n\
foreground = \"#4c4f69\"\n\
scrollbar_thumb = \"#acb0be\"\n\
selection_bg = \"#acb0be\"\n\
selection_fg = \"#4c4f69\"\n\
split = \"#9ca0b0\"\n\
visual_bell = \"#ccd0da\"\n\
bold = \"#4c4f69\"\n\
hyperlink = \"#04a5e5\"\n\
\n\
[colors.indexed]\n\
16 = \"#fe640b\"\n\
17 = \"#dc8a78\"\n\
\n\
[colors.tab_bar]\n\
background = \"#dce0e8\"\n\
inactive_tab_edge = \"#ccd0da\"\n\
\n\
[colors.tab_bar.active_tab]\n\
bg_color = \"#8839ef\"\n\
fg_color = \"#dce0e8\"\n\
intensity = \"Normal\"\n\
italic = false\n\
strikethrough = false\n\
underline = \"None\"\n\
\n\
[colors.tab_bar.inactive_tab]\n\
bg_color = \"#e6e9ef\"\n\
fg_color = \"#4c4f69\"\n\
intensity = \"Normal\"\n\
italic = false\n\
strikethrough = false\n\
underline = \"None\"\n\
\n\
[colors.tab_bar.inactive_tab_hover]\n\
bg_color = \"#eff1f5\"\n\
fg_color = \"#4c4f69\"\n\
intensity = \"Normal\"\n\
italic = false\n\
strikethrough = false\n\
underline = \"None\"\n\
\n\
[colors.tab_bar.new_tab]\n\
bg_color = \"#ccd0da\"\n\
fg_color = \"#4c4f69\"\n\
intensity = \"Normal\"\n\
italic = false\n\
strikethrough = false\n\
underline = \"None\"\n\
\n\
[colors.tab_bar.new_tab_hover]\n\
bg_color = \"#bcc0cc\"\n\
fg_color = \"#4c4f69\"\n\
intensity = \"Normal\"\n\
italic = false\n\
strikethrough = false\n\
underline = \"None\"\n\
\n\
[metadata]\n\
aliases = []\n\
author = \"Catppuccin Org\"\n\
name = \"Catppuccin Latte ANSI\"\n\
origin_url = \"https://github.com/catppuccin/wezterm\"\n\
wezterm_version = \"20220807-113146-c2fee766\"\n\
",
),
(
"Catppuccin Macchiato ANSI",
"[colors]\n\
ansi = [\n\
\"#494d64\",\n\
\"#ed8796\",\n\
\"#a6da95\",\n\
\"#eed49f\",\n\
\"#8aadf4\",\n\
\"#f5bde6\",\n\
\"#8bd5ca\",\n\
\"#b8c0e0\",\n\
]\n\
background = \"#24273a\"\n\
brights = [\n\
\"#5b6078\",\n\
\"#ec7486\",\n\
\"#8ccf7f\",\n\
\"#e1c682\",\n\
\"#78a1f6\",\n\
\"#f2a9dd\",\n\
\"#63cbc0\",\n\
\"#a5adcb\",\n\
]\n\
compose_cursor = \"#f0c6c6\"\n\
cursor_bg = \"#f4dbd6\"\n\
cursor_border = \"#f4dbd6\"\n\
cursor_fg = \"#24273a\"\n\
foreground = \"#cad3f5\"\n\
scrollbar_thumb = \"#5b6078\"\n\
selection_bg = \"#5b6078\"\n\
selection_fg = \"#cad3f5\"\n\
split = \"#6e738d\"\n\
visual_bell = \"#363a4f\"\n\
bold = \"#cad3f5\"\n\
hyperlink = \"#91d7e3\"\n\
\n\
[colors.indexed]\n\
16 = \"#f5a97f\"\n\
17 = \"#f4dbd6\"\n\
\n\
[colors.tab_bar]\n\
background = \"#181926\"\n\
inactive_tab_edge = \"#363a4f\"\n\
\n\
[colors.tab_bar.active_tab]\n\
bg_color = \"#c6a0f6\"\n\
fg_color = \"#181926\"\n\
intensity = \"Normal\"\n\
italic = false\n\
strikethrough = false\n\
underline = \"None\"\n\
\n\
[colors.tab_bar.inactive_tab]\n\
bg_color = \"#1e2030\"\n\
fg_color = \"#cad3f5\"\n\
intensity = \"Normal\"\n\
italic = false\n\
strikethrough = false\n\
underline = \"None\"\n\
\n\
[colors.tab_bar.inactive_tab_hover]\n\
bg_color = \"#24273a\"\n\
fg_color = \"#cad3f5\"\n\
intensity = \"Normal\"\n\
italic = false\n\
strikethrough = false\n\
underline = \"None\"\n\
\n\
[colors.tab_bar.new_tab]\n\
bg_color = \"#363a4f\"\n\
fg_color = \"#cad3f5\"\n\
intensity = \"Normal\"\n\
italic = false\n\
strikethrough = false\n\
underline = \"None\"\n\
\n\
[colors.tab_bar.new_tab_hover]\n\
bg_color = \"#494d64\"\n\
fg_color = \"#cad3f5\"\n\
intensity = \"Normal\"\n\
italic = false\n\
strikethrough = false\n\
underline = \"None\"\n\
\n\
[metadata]\n\
aliases = [\n\
\"Catppuccin Macchiato (Gogh)\",\n\
\"catppuccin-macchiato\",\n\
]\n\
author = \"Catppuccin Org\"\n\
name = \"Catppuccin Macchiato ANSI\"\n\
origin_url = \"https://github.com/catppuccin/wezterm\"\n\
wezterm_version = \"20220807-113146-c2fee766\"\n\
",
),
(
"Catppuccin Mocha ANSI",
"[colors]\n\
ansi = [\n\
\"#45475a\",\n\
\"#f38ba8\",\n\
\"#a6e3a1\",\n\
\"#f9e2af\",\n\
\"#89b4fa\",\n\
\"#f5c2e7\",\n\
\"#94e2d5\",\n\
\"#bac2de\",\n\
]\n\
background = \"#1e1e2e\"\n\
brights = [\n\
\"#585b70\",\n\
\"#f37799\",\n\
\"#89d88b\",\n\
\"#ebd391\",\n\
\"#74a8fc\",\n\
\"#f2aede\",\n\
\"#6bd7ca\",\n\
\"#a6adc8\",\n\
]\n\
compose_cursor = \"#f2cdcd\"\n\
cursor_bg = \"#f5e0dc\"\n\
cursor_border = \"#f5e0dc\"\n\
cursor_fg = \"#1e1e2e\"\n\
foreground = \"#cdd6f4\"\n\
scrollbar_thumb = \"#585b70\"\n\
selection_bg = \"#585b70\"\n\
selection_fg = \"#cdd6f4\"\n\
split = \"#6c7086\"\n\
visual_bell = \"#313244\"\n\
bold = \"#cdd6f4\"\n\
hyperlink = \"#89dceb\"\n\
\n\
[colors.indexed]\n\
16 = \"#fab387\"\n\
17 = \"#f5e0dc\"\n\
\n\
[colors.tab_bar]\n\
background = \"#11111b\"\n\
inactive_tab_edge = \"#313244\"\n\
\n\
[colors.tab_bar.active_tab]\n\
bg_color = \"#cba6f7\"\n\
fg_color = \"#11111b\"\n\
intensity = \"Normal\"\n\
italic = false\n\
strikethrough = false\n\
underline = \"None\"\n\
\n\
[colors.tab_bar.inactive_tab]\n\
bg_color = \"#181825\"\n\
fg_color = \"#cdd6f4\"\n\
intensity = \"Normal\"\n\
italic = false\n\
strikethrough = false\n\
underline = \"None\"\n\
\n\
[colors.tab_bar.inactive_tab_hover]\n\
bg_color = \"#1e1e2e\"\n\
fg_color = \"#cdd6f4\"\n\
intensity = \"Normal\"\n\
italic = false\n\
strikethrough = false\n\
underline = \"None\"\n\
\n\
[colors.tab_bar.new_tab]\n\
bg_color = \"#313244\"\n\
fg_color = \"#cdd6f4\"\n\
intensity = \"Normal\"\n\
italic = false\n\
strikethrough = false\n\
underline = \"None\"\n\
\n\
[colors.tab_bar.new_tab_hover]\n\
bg_color = \"#45475a\"\n\
fg_color = \"#cdd6f4\"\n\
intensity = \"Normal\"\n\
italic = false\n\
strikethrough = false\n\
underline = \"None\"\n\
\n\
[metadata]\n\
aliases = [\n\
\"Catppuccin Mocha (Gogh)\",\n\
\"catppuccin-mocha\",\n\
]\n\
author = \"Catppuccin Org\"\n\
name = \"Catppuccin Mocha ANSI\"\n\
origin_url = \"https://github.com/catppuccin/wezterm\"\n\
wezterm_version = \"20220807-113146-c2fee766\"\n\
",
),
)];