Skip to content

Commit

Permalink
chore(extras): auto-generate extras
Browse files Browse the repository at this point in the history
  • Loading branch information
astronvimbot committed Jul 15, 2024
1 parent fc00d62 commit 6b3a9b4
Show file tree
Hide file tree
Showing 8 changed files with 6,016 additions and 0 deletions.
1,376 changes: 1,376 additions & 0 deletions extras/sublime/astrodark.tmTheme

Large diffs are not rendered by default.

1,376 changes: 1,376 additions & 0 deletions extras/sublime/astrojupiter.tmTheme

Large diffs are not rendered by default.

1,376 changes: 1,376 additions & 0 deletions extras/sublime/astrolight.tmTheme

Large diffs are not rendered by default.

1,376 changes: 1,376 additions & 0 deletions extras/sublime/astromars.tmTheme

Large diffs are not rendered by default.

128 changes: 128 additions & 0 deletions extras/yazi/astrodark.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,128 @@
[manager]
# NOTE: can combined with tmTheme (sublime colorshceme file) for preview code highlight
# highlight = "path/to/tmTheme"

cwd = { fg = "#494D56", italic = true }

# Hovered
hovered = { bg = "#26343F" }
preview_hovered = { bg = "#26343F" }

# Find
find_keyword = { fg = "#1A1D23", bg = "#EB8332", bold = true }
find_position = { fg = "#50A4E9", bg = "#26343F", bold = true }

# Marker
marker_copied = { fg = "#75AD47", bg = "#75AD47" }
marker_cut = { fg = "#F8747E", bg = "#F8747E" }
marker_marked = { fg = "#CC83E3", bg = "#CC83E3" }
marker_selected = { fg = "#50A4E9", bg = "#50A4E9" }

# Tab
tab_active = { fg = "#ADB0BB", bg = "#1A1D23" }
tab_inactive = { fg = "#494D56", bg = "#111317" }
tab_width = 1

# Count
count_copied = { fg = "#9B9FA9", bg = "#75AD47" }
count_cut = { fg = "#9B9FA9", bg = "#F8747E" }
count_selected = { fg = "#9B9FA9", bg = "#50A4E9" }
# Border
border_symbol = ""
border_style = { fg = "#3A3E47" }

[status]
separator_open = ""
separator_close = ""
separator_style = { fg = "#3A3E47", bg = "#3A3E47" }

# Mode
mode_normal = { fg = "#1A1D23", bg = "#50A4E9", bold = true }
mode_select = { fg = "#1A1D23", bg = "#CC83E3", bold = true }
mode_unset = { fg = "#1A1D23", bg = "#F8747E", bold = true }

# Progress
progress_label = { fg = "#494D56", bold = true }
progress_normal = { fg = "#1A1D23" }
progress_error = { fg = "#F8747E" }

# Permissions
permissions_t = { fg = "#50A4E9" }
permissions_r = { fg = "#D09214" }
permissions_w = { fg = "#F8747E" }
permissions_x = { fg = "#75AD47" }
permissions_s = { fg = "#3A3E47" }

[select]
border = { fg = "#3A3E47" }
active = { fg = "#9B9FA9", bg = "#26343F" }
inactive = { fg = "#9B9FA9" }

# Input
[input]
border = { fg = "#50A4E9" }
title = { fg = "#50A4E9" }
value = { fg = "#CC83E3" }
selected = { bg = "#26343F" }

# Completion
[completion]
border = { fg = "#50A4E9" }
active = { fg = "#9B9FA9", bg = "#26343F" }
inactive = { fg = "#9B9FA9" }

# Tasks
[tasks]
border = { fg = "#3A3E47" }
title = { fg = "#50A4E9" }
hovered = { fg = "#9B9FA9", bg="#26343F" }

# Which
[which]
cols = 3
mask = { bg = "#16181D" }
cand = { fg = "#00B298" }
rest = { fg = "#50A4E9" }
desc = { fg = "#CC83E3" }
separator = ""
separator_style = { fg = "#3A3E47" }

# Notify
[notify]
title_info = { fg = "#50A4E9" }
title_warn = { fg = "#D09214" }
title_error = { fg = "#F8747E" }

# Help
[help]
on = { fg = "#75AD47" }
run = { fg = "#CC83E3" }
hovered = { bg = "#26343F" }
footer = { fg = "#9B9FA9", bg = "#1A1D23" }

[filetype]

rules = [
# Images
{ mime = "image/*", fg = "#DFAB25" },

# Media
{ mime = "{audio,video}/*", fg = "#DD97F1" },

# Archives
{ mime = "application/*zip", fg = "#FF838B" },
{ mime = "application/x-{tar,bzip*,7z-compressed,xz,rar}", fg = "#FF838B" },

# Documents
{ mime = "application/{pdf,doc,rtf,vnd.*}", fg = "#4AC2B8" },

# Empty files
# { mime = "inode/x-empty", fg = "#FF838B" },

# Special files
{ name = "*", is = "orphan", bg = "#FF838B" },
{ name = "*", is = "exec" , fg = "#87C05F" },

# Fallback
{ name = "*/", fg = "#5EB7FF" }
]
128 changes: 128 additions & 0 deletions extras/yazi/astrojupiter.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,128 @@
[manager]
# NOTE: can combined with tmTheme (sublime colorshceme file) for preview code highlight
# highlight = "path/to/tmTheme"

cwd = { fg = "#937C7A", italic = true }

# Hovered
hovered = { bg = "#BBC9D7" }
preview_hovered = { bg = "#BBC9D7" }

# Find
find_keyword = { fg = "#FEEEEE", bg = "#D05312", bold = true }
find_position = { fg = "#0090A2", bg = "#BBC9D7", bold = true }

# Marker
marker_copied = { fg = "#569400", bg = "#569400" }
marker_cut = { fg = "#D04F4E", bg = "#D04F4E" }
marker_marked = { fg = "#BD51A4", bg = "#BD51A4" }
marker_selected = { fg = "#0090A2", bg = "#0090A2" }

# Tab
tab_active = { fg = "#815654", bg = "#FEEEEE" }
tab_inactive = { fg = "#937C7A", bg = "#D8D6D5" }
tab_width = 1

# Count
count_copied = { fg = "#9E7876", bg = "#569400" }
count_cut = { fg = "#9E7876", bg = "#D04F4E" }
count_selected = { fg = "#9E7876", bg = "#D04F4E" }
# Border
border_symbol = ""
border_style = { fg = "#D04F4E" }

[status]
separator_open = ""
separator_close = ""
separator_style = { fg = "#D0B6B6", bg = "#D0B6B6" }

# Mode
mode_normal = { fg = "#FEEEEE", bg = "#0090A2", bold = true }
mode_select = { fg = "#FEEEEE", bg = "#BD51A4", bold = true }
mode_unset = { fg = "#FEEEEE", bg = "#D04F4E", bold = true }

# Progress
progress_label = { fg = "#937C7A", bold = true }
progress_normal = { fg = "#FEEEEE" }
progress_error = { fg = "#D04F4E" }

# Permissions
permissions_t = { fg = "#0090A2" }
permissions_r = { fg = "#AC7300" }
permissions_w = { fg = "#D04F4E" }
permissions_x = { fg = "#569400" }
permissions_s = { fg = "#D0B6B6" }

[select]
border = { fg = "#D04F4E" }
active = { fg = "#9E7876", bg = "#BBC9D7" }
inactive = { fg = "#9E7876" }

# Input
[input]
border = { fg = "#D04F4E" }
title = { fg = "#D04F4E" }
value = { fg = "#BD51A4" }
selected = { bg = "#BBC9D7" }

# Completion
[completion]
border = { fg = "#D04F4E" }
active = { fg = "#9E7876", bg = "#BBC9D7" }
inactive = { fg = "#9E7876" }

# Tasks
[tasks]
border = { fg = "#D04F4E" }
title = { fg = "#D04F4E" }
hovered = { fg = "#9E7876", bg="#BBC9D7" }

# Which
[which]
cols = 3
mask = { bg = "#F9DCD1" }
cand = { fg = "#00976C" }
rest = { fg = "#0090A2" }
desc = { fg = "#BD51A4" }
separator = ""
separator_style = { fg = "#D0B6B6" }

# Notify
[notify]
title_info = { fg = "#D04F4E" }
title_warn = { fg = "#AC7300" }
title_error = { fg = "#D04F4E" }

# Help
[help]
on = { fg = "#569400" }
run = { fg = "#BD51A4" }
hovered = { bg = "#BBC9D7" }
footer = { fg = "#9E7876", bg = "#FEEEEE" }

[filetype]

rules = [
# Images
{ mime = "image/*", fg = "#805C00" },

# Media
{ mime = "{audio,video}/*", fg = "#90437A" },

# Archives
{ mime = "application/*zip", fg = "#A13F37" },
{ mime = "application/x-{tar,bzip*,7z-compressed,xz,rar}", fg = "#A13F37" },

# Documents
{ mime = "application/{pdf,doc,rtf,vnd.*}", fg = "#007652" },

# Empty files
# { mime = "inode/x-empty", fg = "#A13F37" },

# Special files
{ name = "*", is = "orphan", bg = "#A13F37" },
{ name = "*", is = "exec" , fg = "#467118" },

# Fallback
{ name = "*/", fg = "#006E89" }
]
128 changes: 128 additions & 0 deletions extras/yazi/astrolight.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,128 @@
[manager]
# NOTE: can combined with tmTheme (sublime colorshceme file) for preview code highlight
# highlight = "path/to/tmTheme"

cwd = { fg = "#AEB3B6", italic = true }

# Hovered
hovered = { bg = "#E7E9EB" }
preview_hovered = { bg = "#E7E9EB" }

# Find
find_keyword = { fg = "#F7F8F8", bg = "#F0740A", bold = true }
find_position = { fg = "#3F8CEA", bg = "#E7E9EB", bold = true }

# Marker
marker_copied = { fg = "#42AD17", bg = "#42AD17" }
marker_cut = { fg = "#E72F1F", bg = "#E72F1F" }
marker_marked = { fg = "#671FF0", bg = "#671FF0" }
marker_selected = { fg = "#3F8CEA", bg = "#3F8CEA" }

# Tab
tab_active = { fg = "#424446", bg = "#F7F8F8" }
tab_inactive = { fg = "#AEB3B6", bg = "#E1E2E4" }
tab_width = 1

# Count
count_copied = { fg = "#737474", bg = "#42AD17" }
count_cut = { fg = "#737474", bg = "#E72F1F" }
count_selected = { fg = "#737474", bg = "#671FF0" }
# Border
border_symbol = ""
border_style = { fg = "#671FF0" }

[status]
separator_open = ""
separator_close = ""
separator_style = { fg = "#B5B9BD", bg = "#B5B9BD" }

# Mode
mode_normal = { fg = "#F7F8F8", bg = "#3F8CEA", bold = true }
mode_select = { fg = "#F7F8F8", bg = "#671FF0", bold = true }
mode_unset = { fg = "#F7F8F8", bg = "#E72F1F", bold = true }

# Progress
progress_label = { fg = "#AEB3B6", bold = true }
progress_normal = { fg = "#F7F8F8" }
progress_error = { fg = "#E72F1F" }

# Permissions
permissions_t = { fg = "#3F8CEA" }
permissions_r = { fg = "#E69400" }
permissions_w = { fg = "#E72F1F" }
permissions_x = { fg = "#42AD17" }
permissions_s = { fg = "#B5B9BD" }

[select]
border = { fg = "#671FF0" }
active = { fg = "#737474", bg = "#E7E9EB" }
inactive = { fg = "#737474" }

# Input
[input]
border = { fg = "#671FF0" }
title = { fg = "#671FF0" }
value = { fg = "#671FF0" }
selected = { bg = "#E7E9EB" }

# Completion
[completion]
border = { fg = "#671FF0" }
active = { fg = "#737474", bg = "#E7E9EB" }
inactive = { fg = "#737474" }

# Tasks
[tasks]
border = { fg = "#671FF0" }
title = { fg = "#671FF0" }
hovered = { fg = "#737474", bg="#E7E9EB" }

# Which
[which]
cols = 3
mask = { bg = "#EAEBEB" }
cand = { fg = "#21B386" }
rest = { fg = "#3F8CEA" }
desc = { fg = "#671FF0" }
separator = ""
separator_style = { fg = "#B5B9BD" }

# Notify
[notify]
title_info = { fg = "#671FF0" }
title_warn = { fg = "#E69400" }
title_error = { fg = "#E72F1F" }

# Help
[help]
on = { fg = "#42AD17" }
run = { fg = "#671FF0" }
hovered = { bg = "#E7E9EB" }
footer = { fg = "#737474", bg = "#F7F8F8" }

[filetype]

rules = [
# Images
{ mime = "image/*", fg = "#7300B8" },

# Media
{ mime = "{audio,video}/*", fg = "#9E007C" },

# Archives
{ mime = "application/*zip", fg = "#990000" },
{ mime = "application/x-{tar,bzip*,7z-compressed,xz,rar}", fg = "#990000" },

# Documents
{ mime = "application/{pdf,doc,rtf,vnd.*}", fg = "#00615B" },

# Empty files
# { mime = "inode/x-empty", fg = "#990000" },

# Special files
{ name = "*", is = "orphan", bg = "#990000" },
{ name = "*", is = "exec" , fg = "#345E00" },

# Fallback
{ name = "*/", fg = "#00508A" }
]
Loading

0 comments on commit 6b3a9b4

Please sign in to comment.