From a1b8059339b94c47c5d403b480be3f46077315a1 Mon Sep 17 00:00:00 2001 From: Pablu23 Date: Wed, 26 Jun 2024 14:31:56 +0200 Subject: [PATCH] Add alacritty themes --- .config/alacritty/alacritty.toml | 60 +++++++++++++++ .../alacritty/base16-oxocarbon-dark-256.toml | 58 ++++++++++++++ .config/alacritty/catppuccin-macchiato.toml | 75 +++++++++++++++++++ 3 files changed, 193 insertions(+) create mode 100644 .config/alacritty/base16-oxocarbon-dark-256.toml create mode 100644 .config/alacritty/catppuccin-macchiato.toml diff --git a/.config/alacritty/alacritty.toml b/.config/alacritty/alacritty.toml index c752658..7cf3ca6 100644 --- a/.config/alacritty/alacritty.toml +++ b/.config/alacritty/alacritty.toml @@ -1,3 +1,7 @@ +import = [ + "catppuccin-machhiato.toml" + ] + [font] # normal={family = "Hack Nerd Font Mono", style = "Regular"} normal={family = "Hack", style = "Regular"} @@ -9,5 +13,61 @@ blur=true [keyboard] bindings = [{ key = "V", mods = "Control", action = "Paste"}] + + # [colors.primary] +# background = '0x161616' +# foreground = '0xf2f4f8' +# +# # Colors the cursor will use if `custom_cursor_colors` is true +# [colors.cursor] +# text = '0x161616' +# cursor = '0xf2f4f8' +# +# # Normal colors +# [colors.normal] +# black = '0x161616' +# red = '0x3ddbd9' +# green = '0x33b1ff' +# yellow = '0xee5396' +# blue = '0x42be65' +# magenta = '0xbe95ff' +# cyan = '0xff7eb6' +# white = '0xf2f4f8' +# +# # Bright colors +# [colors.bright] +# black = '0x525252' +# red = '0x3ddbd9' +# green = '0x33b1ff' +# yellow = '0xee5396' +# blue = '0x42be65' +# magenta = '0xbe95ff' +# cyan = '0xff7eb6' +# white = '0x08bdba' +# +# [[colors.indexed_colors]] +# index = 16 +# color = "0x78a9ff" +# +# [[colors.indexed_colors]] +# index = 17 +# color = "0x82cfff" +# +# [[colors.indexed_colors]] +# index = 18 +# color = "0x262626" +# +# [[colors.indexed_colors]] +# index = 19 +# color = "0x393939" +# +# [[colors.indexed_colors]] +# index = 20 +# color = "0xdde1e6" +# +# [[colors.indexed_colors]] +# index = 21 +# color = "0xffffff" +# # [colors.primary] # foreground = "#000000" diff --git a/.config/alacritty/base16-oxocarbon-dark-256.toml b/.config/alacritty/base16-oxocarbon-dark-256.toml new file mode 100644 index 0000000..6367fba --- /dev/null +++ b/.config/alacritty/base16-oxocarbon-dark-256.toml @@ -0,0 +1,58 @@ +# Base16 Oxocarbon Dark 256 - alacritty color config +# shaunsingh/IBM + +# Default colors +[colors.primary] +background = '0x161616' +foreground = '0xf2f4f8' + +# Colors the cursor will use if `custom_cursor_colors` is true +[colors.cursor] +text = '0x161616' +cursor = '0xf2f4f8' + +# Normal colors +[colors.normal] +black = '0x161616' +red = '0x3ddbd9' +green = '0x33b1ff' +yellow = '0xee5396' +blue = '0x42be65' +magenta = '0xbe95ff' +cyan = '0xff7eb6' +white = '0xf2f4f8' + +# Bright colors +[colors.bright] +black = '0x525252' +red = '0x3ddbd9' +green = '0x33b1ff' +yellow = '0xee5396' +blue = '0x42be65' +magenta = '0xbe95ff' +cyan = '0xff7eb6' +white = '0x08bdba' + +[[colors.indexed_colors]] +index = 16 +color = "0x78a9ff" + +[[colors.indexed_colors]] +index = 17 +color = "0x82cfff" + +[[colors.indexed_colors]] +index = 18 +color = "0x262626" + +[[colors.indexed_colors]] +index = 19 +color = "0x393939" + +[[colors.indexed_colors]] +index = 20 +color = "0xdde1e6" + +[[colors.indexed_colors]] +index = 21 +color = "0xffffff" diff --git a/.config/alacritty/catppuccin-macchiato.toml b/.config/alacritty/catppuccin-macchiato.toml new file mode 100644 index 0000000..9904f6a --- /dev/null +++ b/.config/alacritty/catppuccin-macchiato.toml @@ -0,0 +1,75 @@ +[colors.primary] +background = "#24273a" +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.dim] +black = "#494d64" +red = "#ed8796" +green = "#a6da95" +yellow = "#eed49f" +blue = "#8aadf4" +magenta = "#f5bde6" +cyan = "#8bd5ca" +white = "#b8c0e0" + +[[colors.indexed_colors]] +index = 16 +color = "#f5a97f" + +[[colors.indexed_colors]] +index = 17 +color = "#f4dbd6" \ No newline at end of file