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
78 changes: 56 additions & 22 deletions superfile.tera
Original file line number Diff line number Diff line change
Expand Up @@ -9,45 +9,79 @@ whiskers:

{%- set accent = flavor.colors[accent] -%}

##############################################
# #
# Catppuccin Theme #
# #
##############################################

# Catppuccin {{flavor.name}} {{accent.name}}
# This theme was created by: Catppuccin Org! Thank you <3

# This contains the theme config file for superfile! For more details see:
# https://superfile.dev/configure/custom-theme/

###############################################################################
# Code Syntax Highlighting #
###############################################################################

# Find one you like at: https://github.com/alecthomas/chroma/blob/master/styles.
code_syntax_highlight = "catppuccin-{{flavor.identifier}}"

file_panel_border = "#{{overlay0.hex}}"
sidebar_border = "#{{base.hex}}"
footer_border = "#{{overlay0.hex}}"
file_panel_border_active = "#{{accent.hex}}"
sidebar_border_active = "#{{accent.hex}}"
footer_border_active = "#{{accent.hex}}"
modal_border_active = "#{{overlay0.hex}}"
full_screen_bg = "#{{base.hex}}"
file_panel_bg = "#{{base.hex}}"
sidebar_bg = "#{{base.hex}}"
footer_bg = "#{{base.hex}}"
modal_bg = "#{{base.hex}}"
###############################################################################
# Base Colors #
###############################################################################

#-- Full Screen
full_screen_fg = "#{{subtext0.hex}}"
file_panel_fg = "#{{subtext0.hex}}"
sidebar_fg = "#{{subtext0.hex}}"
footer_fg = "#{{subtext0.hex}}"
modal_fg = "#{{subtext0.hex}}"
cursor = "#{{rosewater.hex}}"
correct = "#{{green.hex}}"
error = "#{{red.hex}}"
hint = "#{{sky.hex}}"
cancel = "#{{pink.hex}}"
full_screen_bg = "#{{base.hex}}"

#-- Gradient
# Note: This currently only supports two colors.
gradient_color = ["#{{blue.hex}}", "#{{mauve.hex}}"]
directory_icon_color = "#{{blue.hex}}"

#-- File Panel
file_panel_fg = "#{{subtext0.hex}}"
file_panel_bg = "#{{base.hex}}"
file_panel_border = "#{{overlay0.hex}}"
file_panel_border_active = "#{{accent.hex}}"
file_panel_top_directory_icon = "#{{green.hex}}"
file_panel_top_path = "#{{blue.hex}}"
file_panel_item_selected_fg = "#{{accent.hex}}"
file_panel_item_selected_bg = "#{{base.hex}}"

#-- Footer
footer_fg = "#{{subtext0.hex}}"
footer_bg = "#{{base.hex}}"
footer_border = "#{{overlay0.hex}}"
footer_border_active = "#{{accent.hex}}"

#-- Sidebar
sidebar_fg = "#{{subtext0.hex}}"
sidebar_bg = "#{{base.hex}}"
sidebar_title = "#{{sky.hex}}"
sidebar_border = "#{{base.hex}}"
sidebar_border_active = "#{{accent.hex}}"
sidebar_item_selected_fg = "#{{accent.hex}}"
sidebar_item_selected_bg = "#{{base.hex}}"
sidebar_divider = "#{{overlay0.hex}}"

#-- Modals
modal_fg = "#{{subtext0.hex}}"
modal_bg = "#{{base.hex}}"
modal_border_active = "#{{overlay0.hex}}"
modal_cancel_fg = "#{{surface0.hex}}"
modal_cancel_bg = "#{{pink.hex}}"
modal_confirm_fg = "#{{surface0.hex}}"
modal_confirm_bg = "#{{sky.hex}}"

#-- Help Menu
help_menu_hotkey = "#{{sky.hex}}"
help_menu_title = "#{{pink.hex}}"

#-- Special
cursor = "#{{rosewater.hex}}"
correct = "#{{green.hex}}"
error = "#{{red.hex}}"
hint = "#{{sky.hex}}"
cancel = "#{{pink.hex}}"
78 changes: 56 additions & 22 deletions themes/frappe/catppuccin-frappe-blue.toml
Original file line number Diff line number Diff line change
@@ -1,42 +1,76 @@
##############################################
# #
# Catppuccin Theme #
# #
##############################################

# Catppuccin Frappé Blue
# This theme was created by: Catppuccin Org! Thank you <3

# This contains the theme config file for superfile! For more details see:
# https://superfile.dev/configure/custom-theme/

###############################################################################
# Code Syntax Highlighting #
###############################################################################

# Find one you like at: https://github.com/alecthomas/chroma/blob/master/styles.
code_syntax_highlight = "catppuccin-frappe"

file_panel_border = "#737994"
sidebar_border = "#303446"
footer_border = "#737994"
file_panel_border_active = "#8caaee"
sidebar_border_active = "#8caaee"
footer_border_active = "#8caaee"
modal_border_active = "#737994"
full_screen_bg = "#303446"
file_panel_bg = "#303446"
sidebar_bg = "#303446"
footer_bg = "#303446"
modal_bg = "#303446"
###############################################################################
# Base Colors #
###############################################################################

#-- Full Screen
full_screen_fg = "#a5adce"
file_panel_fg = "#a5adce"
sidebar_fg = "#a5adce"
footer_fg = "#a5adce"
modal_fg = "#a5adce"
cursor = "#f2d5cf"
correct = "#a6d189"
error = "#e78284"
hint = "#99d1db"
cancel = "#f4b8e4"
full_screen_bg = "#303446"

#-- Gradient
# Note: This currently only supports two colors.
gradient_color = ["#8caaee", "#ca9ee6"]
directory_icon_color = "#8caaee"

#-- File Panel
file_panel_fg = "#a5adce"
file_panel_bg = "#303446"
file_panel_border = "#737994"
file_panel_border_active = "#8caaee"
file_panel_top_directory_icon = "#a6d189"
file_panel_top_path = "#8caaee"
file_panel_item_selected_fg = "#8caaee"
file_panel_item_selected_bg = "#303446"

#-- Footer
footer_fg = "#a5adce"
footer_bg = "#303446"
footer_border = "#737994"
footer_border_active = "#8caaee"

#-- Sidebar
sidebar_fg = "#a5adce"
sidebar_bg = "#303446"
sidebar_title = "#99d1db"
sidebar_border = "#303446"
sidebar_border_active = "#8caaee"
sidebar_item_selected_fg = "#8caaee"
sidebar_item_selected_bg = "#303446"
sidebar_divider = "#737994"

#-- Modals
modal_fg = "#a5adce"
modal_bg = "#303446"
modal_border_active = "#737994"
modal_cancel_fg = "#414559"
modal_cancel_bg = "#f4b8e4"
modal_confirm_fg = "#414559"
modal_confirm_bg = "#99d1db"

#-- Help Menu
help_menu_hotkey = "#99d1db"
help_menu_title = "#f4b8e4"

#-- Special
cursor = "#f2d5cf"
correct = "#a6d189"
error = "#e78284"
hint = "#99d1db"
cancel = "#f4b8e4"
78 changes: 56 additions & 22 deletions themes/frappe/catppuccin-frappe-flamingo.toml
Original file line number Diff line number Diff line change
@@ -1,42 +1,76 @@
##############################################
# #
# Catppuccin Theme #
# #
##############################################

# Catppuccin Frappé Flamingo
# This theme was created by: Catppuccin Org! Thank you <3

# This contains the theme config file for superfile! For more details see:
# https://superfile.dev/configure/custom-theme/

###############################################################################
# Code Syntax Highlighting #
###############################################################################

# Find one you like at: https://github.com/alecthomas/chroma/blob/master/styles.
code_syntax_highlight = "catppuccin-frappe"

file_panel_border = "#737994"
sidebar_border = "#303446"
footer_border = "#737994"
file_panel_border_active = "#eebebe"
sidebar_border_active = "#eebebe"
footer_border_active = "#eebebe"
modal_border_active = "#737994"
full_screen_bg = "#303446"
file_panel_bg = "#303446"
sidebar_bg = "#303446"
footer_bg = "#303446"
modal_bg = "#303446"
###############################################################################
# Base Colors #
###############################################################################

#-- Full Screen
full_screen_fg = "#a5adce"
file_panel_fg = "#a5adce"
sidebar_fg = "#a5adce"
footer_fg = "#a5adce"
modal_fg = "#a5adce"
cursor = "#f2d5cf"
correct = "#a6d189"
error = "#e78284"
hint = "#99d1db"
cancel = "#f4b8e4"
full_screen_bg = "#303446"

#-- Gradient
# Note: This currently only supports two colors.
gradient_color = ["#8caaee", "#ca9ee6"]
directory_icon_color = "#8caaee"

#-- File Panel
file_panel_fg = "#a5adce"
file_panel_bg = "#303446"
file_panel_border = "#737994"
file_panel_border_active = "#eebebe"
file_panel_top_directory_icon = "#a6d189"
file_panel_top_path = "#8caaee"
file_panel_item_selected_fg = "#eebebe"
file_panel_item_selected_bg = "#303446"

#-- Footer
footer_fg = "#a5adce"
footer_bg = "#303446"
footer_border = "#737994"
footer_border_active = "#eebebe"

#-- Sidebar
sidebar_fg = "#a5adce"
sidebar_bg = "#303446"
sidebar_title = "#99d1db"
sidebar_border = "#303446"
sidebar_border_active = "#eebebe"
sidebar_item_selected_fg = "#eebebe"
sidebar_item_selected_bg = "#303446"
sidebar_divider = "#737994"

#-- Modals
modal_fg = "#a5adce"
modal_bg = "#303446"
modal_border_active = "#737994"
modal_cancel_fg = "#414559"
modal_cancel_bg = "#f4b8e4"
modal_confirm_fg = "#414559"
modal_confirm_bg = "#99d1db"

#-- Help Menu
help_menu_hotkey = "#99d1db"
help_menu_title = "#f4b8e4"

#-- Special
cursor = "#f2d5cf"
correct = "#a6d189"
error = "#e78284"
hint = "#99d1db"
cancel = "#f4b8e4"
78 changes: 56 additions & 22 deletions themes/frappe/catppuccin-frappe-green.toml
Original file line number Diff line number Diff line change
@@ -1,42 +1,76 @@
##############################################
# #
# Catppuccin Theme #
# #
##############################################

# Catppuccin Frappé Green
# This theme was created by: Catppuccin Org! Thank you <3

# This contains the theme config file for superfile! For more details see:
# https://superfile.dev/configure/custom-theme/

###############################################################################
# Code Syntax Highlighting #
###############################################################################

# Find one you like at: https://github.com/alecthomas/chroma/blob/master/styles.
code_syntax_highlight = "catppuccin-frappe"

file_panel_border = "#737994"
sidebar_border = "#303446"
footer_border = "#737994"
file_panel_border_active = "#a6d189"
sidebar_border_active = "#a6d189"
footer_border_active = "#a6d189"
modal_border_active = "#737994"
full_screen_bg = "#303446"
file_panel_bg = "#303446"
sidebar_bg = "#303446"
footer_bg = "#303446"
modal_bg = "#303446"
###############################################################################
# Base Colors #
###############################################################################

#-- Full Screen
full_screen_fg = "#a5adce"
file_panel_fg = "#a5adce"
sidebar_fg = "#a5adce"
footer_fg = "#a5adce"
modal_fg = "#a5adce"
cursor = "#f2d5cf"
correct = "#a6d189"
error = "#e78284"
hint = "#99d1db"
cancel = "#f4b8e4"
full_screen_bg = "#303446"

#-- Gradient
# Note: This currently only supports two colors.
gradient_color = ["#8caaee", "#ca9ee6"]
directory_icon_color = "#8caaee"

#-- File Panel
file_panel_fg = "#a5adce"
file_panel_bg = "#303446"
file_panel_border = "#737994"
file_panel_border_active = "#a6d189"
file_panel_top_directory_icon = "#a6d189"
file_panel_top_path = "#8caaee"
file_panel_item_selected_fg = "#a6d189"
file_panel_item_selected_bg = "#303446"

#-- Footer
footer_fg = "#a5adce"
footer_bg = "#303446"
footer_border = "#737994"
footer_border_active = "#a6d189"

#-- Sidebar
sidebar_fg = "#a5adce"
sidebar_bg = "#303446"
sidebar_title = "#99d1db"
sidebar_border = "#303446"
sidebar_border_active = "#a6d189"
sidebar_item_selected_fg = "#a6d189"
sidebar_item_selected_bg = "#303446"
sidebar_divider = "#737994"

#-- Modals
modal_fg = "#a5adce"
modal_bg = "#303446"
modal_border_active = "#737994"
modal_cancel_fg = "#414559"
modal_cancel_bg = "#f4b8e4"
modal_confirm_fg = "#414559"
modal_confirm_bg = "#99d1db"

#-- Help Menu
help_menu_hotkey = "#99d1db"
help_menu_title = "#f4b8e4"

#-- Special
cursor = "#f2d5cf"
correct = "#a6d189"
error = "#e78284"
hint = "#99d1db"
cancel = "#f4b8e4"
Loading