From 04e4dfc96fcb76541fb409a5f702919b590c3dbc Mon Sep 17 00:00:00 2001 From: David Jensenius Date: Sun, 21 Dec 2025 13:33:34 -0500 Subject: [PATCH] Properly catpuccin atuin --- atuin/config.toml | 18 +----------------- atuin/themes/catppuccin-frappe-blue.toml | 12 ++++++++++++ atuin/themes/catppuccin-frappe-flamingo.toml | 12 ++++++++++++ atuin/themes/catppuccin-frappe-green.toml | 12 ++++++++++++ atuin/themes/catppuccin-frappe-lavender.toml | 12 ++++++++++++ atuin/themes/catppuccin-frappe-maroon.toml | 12 ++++++++++++ atuin/themes/catppuccin-frappe-mauve.toml | 12 ++++++++++++ atuin/themes/catppuccin-frappe-peach.toml | 12 ++++++++++++ atuin/themes/catppuccin-frappe-pink.toml | 12 ++++++++++++ atuin/themes/catppuccin-frappe-red.toml | 12 ++++++++++++ atuin/themes/catppuccin-frappe-rosewater.toml | 12 ++++++++++++ atuin/themes/catppuccin-frappe-sapphire.toml | 12 ++++++++++++ atuin/themes/catppuccin-frappe-sky.toml | 12 ++++++++++++ atuin/themes/catppuccin-frappe-teal.toml | 12 ++++++++++++ atuin/themes/catppuccin-frappe-yellow.toml | 12 ++++++++++++ atuin/themes/catppuccin-latte-blue.toml | 12 ++++++++++++ atuin/themes/catppuccin-latte-flamingo.toml | 12 ++++++++++++ atuin/themes/catppuccin-latte-green.toml | 12 ++++++++++++ atuin/themes/catppuccin-latte-lavender.toml | 12 ++++++++++++ atuin/themes/catppuccin-latte-maroon.toml | 12 ++++++++++++ atuin/themes/catppuccin-latte-mauve.toml | 12 ++++++++++++ atuin/themes/catppuccin-latte-peach.toml | 12 ++++++++++++ atuin/themes/catppuccin-latte-pink.toml | 12 ++++++++++++ atuin/themes/catppuccin-latte-red.toml | 12 ++++++++++++ atuin/themes/catppuccin-latte-rosewater.toml | 12 ++++++++++++ atuin/themes/catppuccin-latte-sapphire.toml | 12 ++++++++++++ atuin/themes/catppuccin-latte-sky.toml | 12 ++++++++++++ atuin/themes/catppuccin-latte-teal.toml | 12 ++++++++++++ atuin/themes/catppuccin-latte-yellow.toml | 12 ++++++++++++ atuin/themes/catppuccin-macchiato-blue.toml | 12 ++++++++++++ .../themes/catppuccin-macchiato-flamingo.toml | 12 ++++++++++++ atuin/themes/catppuccin-macchiato-green.toml | 12 ++++++++++++ .../themes/catppuccin-macchiato-lavender.toml | 12 ++++++++++++ atuin/themes/catppuccin-macchiato-maroon.toml | 12 ++++++++++++ atuin/themes/catppuccin-macchiato-mauve.toml | 12 ++++++++++++ atuin/themes/catppuccin-macchiato-peach.toml | 12 ++++++++++++ atuin/themes/catppuccin-macchiato-pink.toml | 12 ++++++++++++ atuin/themes/catppuccin-macchiato-red.toml | 12 ++++++++++++ .../themes/catppuccin-macchiato-rosewater.toml | 12 ++++++++++++ .../themes/catppuccin-macchiato-sapphire.toml | 12 ++++++++++++ atuin/themes/catppuccin-macchiato-sky.toml | 12 ++++++++++++ atuin/themes/catppuccin-macchiato-teal.toml | 12 ++++++++++++ atuin/themes/catppuccin-macchiato-yellow.toml | 12 ++++++++++++ atuin/themes/catppuccin-mocha-blue.toml | 12 ++++++++++++ atuin/themes/catppuccin-mocha-flamingo.toml | 12 ++++++++++++ atuin/themes/catppuccin-mocha-green.toml | 12 ++++++++++++ atuin/themes/catppuccin-mocha-lavender.toml | 12 ++++++++++++ atuin/themes/catppuccin-mocha-maroon.toml | 12 ++++++++++++ atuin/themes/catppuccin-mocha-mauve.toml | 12 ++++++++++++ atuin/themes/catppuccin-mocha-peach.toml | 12 ++++++++++++ atuin/themes/catppuccin-mocha-pink.toml | 12 ++++++++++++ atuin/themes/catppuccin-mocha-red.toml | 12 ++++++++++++ atuin/themes/catppuccin-mocha-rosewater.toml | 12 ++++++++++++ atuin/themes/catppuccin-mocha-sapphire.toml | 12 ++++++++++++ atuin/themes/catppuccin-mocha-sky.toml | 12 ++++++++++++ atuin/themes/catppuccin-mocha-teal.toml | 12 ++++++++++++ atuin/themes/catppuccin-mocha-yellow.toml | 12 ++++++++++++ 57 files changed, 673 insertions(+), 17 deletions(-) create mode 100644 atuin/themes/catppuccin-frappe-blue.toml create mode 100644 atuin/themes/catppuccin-frappe-flamingo.toml create mode 100644 atuin/themes/catppuccin-frappe-green.toml create mode 100644 atuin/themes/catppuccin-frappe-lavender.toml create mode 100644 atuin/themes/catppuccin-frappe-maroon.toml create mode 100644 atuin/themes/catppuccin-frappe-mauve.toml create mode 100644 atuin/themes/catppuccin-frappe-peach.toml create mode 100644 atuin/themes/catppuccin-frappe-pink.toml create mode 100644 atuin/themes/catppuccin-frappe-red.toml create mode 100644 atuin/themes/catppuccin-frappe-rosewater.toml create mode 100644 atuin/themes/catppuccin-frappe-sapphire.toml create mode 100644 atuin/themes/catppuccin-frappe-sky.toml create mode 100644 atuin/themes/catppuccin-frappe-teal.toml create mode 100644 atuin/themes/catppuccin-frappe-yellow.toml create mode 100644 atuin/themes/catppuccin-latte-blue.toml create mode 100644 atuin/themes/catppuccin-latte-flamingo.toml create mode 100644 atuin/themes/catppuccin-latte-green.toml create mode 100644 atuin/themes/catppuccin-latte-lavender.toml create mode 100644 atuin/themes/catppuccin-latte-maroon.toml create mode 100644 atuin/themes/catppuccin-latte-mauve.toml create mode 100644 atuin/themes/catppuccin-latte-peach.toml create mode 100644 atuin/themes/catppuccin-latte-pink.toml create mode 100644 atuin/themes/catppuccin-latte-red.toml create mode 100644 atuin/themes/catppuccin-latte-rosewater.toml create mode 100644 atuin/themes/catppuccin-latte-sapphire.toml create mode 100644 atuin/themes/catppuccin-latte-sky.toml create mode 100644 atuin/themes/catppuccin-latte-teal.toml create mode 100644 atuin/themes/catppuccin-latte-yellow.toml create mode 100644 atuin/themes/catppuccin-macchiato-blue.toml create mode 100644 atuin/themes/catppuccin-macchiato-flamingo.toml create mode 100644 atuin/themes/catppuccin-macchiato-green.toml create mode 100644 atuin/themes/catppuccin-macchiato-lavender.toml create mode 100644 atuin/themes/catppuccin-macchiato-maroon.toml create mode 100644 atuin/themes/catppuccin-macchiato-mauve.toml create mode 100644 atuin/themes/catppuccin-macchiato-peach.toml create mode 100644 atuin/themes/catppuccin-macchiato-pink.toml create mode 100644 atuin/themes/catppuccin-macchiato-red.toml create mode 100644 atuin/themes/catppuccin-macchiato-rosewater.toml create mode 100644 atuin/themes/catppuccin-macchiato-sapphire.toml create mode 100644 atuin/themes/catppuccin-macchiato-sky.toml create mode 100644 atuin/themes/catppuccin-macchiato-teal.toml create mode 100644 atuin/themes/catppuccin-macchiato-yellow.toml create mode 100644 atuin/themes/catppuccin-mocha-blue.toml create mode 100644 atuin/themes/catppuccin-mocha-flamingo.toml create mode 100644 atuin/themes/catppuccin-mocha-green.toml create mode 100644 atuin/themes/catppuccin-mocha-lavender.toml create mode 100644 atuin/themes/catppuccin-mocha-maroon.toml create mode 100644 atuin/themes/catppuccin-mocha-mauve.toml create mode 100644 atuin/themes/catppuccin-mocha-peach.toml create mode 100644 atuin/themes/catppuccin-mocha-pink.toml create mode 100644 atuin/themes/catppuccin-mocha-red.toml create mode 100644 atuin/themes/catppuccin-mocha-rosewater.toml create mode 100644 atuin/themes/catppuccin-mocha-sapphire.toml create mode 100644 atuin/themes/catppuccin-mocha-sky.toml create mode 100644 atuin/themes/catppuccin-mocha-teal.toml create mode 100644 atuin/themes/catppuccin-mocha-yellow.toml diff --git a/atuin/config.toml b/atuin/config.toml index 6f37458..9052942 100644 --- a/atuin/config.toml +++ b/atuin/config.toml @@ -231,21 +231,5 @@ records = true ## The port that should be used for TCP on non unix systems # tcp_port = 8889 - [theme] -name = "catppuccin_mocha" - -[theme.colors] -text = "#cdd6f4" -background = "#1e1e2e" -background_selected = "#585b70" -border = "#585b70" -border_selected = "#cba6f7" -info = "#cba6f7" -info_selected = "#cba6f7" -success = "#a6e3a1" -success_selected = "#a6e3a1" -warning = "#f9e2af" -warning_selected = "#f9e2af" -error = "#f38ba8" -error_selected = "#f38ba8" +name = "catppuccin-mocha-mauve" diff --git a/atuin/themes/catppuccin-frappe-blue.toml b/atuin/themes/catppuccin-frappe-blue.toml new file mode 100644 index 0000000..19e0e2c --- /dev/null +++ b/atuin/themes/catppuccin-frappe-blue.toml @@ -0,0 +1,12 @@ +[theme] +name = "catppuccin-frappe-blue" + +[colors] +AlertInfo = "#a6d189" +AlertWarn = "#ef9f76" +AlertError = "#e78284" +Annotation = "#8caaee" +Base = "#c6d0f5" +Guidance = "#949cbb" +Important = "#e78284" +Title = "#8caaee" diff --git a/atuin/themes/catppuccin-frappe-flamingo.toml b/atuin/themes/catppuccin-frappe-flamingo.toml new file mode 100644 index 0000000..2db6a4e --- /dev/null +++ b/atuin/themes/catppuccin-frappe-flamingo.toml @@ -0,0 +1,12 @@ +[theme] +name = "catppuccin-frappe-flamingo" + +[colors] +AlertInfo = "#a6d189" +AlertWarn = "#ef9f76" +AlertError = "#e78284" +Annotation = "#eebebe" +Base = "#c6d0f5" +Guidance = "#949cbb" +Important = "#e78284" +Title = "#eebebe" diff --git a/atuin/themes/catppuccin-frappe-green.toml b/atuin/themes/catppuccin-frappe-green.toml new file mode 100644 index 0000000..9aa26cc --- /dev/null +++ b/atuin/themes/catppuccin-frappe-green.toml @@ -0,0 +1,12 @@ +[theme] +name = "catppuccin-frappe-green" + +[colors] +AlertInfo = "#a6d189" +AlertWarn = "#ef9f76" +AlertError = "#e78284" +Annotation = "#a6d189" +Base = "#c6d0f5" +Guidance = "#949cbb" +Important = "#e78284" +Title = "#a6d189" diff --git a/atuin/themes/catppuccin-frappe-lavender.toml b/atuin/themes/catppuccin-frappe-lavender.toml new file mode 100644 index 0000000..cd8c3f4 --- /dev/null +++ b/atuin/themes/catppuccin-frappe-lavender.toml @@ -0,0 +1,12 @@ +[theme] +name = "catppuccin-frappe-lavender" + +[colors] +AlertInfo = "#a6d189" +AlertWarn = "#ef9f76" +AlertError = "#e78284" +Annotation = "#babbf1" +Base = "#c6d0f5" +Guidance = "#949cbb" +Important = "#e78284" +Title = "#babbf1" diff --git a/atuin/themes/catppuccin-frappe-maroon.toml b/atuin/themes/catppuccin-frappe-maroon.toml new file mode 100644 index 0000000..f1ce82d --- /dev/null +++ b/atuin/themes/catppuccin-frappe-maroon.toml @@ -0,0 +1,12 @@ +[theme] +name = "catppuccin-frappe-maroon" + +[colors] +AlertInfo = "#a6d189" +AlertWarn = "#ef9f76" +AlertError = "#e78284" +Annotation = "#ea999c" +Base = "#c6d0f5" +Guidance = "#949cbb" +Important = "#e78284" +Title = "#ea999c" diff --git a/atuin/themes/catppuccin-frappe-mauve.toml b/atuin/themes/catppuccin-frappe-mauve.toml new file mode 100644 index 0000000..b3fe061 --- /dev/null +++ b/atuin/themes/catppuccin-frappe-mauve.toml @@ -0,0 +1,12 @@ +[theme] +name = "catppuccin-frappe-mauve" + +[colors] +AlertInfo = "#a6d189" +AlertWarn = "#ef9f76" +AlertError = "#e78284" +Annotation = "#ca9ee6" +Base = "#c6d0f5" +Guidance = "#949cbb" +Important = "#e78284" +Title = "#ca9ee6" diff --git a/atuin/themes/catppuccin-frappe-peach.toml b/atuin/themes/catppuccin-frappe-peach.toml new file mode 100644 index 0000000..39b37a9 --- /dev/null +++ b/atuin/themes/catppuccin-frappe-peach.toml @@ -0,0 +1,12 @@ +[theme] +name = "catppuccin-frappe-peach" + +[colors] +AlertInfo = "#a6d189" +AlertWarn = "#ef9f76" +AlertError = "#e78284" +Annotation = "#ef9f76" +Base = "#c6d0f5" +Guidance = "#949cbb" +Important = "#e78284" +Title = "#ef9f76" diff --git a/atuin/themes/catppuccin-frappe-pink.toml b/atuin/themes/catppuccin-frappe-pink.toml new file mode 100644 index 0000000..f92c85a --- /dev/null +++ b/atuin/themes/catppuccin-frappe-pink.toml @@ -0,0 +1,12 @@ +[theme] +name = "catppuccin-frappe-pink" + +[colors] +AlertInfo = "#a6d189" +AlertWarn = "#ef9f76" +AlertError = "#e78284" +Annotation = "#f4b8e4" +Base = "#c6d0f5" +Guidance = "#949cbb" +Important = "#e78284" +Title = "#f4b8e4" diff --git a/atuin/themes/catppuccin-frappe-red.toml b/atuin/themes/catppuccin-frappe-red.toml new file mode 100644 index 0000000..ddc717e --- /dev/null +++ b/atuin/themes/catppuccin-frappe-red.toml @@ -0,0 +1,12 @@ +[theme] +name = "catppuccin-frappe-red" + +[colors] +AlertInfo = "#a6d189" +AlertWarn = "#ef9f76" +AlertError = "#e78284" +Annotation = "#e78284" +Base = "#c6d0f5" +Guidance = "#949cbb" +Important = "#e78284" +Title = "#e78284" diff --git a/atuin/themes/catppuccin-frappe-rosewater.toml b/atuin/themes/catppuccin-frappe-rosewater.toml new file mode 100644 index 0000000..986f824 --- /dev/null +++ b/atuin/themes/catppuccin-frappe-rosewater.toml @@ -0,0 +1,12 @@ +[theme] +name = "catppuccin-frappe-rosewater" + +[colors] +AlertInfo = "#a6d189" +AlertWarn = "#ef9f76" +AlertError = "#e78284" +Annotation = "#f2d5cf" +Base = "#c6d0f5" +Guidance = "#949cbb" +Important = "#e78284" +Title = "#f2d5cf" diff --git a/atuin/themes/catppuccin-frappe-sapphire.toml b/atuin/themes/catppuccin-frappe-sapphire.toml new file mode 100644 index 0000000..2c3cc21 --- /dev/null +++ b/atuin/themes/catppuccin-frappe-sapphire.toml @@ -0,0 +1,12 @@ +[theme] +name = "catppuccin-frappe-sapphire" + +[colors] +AlertInfo = "#a6d189" +AlertWarn = "#ef9f76" +AlertError = "#e78284" +Annotation = "#85c1dc" +Base = "#c6d0f5" +Guidance = "#949cbb" +Important = "#e78284" +Title = "#85c1dc" diff --git a/atuin/themes/catppuccin-frappe-sky.toml b/atuin/themes/catppuccin-frappe-sky.toml new file mode 100644 index 0000000..5585ec0 --- /dev/null +++ b/atuin/themes/catppuccin-frappe-sky.toml @@ -0,0 +1,12 @@ +[theme] +name = "catppuccin-frappe-sky" + +[colors] +AlertInfo = "#a6d189" +AlertWarn = "#ef9f76" +AlertError = "#e78284" +Annotation = "#99d1db" +Base = "#c6d0f5" +Guidance = "#949cbb" +Important = "#e78284" +Title = "#99d1db" diff --git a/atuin/themes/catppuccin-frappe-teal.toml b/atuin/themes/catppuccin-frappe-teal.toml new file mode 100644 index 0000000..e432188 --- /dev/null +++ b/atuin/themes/catppuccin-frappe-teal.toml @@ -0,0 +1,12 @@ +[theme] +name = "catppuccin-frappe-teal" + +[colors] +AlertInfo = "#a6d189" +AlertWarn = "#ef9f76" +AlertError = "#e78284" +Annotation = "#81c8be" +Base = "#c6d0f5" +Guidance = "#949cbb" +Important = "#e78284" +Title = "#81c8be" diff --git a/atuin/themes/catppuccin-frappe-yellow.toml b/atuin/themes/catppuccin-frappe-yellow.toml new file mode 100644 index 0000000..3b10260 --- /dev/null +++ b/atuin/themes/catppuccin-frappe-yellow.toml @@ -0,0 +1,12 @@ +[theme] +name = "catppuccin-frappe-yellow" + +[colors] +AlertInfo = "#a6d189" +AlertWarn = "#ef9f76" +AlertError = "#e78284" +Annotation = "#e5c890" +Base = "#c6d0f5" +Guidance = "#949cbb" +Important = "#e78284" +Title = "#e5c890" diff --git a/atuin/themes/catppuccin-latte-blue.toml b/atuin/themes/catppuccin-latte-blue.toml new file mode 100644 index 0000000..cc1675d --- /dev/null +++ b/atuin/themes/catppuccin-latte-blue.toml @@ -0,0 +1,12 @@ +[theme] +name = "catppuccin-latte-blue" + +[colors] +AlertInfo = "#40a02b" +AlertWarn = "#fe640b" +AlertError = "#d20f39" +Annotation = "#1e66f5" +Base = "#4c4f69" +Guidance = "#7c7f93" +Important = "#d20f39" +Title = "#1e66f5" diff --git a/atuin/themes/catppuccin-latte-flamingo.toml b/atuin/themes/catppuccin-latte-flamingo.toml new file mode 100644 index 0000000..938f91b --- /dev/null +++ b/atuin/themes/catppuccin-latte-flamingo.toml @@ -0,0 +1,12 @@ +[theme] +name = "catppuccin-latte-flamingo" + +[colors] +AlertInfo = "#40a02b" +AlertWarn = "#fe640b" +AlertError = "#d20f39" +Annotation = "#dd7878" +Base = "#4c4f69" +Guidance = "#7c7f93" +Important = "#d20f39" +Title = "#dd7878" diff --git a/atuin/themes/catppuccin-latte-green.toml b/atuin/themes/catppuccin-latte-green.toml new file mode 100644 index 0000000..607e515 --- /dev/null +++ b/atuin/themes/catppuccin-latte-green.toml @@ -0,0 +1,12 @@ +[theme] +name = "catppuccin-latte-green" + +[colors] +AlertInfo = "#40a02b" +AlertWarn = "#fe640b" +AlertError = "#d20f39" +Annotation = "#40a02b" +Base = "#4c4f69" +Guidance = "#7c7f93" +Important = "#d20f39" +Title = "#40a02b" diff --git a/atuin/themes/catppuccin-latte-lavender.toml b/atuin/themes/catppuccin-latte-lavender.toml new file mode 100644 index 0000000..ffe94cb --- /dev/null +++ b/atuin/themes/catppuccin-latte-lavender.toml @@ -0,0 +1,12 @@ +[theme] +name = "catppuccin-latte-lavender" + +[colors] +AlertInfo = "#40a02b" +AlertWarn = "#fe640b" +AlertError = "#d20f39" +Annotation = "#7287fd" +Base = "#4c4f69" +Guidance = "#7c7f93" +Important = "#d20f39" +Title = "#7287fd" diff --git a/atuin/themes/catppuccin-latte-maroon.toml b/atuin/themes/catppuccin-latte-maroon.toml new file mode 100644 index 0000000..ce7cf48 --- /dev/null +++ b/atuin/themes/catppuccin-latte-maroon.toml @@ -0,0 +1,12 @@ +[theme] +name = "catppuccin-latte-maroon" + +[colors] +AlertInfo = "#40a02b" +AlertWarn = "#fe640b" +AlertError = "#d20f39" +Annotation = "#e64553" +Base = "#4c4f69" +Guidance = "#7c7f93" +Important = "#d20f39" +Title = "#e64553" diff --git a/atuin/themes/catppuccin-latte-mauve.toml b/atuin/themes/catppuccin-latte-mauve.toml new file mode 100644 index 0000000..cb2a688 --- /dev/null +++ b/atuin/themes/catppuccin-latte-mauve.toml @@ -0,0 +1,12 @@ +[theme] +name = "catppuccin-latte-mauve" + +[colors] +AlertInfo = "#40a02b" +AlertWarn = "#fe640b" +AlertError = "#d20f39" +Annotation = "#8839ef" +Base = "#4c4f69" +Guidance = "#7c7f93" +Important = "#d20f39" +Title = "#8839ef" diff --git a/atuin/themes/catppuccin-latte-peach.toml b/atuin/themes/catppuccin-latte-peach.toml new file mode 100644 index 0000000..bed44b6 --- /dev/null +++ b/atuin/themes/catppuccin-latte-peach.toml @@ -0,0 +1,12 @@ +[theme] +name = "catppuccin-latte-peach" + +[colors] +AlertInfo = "#40a02b" +AlertWarn = "#fe640b" +AlertError = "#d20f39" +Annotation = "#fe640b" +Base = "#4c4f69" +Guidance = "#7c7f93" +Important = "#d20f39" +Title = "#fe640b" diff --git a/atuin/themes/catppuccin-latte-pink.toml b/atuin/themes/catppuccin-latte-pink.toml new file mode 100644 index 0000000..1f5b41b --- /dev/null +++ b/atuin/themes/catppuccin-latte-pink.toml @@ -0,0 +1,12 @@ +[theme] +name = "catppuccin-latte-pink" + +[colors] +AlertInfo = "#40a02b" +AlertWarn = "#fe640b" +AlertError = "#d20f39" +Annotation = "#ea76cb" +Base = "#4c4f69" +Guidance = "#7c7f93" +Important = "#d20f39" +Title = "#ea76cb" diff --git a/atuin/themes/catppuccin-latte-red.toml b/atuin/themes/catppuccin-latte-red.toml new file mode 100644 index 0000000..825dfe7 --- /dev/null +++ b/atuin/themes/catppuccin-latte-red.toml @@ -0,0 +1,12 @@ +[theme] +name = "catppuccin-latte-red" + +[colors] +AlertInfo = "#40a02b" +AlertWarn = "#fe640b" +AlertError = "#d20f39" +Annotation = "#d20f39" +Base = "#4c4f69" +Guidance = "#7c7f93" +Important = "#d20f39" +Title = "#d20f39" diff --git a/atuin/themes/catppuccin-latte-rosewater.toml b/atuin/themes/catppuccin-latte-rosewater.toml new file mode 100644 index 0000000..fea00f5 --- /dev/null +++ b/atuin/themes/catppuccin-latte-rosewater.toml @@ -0,0 +1,12 @@ +[theme] +name = "catppuccin-latte-rosewater" + +[colors] +AlertInfo = "#40a02b" +AlertWarn = "#fe640b" +AlertError = "#d20f39" +Annotation = "#dc8a78" +Base = "#4c4f69" +Guidance = "#7c7f93" +Important = "#d20f39" +Title = "#dc8a78" diff --git a/atuin/themes/catppuccin-latte-sapphire.toml b/atuin/themes/catppuccin-latte-sapphire.toml new file mode 100644 index 0000000..a4263af --- /dev/null +++ b/atuin/themes/catppuccin-latte-sapphire.toml @@ -0,0 +1,12 @@ +[theme] +name = "catppuccin-latte-sapphire" + +[colors] +AlertInfo = "#40a02b" +AlertWarn = "#fe640b" +AlertError = "#d20f39" +Annotation = "#209fb5" +Base = "#4c4f69" +Guidance = "#7c7f93" +Important = "#d20f39" +Title = "#209fb5" diff --git a/atuin/themes/catppuccin-latte-sky.toml b/atuin/themes/catppuccin-latte-sky.toml new file mode 100644 index 0000000..bc22105 --- /dev/null +++ b/atuin/themes/catppuccin-latte-sky.toml @@ -0,0 +1,12 @@ +[theme] +name = "catppuccin-latte-sky" + +[colors] +AlertInfo = "#40a02b" +AlertWarn = "#fe640b" +AlertError = "#d20f39" +Annotation = "#04a5e5" +Base = "#4c4f69" +Guidance = "#7c7f93" +Important = "#d20f39" +Title = "#04a5e5" diff --git a/atuin/themes/catppuccin-latte-teal.toml b/atuin/themes/catppuccin-latte-teal.toml new file mode 100644 index 0000000..f83f69b --- /dev/null +++ b/atuin/themes/catppuccin-latte-teal.toml @@ -0,0 +1,12 @@ +[theme] +name = "catppuccin-latte-teal" + +[colors] +AlertInfo = "#40a02b" +AlertWarn = "#fe640b" +AlertError = "#d20f39" +Annotation = "#179299" +Base = "#4c4f69" +Guidance = "#7c7f93" +Important = "#d20f39" +Title = "#179299" diff --git a/atuin/themes/catppuccin-latte-yellow.toml b/atuin/themes/catppuccin-latte-yellow.toml new file mode 100644 index 0000000..5d47164 --- /dev/null +++ b/atuin/themes/catppuccin-latte-yellow.toml @@ -0,0 +1,12 @@ +[theme] +name = "catppuccin-latte-yellow" + +[colors] +AlertInfo = "#40a02b" +AlertWarn = "#fe640b" +AlertError = "#d20f39" +Annotation = "#df8e1d" +Base = "#4c4f69" +Guidance = "#7c7f93" +Important = "#d20f39" +Title = "#df8e1d" diff --git a/atuin/themes/catppuccin-macchiato-blue.toml b/atuin/themes/catppuccin-macchiato-blue.toml new file mode 100644 index 0000000..ec643ad --- /dev/null +++ b/atuin/themes/catppuccin-macchiato-blue.toml @@ -0,0 +1,12 @@ +[theme] +name = "catppuccin-macchiato-blue" + +[colors] +AlertInfo = "#a6da95" +AlertWarn = "#f5a97f" +AlertError = "#ed8796" +Annotation = "#8aadf4" +Base = "#cad3f5" +Guidance = "#939ab7" +Important = "#ed8796" +Title = "#8aadf4" diff --git a/atuin/themes/catppuccin-macchiato-flamingo.toml b/atuin/themes/catppuccin-macchiato-flamingo.toml new file mode 100644 index 0000000..990ca2a --- /dev/null +++ b/atuin/themes/catppuccin-macchiato-flamingo.toml @@ -0,0 +1,12 @@ +[theme] +name = "catppuccin-macchiato-flamingo" + +[colors] +AlertInfo = "#a6da95" +AlertWarn = "#f5a97f" +AlertError = "#ed8796" +Annotation = "#f0c6c6" +Base = "#cad3f5" +Guidance = "#939ab7" +Important = "#ed8796" +Title = "#f0c6c6" diff --git a/atuin/themes/catppuccin-macchiato-green.toml b/atuin/themes/catppuccin-macchiato-green.toml new file mode 100644 index 0000000..64c4fac --- /dev/null +++ b/atuin/themes/catppuccin-macchiato-green.toml @@ -0,0 +1,12 @@ +[theme] +name = "catppuccin-macchiato-green" + +[colors] +AlertInfo = "#a6da95" +AlertWarn = "#f5a97f" +AlertError = "#ed8796" +Annotation = "#a6da95" +Base = "#cad3f5" +Guidance = "#939ab7" +Important = "#ed8796" +Title = "#a6da95" diff --git a/atuin/themes/catppuccin-macchiato-lavender.toml b/atuin/themes/catppuccin-macchiato-lavender.toml new file mode 100644 index 0000000..15039d2 --- /dev/null +++ b/atuin/themes/catppuccin-macchiato-lavender.toml @@ -0,0 +1,12 @@ +[theme] +name = "catppuccin-macchiato-lavender" + +[colors] +AlertInfo = "#a6da95" +AlertWarn = "#f5a97f" +AlertError = "#ed8796" +Annotation = "#b7bdf8" +Base = "#cad3f5" +Guidance = "#939ab7" +Important = "#ed8796" +Title = "#b7bdf8" diff --git a/atuin/themes/catppuccin-macchiato-maroon.toml b/atuin/themes/catppuccin-macchiato-maroon.toml new file mode 100644 index 0000000..9692349 --- /dev/null +++ b/atuin/themes/catppuccin-macchiato-maroon.toml @@ -0,0 +1,12 @@ +[theme] +name = "catppuccin-macchiato-maroon" + +[colors] +AlertInfo = "#a6da95" +AlertWarn = "#f5a97f" +AlertError = "#ed8796" +Annotation = "#ee99a0" +Base = "#cad3f5" +Guidance = "#939ab7" +Important = "#ed8796" +Title = "#ee99a0" diff --git a/atuin/themes/catppuccin-macchiato-mauve.toml b/atuin/themes/catppuccin-macchiato-mauve.toml new file mode 100644 index 0000000..9ded3fc --- /dev/null +++ b/atuin/themes/catppuccin-macchiato-mauve.toml @@ -0,0 +1,12 @@ +[theme] +name = "catppuccin-macchiato-mauve" + +[colors] +AlertInfo = "#a6da95" +AlertWarn = "#f5a97f" +AlertError = "#ed8796" +Annotation = "#c6a0f6" +Base = "#cad3f5" +Guidance = "#939ab7" +Important = "#ed8796" +Title = "#c6a0f6" diff --git a/atuin/themes/catppuccin-macchiato-peach.toml b/atuin/themes/catppuccin-macchiato-peach.toml new file mode 100644 index 0000000..58c633e --- /dev/null +++ b/atuin/themes/catppuccin-macchiato-peach.toml @@ -0,0 +1,12 @@ +[theme] +name = "catppuccin-macchiato-peach" + +[colors] +AlertInfo = "#a6da95" +AlertWarn = "#f5a97f" +AlertError = "#ed8796" +Annotation = "#f5a97f" +Base = "#cad3f5" +Guidance = "#939ab7" +Important = "#ed8796" +Title = "#f5a97f" diff --git a/atuin/themes/catppuccin-macchiato-pink.toml b/atuin/themes/catppuccin-macchiato-pink.toml new file mode 100644 index 0000000..b156f38 --- /dev/null +++ b/atuin/themes/catppuccin-macchiato-pink.toml @@ -0,0 +1,12 @@ +[theme] +name = "catppuccin-macchiato-pink" + +[colors] +AlertInfo = "#a6da95" +AlertWarn = "#f5a97f" +AlertError = "#ed8796" +Annotation = "#f5bde6" +Base = "#cad3f5" +Guidance = "#939ab7" +Important = "#ed8796" +Title = "#f5bde6" diff --git a/atuin/themes/catppuccin-macchiato-red.toml b/atuin/themes/catppuccin-macchiato-red.toml new file mode 100644 index 0000000..121821a --- /dev/null +++ b/atuin/themes/catppuccin-macchiato-red.toml @@ -0,0 +1,12 @@ +[theme] +name = "catppuccin-macchiato-red" + +[colors] +AlertInfo = "#a6da95" +AlertWarn = "#f5a97f" +AlertError = "#ed8796" +Annotation = "#ed8796" +Base = "#cad3f5" +Guidance = "#939ab7" +Important = "#ed8796" +Title = "#ed8796" diff --git a/atuin/themes/catppuccin-macchiato-rosewater.toml b/atuin/themes/catppuccin-macchiato-rosewater.toml new file mode 100644 index 0000000..d5fd4fa --- /dev/null +++ b/atuin/themes/catppuccin-macchiato-rosewater.toml @@ -0,0 +1,12 @@ +[theme] +name = "catppuccin-macchiato-rosewater" + +[colors] +AlertInfo = "#a6da95" +AlertWarn = "#f5a97f" +AlertError = "#ed8796" +Annotation = "#f4dbd6" +Base = "#cad3f5" +Guidance = "#939ab7" +Important = "#ed8796" +Title = "#f4dbd6" diff --git a/atuin/themes/catppuccin-macchiato-sapphire.toml b/atuin/themes/catppuccin-macchiato-sapphire.toml new file mode 100644 index 0000000..44bb92b --- /dev/null +++ b/atuin/themes/catppuccin-macchiato-sapphire.toml @@ -0,0 +1,12 @@ +[theme] +name = "catppuccin-macchiato-sapphire" + +[colors] +AlertInfo = "#a6da95" +AlertWarn = "#f5a97f" +AlertError = "#ed8796" +Annotation = "#7dc4e4" +Base = "#cad3f5" +Guidance = "#939ab7" +Important = "#ed8796" +Title = "#7dc4e4" diff --git a/atuin/themes/catppuccin-macchiato-sky.toml b/atuin/themes/catppuccin-macchiato-sky.toml new file mode 100644 index 0000000..ab3e000 --- /dev/null +++ b/atuin/themes/catppuccin-macchiato-sky.toml @@ -0,0 +1,12 @@ +[theme] +name = "catppuccin-macchiato-sky" + +[colors] +AlertInfo = "#a6da95" +AlertWarn = "#f5a97f" +AlertError = "#ed8796" +Annotation = "#91d7e3" +Base = "#cad3f5" +Guidance = "#939ab7" +Important = "#ed8796" +Title = "#91d7e3" diff --git a/atuin/themes/catppuccin-macchiato-teal.toml b/atuin/themes/catppuccin-macchiato-teal.toml new file mode 100644 index 0000000..7c657c1 --- /dev/null +++ b/atuin/themes/catppuccin-macchiato-teal.toml @@ -0,0 +1,12 @@ +[theme] +name = "catppuccin-macchiato-teal" + +[colors] +AlertInfo = "#a6da95" +AlertWarn = "#f5a97f" +AlertError = "#ed8796" +Annotation = "#8bd5ca" +Base = "#cad3f5" +Guidance = "#939ab7" +Important = "#ed8796" +Title = "#8bd5ca" diff --git a/atuin/themes/catppuccin-macchiato-yellow.toml b/atuin/themes/catppuccin-macchiato-yellow.toml new file mode 100644 index 0000000..89c5b53 --- /dev/null +++ b/atuin/themes/catppuccin-macchiato-yellow.toml @@ -0,0 +1,12 @@ +[theme] +name = "catppuccin-macchiato-yellow" + +[colors] +AlertInfo = "#a6da95" +AlertWarn = "#f5a97f" +AlertError = "#ed8796" +Annotation = "#eed49f" +Base = "#cad3f5" +Guidance = "#939ab7" +Important = "#ed8796" +Title = "#eed49f" diff --git a/atuin/themes/catppuccin-mocha-blue.toml b/atuin/themes/catppuccin-mocha-blue.toml new file mode 100644 index 0000000..2afd692 --- /dev/null +++ b/atuin/themes/catppuccin-mocha-blue.toml @@ -0,0 +1,12 @@ +[theme] +name = "catppuccin-mocha-blue" + +[colors] +AlertInfo = "#a6e3a1" +AlertWarn = "#fab387" +AlertError = "#f38ba8" +Annotation = "#89b4fa" +Base = "#cdd6f4" +Guidance = "#9399b2" +Important = "#f38ba8" +Title = "#89b4fa" diff --git a/atuin/themes/catppuccin-mocha-flamingo.toml b/atuin/themes/catppuccin-mocha-flamingo.toml new file mode 100644 index 0000000..c50c691 --- /dev/null +++ b/atuin/themes/catppuccin-mocha-flamingo.toml @@ -0,0 +1,12 @@ +[theme] +name = "catppuccin-mocha-flamingo" + +[colors] +AlertInfo = "#a6e3a1" +AlertWarn = "#fab387" +AlertError = "#f38ba8" +Annotation = "#f2cdcd" +Base = "#cdd6f4" +Guidance = "#9399b2" +Important = "#f38ba8" +Title = "#f2cdcd" diff --git a/atuin/themes/catppuccin-mocha-green.toml b/atuin/themes/catppuccin-mocha-green.toml new file mode 100644 index 0000000..55c99f8 --- /dev/null +++ b/atuin/themes/catppuccin-mocha-green.toml @@ -0,0 +1,12 @@ +[theme] +name = "catppuccin-mocha-green" + +[colors] +AlertInfo = "#a6e3a1" +AlertWarn = "#fab387" +AlertError = "#f38ba8" +Annotation = "#a6e3a1" +Base = "#cdd6f4" +Guidance = "#9399b2" +Important = "#f38ba8" +Title = "#a6e3a1" diff --git a/atuin/themes/catppuccin-mocha-lavender.toml b/atuin/themes/catppuccin-mocha-lavender.toml new file mode 100644 index 0000000..ade6519 --- /dev/null +++ b/atuin/themes/catppuccin-mocha-lavender.toml @@ -0,0 +1,12 @@ +[theme] +name = "catppuccin-mocha-lavender" + +[colors] +AlertInfo = "#a6e3a1" +AlertWarn = "#fab387" +AlertError = "#f38ba8" +Annotation = "#b4befe" +Base = "#cdd6f4" +Guidance = "#9399b2" +Important = "#f38ba8" +Title = "#b4befe" diff --git a/atuin/themes/catppuccin-mocha-maroon.toml b/atuin/themes/catppuccin-mocha-maroon.toml new file mode 100644 index 0000000..50cc44b --- /dev/null +++ b/atuin/themes/catppuccin-mocha-maroon.toml @@ -0,0 +1,12 @@ +[theme] +name = "catppuccin-mocha-maroon" + +[colors] +AlertInfo = "#a6e3a1" +AlertWarn = "#fab387" +AlertError = "#f38ba8" +Annotation = "#eba0ac" +Base = "#cdd6f4" +Guidance = "#9399b2" +Important = "#f38ba8" +Title = "#eba0ac" diff --git a/atuin/themes/catppuccin-mocha-mauve.toml b/atuin/themes/catppuccin-mocha-mauve.toml new file mode 100644 index 0000000..6af338d --- /dev/null +++ b/atuin/themes/catppuccin-mocha-mauve.toml @@ -0,0 +1,12 @@ +[theme] +name = "catppuccin-mocha-mauve" + +[colors] +AlertInfo = "#a6e3a1" +AlertWarn = "#fab387" +AlertError = "#f38ba8" +Annotation = "#cba6f7" +Base = "#cdd6f4" +Guidance = "#9399b2" +Important = "#f38ba8" +Title = "#cba6f7" diff --git a/atuin/themes/catppuccin-mocha-peach.toml b/atuin/themes/catppuccin-mocha-peach.toml new file mode 100644 index 0000000..464212b --- /dev/null +++ b/atuin/themes/catppuccin-mocha-peach.toml @@ -0,0 +1,12 @@ +[theme] +name = "catppuccin-mocha-peach" + +[colors] +AlertInfo = "#a6e3a1" +AlertWarn = "#fab387" +AlertError = "#f38ba8" +Annotation = "#fab387" +Base = "#cdd6f4" +Guidance = "#9399b2" +Important = "#f38ba8" +Title = "#fab387" diff --git a/atuin/themes/catppuccin-mocha-pink.toml b/atuin/themes/catppuccin-mocha-pink.toml new file mode 100644 index 0000000..6846e54 --- /dev/null +++ b/atuin/themes/catppuccin-mocha-pink.toml @@ -0,0 +1,12 @@ +[theme] +name = "catppuccin-mocha-pink" + +[colors] +AlertInfo = "#a6e3a1" +AlertWarn = "#fab387" +AlertError = "#f38ba8" +Annotation = "#f5c2e7" +Base = "#cdd6f4" +Guidance = "#9399b2" +Important = "#f38ba8" +Title = "#f5c2e7" diff --git a/atuin/themes/catppuccin-mocha-red.toml b/atuin/themes/catppuccin-mocha-red.toml new file mode 100644 index 0000000..95b0600 --- /dev/null +++ b/atuin/themes/catppuccin-mocha-red.toml @@ -0,0 +1,12 @@ +[theme] +name = "catppuccin-mocha-red" + +[colors] +AlertInfo = "#a6e3a1" +AlertWarn = "#fab387" +AlertError = "#f38ba8" +Annotation = "#f38ba8" +Base = "#cdd6f4" +Guidance = "#9399b2" +Important = "#f38ba8" +Title = "#f38ba8" diff --git a/atuin/themes/catppuccin-mocha-rosewater.toml b/atuin/themes/catppuccin-mocha-rosewater.toml new file mode 100644 index 0000000..54d0ff3 --- /dev/null +++ b/atuin/themes/catppuccin-mocha-rosewater.toml @@ -0,0 +1,12 @@ +[theme] +name = "catppuccin-mocha-rosewater" + +[colors] +AlertInfo = "#a6e3a1" +AlertWarn = "#fab387" +AlertError = "#f38ba8" +Annotation = "#f5e0dc" +Base = "#cdd6f4" +Guidance = "#9399b2" +Important = "#f38ba8" +Title = "#f5e0dc" diff --git a/atuin/themes/catppuccin-mocha-sapphire.toml b/atuin/themes/catppuccin-mocha-sapphire.toml new file mode 100644 index 0000000..735df4c --- /dev/null +++ b/atuin/themes/catppuccin-mocha-sapphire.toml @@ -0,0 +1,12 @@ +[theme] +name = "catppuccin-mocha-sapphire" + +[colors] +AlertInfo = "#a6e3a1" +AlertWarn = "#fab387" +AlertError = "#f38ba8" +Annotation = "#74c7ec" +Base = "#cdd6f4" +Guidance = "#9399b2" +Important = "#f38ba8" +Title = "#74c7ec" diff --git a/atuin/themes/catppuccin-mocha-sky.toml b/atuin/themes/catppuccin-mocha-sky.toml new file mode 100644 index 0000000..3cc9d2e --- /dev/null +++ b/atuin/themes/catppuccin-mocha-sky.toml @@ -0,0 +1,12 @@ +[theme] +name = "catppuccin-mocha-sky" + +[colors] +AlertInfo = "#a6e3a1" +AlertWarn = "#fab387" +AlertError = "#f38ba8" +Annotation = "#89dceb" +Base = "#cdd6f4" +Guidance = "#9399b2" +Important = "#f38ba8" +Title = "#89dceb" diff --git a/atuin/themes/catppuccin-mocha-teal.toml b/atuin/themes/catppuccin-mocha-teal.toml new file mode 100644 index 0000000..e775ed6 --- /dev/null +++ b/atuin/themes/catppuccin-mocha-teal.toml @@ -0,0 +1,12 @@ +[theme] +name = "catppuccin-mocha-teal" + +[colors] +AlertInfo = "#a6e3a1" +AlertWarn = "#fab387" +AlertError = "#f38ba8" +Annotation = "#94e2d5" +Base = "#cdd6f4" +Guidance = "#9399b2" +Important = "#f38ba8" +Title = "#94e2d5" diff --git a/atuin/themes/catppuccin-mocha-yellow.toml b/atuin/themes/catppuccin-mocha-yellow.toml new file mode 100644 index 0000000..b054ac8 --- /dev/null +++ b/atuin/themes/catppuccin-mocha-yellow.toml @@ -0,0 +1,12 @@ +[theme] +name = "catppuccin-mocha-yellow" + +[colors] +AlertInfo = "#a6e3a1" +AlertWarn = "#fab387" +AlertError = "#f38ba8" +Annotation = "#f9e2af" +Base = "#cdd6f4" +Guidance = "#9399b2" +Important = "#f38ba8" +Title = "#f9e2af"