summaryrefslogtreecommitdiff
path: root/foot/foot.ini
AgeCommit message (Collapse)Author
3 daysfoot: Rename section to `colors-dark`HEADmainxengineering
The `colors` section in foot was split to `colors-dark` and `colors-light`. Sadly there is no config file which is suitable for current Arch Linux and Debian Bookworm. Both setups should be supported but since Arch takes precedence the new section name is now tracked here. Debian Bookworm users can still adapt this on a separate branch or let the change uncommitted.
2026-07-09Revert "foot: Rename section to colors-dark"xengineering
This reverts commit f7daebe7970b2c297cbd8f4373e975b2bec6be7f. The Debian version of foot does not know the new section name yet.
2026-07-09foot: Switch to theme `kitty`xengineering
This theme is available under Arch Linux and Debian. It is by far not the prettiest choice but it has a lot of contrast in many situations. This makes it more ergonomic.
2026-03-05foot: Rename section to colors-darkxengineering
The old section name `colors` is deprecated.
2025-12-23foot: Reduce font sizexengineering
With the bar from the configured LSP the first 81 columns are not visible anymore in nvim. Thus this font size is reduced.
2025-12-23foot: Switch from nerd to regular Jetbrains fontxengineering
They are available on both Arch and Debian Linux.
2025-09-25foot: Raise scrollback.lines from 1000 to 10000xengineering
2024-05-14foot: Switch bindings for URL and unicode modexengineering
The URL mode used to be mapped to Control-Shift-u by default. This is now re-established. The unicode mode was never actually used. Since it needs some configuration and Control-Shift-o is just freed it gets this combination.
2024-03-01foot: Use *.ttf file name to reference fontxengineering
2024-02-26foot: Switch to JetbrainsMono Nerd Fontxengineering
2023-04-09Include zenburn theme in footxengineering
foot 1.14.0 switched the default theme. My personal preference is still the old one and thus I select it like this.
2023-02-06Relocate dotfiles in XDG config homexengineering
This make ~/.config a simple Git repository instead of the handling with worktrees and bare repositories which is too complex.