🎨 ux(atuin): add catppuccin theme
This commit is contained in:
parent
598a863c31
commit
684e0ffbfa
2 changed files with 15 additions and 0 deletions
|
@ -99,3 +99,6 @@ keymap_mode = "vim-insert"
|
||||||
## faster sync
|
## faster sync
|
||||||
[sync]
|
[sync]
|
||||||
records = true
|
records = true
|
||||||
|
|
||||||
|
[theme]
|
||||||
|
name = "catppuccin-macchiato-lavender"
|
||||||
|
|
12
.config/atuin/themes/catppuccin-macchiato-lavender.toml
Normal file
12
.config/atuin/themes/catppuccin-macchiato-lavender.toml
Normal file
|
@ -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"
|
Loading…
Add table
Reference in a new issue