Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ Themes for [eza](https://github.com/eza-community/eza).

<img src="imgs/rose-pine.png" alt="tokyonight theme" width="500" />

- [Rosé Pine Dawn](themes/rose-pine-dawn.yml): All natural pine, faux fur and a bit of soho vibes for the classy minimalist. Created with the [Rosé Pine Dawn](https://github.com/rose-pine/rose-pine-theme) palette.

<img src="imgs/rose-pine-dawn.png" alt="rose pine dawn theme" width="500" />

## Installation

On Linux, simply clone the repository somewhere and symlink a theme to
Expand Down
Binary file added imgs/rose-pine-dawn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
119 changes: 119 additions & 0 deletions themes/rose-pine-dawn.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,119 @@
colourful: true

# Colors are in format of:
# color/paletteRef (Description) #color code

# Gold (Terminal Yellow) #ea9d34
# Love (Terminal Red) #b4637a
# Rose (Terminal Cyan) #d7827e
# Base (Primary Background) #faf4ed
# Iris (Terminal Magenta) #907aa9
# Foam (Terminal Blue) #56949f
# Pine (Terminal Green) #286983
# Text (High contrast foreground) #575279
# Muted (Low Contrast Foreground) #9893a5
# Subtle (Medium Contrast Foreground) #797593
# Highlight Low (Low contrast highlight) #f4ede8
# Highlight Med (Medium Contrast Highlight) #dfdad9
# Highlight High (High Contrast Highlight) #cecacd

filekinds:
normal: {foreground: "#575279"}
directory: {foreground: "#56949f"}
symlink: {foreground: "#cecacd"}
pipe: {foreground: "#797593"}
block_device: {foreground: "#d7827e"}
char_device: {foreground: "#ea9d34"}
socket: {foreground: "#f4ede8"}
special: {foreground: "#907aa9"}
executable: {foreground: "#907aa9"}
mount_point: {foreground: "#dfdad9"}

perms:
user_read: {foreground: "#797593"}
user_write: {foreground: "#d7827e"}
user_execute_file: {foreground: "#907aa9"}
user_execute_other: {foreground: "#907aa9"}
group_read: {foreground: "#797593"}
group_write: {foreground: "#d7827e"}
group_execute: {foreground: "#907aa9"}
other_read: {foreground: "#797593"}
other_write: {foreground: "#d7827e"}
other_execute: {foreground: "#907aa9"}
special_user_file: {foreground: "#907aa9"}
special_other: {foreground: "#d7827e"}
attribute: {foreground: "#797593"}

size:
major: {foreground: "#797593"}
minor: {foreground: "#56949f"}
number_byte: {foreground: "#797593"}
number_kilo: {foreground: "#cecacd"}
number_mega: {foreground: "#286983"}
number_giga: {foreground: "#907aa9"}
number_huge: {foreground: "#907aa9"}
unit_byte: {foreground: "#797593"}
unit_kilo: {foreground: "#286983"}
unit_mega: {foreground: "#907aa9"}
unit_giga: {foreground: "#907aa9"}
unit_huge: {foreground: "#56949f"}

users:
user_you: {foreground: "#ea9d34"}
user_root: {foreground: "#b4637a"}
user_other: {foreground: "#907aa9"}
group_yours: {foreground: "#cecacd"}
group_other: {foreground: "#9893a5"}
group_root: {foreground: "#b4637a"}

links:
normal: {foreground: "#56949f"}
multi_link_file: {foreground: "#286983"}

git:
new: {foreground: "#56949f"}
modified: {foreground: "#ea9d34"}
deleted: {foreground: "#b4637a"}
renamed: {foreground: "#286983"}
typechange: {foreground: "#907aa9"}
ignored: {foreground: "#9893a5"}
conflicted: {foreground: "#d7827e"}

git_repo:
branch_main: {foreground: "#797593"}
branch_other: {foreground: "#907aa9"}
git_clean: {foreground: "#56949f"}
git_dirty: {foreground: "#b4637a"}

security_context:
colon: {foreground: "#797593"}
user: {foreground: "#56949f"}
role: {foreground: "#907aa9"}
typ: {foreground: "#9893a5"}
range: {foreground: "#907aa9"}

file_type:
image: {foreground: "#ea9d34"}
video: {foreground: "#b4637a"}
music: {foreground: "#56949f"}
lossless: {foreground: "#9893a5"}
crypto: {foreground: "#dfdad9"}
document: {foreground: "#797593"}
compressed: {foreground: "#907aa9"}
temp: {foreground: "#d7827e"}
compiled: {foreground: "#286983"}
build: {foreground: "#9893a5"}
source: {foreground: "#d7827e"}

punctuation: {foreground: "#cecacd"}
date: {foreground: "#286983"}
inode: {foreground: "#797593"}
blocks: {foreground: "#9893a5"}
header: {foreground: "#797593"}
octal: {foreground: "#56949f"}
flags: {foreground: "#907aa9"}

symlink_path: {foreground: "#56949f"}
control_char: {foreground: "#286983"}
broken_symlink: {foreground: "#b4637a"}
broken_path_overlay: {foreground: "#cecacd"}