mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-07-01 19:49:25 +00:00
[kitty] Add custom colors to diff kitten
This commit is contained in:
23
.config/kitty/diff.conf
Normal file
23
.config/kitty/diff.conf
Normal file
@ -0,0 +1,23 @@
|
||||
pygments_style native
|
||||
|
||||
background #222436
|
||||
|
||||
title_bg #222436
|
||||
title_fg #82AAFF
|
||||
|
||||
filler_bg #222436
|
||||
|
||||
hunk_margin_bg #222436
|
||||
hunk_bg #222436
|
||||
|
||||
added_bg #273849
|
||||
removed_bg #3A273A
|
||||
|
||||
highlight_added_bg #273849
|
||||
highlight_removed_bg #3A273A
|
||||
|
||||
margin_bg #222436
|
||||
added_margin_bg #273849
|
||||
removed_margin_bg #3A273A
|
||||
|
||||
|
Reference in New Issue
Block a user