Add alacritty themes

This commit is contained in:
Pablu23
2024-06-26 14:31:56 +02:00
parent 0489965103
commit a1b8059339
3 changed files with 193 additions and 0 deletions

View 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"