changed alacritty and eza colors

This commit is contained in:
quak
2024-09-23 23:32:07 +02:00
parent b7d501b0bd
commit a3f6a184c5
3 changed files with 73 additions and 51 deletions

View File

@@ -1,5 +1,5 @@
[colors.primary] [colors.primary]
background = "0x202028" background = "0x0C0C18"
foreground = "0xD8D8D0" foreground = "0xD8D8D0"
dim_foreground = "0xA0A0A0" dim_foreground = "0xA0A0A0"
bright_foreground = "0xFFFFFF" bright_foreground = "0xFFFFFF"
@@ -9,34 +9,34 @@ cursor = "0xBBBBBB"
text = "0x202830" text = "0x202830"
[colors.normal] [colors.normal]
black = "0x000000" # v black = "0x181820"
red = "0xF00118" # v red = "0xE00010"
green = "0x0CB653" # v green = "0x34AD1F"
yellow = "0x5EB34D" # v yellow = "0xE1D719"
blue = "0x1F6DDB" # v blue = "0x2B58D4"
magenta = "0xE02482" # v magenta = "0xE02482"
cyan = "0x15D7E5" # v cyan = "0x15D7E5"
white = "0xD8D8D0" # v white = "0xE0E0D0"
[colors.bright] [colors.bright]
black = "0x101010" # v black = "0x2C2C3C"
red = "0xFF4054" # v red = "0xFF4054"
green = "0x4BDD94" # v green = "0x51E740"
yellow = "0x9EDF6D" # v yellow = "0xF7F06E"
blue = "0x72AFE3" # v blue = "0x72AFE3"
magenta = "0xFBADDD" # v magenta = "0xFBADDD"
cyan = "0x65E7F1" # v cyan = "0x65E7F1"
white = "0xFFFFFF" # v white = "0xFFFFFF"
[colors.dim] [colors.dim]
black = "0x000000" # v black = "0x000000"
red = "0xB00010" # v red = "0xB00010"
green = "0x165A36" # v green = "0x165A36"
yellow = "0x2A5C23" # v yellow = "0xA5910D"
blue = "0x001D42" # v blue = "0x001D42"
magenta = "0x9034B2" # v magenta = "0x9034B2"
cyan = "0x109EA8" # v cyan = "0x109EA8"
white = "0xC8C8B8" # v white = "0xC8C8B8"
# [[colors.indexed_colors]] # [[colors.indexed_colors]]
@@ -46,7 +46,7 @@ white = "0xC8C8B8" # v
# dark gray (bright black) # dark gray (bright black)
[[colors.indexed_colors]] [[colors.indexed_colors]]
index = 0x10 index = 0x10
color = "0x101010" color = "0x2C2C3C"
# bright red # bright red
[[colors.indexed_colors]] [[colors.indexed_colors]]
index = 0x11 index = 0x11
@@ -54,11 +54,11 @@ color = "0xFF4054"
# bright green # bright green
[[colors.indexed_colors]] [[colors.indexed_colors]]
index = 0x12 index = 0x12
color = "0x4BDD94" color = "0x51E740"
# bright "yellow" (aka yellowish green) # bright "yellow" (aka yellowish green)
[[colors.indexed_colors]] [[colors.indexed_colors]]
index = 0x13 index = 0x13
color = "0x9EDF6D" color = "0xF7F06E"
# bright blue # bright blue
[[colors.indexed_colors]] [[colors.indexed_colors]]
index = 0x14 index = 0x14
@@ -105,15 +105,31 @@ color = "0x109EA8"
index = 0x27 index = 0x27
color = "0xC8C8B8" color = "0xC8C8B8"
# actual yellow # pastel blue (red'ish)
[[colors.indexed_colors]]
index = 0x30
color = "0xA3BCF5"
# pastel magenta
[[colors.indexed_colors]]
index = 0x31
color = "0xD75B99"
# pastel green yellow'ish
[[colors.indexed_colors]] [[colors.indexed_colors]]
index = 0x32 index = 0x32
color = "0xE2C836" color = "0x85c567"
# very bright yellow # pastel yellow
[[colors.indexed_colors]] [[colors.indexed_colors]]
index = 0x33 index = 0x33
color = "0xF1EAA2" color = "0xF1EAA2"
# somewhat light blue # pastel green blue'ish
[[colors.indexed_colors]] [[colors.indexed_colors]]
index = 0x34 index = 0x34
color = "0x4C8FE6" color = "0x81CFC6"
# pastel cyan
[[colors.indexed_colors]]
index = 0x35
color = "0x3ea389"
# pastel orange
[[colors.indexed_colors]]
index = 0x36
color = "0xE0BA85"

View File

@@ -12,14 +12,14 @@
# prefix_with_reset: false # prefix_with_reset: false
define: &zx_permissions 21 define: &zx_permissions 21
define: &zx_size magenta define: &zx_size 49
define: &zx_user green define: &zx_user 48
define: &zx_timestamp 19 define: &zx_timestamp 22
# define: &zx_ # define: &zx_
octal: octal:
foreground: *zx_permissions foreground: *zx_permissions
is_bold: true is_bold: false
is_dimmed: false is_dimmed: false
size: size:
@@ -63,10 +63,13 @@ size:
users: users:
user_you: user_you:
foreground: *zx_user foreground: *zx_user
is_bold: false
user_root: user_root:
foreground: *zx_user foreground: *zx_user
is_bold: false
user_other: user_other:
foreground: *zx_user foreground: *zx_user
is_bold: false
# group_yours # group_yours
# group_other # group_other
# group_root # group_root
@@ -76,11 +79,11 @@ date:
filekinds: filekinds:
normal: normal:
foreground: 23 foreground: white
directory: directory:
foreground: blue foreground: 50
symlink: symlink:
foreground: cyan foreground: 53
pipe: pipe:
foreground: white foreground: white
block_device: block_device:
@@ -94,21 +97,24 @@ filekinds:
executable: executable:
foreground: 51 foreground: 51
mount_point: mount_point:
foreground: white foreground: 54
links: links:
normal: normal:
foreground: yellow foreground: 52
multi_link_file: multi_link_file:
foreground: yellow foreground: 52
# file_type: file_type:
# image image:
# video foreground: 21
video:
foreground: 21
# music # music
# crypto # crypto
# document # document
# compressed compressed:
foreground: 49
# temp # temp
# compiled # compiled
# build # build

View File

@@ -13,7 +13,7 @@ fade-delta = 8;
# opacity # opacity
opacity-rule = [ opacity-rule = [
"93:class_g = 'Alacritty'" "90:class_g = 'Alacritty'"
]; ];
# corners # corners