62 lines
765 B
Plaintext
62 lines
765 B
Plaintext
# vim:ft=kitty
|
|
|
|
## name: 78
|
|
## author: Gu://em_ (forked from Github Dark)
|
|
## license: MIT
|
|
|
|
#: The basic colors
|
|
|
|
foreground #c9d1d9
|
|
background #0f131a
|
|
selection_foreground #EE6C4D
|
|
selection_background #3D5A80
|
|
|
|
|
|
#: Cursor colors
|
|
|
|
cursor #E0FBFC
|
|
|
|
|
|
#: Tab bar colors
|
|
|
|
tab_bar_background #010409
|
|
active_tab_foreground #c9d1d9
|
|
active_tab_background #0d1117
|
|
inactive_tab_foreground #8b949e
|
|
inactive_tab_background #010409
|
|
|
|
|
|
#: The basic 16 colors
|
|
|
|
#: black
|
|
color0 #484f58
|
|
color8 #6e7681
|
|
|
|
#: red
|
|
color1 #EE6C4D
|
|
color9 #F5877A
|
|
|
|
#: green
|
|
color2 #3fb950
|
|
color10 #56d364
|
|
|
|
#: yellow
|
|
color3 #d29922
|
|
color11 #e3b341
|
|
|
|
#: blue
|
|
color4 #58a6ff
|
|
color12 #79c0ff
|
|
|
|
#: magenta
|
|
color5 #bc8cff
|
|
color13 #d2a8ff
|
|
|
|
#: cyan
|
|
color6 #39c5cf
|
|
color14 #56d4dd
|
|
|
|
#: white
|
|
color7 #b1bac4
|
|
color15 #ffffff
|