diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2023-10-03 21:17:11 -0400 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2023-10-03 21:17:11 -0400 |
| commit | ddbc6e9389dc8d3963e25019cfed70ef2933c284 (patch) | |
| tree | 1c14221d43d287f3b0b1622a011a967c124f86ae /.config | |
| parent | f57ffebc41c61243db86ae5040222345dd5e896b (diff) | |
Update catpuccin/aerc
Diffstat (limited to '.config')
| -rw-r--r-- | .config/aerc/stylesets/catppuccin-frappe | 7 | ||||
| -rw-r--r-- | .config/aerc/stylesets/catppuccin-latte | 7 | ||||
| -rw-r--r-- | .config/aerc/stylesets/catppuccin-macchiato | 7 | ||||
| -rw-r--r-- | .config/aerc/stylesets/catppuccin-mocha | 7 |
4 files changed, 20 insertions, 8 deletions
diff --git a/.config/aerc/stylesets/catppuccin-frappe b/.config/aerc/stylesets/catppuccin-frappe index acdca1c..78e8e92 100644 --- a/.config/aerc/stylesets/catppuccin-frappe +++ b/.config/aerc/stylesets/catppuccin-frappe @@ -1,3 +1,6 @@ +*.default=true +*.normal=true + default.fg=#c6d0f5 error.fg=#e78284 @@ -36,9 +39,9 @@ header.bold=true signature.dim=true diff_meta.bold=true diff_chunk.fg=#8caaee +diff_chunk_func.fg=#8caaee +diff_chunk_func.bold=true diff_add.fg=#a6d189 diff_del.fg=#e78284 quote_*.fg=#737994 quote_1.fg=#949cbb - - diff --git a/.config/aerc/stylesets/catppuccin-latte b/.config/aerc/stylesets/catppuccin-latte index 507d23c..1be8fe2 100644 --- a/.config/aerc/stylesets/catppuccin-latte +++ b/.config/aerc/stylesets/catppuccin-latte @@ -1,3 +1,6 @@ +*.default=true +*.normal=true + default.fg=#4c4f69 error.fg=#d20f39 @@ -36,9 +39,9 @@ header.bold=true signature.dim=true diff_meta.bold=true diff_chunk.fg=#1e66f5 +diff_chunk_func.fg=#1e66f5 +diff_chunk_func.bold=true diff_add.fg=#40a02b diff_del.fg=#d20f39 quote_*.fg=#9ca0b0 quote_1.fg=#7c7f93 - - diff --git a/.config/aerc/stylesets/catppuccin-macchiato b/.config/aerc/stylesets/catppuccin-macchiato index ffb288e..34d8163 100644 --- a/.config/aerc/stylesets/catppuccin-macchiato +++ b/.config/aerc/stylesets/catppuccin-macchiato @@ -1,3 +1,6 @@ +*.default=true +*.normal=true + default.fg=#cad3f5 error.fg=#ed8796 @@ -36,9 +39,9 @@ header.bold=true signature.dim=true diff_meta.bold=true diff_chunk.fg=#8aadf4 +diff_chunk_func.fg=#8aadf4 +diff_chunk_func.bold=true diff_add.fg=#a6da95 diff_del.fg=#ed8796 quote_*.fg=#6e738d quote_1.fg=#939ab7 - - diff --git a/.config/aerc/stylesets/catppuccin-mocha b/.config/aerc/stylesets/catppuccin-mocha index 8882e7c..4e90b99 100644 --- a/.config/aerc/stylesets/catppuccin-mocha +++ b/.config/aerc/stylesets/catppuccin-mocha @@ -1,3 +1,6 @@ +*.default=true +*.normal=true + default.fg=#cdd6f4 error.fg=#f38ba8 @@ -36,9 +39,9 @@ header.bold=true signature.dim=true diff_meta.bold=true diff_chunk.fg=#89b4fa +diff_chunk_func.fg=#89b4fa +diff_chunk_func.bold=true diff_add.fg=#a6e3a1 diff_del.fg=#f38ba8 quote_*.fg=#6c7086 quote_1.fg=#9399b2 - - |
