diff --git a/examples/theme.toml b/examples/theme.toml index f9e05b4c..eb5b7d27 100644 --- a/examples/theme.toml +++ b/examples/theme.toml @@ -178,3 +178,91 @@ bright_blue = "#839496" bright_magenta = "#ff007c" bright_cyan = "#93a1a1" bright_white = "#fdf6e3" + +[[themes]] +name = "catppuccin_latte" +[themes.palette] +background = "#eff1f5" +foreground = "#4c4f69" +black = "#5c5f77" +red = "#d20f39" +green = "#40a02b" +yellow = "#df8e1d" +blue = "#1e66f5" +magenta = "#ea76cb" +cyan = "#179299" +white = "#acb0be" +bright_black = "#6c6f85" +bright_red = "#de293e" +bright_green = "#49af3d" +bright_yellow = "#eea02d" +bright_blue = "#456eff" +bright_magenta = "#fe85d8" +bright_cyan = "#2d9fa8" +bright_white = "#bcc0cc" + +[[themes]] +name = "catppuccin_frappe" +[themes.palette] +background = "#303446" +foreground = "#c6d0f5" +black = "#51576d" +red = "#e78284" +green = "#a6d189" +yellow = "#e5c890" +blue = "#8caaee" +magenta = "#f4b8e4" +cyan = "#81c8be" +white = "#a5adce" +bright_black = "#626880" +bright_red = "#e67172" +bright_green = "#8ec772" +bright_yellow = "#d9ba73" +bright_blue = "#7b9ef0" +bright_magenta = "#f2a4db" +bright_cyan = "#5abfb5" +bright_white = "#b5bfe2" + +[[themes]] +name = "catppuccin_macchiato" +[themes.palette] +background = "#24273a" +foreground = "#cad3f5" +black = "#494d64" +red = "#ed8796" +green = "#a6da95" +yellow = "#eed49f" +blue = "#8aadf4" +magenta = "#f5bde6" +cyan = "#8bd5ca" +white = "#a5adcb" +bright_black = "#5b6078" +bright_red = "#ec7486" +bright_green = "#8ccf7f" +bright_yellow = "#e1c682" +bright_blue = "#78a1f6" +bright_magenta = "#f2a9dd" +bright_cyan = "#63cbc0" +bright_white = "#b8c0e0" + +[[themes]] +name = "catppuccin_mocha" +[themes.palette] +background = "#1e1e2e" +foreground = "#cdd6f4" +black = "#45475a" +red = "#f38ba8" +green = "#a6e3a1" +yellow = "#f9e2af" +blue = "#89b4fa" +magenta = "#f5c2e7" +cyan = "#94e2d5" +white = "#a6adc8" +bright_black = "#585b70" +bright_red = "#f37799" +bright_green = "#89d88b" +bright_yellow = "#ebd391" +bright_blue = "#74a8fc" +bright_magenta = "#f2aede" +bright_cyan = "#6bd7ca" +bright_white = "#bac2de"