# vim:ft=kitty
#: This is a template that can be used to create new kitty themes.
#: Theme files should start with a metadata block consisting of
#: lines beginning with ##. All metadata fields are optional.

# name: zero
# author: jrvieira
# license: MIT
# # upstream: A URL pointing to the location of this file upstream for auto-updates
# blurb: zero dark theme

#: All the settings below are colors, which you can choose to modify, or use the
#: defaults. You can also add non-color based settings if needed but note that
#: these will not work with using kitty @ set-colors with this theme. For a
#: reference on what these settings do see https://sw.kovidgoyal.net/kitty/conf/

#: The basic colors

foreground                      #d0d0d0
background                      #222222
selection_foreground            #000000
selection_background            #79d4d5


#: Cursor colors

cursor                          #79d4d5
cursor_text_color               #000000


#: URL underline color when hovering with mouse

# url_color                       #0087bd


#: kitty window border colors and terminal bell colors

# active_border_color             #00ff00
# inactive_border_color           #cccccc
# bell_border_color               #ff5a00
# visual_bell_color               none


#: OS Window titlebar colors

# wayland_titlebar_color          system
# macos_titlebar_color            system


#: Tab bar colors

active_tab_foreground   #000000
active_tab_background   #99cc99
inactive_tab_foreground #99cc99
inactive_tab_background #222222
tab_bar_background              none
tab_bar_margin_color            none


#: Colors for marks (marked text in the terminal)

mark1_foreground black
mark1_background #98d3cb
mark2_foreground black
mark2_background #f2dcd3
mark3_foreground black
mark3_background #f274bc


#: The basic 16 colors

#: black
color0 #191919
color8 #747369

#: red
color1 #f2777a
color9 #913535

#: green
color2  #99cc99
color10 #a0a35d

#: yellow
color3  #ffcc66
color11 #c47848

#: blue
color4  #6699cc
color12 #527386

#: magenta
color5  #cc99cc
color13 #846488

#: cyan
color6  #66cccc
color14 #618e8b

#: white
color7  #ffffff
color15 #cccccc


#: You can set the remaining 240 colors as color16 to color255.