removed redefinitions of numbered colors from alacritty config

This commit is contained in:
quak
2025-02-23 00:58:41 +01:00
committed by scbj
parent 9687648796
commit 2f93c96dfa
4 changed files with 11 additions and 72 deletions

View File

@@ -38,64 +38,3 @@ magenta = "0x9034B2"
cyan = "0x109EA8"
white = "0xC8C8B8"
# [[colors.indexed_colors]]
# index =
# color =
# pastel blue (red'ish)
[[colors.indexed_colors]]
index = 0x10
color = "0xA3BCF5"
# pastel magenta
[[colors.indexed_colors]]
index = 0x11
color = "0xD75B99"
# pastel green yellow'ish
[[colors.indexed_colors]]
index = 0x12
color = "0x85C567"
# pastel yellow
[[colors.indexed_colors]]
index = 0x13
color = "0xF1EAA2"
# pastel green blue'ish
[[colors.indexed_colors]]
index = 0x14
color = "0x81CFC6"
# pastel cyan
[[colors.indexed_colors]]
index = 0x15
color = "0x3EA389"
# pastel orange
[[colors.indexed_colors]]
index = 0x16
color = "0xE0BA85"
## shades of grey
[[colors.indexed_colors]]
index = 0x18
color = "0x181818"
[[colors.indexed_colors]]
index = 0x19
color = "0x383838"
[[colors.indexed_colors]]
index = 0x1A
color = "0x585858"
[[colors.indexed_colors]]
index = 0x1B
color = "0x787878"
[[colors.indexed_colors]]
index = 0x1C
color = "0x989898"
[[colors.indexed_colors]]
index = 0x1D
color = "0xB8B8B8"
[[colors.indexed_colors]]
index = 0x1E
color = "0xD8D8D8"
# dark red
[[colors.indexed_colors]]
index = 0x20
color = "0xC00008"