63 lines
792 B
Plaintext
63 lines
792 B
Plaintext
# vim:ft=kitty
|
|
|
|
## name: 78
|
|
## author: Gu://em_ (forked from Github Dark Dimmed)
|
|
## license: MIT
|
|
|
|
#: The basic colors
|
|
|
|
foreground #adbac7
|
|
background #14171F
|
|
#background #111317
|
|
selection_foreground #EE6C4D
|
|
selection_background #3D5A80
|
|
|
|
|
|
#: Cursor colors
|
|
|
|
cursor #adbac7
|
|
|
|
|
|
#: Tab bar colors
|
|
|
|
tab_bar_background #22272e
|
|
active_tab_foreground #adbac7
|
|
active_tab_background #ec775c
|
|
inactive_tab_foreground #adbac7
|
|
inactive_tab_background #1C2128
|
|
|
|
|
|
#: The basic 16 colors
|
|
|
|
#: black
|
|
color0 #545d68
|
|
color8 #636e7b
|
|
|
|
#: red
|
|
color1 #f47067
|
|
color9 #ff938a
|
|
|
|
#: green
|
|
color2 #57ab5a
|
|
color10 #6bc46d
|
|
|
|
#: yellow
|
|
color3 #c69026
|
|
color11 #daaa3f
|
|
|
|
#: blue
|
|
color4 #539bf5
|
|
color12 #6cb6ff
|
|
|
|
#: magenta
|
|
color5 #b083f0
|
|
color13 #dcbdfb
|
|
|
|
#: cyan
|
|
color6 #39c5cf
|
|
color14 #56d4dd
|
|
|
|
#: white
|
|
color7 #909dab
|
|
color15 #cdd9e5
|