1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- # This file is auto-generated by shipwright.nvim
- # vim:ft=kitty
- ## name: seoulbones_dark
- ## author: Michael Chris Lopez
- ## license: MIT
- ## upstream: https://github.com/mcchrish/zenbones.nvim/raw/main/extras/kitty/seoulbones_dark.conf
- ## blurb: A zenbones variant inspired by Seoul256.
- foreground #DDDDDD
- background #4B4B4B
- selection_foreground #DDDDDD
- selection_background #777777
- # Cursor colors
- cursor #E2E2E2
- cursor_text_color #4B4B4B
- # URL underline color when hovering with mouse
- # kitty window border colors
- # OS Window titlebar colors
- # Tab bar colors
- active_tab_foreground #DDDDDD
- active_tab_background #8283AD
- inactive_tab_foreground #DDDDDD
- inactive_tab_background #5E5E5E
- # Colors for marks (marked text in the terminal)
- # The basic 16 colors
- # black
- color0 #4B4B4B
- color8 #6C6465
- # red
- color1 #E388A3
- color9 #EB99B1
- # green
- color2 #98BD99
- color10 #8FCD92
- # yellow
- color3 #FFDF9B
- color11 #FFE5B3
- # blue
- color4 #97BDDE
- color12 #A2C8E9
- # magenta
- color5 #A5A6C5
- color13 #B2B3DA
- # cyan
- color6 #6FBDBE
- color14 #6BCACB
- # white
- color7 #DDDDDD
- color15 #A8A8A8
- # You can set the remaining 240 colors as color16 to color255.
|