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"