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
Binary file added asset/theme/everforest-dark-hard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
62 changes: 62 additions & 0 deletions src/superfile_config/theme/everforest-dark-hard.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
# Everforest Dark Hard
# Theme created by: https://github.com/fzahner

# Code syntax highlight theme (you can go to https://github.com/alecthomas/chroma/blob/master/styles to find one you like)
code_syntax_highlight = "evergarden"

# ========= Border =========
file_panel_border = "#859289"
sidebar_border = "#2D353B"
footer_border = "#859289"

# ========= Border Active =========
file_panel_border_active = "#DBBC7F"
sidebar_border_active = "#D3C6AA"
footer_border_active = "#D3C6AA"
modal_border_active = "#859289"

# ========= Background (bg) =========
full_screen_bg = "#272E33"
file_panel_bg = "#272E33"
sidebar_bg = "#272E33"
footer_bg = "#272E33"
modal_bg = "#272E33"

# ========= Foreground (fg) =========
full_screen_fg = "#D3C6AA"
file_panel_fg = "#D3C6AA"
sidebar_fg = "#D3C6AA"
footer_fg = "#D3C6AA"
modal_fg = "#D3C6AA"

# ========= Special Color =========
cursor = "#A7C080"
correct = "#A7C080"
error = "#E67E80"
hint = "#7FBBB3"
cancel = "#859289"
# Gradient color can only have two color!
gradient_color = ["#A7C080", "#E67E80"]

# ========= File Panel Special Items =========
file_panel_top_directory_icon = "#A7C080"
file_panel_top_path = "#7FBBB3"
file_panel_item_selected_fg = "#D699B6"
file_panel_item_selected_bg = "#232A2E"

# ========= Sidebar Special Items =========
sidebar_title = "#D699B6"
sidebar_item_selected_fg = "#E69875"
sidebar_item_selected_bg = "#2D353B"
sidebar_divider = "#859289"

# ========= Modal Special Items =========
modal_cancel_fg = "#D3C6AA"
modal_cancel_bg = "#232A2E"

modal_confirm_fg = "#D3C6AA"
modal_confirm_bg = "#E69875"

# ========= Help Menu =========
help_menu_hotkey = "#A7C080"
help_menu_title = "#E69875"
8 changes: 8 additions & 0 deletions website/src/content/docs/list/theme-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,14 @@ head:

![Everforest Dark Medium theme preview showing nature-inspired green colors](../../../assets/git-assets/theme/everforest-dark-medium.png)

## Everforest Dark Hard

- Theme name: `everforest-dark-hard`
- Ported by: https://github.com/fzahner
- Original Author: https://github.com/sainnhe/

![Everforest Dark hard theme preview showing nature-inspired green colors](../../../assets/git-assets/theme/everforest-dark-hard.png)

## Gruvbox

- Theme name: `gruvbox`
Expand Down
Loading