1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- # This file is auto-generated by shipwright.nvim
- # vim:ft=kitty
- ## name: duckbones
- ## author: Michael Chris Lopez
- ## license: MIT
- ## upstream: https://github.com/mcchrish/zenbones.nvim/raw/main/extras/kitty/duckbones.conf
- ## blurb: A zenbones variant inspired by Spaceduck.
- foreground #EBEFC0
- background #0E101A
- selection_foreground #EBEFC0
- selection_background #37382D
- # Cursor colors
- cursor #EDF2C2
- cursor_text_color #0E101A
- # URL underline color when hovering with mouse
- # kitty window border colors
- # OS Window titlebar colors
- # Tab bar colors
- active_tab_foreground #EBEFC0
- active_tab_background #4D3191
- inactive_tab_foreground #EBEFC0
- inactive_tab_background #232738
- # Colors for marks (marked text in the terminal)
- # The basic 16 colors
- # black
- color0 #0E101A
- color8 #2B2F46
- # red
- color1 #E03600
- color9 #FF4821
- # green
- color2 #5DCD97
- color10 #58DB9E
- # yellow
- color3 #E39500
- color11 #F6A100
- # blue
- color4 #00A3CB
- color12 #00B4E0
- # magenta
- color5 #795CCC
- color13 #B3A1E6
- # cyan
- color6 #00A3CB
- color14 #00B4E0
- # white
- color7 #EBEFC0
- color15 #B3B692
- # You can set the remaining 240 colors as color16 to color255.
|