chore(config): wip add kitty diff

main
sudo pacman -Syu 2022-07-07 11:24:02 +07:00
parent 2f45b1e110
commit c6c9e200ec
No known key found for this signature in database
GPG Key ID: D6CB5C6C567C47B0
3 changed files with 31 additions and 1 deletions

30
data/kitty/diff.conf Normal file
View File

@ -0,0 +1,30 @@
# vim:ft=kitty
## name: Catppuccin-Kitty-diff-Mocha
## author: haunt98 (https://github.com/haunt98)
## license: MIT
# foreground -> white
# background -> black
# remove -> red
# add -> green
foreground #CDD6F4
background #1E1E2E
title_fg #CDD6F4
title_bg #1E1E2E
margin_bg #1E1E2E
margin_fg #CDD6F4
removed_bg #F38BA8
highlight_removed_bg #F38BA8
removed_margin_bg #F38BA8
added_bg #A6E3A1
highlight_added_bg #A6E3A1
added_margin_bg #A6E3A1
filler_bg #1E1E2E
hunk_margin_bg #1E1E2E
hunk_bg #1E1E2E
search_bg #F5E0DC
search_fg #1E1E2E
select_bg #F5E0DC
select_fg #1E1E2E

View File

@ -1,4 +1,4 @@
include catppuccin/mocha.conf
include themes/mocha.conf
# https://sw.kovidgoyal.net/kitty/conf/#color-scheme
background_opacity 0.9