diff options
author | Sn4il <sn4il@thedroth.rocks> | 2024-03-08 10:19:14 +0300 |
---|---|---|
committer | Sn4il <sn4il@thedroth.rocks> | 2024-03-08 10:19:14 +0300 |
commit | d319d894da2be96eaca81aeca62c4f53bb528c56 (patch) | |
tree | dfcdf7e377279975fe03ec481126f38b93963f0d /kitty/diff.conf | |
parent | 4f30cb66ec97ba242ff87c8c0a148d4860b52a9b (diff) | |
download | dotfiles-d319d894da2be96eaca81aeca62c4f53bb528c56.tar.gz dotfiles-d319d894da2be96eaca81aeca62c4f53bb528c56.zip |
light themes
Diffstat (limited to 'kitty/diff.conf')
-rw-r--r-- | kitty/diff.conf | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/kitty/diff.conf b/kitty/diff.conf new file mode 100644 index 0000000..5fec447 --- /dev/null +++ b/kitty/diff.conf @@ -0,0 +1,19 @@ +foreground #f8f8f2 +background #282a36 +title_fg #f8f8f2 +title_bg #282a36 +margin_bg #6272a4 +margin_fg #44475a +removed_bg #ff5555 +highlight_removed_bg #ff5555 +removed_margin_bg #ff5555 +added_bg #50fa7b +highlight_added_bg #50fa7b +added_margin_bg #50fa7b +filler_bg #44475a +hunk_margin_bg #44475a +hunk_bg #bd93f9 +search_bg #8be9fd +search_fg #282a36 +select_bg #f1fa8c +select_fg #282a36 |