Files
zenbones-theme/extras/kitty/zenwritten_dark.conf

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

50 lines
1.2 KiB
Plaintext
Raw Normal View History

2021-11-06 06:18:54 +00:00
# This file is auto-generated by shipwright.nvim
2021-10-14 18:19:49 +08:00
# vim:ft=kitty
## name: zenwritten_dark
## author: Michael Chris Lopez
2021-11-06 06:18:54 +00:00
## license: MIT
2021-10-14 18:19:49 +08:00
## upstream: https://github.com/mcchrish/zenbones.nvim/raw/main/extras/kitty/zenwritten_dark.conf
## blurb: A zenbones variant with zero hue and saturation.
2021-11-06 06:18:54 +00:00
foreground #BBBBBB
background #191919
selection_foreground #BBBBBB
selection_background #404040
# Cursor colors
cursor #C9C9C9
cursor_text_color #191919
# URL underline color when hovering with mouse
# kitty window border colors
# OS Window titlebar colors
# Tab bar colors
active_tab_foreground #BBBBBB
active_tab_background #65435E
inactive_tab_foreground #BBBBBB
inactive_tab_background #303030
2021-11-06 06:18:54 +00:00
# Colors for marks (marked text in the terminal)
# The basic 16 colors
# black
2021-10-14 18:19:49 +08:00
color0 #191919
color8 #3D3839
2021-11-06 06:18:54 +00:00
# red
color1 #DE6E7C
2021-10-14 18:19:49 +08:00
color9 #E8838F
2021-11-06 06:18:54 +00:00
# green
color2 #819B69
2021-10-14 18:19:49 +08:00
color10 #8BAE68
2021-11-06 06:18:54 +00:00
# yellow
color3 #B77E64
2021-10-14 18:19:49 +08:00
color11 #D68C67
2021-11-06 06:18:54 +00:00
# blue
color4 #6099C0
2021-10-14 18:19:49 +08:00
color12 #61ABDA
2021-11-06 06:18:54 +00:00
# magenta
color5 #B279A7
2021-10-14 18:19:49 +08:00
color13 #CF86C1
2021-11-06 06:18:54 +00:00
# cyan
color6 #66A5AD
2021-10-14 18:19:49 +08:00
color14 #65B8C1
2021-11-06 06:18:54 +00:00
# white
color7 #BBBBBB
2021-10-14 18:19:49 +08:00
color15 #8E8E8E
2021-11-06 06:18:54 +00:00
# You can set the remaining 240 colors as color16 to color255.