Compare commits

...

2 Commits

Author SHA1 Message Date
andrzej 49ea9f2d9b gnome style fullscreen shortcut 2024-10-13 14:43:31 +02:00
andrzej 7e49b16157 treesitter context bg color 2024-10-13 14:43:08 +02:00
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)