1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- # This file is auto-generated by shipwright.nvim
- # vim:ft=kitty
- ## name: seoulbones_light
- ## author: Michael Chris Lopez
- ## license: MIT
- ## upstream: https://github.com/mcchrish/zenbones.nvim/raw/main/extras/kitty/seoulbones_light.conf
- ## blurb: A zenbones variant inspired by Seoul256.
- foreground #555555
- background #E2E2E2
- selection_foreground #555555
- selection_background #CCCCCC
- # Cursor colors
- cursor #555555
- cursor_text_color #E2E2E2
- # URL underline color when hovering with mouse
- # kitty window border colors
- # OS Window titlebar colors
- # Tab bar colors
- active_tab_foreground #555555
- active_tab_background #CBB1CA
- inactive_tab_foreground #555555
- inactive_tab_background #C4C4C4
- # Colors for marks (marked text in the terminal)
- # The basic 16 colors
- # black
- color0 #E2E2E2
- color8 #BFBABB
- # red
- color1 #DC5284
- color9 #BE3C6D
- # green
- color2 #628562
- color10 #487249
- # yellow
- color3 #C48562
- color11 #A76B48
- # blue
- color4 #0084A3
- color12 #006F89
- # magenta
- color5 #896788
- color13 #7F4C7E
- # cyan
- color6 #008586
- color14 #006F70
- # white
- color7 #555555
- color15 #777777
- # You can set the remaining 240 colors as color16 to color255.
|