From 684e0ffbfad7889fea85851b6605d3dc0b9eaee7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Mon, 28 Apr 2025 10:42:29 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20ux(atuin):=20add=20catppuccin=20?= =?UTF-8?q?theme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/atuin/config.toml | 3 +++ .../atuin/themes/catppuccin-macchiato-lavender.toml | 12 ++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 .config/atuin/themes/catppuccin-macchiato-lavender.toml diff --git a/.config/atuin/config.toml b/.config/atuin/config.toml index fba81865..ae3e8fe0 100644 --- a/.config/atuin/config.toml +++ b/.config/atuin/config.toml @@ -99,3 +99,6 @@ keymap_mode = "vim-insert" ## faster sync [sync] records = true + +[theme] +name = "catppuccin-macchiato-lavender" diff --git a/.config/atuin/themes/catppuccin-macchiato-lavender.toml b/.config/atuin/themes/catppuccin-macchiato-lavender.toml new file mode 100644 index 00000000..15039d2f --- /dev/null +++ b/.config/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"