fix(eza): added correct light theme for rosé pine (#2214)

correct light theme for rosé pine is rose-pine-dawn

Co-authored-by: Gustave Denis <gustavetdenis@gmail.com>
This commit is contained in:
Gustave Denis
2025-10-05 21:47:27 +02:00
committed by GitHub
parent 9c24150e69
commit 164fc5ceb1

View File

@@ -1,123 +1,121 @@
# see https://github.com/eza-community/eza-themes/blob/main/themes/rose-pine.yml # see https://github.com/eza-community/eza-themes/blob/main/themes/rose-pine-dawn.yml
colourful: true colourful: true
# Colors are in format of: # Colors are in format of:
# color/paletteRef (Description) #color code # color/paletteRef (Description) #color code
# Gold (Terminal Yellow) #f6c177 # Gold (Terminal Yellow) #ea9d34
# Love (Terminal Red) #eb6f92 # Love (Terminal Red) #b4637a
# Rose (Terminal Cyan) #ebbcba # Rose (Terminal Cyan) #d7827e
# Base (Primary Background) #191724 # Base (Primary Background) #faf4ed
# Iris (Terminal Magenta) #c4a7e7 # Iris (Terminal Magenta) #907aa9
# Foam (Terminal Blue) #9ccfd8 # Foam (Terminal Blue) #56949f
# Pine (Terminal Green) #31748f # Pine (Terminal Green) #286983
# Muted (Low Contrast Foreground) #6e6a86 # Text (High contrast foreground) #575279
# Surface (Secondary Background Atop Base) #1f1d2e # Muted (Low Contrast Foreground) #9893a5
# Overlay (Tertiary Background Atop Surface) #26233a # Subtle (Medium Contrast Foreground) #797593
# Subtle (Medium Contrast Foreground) #908caa # Highlight Low (Low contrast highlight) #f4ede8
# Text (High Contrast Foreground) #e0def4 # Highlight Med (Medium Contrast Highlight) #dfdad9
# Highlight Low (Low Contrast Highlight) #21202e # Highlight High (High Contrast Highlight) #cecacd
# Highlight Med (Medium Contrast Highlight) #403d52
# Highlight High (High Contrast Highlight) #524f67
filekinds: filekinds:
normal: {foreground: "#e0def4"} normal: { foreground: "#575279" }
directory: {foreground: "#9ccfd8"} directory: { foreground: "#56949f" }
symlink: {foreground: "#524f67"} symlink: { foreground: "#cecacd" }
pipe: {foreground: "#908caa"} pipe: { foreground: "#797593" }
block_device: {foreground: "#ebbcba"} block_device: { foreground: "#d7827e" }
char_device: {foreground: "#f6c177"} char_device: { foreground: "#ea9d34" }
socket: {foreground: "#21202e"} socket: { foreground: "#f4ede8" }
special: {foreground: "#c4a7e7"} special: { foreground: "#907aa9" }
executable: {foreground: "#c4a7e7"} executable: { foreground: "#907aa9" }
mount_point: {foreground: "#403d52"} mount_point: { foreground: "#dfdad9" }
perms: perms:
user_read: {foreground: "#908caa"} user_read: { foreground: "#797593" }
user_write: {foreground: "#403d52"} user_write: { foreground: "#d7827e" }
user_execute_file: {foreground: "#c4a7e7"} user_execute_file: { foreground: "#907aa9" }
user_execute_other: {foreground: "#c4a7e7"} user_execute_other: { foreground: "#907aa9" }
group_read: {foreground: "#908caa"} group_read: { foreground: "#797593" }
group_write: {foreground: "#403d52"} group_write: { foreground: "#d7827e" }
group_execute: {foreground: "#c4a7e7"} group_execute: { foreground: "#907aa9" }
other_read: {foreground: "#908caa"} other_read: { foreground: "#797593" }
other_write: {foreground: "#403d52"} other_write: { foreground: "#d7827e" }
other_execute: {foreground: "#c4a7e7"} other_execute: { foreground: "#907aa9" }
special_user_file: {foreground: "#c4a7e7"} special_user_file: { foreground: "#907aa9" }
special_other: {foreground: "#403d52"} special_other: { foreground: "#d7827e" }
attribute: {foreground: "#908caa"} attribute: { foreground: "#797593" }
size: size:
major: {foreground: "#908caa"} major: { foreground: "#797593" }
minor: {foreground: "#9ccfd8"} minor: { foreground: "#56949f" }
number_byte: {foreground: "#908caa"} number_byte: { foreground: "#797593" }
number_kilo: {foreground: "#524f67"} number_kilo: { foreground: "#cecacd" }
number_mega: {foreground: "#31748f"} number_mega: { foreground: "#286983" }
number_giga: {foreground: "#c4a7e7"} number_giga: { foreground: "#907aa9" }
number_huge: {foreground: "#c4a7e7"} number_huge: { foreground: "#907aa9" }
unit_byte: {foreground: "#908caa"} unit_byte: { foreground: "#797593" }
unit_kilo: {foreground: "#31748f"} unit_kilo: { foreground: "#286983" }
unit_mega: {foreground: "#c4a7e7"} unit_mega: { foreground: "#907aa9" }
unit_giga: {foreground: "#c4a7e7"} unit_giga: { foreground: "#907aa9" }
unit_huge: {foreground: "#9ccfd8"} unit_huge: { foreground: "#56949f" }
users: users:
user_you: {foreground: "#f6c177"} user_you: { foreground: "#ea9d34" }
user_root: {foreground: "#eb6f92"} user_root: { foreground: "#b4637a" }
user_other: {foreground: "#c4a7e7"} user_other: { foreground: "#907aa9" }
group_yours: {foreground: "#524f67"} group_yours: { foreground: "#cecacd" }
group_other: {foreground: "#6e6a86"} group_other: { foreground: "#9893a5" }
group_root: {foreground: "#eb6f92"} group_root: { foreground: "#b4637a" }
links: links:
normal: {foreground: "#9ccfd8"} normal: { foreground: "#56949f" }
multi_link_file: {foreground: "#31748f"} multi_link_file: { foreground: "#286983" }
git: git:
new: {foreground: "#9ccfd8"} new: { foreground: "#56949f" }
modified: {foreground: "#f6c177"} modified: { foreground: "#ea9d34" }
deleted: {foreground: "#eb6f92"} deleted: { foreground: "#b4637a" }
renamed: {foreground: "#31748f"} renamed: { foreground: "#286983" }
typechange: {foreground: "#c4a7e7"} typechange: { foreground: "#907aa9" }
ignored: {foreground: "#6e6a86"} ignored: { foreground: "#9893a5" }
conflicted: {foreground: "#ebbcba"} conflicted: { foreground: "#d7827e" }
git_repo: git_repo:
branch_main: {foreground: "#908caa"} branch_main: { foreground: "#797593" }
branch_other: {foreground: "#c4a7e7"} branch_other: { foreground: "#907aa9" }
git_clean: {foreground: "#9ccfd8"} git_clean: { foreground: "#56949f" }
git_dirty: {foreground: "#eb6f92"} git_dirty: { foreground: "#b4637a" }
security_context: security_context:
colon: {foreground: "#908caa"} colon: { foreground: "#797593" }
user: {foreground: "#9ccfd8"} user: { foreground: "#56949f" }
role: {foreground: "#c4a7e7"} role: { foreground: "#907aa9" }
typ: {foreground: "#6e6a86"} typ: { foreground: "#9893a5" }
range: {foreground: "#c4a7e7"} range: { foreground: "#907aa9" }
file_type: file_type:
image: {foreground: "#f6c177"} image: { foreground: "#ea9d34" }
video: {foreground: "#eb6f92"} video: { foreground: "#b4637a" }
music: {foreground: "#9ccfd8"} music: { foreground: "#56949f" }
lossless: {foreground: "#6e6a86"} lossless: { foreground: "#9893a5" }
crypto: {foreground: "#403d52"} crypto: { foreground: "#dfdad9" }
document: {foreground: "#908caa"} document: { foreground: "#797593" }
compressed: {foreground: "#c4a7e7"} compressed: { foreground: "#907aa9" }
temp: {foreground: "#ebbcba"} temp: { foreground: "#d7827e" }
compiled: {foreground: "#31748f"} compiled: { foreground: "#286983" }
build: {foreground: "#6e6a86"} build: { foreground: "#9893a5" }
source: {foreground: "#ebbcba"} source: { foreground: "#d7827e" }
punctuation: {foreground: "#524f67"} punctuation: { foreground: "#cecacd" }
date: {foreground: "#31748f"} date: { foreground: "#286983" }
inode: {foreground: "#908caa"} inode: { foreground: "#797593" }
blocks: {foreground: "#6e6a86"} blocks: { foreground: "#9893a5" }
header: {foreground: "#908caa"} header: { foreground: "#797593" }
octal: {foreground: "#9ccfd8"} octal: { foreground: "#56949f" }
flags: {foreground: "#c4a7e7"} flags: { foreground: "#907aa9" }
symlink_path: {foreground: "#9ccfd8"} symlink_path: { foreground: "#56949f" }
control_char: {foreground: "#31748f"} control_char: { foreground: "#286983" }
broken_symlink: {foreground: "#eb6f92"} broken_symlink: { foreground: "#b4637a" }
broken_path_overlay: {foreground: "#524f67"} broken_path_overlay: { foreground: "#cecacd" }