75 lines
1.7 KiB
Text
75 lines
1.7 KiB
Text
# vim:ft=kitty
|
|
## name: citylights
|
|
## author: 食無魚 <liuyinz@gmail.com>
|
|
## license: MIT
|
|
## upstream: https://raw.githubusercontent.com/liuyinz/dotfile/master/common/kitty/citylights.conf
|
|
## blurb: Theme for Kitty inspired by https://citylights.xyz/
|
|
|
|
# The basic colors
|
|
foreground #a0b3c5
|
|
background #1d252c
|
|
selection_foreground #1d252c
|
|
selection_background #a0b3c5
|
|
|
|
# Cursor colors
|
|
cursor #a0b3c5
|
|
cursor_text_color #1d252c
|
|
|
|
# URL
|
|
url_color #5ec4ff
|
|
|
|
# kitty window border colors
|
|
active_border_color #a0b3c5
|
|
inactive_border_color #62686e
|
|
|
|
# OS Window titlebar colors
|
|
wayland_titlebar_color #1d252c
|
|
macos_titlebar_color #1d252c
|
|
|
|
# Tab bar colors
|
|
active_tab_foreground #1d252c
|
|
active_tab_background #a0b3c5
|
|
inactive_tab_foreground #a0b3c5
|
|
inactive_tab_background #1d252c
|
|
|
|
# Colors for marks (marked text in the terminal)
|
|
|
|
mark1_foreground #1d252c
|
|
mark1_background #8bd49c
|
|
mark2_foreground #1d252c
|
|
mark2_background #ebbf83
|
|
mark3_foreground #1d252c
|
|
mark3_background #d95468
|
|
|
|
# The basic 16 colors
|
|
# black
|
|
color0 #1d252c
|
|
color8 #566c7d
|
|
|
|
# red
|
|
color1 #d95468
|
|
color9 #d95468
|
|
|
|
# green
|
|
color2 #8bd49c
|
|
color10 #8bd49c
|
|
|
|
# yellow
|
|
color3 #ebbf83
|
|
color11 #ebbf83
|
|
|
|
# blue
|
|
color4 #5ec4ff
|
|
color12 #5ec4ff
|
|
|
|
# magenta
|
|
color5 #c06ece
|
|
color13 #c06ece
|
|
|
|
# cyan
|
|
color6 #008b94
|
|
color14 #70e1e8
|
|
|
|
# white
|
|
color7 #a0b3c5
|
|
color15 #a0b3c5
|