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

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

49 lines
1.2 KiB
Plaintext
Raw Normal View History

2021-11-12 08:24:16 +00:00
# This file is auto-generated by shipwright.nvim
# vim:ft=kitty
## name: seoulbones_dark
## author: Michael Chris Lopez
## license: MIT
## upstream: https://github.com/mcchrish/zenbones.nvim/raw/main/extras/kitty/seoulbones_dark.conf
2021-11-14 04:09:37 +00:00
foreground #DDDDDD
2021-11-12 08:24:16 +00:00
background #4B4B4B
2021-11-14 04:09:37 +00:00
selection_foreground #DDDDDD
2021-11-12 08:24:16 +00:00
selection_background #777777
# Cursor colors
2021-11-14 04:09:37 +00:00
cursor #E2E2E2
2021-11-12 08:24:16 +00:00
cursor_text_color #4B4B4B
# URL underline color when hovering with mouse
# kitty window border colors
# OS Window titlebar colors
# Tab bar colors
2021-11-14 04:09:37 +00:00
active_tab_foreground #DDDDDD
2021-11-12 08:24:16 +00:00
active_tab_background #8283AD
2021-11-14 04:09:37 +00:00
inactive_tab_foreground #DDDDDD
2021-11-12 08:24:16 +00:00
inactive_tab_background #666666
# Colors for marks (marked text in the terminal)
# The basic 16 colors
# black
color0 #4B4B4B
color8 #6C6465
# red
color1 #E388A3
color9 #EB99B1
# green
color2 #98BD99
color10 #8FCD92
# yellow
color3 #FFDF9B
color11 #FFE5B3
# blue
color4 #97BDDE
color12 #A2C8E9
# magenta
2021-11-13 00:22:38 +00:00
color5 #A5A6C5
color13 #B2B3DA
2021-11-12 08:24:16 +00:00
# cyan
color6 #6FBDBE
color14 #6BCACB
# white
2021-11-14 04:09:37 +00:00
color7 #DDDDDD
color15 #A8A8A8
2021-11-12 08:24:16 +00:00
# You can set the remaining 240 colors as color16 to color255.