mirror of
https://github.com/LukeHagar/omarchy.git
synced 2025-12-06 12:37:46 +00:00
Remove eza theming in favor of just sticking with ansi
Ended up not liking the themes better than what ansi gives us
This commit is contained in:
@@ -35,7 +35,6 @@ makoctl reload
|
|||||||
# Change gnome, browser, vscode, cursor themes
|
# Change gnome, browser, vscode, cursor themes
|
||||||
omarchy-theme-set-terminal
|
omarchy-theme-set-terminal
|
||||||
omarchy-theme-set-gnome
|
omarchy-theme-set-gnome
|
||||||
omarchy-theme-set-eza
|
|
||||||
omarchy-theme-set-browser
|
omarchy-theme-set-browser
|
||||||
omarchy-theme-set-vscode
|
omarchy-theme-set-vscode
|
||||||
omarchy-theme-set-cursor
|
omarchy-theme-set-cursor
|
||||||
|
|||||||
@@ -1,7 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
if [ -f ~/.config/omarchy/current/theme/eza.yml ]; then
|
|
||||||
ln -snf ~/.config/omarchy/current/theme/eza.yml ~/.config/eza/theme.yml
|
|
||||||
else
|
|
||||||
rm -f ~/.config/eza/theme.yml
|
|
||||||
fi
|
|
||||||
3
migrations/1760684828.sh
Normal file
3
migrations/1760684828.sh
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
echo "Remove any active eza theme"
|
||||||
|
|
||||||
|
rm -f ~/.config/eza/theme.yml
|
||||||
@@ -1,104 +0,0 @@
|
|||||||
# see https://github.com/eza-community/eza-themes/blob/main/themes/catppuccin.yml
|
|
||||||
|
|
||||||
colourful: true
|
|
||||||
|
|
||||||
filekinds:
|
|
||||||
normal: {foreground: "#BAC2DE"}
|
|
||||||
directory: {foreground: "#89B4FA"}
|
|
||||||
symlink: {foreground: "#89DCEB"}
|
|
||||||
pipe: {foreground: "#7F849C"}
|
|
||||||
block_device: {foreground: "#EBA0AC"}
|
|
||||||
char_device: {foreground: "#EBA0AC"}
|
|
||||||
socket: {foreground: "#585B70"}
|
|
||||||
special: {foreground: "#CBA6F7"}
|
|
||||||
executable: {foreground: "#A6E3A1"}
|
|
||||||
mount_point: {foreground: "#74C7EC"}
|
|
||||||
|
|
||||||
perms:
|
|
||||||
user_read: {foreground: "#CDD6F4"}
|
|
||||||
user_write: {foreground: "#F9E2AF"}
|
|
||||||
user_execute_file: {foreground: "#A6E3A1"}
|
|
||||||
user_execute_other: {foreground: "#A6E3A1"}
|
|
||||||
group_read: {foreground: "#BAC2DE"}
|
|
||||||
group_write: {foreground: "#F9E2AF"}
|
|
||||||
group_execute: {foreground: "#A6E3A1"}
|
|
||||||
other_read: {foreground: "#A6ADC8"}
|
|
||||||
other_write: {foreground: "#F9E2AF"}
|
|
||||||
other_execute: {foreground: "#A6E3A1"}
|
|
||||||
special_user_file: {foreground: "#CBA6F7"}
|
|
||||||
special_other: {foreground: "#585B70"}
|
|
||||||
attribute: {foreground: "#A6ADC8"}
|
|
||||||
|
|
||||||
size:
|
|
||||||
major: {foreground: "#A6ADC8"}
|
|
||||||
minor: {foreground: "#89DCEB"}
|
|
||||||
number_byte: {foreground: "#CDD6F4"}
|
|
||||||
number_kilo: {foreground: "#BAC2DE"}
|
|
||||||
number_mega: {foreground: "#89B4FA"}
|
|
||||||
number_giga: {foreground: "#CBA6F7"}
|
|
||||||
number_huge: {foreground: "#CBA6F7"}
|
|
||||||
unit_byte: {foreground: "#A6ADC8"}
|
|
||||||
unit_kilo: {foreground: "#89B4FA"}
|
|
||||||
unit_mega: {foreground: "#CBA6F7"}
|
|
||||||
unit_giga: {foreground: "#CBA6F7"}
|
|
||||||
unit_huge: {foreground: "#74C7EC"}
|
|
||||||
|
|
||||||
users:
|
|
||||||
user_you: {foreground: "#CDD6F4"}
|
|
||||||
user_root: {foreground: "#F38BA8"}
|
|
||||||
user_other: {foreground: "#CBA6F7"}
|
|
||||||
group_yours: {foreground: "#BAC2DE"}
|
|
||||||
group_other: {foreground: "#7F849C"}
|
|
||||||
group_root: {foreground: "#F38BA8"}
|
|
||||||
|
|
||||||
links:
|
|
||||||
normal: {foreground: "#89DCEB"}
|
|
||||||
multi_link_file: {foreground: "#74C7EC"}
|
|
||||||
|
|
||||||
git:
|
|
||||||
new: {foreground: "#A6E3A1"}
|
|
||||||
modified: {foreground: "#F9E2AF"}
|
|
||||||
deleted: {foreground: "#F38BA8"}
|
|
||||||
renamed: {foreground: "#94E2D5"}
|
|
||||||
typechange: {foreground: "#F5C2E7"}
|
|
||||||
ignored: {foreground: "#7F849C"}
|
|
||||||
conflicted: {foreground: "#EBA0AC"}
|
|
||||||
|
|
||||||
git_repo:
|
|
||||||
branch_main: {foreground: "#CDD6F4"}
|
|
||||||
branch_other: {foreground: "#CBA6F7"}
|
|
||||||
git_clean: {foreground: "#A6E3A1"}
|
|
||||||
git_dirty: {foreground: "#F38BA8"}
|
|
||||||
|
|
||||||
security_context:
|
|
||||||
colon: {foreground: "#7F849C"}
|
|
||||||
user: {foreground: "#BAC2DE"}
|
|
||||||
role: {foreground: "#CBA6F7"}
|
|
||||||
typ: {foreground: "#585B70"}
|
|
||||||
range: {foreground: "#CBA6F7"}
|
|
||||||
|
|
||||||
file_type:
|
|
||||||
image: {foreground: "#F9E2AF"}
|
|
||||||
video: {foreground: "#F38BA8"}
|
|
||||||
music: {foreground: "#A6E3A1"}
|
|
||||||
lossless: {foreground: "#94E2D5"}
|
|
||||||
crypto: {foreground: "#585B70"}
|
|
||||||
document: {foreground: "#CDD6F4"}
|
|
||||||
compressed: {foreground: "#F5C2E7"}
|
|
||||||
temp: {foreground: "#EBA0AC"}
|
|
||||||
compiled: {foreground: "#74C7EC"}
|
|
||||||
build: {foreground: "#585B70"}
|
|
||||||
source: {foreground: "#89B4FA"}
|
|
||||||
|
|
||||||
punctuation: {foreground: "#7F849C"}
|
|
||||||
date: {foreground: "#F9E2AF"}
|
|
||||||
inode: {foreground: "#A6ADC8"}
|
|
||||||
blocks: {foreground: "#9399B2"}
|
|
||||||
header: {foreground: "#CDD6F4"}
|
|
||||||
octal: {foreground: "#94E2D5"}
|
|
||||||
flags: {foreground: "#CBA6F7"}
|
|
||||||
|
|
||||||
symlink_path: {foreground: "#89DCEB"}
|
|
||||||
control_char: {foreground: "#74C7EC"}
|
|
||||||
broken_symlink: {foreground: "#F38BA8"}
|
|
||||||
broken_path_overlay: {foreground: "#585B70"}
|
|
||||||
@@ -1,104 +0,0 @@
|
|||||||
# see https://github.com/eza-community/eza-themes/blob/main/themes/gruvbox-dark.yml
|
|
||||||
|
|
||||||
colourful: true
|
|
||||||
|
|
||||||
filekinds:
|
|
||||||
normal: {foreground: "#ebdbb2"}
|
|
||||||
directory: {foreground: "#83a598"}
|
|
||||||
symlink: {foreground: "#8ec07c"}
|
|
||||||
pipe: {foreground: "#928374"}
|
|
||||||
block_device: {foreground: "#fb4934"}
|
|
||||||
char_device: {foreground: "#fb4934"}
|
|
||||||
socket: {foreground: "#665c54"}
|
|
||||||
special: {foreground: "#d3869b"}
|
|
||||||
executable: {foreground: "#b8bb26"}
|
|
||||||
mount_point: {foreground: "#fe8019"}
|
|
||||||
|
|
||||||
perms:
|
|
||||||
user_read: {foreground: "#ebdbb2"}
|
|
||||||
user_write: {foreground: "#fabd2f"}
|
|
||||||
user_execute_file: {foreground: "#b8bb26"}
|
|
||||||
user_execute_other: {foreground: "#b8bb26"}
|
|
||||||
group_read: {foreground: "#ebdbb2"}
|
|
||||||
group_write: {foreground: "#fabd2f"}
|
|
||||||
group_execute: {foreground: "#b8bb26"}
|
|
||||||
other_read: {foreground: "#bdae93"}
|
|
||||||
other_write: {foreground: "#fabd2f"}
|
|
||||||
other_execute: {foreground: "#b8bb26"}
|
|
||||||
special_user_file: {foreground: "#d3869b"}
|
|
||||||
special_other: {foreground: "#928374"}
|
|
||||||
attribute: {foreground: "#bdae93"}
|
|
||||||
|
|
||||||
size:
|
|
||||||
major: {foreground: "#bdae93"}
|
|
||||||
minor: {foreground: "#8ec07c"}
|
|
||||||
number_byte: {foreground: "#ebdbb2"}
|
|
||||||
number_kilo: {foreground: "#ebdbb2"}
|
|
||||||
number_mega: {foreground: "#83a598"}
|
|
||||||
number_giga: {foreground: "#d3869b"}
|
|
||||||
number_huge: {foreground: "#d3869b"}
|
|
||||||
unit_byte: {foreground: "#bdae93"}
|
|
||||||
unit_kilo: {foreground: "#83a598"}
|
|
||||||
unit_mega: {foreground: "#d3869b"}
|
|
||||||
unit_giga: {foreground: "#d3869b"}
|
|
||||||
unit_huge: {foreground: "#fe8019"}
|
|
||||||
|
|
||||||
users:
|
|
||||||
user_you: {foreground: "#ebdbb2"}
|
|
||||||
user_root: {foreground: "#fb4934"}
|
|
||||||
user_other: {foreground: "#d3869b"}
|
|
||||||
group_yours: {foreground: "#ebdbb2"}
|
|
||||||
group_other: {foreground: "#928374"}
|
|
||||||
group_root: {foreground: "#fb4934"}
|
|
||||||
|
|
||||||
links:
|
|
||||||
normal: {foreground: "#8ec07c"}
|
|
||||||
multi_link_file: {foreground: "#fe8019"}
|
|
||||||
|
|
||||||
git:
|
|
||||||
new: {foreground: "#b8bb26"}
|
|
||||||
modified: {foreground: "#fabd2f"}
|
|
||||||
deleted: {foreground: "#fb4934"}
|
|
||||||
renamed: {foreground: "#8ec07c"}
|
|
||||||
typechange: {foreground: "#d3869b"}
|
|
||||||
ignored: {foreground: "#928374"}
|
|
||||||
conflicted: {foreground: "#cc241d"}
|
|
||||||
|
|
||||||
git_repo:
|
|
||||||
branch_main: {foreground: "#ebdbb2"}
|
|
||||||
branch_other: {foreground: "#d3869b"}
|
|
||||||
git_clean: {foreground: "#b8bb26"}
|
|
||||||
git_dirty: {foreground: "#fb4934"}
|
|
||||||
|
|
||||||
security_context:
|
|
||||||
colon: {foreground: "#928374"}
|
|
||||||
user: {foreground: "#ebdbb2"}
|
|
||||||
role: {foreground: "#d3869b"}
|
|
||||||
typ: {foreground: "#665c54"}
|
|
||||||
range: {foreground: "#d3869b"}
|
|
||||||
|
|
||||||
file_type:
|
|
||||||
image: {foreground: "#fabd2f"}
|
|
||||||
video: {foreground: "#fb4934"}
|
|
||||||
music: {foreground: "#b8bb26"}
|
|
||||||
lossless: {foreground: "#8ec07c"}
|
|
||||||
crypto: {foreground: "#928374"}
|
|
||||||
document: {foreground: "#ebdbb2"}
|
|
||||||
compressed: {foreground: "#d3869b"}
|
|
||||||
temp: {foreground: "#cc241d"}
|
|
||||||
compiled: {foreground: "#83a598"}
|
|
||||||
build: {foreground: "#928374"}
|
|
||||||
source: {foreground: "#83a598"}
|
|
||||||
|
|
||||||
punctuation: {foreground: "#928374"}
|
|
||||||
date: {foreground: "#fabd2f"}
|
|
||||||
inode: {foreground: "#bdae93"}
|
|
||||||
blocks: {foreground: "#a89984"}
|
|
||||||
header: {foreground: "#ebdbb2"}
|
|
||||||
octal: {foreground: "#8ec07c"}
|
|
||||||
flags: {foreground: "#d3869b"}
|
|
||||||
|
|
||||||
symlink_path: {foreground: "#8ec07c"}
|
|
||||||
control_char: {foreground: "#83a598"}
|
|
||||||
broken_symlink: {foreground: "#fb4934"}
|
|
||||||
broken_path_overlay: {foreground: "#928374"}
|
|
||||||
@@ -1,121 +0,0 @@
|
|||||||
# see https://github.com/eza-community/eza-themes/blob/main/themes/rose-pine-dawn.yml
|
|
||||||
|
|
||||||
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" }
|
|
||||||
@@ -1,104 +0,0 @@
|
|||||||
# see https://github.com/eza-community/eza-themes/blob/main/themes/tokyonight.yml
|
|
||||||
|
|
||||||
colourful: true
|
|
||||||
|
|
||||||
filekinds:
|
|
||||||
normal: { foreground: "#c0caf5" }
|
|
||||||
directory: { foreground: "#7aa2f7" }
|
|
||||||
symlink: { foreground: "#2ac3de" }
|
|
||||||
pipe: { foreground: "#414868" }
|
|
||||||
block_device: { foreground: "#e0af68" }
|
|
||||||
char_device: { foreground: "#e0af68" }
|
|
||||||
socket: { foreground: "#414868" }
|
|
||||||
special: { foreground: "#9d7cd8" }
|
|
||||||
executable: { foreground: "#9ece6a" }
|
|
||||||
mount_point: { foreground: "#b4f9f8" }
|
|
||||||
|
|
||||||
perms:
|
|
||||||
user_read: { foreground: "#2ac3de" }
|
|
||||||
user_write: { foreground: "#bb9af7" }
|
|
||||||
user_execute_file: { foreground: "#9ece6a" }
|
|
||||||
user_execute_other: { foreground: "#9ece6a" }
|
|
||||||
group_read: { foreground: "#2ac3de" }
|
|
||||||
group_write: { foreground: "#ff9e64" }
|
|
||||||
group_execute: { foreground: "#9ece6a" }
|
|
||||||
other_read: { foreground: "#2ac3de" }
|
|
||||||
other_write: { foreground: "#ff007c" }
|
|
||||||
other_execute: { foreground: "#9ece6a" }
|
|
||||||
special_user_file: { foreground: "#ff007c" }
|
|
||||||
special_other: { foreground: "#db4b4b" }
|
|
||||||
attribute: { foreground: "#737aa2" }
|
|
||||||
|
|
||||||
size:
|
|
||||||
major: { foreground: "#2ac3de" }
|
|
||||||
minor: { foreground: "#9d7cd8" }
|
|
||||||
number_byte: { foreground: "#a9b1d6" }
|
|
||||||
number_kilo: { foreground: "#89ddff" }
|
|
||||||
number_mega: { foreground: "#2ac3de" }
|
|
||||||
number_giga: { foreground: "#ff9e64" }
|
|
||||||
number_huge: { foreground: "#ff007c" }
|
|
||||||
unit_byte: { foreground: "#a9b1d6" }
|
|
||||||
unit_kilo: { foreground: "#89ddff" }
|
|
||||||
unit_mega: { foreground: "#2ac3de" }
|
|
||||||
unit_giga: { foreground: "#ff9e64" }
|
|
||||||
unit_huge: { foreground: "#ff007c" }
|
|
||||||
|
|
||||||
users:
|
|
||||||
user_you: { foreground: "#3d59a1" }
|
|
||||||
user_root: { foreground: "#bb9af7" }
|
|
||||||
user_other: { foreground: "#2ac3de" }
|
|
||||||
group_yours: { foreground: "#89ddff" }
|
|
||||||
group_root: { foreground: "#bb9af7" }
|
|
||||||
group_other: { foreground: "#c0caf5" }
|
|
||||||
|
|
||||||
links:
|
|
||||||
normal: { foreground: "#89ddff" }
|
|
||||||
multi_link_file: { foreground: "#2ac3de" }
|
|
||||||
|
|
||||||
git:
|
|
||||||
new: { foreground: "#9ece6a" }
|
|
||||||
modified: { foreground: "#bb9af7" }
|
|
||||||
deleted: { foreground: "#db4b4b" }
|
|
||||||
renamed: { foreground: "#2ac3de" }
|
|
||||||
typechange: { foreground: "#2ac3de" }
|
|
||||||
ignored: { foreground: "#545c7e" }
|
|
||||||
conflicted: { foreground: "#ff9e64" }
|
|
||||||
|
|
||||||
git_repo:
|
|
||||||
branch_main: { foreground: "#737aa2" }
|
|
||||||
branch_other: { foreground: "#b4f9f8" }
|
|
||||||
git_clean: { foreground: "#292e42" }
|
|
||||||
git_dirty: { foreground: "#bb9af7" }
|
|
||||||
|
|
||||||
security_context:
|
|
||||||
colon: { foreground: "#545c7e" }
|
|
||||||
user: { foreground: "#737aa2" }
|
|
||||||
role: { foreground: "#2ac3de" }
|
|
||||||
typ: { foreground: "#3d59a1" }
|
|
||||||
range: { foreground: "#9d7cd8" }
|
|
||||||
|
|
||||||
file_type:
|
|
||||||
image: { foreground: "#89ddff" }
|
|
||||||
video: { foreground: "#b4f9f8" }
|
|
||||||
music: { foreground: "#73daca" }
|
|
||||||
lossless: { foreground: "#41a6b5" }
|
|
||||||
crypto: { foreground: "#db4b4b" }
|
|
||||||
document: { foreground: "#a9b1d6" }
|
|
||||||
compressed: { foreground: "#ff9e64" }
|
|
||||||
temp: { foreground: "#737aa2" }
|
|
||||||
compiled: { foreground: "#737aa2" }
|
|
||||||
build: { foreground: "#1abc9c" }
|
|
||||||
source: { foreground: "#bb9af7" }
|
|
||||||
|
|
||||||
punctuation: { foreground: "#414868" }
|
|
||||||
date: { foreground: "#e0af68" }
|
|
||||||
inode: { foreground: "#737aa2" }
|
|
||||||
blocks: { foreground: "#737aa2" }
|
|
||||||
header: { foreground: "#a9b1d6" }
|
|
||||||
octal: { foreground: "#ff9e64" }
|
|
||||||
flags: { foreground: "#9d7cd8" }
|
|
||||||
|
|
||||||
symlink_path: { foreground: "#89ddff" }
|
|
||||||
control_char: { foreground: "#ff9e64" }
|
|
||||||
broken_symlink: { foreground: "#ff007c" }
|
|
||||||
broken_path_overlay: { foreground: "#ff007c" }
|
|
||||||
Reference in New Issue
Block a user