1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- # This file is auto-generated by shipwright.nvim
- # vim:ft=kitty
- ## name: neobones_light
- ## author: Michael Chris Lopez
- ## license: MIT
- ## upstream: https://github.com/mcchrish/zenbones.nvim/raw/main/extras/kitty/neobones_light.conf
- ## blurb: A zenbones variant inspired by neovim.io.
- foreground #202E18
- background #E5EDE6
- selection_foreground #202E18
- selection_background #ADE48C
- # Cursor colors
- cursor #202E18
- cursor_text_color #E5EDE6
- # URL underline color when hovering with mouse
- # kitty window border colors
- # OS Window titlebar colors
- # Tab bar colors
- active_tab_foreground #202E18
- active_tab_background #DCB5D4
- inactive_tab_foreground #202E18
- inactive_tab_background #C2CFC4
- # Colors for marks (marked text in the terminal)
- # The basic 16 colors
- # black
- color0 #E5EDE6
- color8 #B3C6B6
- # red
- color1 #A8334C
- color9 #94253E
- # green
- color2 #567A30
- color10 #3F5A22
- # yellow
- color3 #944927
- color11 #803D1C
- # blue
- color4 #286486
- color12 #1D5573
- # magenta
- color5 #88507D
- color13 #7B3B70
- # cyan
- color6 #3B8992
- color14 #2B747C
- # white
- color7 #202E18
- color15 #415934
- # You can set the remaining 240 colors as color16 to color255.
|