From b4e89fb08bee6d2c89abd2608dfc2ef8318196e1 Mon Sep 17 00:00:00 2001 From: quak Date: Tue, 24 Sep 2024 23:35:08 +0200 Subject: [PATCH] adjusted eza theme and and alacritty colors --- .../.config/alacritty/themes/zegonix.toml | 104 ++++++------------ bashrc/.bashrc | 7 ++ eza/.config/eza/theme.yml | 36 +++--- 3 files changed, 62 insertions(+), 85 deletions(-) diff --git a/alacritty/.config/alacritty/themes/zegonix.toml b/alacritty/.config/alacritty/themes/zegonix.toml index 6bf7d0b..c81fa5e 100755 --- a/alacritty/.config/alacritty/themes/zegonix.toml +++ b/alacritty/.config/alacritty/themes/zegonix.toml @@ -43,93 +43,59 @@ white = "0xC8C8B8" # index = # 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) [[colors.indexed_colors]] -index = 0x30 +index = 0x10 color = "0xA3BCF5" # pastel magenta [[colors.indexed_colors]] -index = 0x31 +index = 0x11 color = "0xD75B99" # pastel green yellow'ish [[colors.indexed_colors]] -index = 0x32 +index = 0x12 color = "0x85c567" # pastel yellow [[colors.indexed_colors]] -index = 0x33 +index = 0x13 color = "0xF1EAA2" # pastel green blue'ish [[colors.indexed_colors]] -index = 0x34 +index = 0x14 color = "0x81CFC6" # pastel cyan [[colors.indexed_colors]] -index = 0x35 +index = 0x15 color = "0x3ea389" # pastel orange [[colors.indexed_colors]] -index = 0x36 +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" \ No newline at end of file diff --git a/bashrc/.bashrc b/bashrc/.bashrc index f11a976..585f09c 100644 --- a/bashrc/.bashrc +++ b/bashrc/.bashrc @@ -5,6 +5,13 @@ # If not running interactively, don't do anything [[ $- != *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 list='eza -lao --no-permissions --group-directories-first -s=ext --color=always --time-style long-iso' # alias list='lsd -lA' diff --git a/eza/.config/eza/theme.yml b/eza/.config/eza/theme.yml index c62817f..6f57363 100644 --- a/eza/.config/eza/theme.yml +++ b/eza/.config/eza/theme.yml @@ -11,10 +11,10 @@ # is_strikethrough: true # prefix_with_reset: false -define: &zx_permissions 21 -define: &zx_size 49 -define: &zx_user 48 -define: &zx_timestamp 22 +define: &zx_permissions 15 +define: &zx_size 16 +define: &zx_user 27 +define: &zx_timestamp 29 # define: &zx_ octal: @@ -79,11 +79,11 @@ date: filekinds: normal: - foreground: white + foreground: 15 directory: - foreground: 50 + foreground: blue symlink: - foreground: 53 + foreground: cyan pipe: foreground: white block_device: @@ -95,7 +95,8 @@ filekinds: special: foreground: white executable: - foreground: 51 + foreground: green + is_bold: true mount_point: foreground: 54 @@ -107,18 +108,21 @@ links: file_type: image: - foreground: 21 + foreground: 17 video: - foreground: 21 + foreground: 17 # music # crypto # document compressed: - foreground: 49 + foreground: magenta # temp -# compiled -# build -# source + compiled: + foreground: 19 + build: + foreground: 11 + source: + foreground: 12 # perms: # user_read: @@ -177,7 +181,7 @@ punctuation: # foreground: magenta broken_symlink: - foreground: magenta + foreground: 32 broken_path_overlay: - foreground: magenta + foreground: 32