repos / dotfiles

my dotfiles

commit
446b4f0
parent
c147198
author
Eric bower
date
2025-09-18 14:27:28 -0400 EDT
fix: colors
2 files changed,  +2, -2
M dot_config/ghostty/config
+1, -1
1@@ -4,4 +4,4 @@ keybind = ctrl+o=decrease_font_size:1
2 keybind = ctrl+zero=reset_font_size
3 # window-decoration = false
4 keybind = shift+enter=text:\n
5-background = 14161b
6+background = #14161b
M dot_config/nvim/init.lua
+1, -1
1@@ -203,5 +203,5 @@ require("treesitter-context").setup({
2 	multiline_threshold = 1,
3 	separator = "-",
4 	min_window_height = 20,
5-	line_numbers = true,
6+	line_numbers = false,
7 })