diff --git a/zellij-utils/assets/themes/catppuccin.kdl b/zellij-utils/assets/themes/catppuccin.kdl index b8e70bbb6b..a537e62693 100644 --- a/zellij-utils/assets/themes/catppuccin.kdl +++ b/zellij-utils/assets/themes/catppuccin.kdl @@ -4,7 +4,7 @@ themes { catppuccin-latte { bg "#acb0be" // Surface2 - fg "#acb0be" // Surface2 + fg "#4c4f69" // Text red "#d20f39" green "#40a02b" blue "#1e66f5" @@ -12,13 +12,13 @@ themes { magenta "#ea76cb" // Pink orange "#fe640b" // Peach cyan "#04a5e5" // Sky - black "#dce0e8" // Crust + black "#e6e9ef" // Mantle white "#4c4f69" // Text } catppuccin-frappe { bg "#626880" // Surface2 - fg "#c6d0f5" + fg "#c6d0f5" // Text red "#e78284" green "#a6d189" blue "#8caaee" @@ -27,12 +27,12 @@ themes { orange "#ef9f76" // Peach cyan "#99d1db" // Sky black "#292c3c" // Mantle - white "#c6d0f5" + white "#c6d0f5" // Text } catppuccin-macchiato { bg "#5b6078" // Surface2 - fg "#cad3f5" + fg "#cad3f5" // Text red "#ed8796" green "#a6da95" blue "#8aadf4" @@ -41,12 +41,12 @@ themes { orange "#f5a97f" // Peach cyan "#91d7e3" // Sky black "#1e2030" // Mantle - white "#cad3f5" + white "#cad3f5" // Text } catppuccin-mocha { bg "#585b70" // Surface2 - fg "#cdd6f4" + fg "#cdd6f4" // Text red "#f38ba8" green "#a6e3a1" blue "#89b4fa" @@ -55,6 +55,6 @@ themes { orange "#fab387" // Peach cyan "#89dceb" // Sky black "#181825" // Mantle - white "#cdd6f4" + white "#cdd6f4" // Text } }