Add alacritty themes
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
import = [
|
||||||
|
"catppuccin-machhiato.toml"
|
||||||
|
]
|
||||||
|
|
||||||
[font]
|
[font]
|
||||||
# normal={family = "Hack Nerd Font Mono", style = "Regular"}
|
# normal={family = "Hack Nerd Font Mono", style = "Regular"}
|
||||||
normal={family = "Hack", style = "Regular"}
|
normal={family = "Hack", style = "Regular"}
|
||||||
@@ -9,5 +13,61 @@ blur=true
|
|||||||
[keyboard]
|
[keyboard]
|
||||||
bindings = [{ key = "V", mods = "Control", action = "Paste"}]
|
bindings = [{ key = "V", mods = "Control", action = "Paste"}]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# [colors.primary]
|
# [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"
|
# foreground = "#000000"
|
||||||
|
|||||||
58
.config/alacritty/base16-oxocarbon-dark-256.toml
Normal file
58
.config/alacritty/base16-oxocarbon-dark-256.toml
Normal file
@@ -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"
|
||||||
75
.config/alacritty/catppuccin-macchiato.toml
Normal file
75
.config/alacritty/catppuccin-macchiato.toml
Normal file
@@ -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"
|
||||||
Reference in New Issue
Block a user