1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- # This file is auto-generated by shipwright.nvim
- # vim:ft=kitty
- ## name: neobones_dark
- ## author: Michael Chris Lopez
- ## license: MIT
- ## upstream: https://github.com/mcchrish/zenbones.nvim/raw/main/extras/kitty/neobones_dark.conf
- ## blurb: A zenbones variant inspired by neovim.io.
- foreground #C6D5CF
- background #0F191F
- selection_foreground #C6D5CF
- selection_background #3A3E3D
- # Cursor colors
- cursor #CEDDD7
- cursor_text_color #0F191F
- # URL underline color when hovering with mouse
- # kitty window border colors
- # OS Window titlebar colors
- # Tab bar colors
- active_tab_foreground #C6D5CF
- active_tab_background #62415B
- inactive_tab_foreground #C6D5CF
- inactive_tab_background #20303A
- # Colors for marks (marked text in the terminal)
- # The basic 16 colors
- # black
- color0 #0F191F
- color8 #263945
- # red
- color1 #DE6E7C
- color9 #E8838F
- # green
- color2 #90FF6B
- color10 #A0FF85
- # yellow
- color3 #B77E64
- color11 #D68C67
- # blue
- color4 #8190D4
- color12 #92A0E2
- # magenta
- color5 #B279A7
- color13 #CF86C1
- # cyan
- color6 #66A5AD
- color14 #65B8C1
- # white
- color7 #C6D5CF
- color15 #98A39E
- # You can set the remaining 240 colors as color16 to color255.
|