1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- # This file is auto-generated by shipwright.nvim
- # vim:ft=kitty
- ## name: kanagawabones
- ## author: Michael Chris Lopez
- ## license: MIT
- ## upstream: https://github.com/mcchrish/zenbones.nvim/raw/main/extras/kitty/kanagawabones.conf
- ## blurb: A zenbones variant inspired by Kanagawa.
- foreground #DDD8BB
- background #1F1F28
- selection_foreground #DDD8BB
- selection_background #49473E
- # Cursor colors
- cursor #E6E0C2
- cursor_text_color #1F1F28
- # URL underline color when hovering with mouse
- # kitty window border colors
- # OS Window titlebar colors
- # Tab bar colors
- active_tab_foreground #DDD8BB
- active_tab_background #614A82
- inactive_tab_foreground #DDD8BB
- inactive_tab_background #363644
- # Colors for marks (marked text in the terminal)
- # The basic 16 colors
- # black
- color0 #1F1F28
- color8 #3C3C51
- # red
- color1 #E46A78
- color9 #EC818C
- # green
- color2 #98BC6D
- color10 #9EC967
- # yellow
- color3 #E5C283
- color11 #F1C982
- # blue
- color4 #7EB3C9
- color12 #7BC2DF
- # magenta
- color5 #957FB8
- color13 #A98FD2
- # cyan
- color6 #7EB3C9
- color14 #7BC2DF
- # white
- color7 #DDD8BB
- color15 #A8A48D
- # You can set the remaining 240 colors as color16 to color255.
|