diff --git a/kitty/.config/kitty/kitty.conf b/kitty/.config/kitty/kitty.conf index 482826b..169ec07 100644 --- a/kitty/.config/kitty/kitty.conf +++ b/kitty/.config/kitty/kitty.conf @@ -961,6 +961,8 @@ map kitty_mod+e kitten hints #: to different shortcuts. For a full description see kittens/hints. #: }}} +# }}} + #: Miscellaneous {{{ # map kitty_mod+f11 toggle_fullscreen @@ -1023,50 +1025,3 @@ map kitty_mod+e kitten hints #: map ctrl+alt+a send_text application Word\x1bOH #: }}} - -# }}} - -### srcery_kitty.conf -### https://github.com/srcery-colors/srcery-terminal/ - -## Special Colors - -foreground #FCE8C3 -background #1C1B19 -cursor #FBB829 -selection_foreground #1C1B19 -selection_background #FCE8C3 - -## Main Colors - -# Black -color0 #1C1B19 -color8 #2D2C29 - -# Red -color1 #EF2F27 -color9 #F75341 - -# Green -color2 #519F50 -color10 #98BC37 - -# Yellow -color3 #FBB829 -color11 #FED06E - -# Blue -color4 #2C78BF -color12 #68A8E4 - -# Magenta -color5 #E02C6D -color13 #FF5C8F - -# Cyan -color6 #0AAEB3 -color14 #53FDE9 - -# White -color7 #918175 -color15 #FCE8C3