Merge branch 'main' of 192.168.0.184:andrzej/dotfiles
This commit is contained in:
commit
7cb2f9cea3
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue