diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-05-25 19:14:02 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-05-25 19:14:02 +0530 |
commit | c592fa0aca76ae2bd65a915d2df9152458ae8817 (patch) | |
tree | f87202b90ffe25e1c50e5e48d006ba908d661c23 /.config/alacritty/themes/catppuccin-macchiato.toml | |
parent | a23da6652360aa15b13138da373a1068071f715e (diff) |
changed alacritty theme, removed useless ones
Diffstat (limited to '.config/alacritty/themes/catppuccin-macchiato.toml')
-rw-r--r-- | .config/alacritty/themes/catppuccin-macchiato.toml | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/.config/alacritty/themes/catppuccin-macchiato.toml b/.config/alacritty/themes/catppuccin-macchiato.toml new file mode 100644 index 0000000..df5c8bc --- /dev/null +++ b/.config/alacritty/themes/catppuccin-macchiato.toml @@ -0,0 +1,66 @@ +[colors.primary] +#background = "#24273a" +background = "#14161b" +foreground = "#cad3f5" +dim_foreground = "#8087a2" +bright_foreground = "#cad3f5" + +[colors.cursor] +text = "#24273a" +cursor = "#f4dbd6" + +[colors.vi_mode_cursor] +text = "#24273a" +cursor = "#b7bdf8" + +[colors.search.matches] +foreground = "#24273a" +background = "#a5adcb" + +[colors.search.focused_match] +foreground = "#24273a" +background = "#a6da95" + +[colors.footer_bar] +foreground = "#24273a" +background = "#a5adcb" + +[colors.hints.start] +foreground = "#24273a" +background = "#eed49f" + +[colors.hints.end] +foreground = "#24273a" +background = "#a5adcb" + +[colors.selection] +text = "#24273a" +background = "#f4dbd6" + +[colors.normal] +black = "#494d64" +red = "#ed8796" +green = "#a6da95" +yellow = "#eed49f" +blue = "#8aadf4" +magenta = "#f5bde6" +cyan = "#8bd5ca" +white = "#b8c0e0" + +[colors.bright] +black = "#5b6078" +red = "#ed8796" +green = "#a6da95" +yellow = "#eed49f" +blue = "#8aadf4" +magenta = "#f5bde6" +cyan = "#8bd5ca" +white = "#a5adcb" + +[[colors.indexed_colors]] +index = 16 +color = "#f5a97f" + +[[colors.indexed_colors]] +index = 17 +color = "#f4dbd6" |