adjusted eza theme and and alacritty colors

This commit is contained in:
quak
2024-09-24 23:35:08 +02:00
parent a3f6a184c5
commit b4e89fb08b
3 changed files with 62 additions and 85 deletions

View File

@@ -43,93 +43,59 @@ white = "0xC8C8B8"
# index = # index =
# color = # color =
# dark gray (bright black)
[[colors.indexed_colors]]
index = 0x10
color = "0x2C2C3C"
# bright red
[[colors.indexed_colors]]
index = 0x11
color = "0xFF4054"
# bright green
[[colors.indexed_colors]]
index = 0x12
color = "0x51E740"
# bright "yellow" (aka yellowish green)
[[colors.indexed_colors]]
index = 0x13
color = "0xF7F06E"
# bright blue
[[colors.indexed_colors]]
index = 0x14
color = "0x72AFE3"
# bright magenta
[[colors.indexed_colors]]
index = 0x15
color = "0xFBADDD"
# bright cyan
[[colors.indexed_colors]]
index = 0x16
color = "0x65E7F1"
# white white
[[colors.indexed_colors]]
index = 0x17
color = "0xFFFFFF"
# dark red
[[colors.indexed_colors]]
index = 0x21
color = "0xB00010"
# dark green
[[colors.indexed_colors]]
index = 0x22
color = "0x165A36"
# dark "yellow" (aka yellowish green)
[[colors.indexed_colors]]
index = 0x23
color = "0x2A5C23"
# dark blue
[[colors.indexed_colors]]
index = 0x24
color = "0x001D42"
# dark magenta / purple
[[colors.indexed_colors]]
index = 0x25
color = "0x9034B2"
# dark cyan
[[colors.indexed_colors]]
index = 0x26
color = "0x109EA8"
# "dark white"
[[colors.indexed_colors]]
index = 0x27
color = "0xC8C8B8"
# pastel blue (red'ish) # pastel blue (red'ish)
[[colors.indexed_colors]] [[colors.indexed_colors]]
index = 0x30 index = 0x10
color = "0xA3BCF5" color = "0xA3BCF5"
# pastel magenta # pastel magenta
[[colors.indexed_colors]] [[colors.indexed_colors]]
index = 0x31 index = 0x11
color = "0xD75B99" color = "0xD75B99"
# pastel green yellow'ish # pastel green yellow'ish
[[colors.indexed_colors]] [[colors.indexed_colors]]
index = 0x32 index = 0x12
color = "0x85c567" color = "0x85c567"
# pastel yellow # pastel yellow
[[colors.indexed_colors]] [[colors.indexed_colors]]
index = 0x33 index = 0x13
color = "0xF1EAA2" color = "0xF1EAA2"
# pastel green blue'ish # pastel green blue'ish
[[colors.indexed_colors]] [[colors.indexed_colors]]
index = 0x34 index = 0x14
color = "0x81CFC6" color = "0x81CFC6"
# pastel cyan # pastel cyan
[[colors.indexed_colors]] [[colors.indexed_colors]]
index = 0x35 index = 0x15
color = "0x3ea389" color = "0x3ea389"
# pastel orange # pastel orange
[[colors.indexed_colors]] [[colors.indexed_colors]]
index = 0x36 index = 0x16
color = "0xE0BA85" 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"

View File

@@ -5,6 +5,13 @@
# If not running interactively, don't do anything # If not running interactively, don't do anything
[[ $- != *i* ]] && return [[ $- != *i* ]] && return
# functions
show256colors () {
for code in {0..255}; do
echo -e "\e[38;05;${code}m $code: Color";
done
}
alias ls='ls -hal --color=auto' alias ls='ls -hal --color=auto'
alias list='eza -lao --no-permissions --group-directories-first -s=ext --color=always --time-style long-iso' alias list='eza -lao --no-permissions --group-directories-first -s=ext --color=always --time-style long-iso'
# alias list='lsd -lA' # alias list='lsd -lA'

View File

@@ -11,10 +11,10 @@
# is_strikethrough: true # is_strikethrough: true
# prefix_with_reset: false # prefix_with_reset: false
define: &zx_permissions 21 define: &zx_permissions 15
define: &zx_size 49 define: &zx_size 16
define: &zx_user 48 define: &zx_user 27
define: &zx_timestamp 22 define: &zx_timestamp 29
# define: &zx_ # define: &zx_
octal: octal:
@@ -79,11 +79,11 @@ date:
filekinds: filekinds:
normal: normal:
foreground: white foreground: 15
directory: directory:
foreground: 50 foreground: blue
symlink: symlink:
foreground: 53 foreground: cyan
pipe: pipe:
foreground: white foreground: white
block_device: block_device:
@@ -95,7 +95,8 @@ filekinds:
special: special:
foreground: white foreground: white
executable: executable:
foreground: 51 foreground: green
is_bold: true
mount_point: mount_point:
foreground: 54 foreground: 54
@@ -107,18 +108,21 @@ links:
file_type: file_type:
image: image:
foreground: 21 foreground: 17
video: video:
foreground: 21 foreground: 17
# music # music
# crypto # crypto
# document # document
compressed: compressed:
foreground: 49 foreground: magenta
# temp # temp
# compiled compiled:
# build foreground: 19
# source build:
foreground: 11
source:
foreground: 12
# perms: # perms:
# user_read: # user_read:
@@ -177,7 +181,7 @@ punctuation:
# foreground: magenta # foreground: magenta
broken_symlink: broken_symlink:
foreground: magenta foreground: 32
broken_path_overlay: broken_path_overlay:
foreground: magenta foreground: 32