# mould Configuration Example # Place this file at ~/.config/mould/config.toml (Linux/macOS) # or %AppData%\mould\config.toml (Windows) [theme] # If true, skip rendering the background block to let the terminal's transparency show. transparent = false # Colors are specified in hex format ("#RRGGBB"). # Default values follow the Semantic Catppuccin Mocha palette. bg_normal = "#11111b" bg_highlight = "#89b4fa" bg_active = "#a6e3a1" bg_search = "#cba6f7" fg_normal = "#cdd6f4" fg_dimmed = "#a6adc8" fg_highlight = "#11111b" fg_warning = "#f38ba8" fg_modified = "#fab387" border_normal = "#45475a" border_active = "#a6e3a1" tree_depth_1 = "#b4befe" tree_depth_2 = "#cba6f7" tree_depth_3 = "#89b4fa" tree_depth_4 = "#fab387" [keybinds] # Keybindings for navigation and application control. down = "j" up = "k" edit = "i" save = ":w" quit = ":q" normal_mode = "Esc" search = "/" next_match = "n" previous_match = "N" jump_top = "gg" jump_bottom = "G"