75 Commits

Author SHA1 Message Date
rootiest b6dd1e376d docs: update links
chore: update gitignore patterns
2026-05-31 00:22:43 -04:00
rootiest 295281878a feat(keymaps): add some new keymaps to round out functionality 2025-03-19 21:05:13 -04:00
rootiest 9dce47180f refactor(fonts): some minor adjustments to font loading order and behavior 2025-03-19 21:04:37 -04:00
rootiest f647201604 fix(smart-splits): fix inconsistencies in smart-splits plugin 2025-03-19 21:03:27 -04:00
rootiest f8a152e25f fix(tabline): fix breaking changes in tabline plugin 2025-03-19 21:02:50 -04:00
rootiest 8ca5baabcd fix(resurrect): fix breaking changes in resurrect plugin 2025-03-19 21:02:29 -04:00
rootiest 1ce60ecccd feat(window): tweak window settings and renderer 2025-03-19 21:01:35 -04:00
rootiest 13cb45d806 feat(font): use block glyphs and tweak char height 2025-03-19 21:00:25 -04:00
rootiest c2f95a6415 🐛 Bug(colorschemes): fix white/grey on dark-mode colors
Fix the white/grey for catppuccin dark flavors to match the official formats
2025-03-11 22:52:27 -04:00
rootiest 13304e5910 🐛 Bug(colorschemes): fix latte ansi scheme
This matches the examples found on the official page:
https://github.com/catppuccin/catppuccin/issues/1961#issuecomment-2439629774
2025-03-11 22:36:44 -04:00
rootiest 37463524c7 🐛 Bug(colorschemes): fix ansi color order in latte
The whites and blacks were swapped a bit in the latte scheme. Corrected to match originals.
2025-03-11 22:21:21 -04:00
rootiest 7cdeaeb07c Feat(colorscheme): properly address bg gradient in light theme
When we detect light-mode and apply catppuccin latte, we need to change the bg colors used for the
gradient.
2025-03-11 21:59:26 -04:00
rootiest abbbd882fc 🐛 Bug(rust): remove old rust colorschemes configfile 2025-03-11 21:48:26 -04:00
rootiest a9e8ca5370 Feat(colorschemes): add ansi schemes
Adds ANSI Catppuccin themes and implements them into config
2025-03-11 21:47:16 -04:00
rootiest 49b7e632d5 feat: enhance window configuration options 2024-12-11 15:05:17 -05:00
rootiest 340f7cd261 feat: add key bindings for resource monitoring and pane management 2024-12-11 15:05:10 -05:00
rootiest d599683a8d fix: prevent warnings for missing glyphs in font rendering 2024-12-11 15:04:58 -05:00
rootiest a196bd9b5b enhancement: add time-dependent styling to window background 2024-12-11 15:04:49 -05:00
rootiest ecb804bb31 feat: simplify tab bar toggle logic 2024-11-20 02:28:53 -05:00
rootiest 190306f765 feat: add toggle tab bar functionality 2024-11-20 02:26:52 -05:00
rootiest 572e749c66 update: enhance font options in type definitions 2024-11-20 02:26:40 -05:00
rootiest c334930099 fix: correct handling of Nix environment variable 2024-11-08 14:37:47 -05:00
rootiest 2341d7af91 enhance: implement conditional front-end configuration for Nix 2024-11-08 14:34:14 -05:00
rootiest 0dccd3471a docs: add links to new Tmux and Iosevka Font configurations 2024-11-08 13:15:42 -05:00
rootiest 917d91c3d7 refactor: remove Visual Studio version detection from launch menu 2024-11-06 11:34:10 -05:00
rootiest 71c4be4850 fix: update PowerShell executable to use pwsh.exe 2024-11-06 10:53:20 -05:00
rootiest 9250096118 fix: change default front end from WebGpu to OpenGL 2024-11-06 10:48:15 -05:00
rootiest 0de6489930 style: enhance window decorations for improved visual appeal 2024-11-06 10:32:47 -05:00
rootiest 9b81eb4e52 feat: add configuration option for tab bar positioning 2024-10-21 05:48:43 -04:00
rootiest 85a6f84c5a feat: improve hyperlink matching with regular expressions 2024-10-21 05:48:34 -04:00
rootiest 7ea66629e9 style: tidy up configuration and remove unnecessary comments 2024-10-21 05:48:19 -04:00
rootiest b22d371263 🐛 Bug(colorscheme): fixes to colorscheme automation 2024-10-07 13:53:56 -04:00
rootiest 9846e246ff 🚑 Quickfix(plugin-mgr): temporarily disable plugin manager
Temporarily disable plugin manager, pending some bugfixes:
  - Startup time: Maybe refreshing plugins at startup?
  - Debug logging: Is rather verbose in debug output
2024-10-07 13:34:30 -04:00
rootiest 2c5e7661d6 Feat(colorscheme): automate light/dark theme
Automates selecting between Catppuccin Mocha and Catppuccin Latte depending on the darkmode state.
2024-10-07 13:32:34 -04:00
rootiest 45a58cdac6 fix: use default $TERM on windows
- Set config.term = "xterm-256color" on windows
- Other platforms continue to use "wezterm"
2024-10-05 22:15:08 -04:00
rootiest 92c3f72dac chore: docs formatting 2024-10-05 10:20:49 -04:00
rootiest e478b3effa docs: add font preview 2024-10-05 10:20:01 -04:00
rootiest 10cb00ff39 chore: remove old unused debug file 2024-10-05 10:19:47 -04:00
rootiest f322305b18 docs: fixes to font documentation 2024-10-05 10:13:47 -04:00
rootiest b4a7dfaa07 docs: update font documentation 2024-10-05 10:09:37 -04:00
rootiest 1b1e56fbb2 chore: add MIT license 2024-10-05 10:09:18 -04:00
rootiest 283e6946fa feat: implement plugin manager
- Allows running the following from the command palette (Ctrl+;)
  - Update All Plugins: Updates all plugins
  - List All Plugins: Lists all installed plugins
2024-10-05 04:48:32 -04:00
rootiest 7ed6e33864 feat: include nerdfont varient
-- Include a NerdFont patched varient of the Rootiest Iosevka font
2024-10-04 14:06:20 -04:00
rootiest 0b2eed7b94 fix: use correct global variable 2024-10-04 13:39:52 -04:00
rootiest ff6443e145 feat: user customization for tabline
-- feat: Allows for user overrides to customize the tabline appearance
-- fix: Hide battery component in default tabline layout when no
batteries are found
2024-10-04 12:44:54 -04:00
rootiest c0775afb63 feat: session encryption
-- Allows user-customization of encryption
2024-10-04 11:08:48 -04:00
rootiest 1fda3b719a feat: workspace switcher
-- Adds some command pallete options for workspace management
2024-10-04 11:08:03 -04:00
rootiest f6a95ae977 fix: make sure useropts are loaded after defaultopts 2024-10-04 10:23:20 -04:00
rootiest e83a2b8d42 docs: document user customization 2024-10-04 10:11:58 -04:00
rootiest 50201e9676 docs: update screenshot 2024-10-04 10:11:37 -04:00