Merge branch 'main' of 192.168.0.184:andrzej/dotfiles

This commit is contained in:
andrzej 2024-10-13 16:55:28 +02:00
commit 7cb2f9cea3
2 changed files with 2 additions and 2 deletions

View File

@ -2401,9 +2401,8 @@ background_opacity 0.8
#: Toggle fullscreen
# map kitty_mod+f11 toggle_fullscreen
map f11 toggle_fullscreen
# map ctrl+cmd+f toggle_fullscreen
#: Toggle maximized
# map kitty_mod+f10 toggle_maximized

View File

@ -58,6 +58,7 @@ return {
-- VertSplit = { fg = "muted", bg = "muted" },
Folded = { fg = "foam", bg = "highlight_med" },
CursorLine = { bg = "surface" },
TreesitterContext = { bg = "highlight_low" },
},
before_highlight = function(group, highlight, palette)