both builds are the same

This commit is contained in:
afoucaultc 2026-07-07 19:59:56 +02:00
parent 11588e1c21
commit cb4bf3be89
9 changed files with 12 additions and 2994 deletions

View file

@ -1 +0,0 @@
/nix/store/d0jmg6rl00w0f105z3z8g7344glg2jlz-home-manager-files/.config/kitty/diff.conf

1
dotfiles/kitty/diff.conf Symbolic link
View file

@ -0,0 +1 @@
/nix/store/sf7ax7nqdrd15sjzqrc3i6485d45vwfh-home-manager-files/.config/kitty/diff.conf

View file

@ -1 +0,0 @@
/nix/store/d0jmg6rl00w0f105z3z8g7344glg2jlz-home-manager-files/.config/kitty/kitty.conf

1
dotfiles/kitty/kitty.conf Symbolic link
View file

@ -0,0 +1 @@
/nix/store/sf7ax7nqdrd15sjzqrc3i6485d45vwfh-home-manager-files/.config/kitty/kitty.conf

File diff suppressed because it is too large Load diff

View file

@ -1,39 +0,0 @@
# vim:ft=kitty
foreground #EDE7FE
background #25213B
selection_foreground #EDE7FE
selection_background #584F8C
# Cursor colors
cursor #25213B
cursor_text_color #EDE7FE
# URL underline color when hovering with mouse
# kitty window border colors
# OS Window titlebar colors
# Tab bar colors
# Colors for marks (marked text in the terminal)
# The basic 16 colors
# black
color0 #2E2A37
color8 #8876A7
# red
color1 #E56179
color9 #ED788D
# green
color2 #6DE38B
color10 #84EB9E
# yellow
color3 #F8C772
color11 #F9D494
# blue
color4 #7C89F8
color12 #8893FC
# magenta
color5 #B09CED
color13 #C09CF7
# cyan
color6 #33D7B0
color14 #51E1C0
# white
color7 #EEE5FF
color15 #FFFFFF
# You can set the remaining 240 colors as color16 to color255.