Skip to content

Instantly share code, notes, and snippets.

@wyattferguson
Created March 21, 2025 01:50
Show Gist options
  • Save wyattferguson/bd8e63dac268534e0f65cf65c75a7677 to your computer and use it in GitHub Desktop.
Save wyattferguson/bd8e63dac268534e0f65cf65c75a7677 to your computer and use it in GitHub Desktop.
# EZA Theme: ~/.config/eza/theme.yml
# Powershell:
# Set-Item -Path Env:\EZA_CONFIG_DIR C:\Users\wyatt\.config\eza
colourful: true
filekinds:
normal: { foreground: "#ABB2BF" }
directory: { foreground: "#61AFEF" }
symlink: { foreground: "#56B6C2" }
pipe: { foreground: "#5C6370" }
block_device: { foreground: "#E5C07B" }
char_device: { foreground: "#E5C07B" }
socket: { foreground: "#5C6370" }
special: { foreground: "#C678DD" }
executable: { foreground: "#98C379" }
mount_point: { foreground: "#61AFEF" }
perms:
user_read: { foreground: "#ABB2BF" }
user_write: { foreground: "#D19A66" }
user_execute_file: { foreground: "#98C379" }
user_execute_other: { foreground: "#98C379" }
group_read: { foreground: "#ABB2BF" }
group_write: { foreground: "#D19A66" }
group_execute: { foreground: "#98C379" }
other_read: { foreground: "#5C6370" }
other_write: { foreground: "#D19A66" }
other_execute: { foreground: "#98C379" }
special_user_file: { foreground: "#C678DD" }
special_other: { foreground: "#5C6370" }
attribute: { foreground: "#5C6370" }
size:
major: { foreground: "#4D869C" }
minor: { foreground: "#4D869C" }
number_byte: { foreground: "#4D869C" }
number_kilo: { foreground: "#4D869C" }
number_mega: { foreground: "#4D869C" }
number_giga: { foreground: "#4D869C" }
number_huge: { foreground: "#4D869C" }
unit_byte: { foreground: "#4D869C" }
unit_kilo: { foreground: "#4D869C" }
unit_mega: { foreground: "#4D869C" }
unit_giga: { foreground: "#4D869C" }
unit_huge: { foreground: "#4D869C" }
users:
user_you: { foreground: "#F8F5E9" }
user_root: { foreground: "#F8F5E9" }
user_other: { foreground: "#F8F5E9" }
group_yours: { foreground: "#ABB2BF" }
group_other: { foreground: "#5C6370" }
group_root: { foreground: "#E06C75" }
links:
normal: { foreground: "#56B6C2" }
multi_link_file: { foreground: "#61AFEF" }
git:
new: { foreground: "#98C379" }
modified: { foreground: "#E5C07B" }
deleted: { foreground: "#E06C75" }
renamed: { foreground: "#98C379" }
typechange: { foreground: "#C678DD" }
ignored: { foreground: "#5C6370" }
conflicted: { foreground: "#E06C75" }
git_repo:
branch_main: { foreground: "#ABB2BF" }
branch_other: { foreground: "#C678DD" }
git_clean: { foreground: "#98C379" }
git_dirty: { foreground: "#E06C75" }
security_context:
colon: { foreground: "#5C6370" }
user: { foreground: "#ABB2BF" }
role: { foreground: "#C678DD" }
typ: { foreground: "#5C6370" }
range: { foreground: "#C678DD" }
file_type:
image: { foreground: "#E5C07B" }
video: { foreground: "#E06C75" }
music: { foreground: "#98C379" }
lossless: { foreground: "#56B6C2" }
crypto: { foreground: "#5C6370" }
document: { foreground: "#ABB2BF" }
compressed: { foreground: "#C678DD" }
temp: { foreground: "#E06C75" }
compiled: { foreground: "#61AFEF" }
build: { foreground: "#5C6370" }
source: { foreground: "#61AFEF" }
punctuation: { foreground: "#5C6370" }
date: { foreground: "#76ABAE" }
inode: { foreground: "#5C6370" }
blocks: { foreground: "#5C6370" }
header: { foreground: "#ABB2BF" }
octal: { foreground: "#56B6C2" }
flags: { foreground: "#C678DD" }
symlink_path: { foreground: "#56B6C2" }
control_char: { foreground: "#61AFEF" }
broken_symlink: { foreground: "#E06C75" }
broken_path_overlay: { foreground: "#5C6370" }

Comments are disabled for this gist.