57 lines
952 B
Text
57 lines
952 B
Text
# vim:ft=kitty
|
|
## name: VSCode_Dark
|
|
## author: ported from Microsoft VSCode by huabeiyou
|
|
## license: MIT
|
|
## blurb: the integrated terminal's default dark theme
|
|
|
|
# The basic colors
|
|
foreground #cccccc
|
|
background #1e1e1e
|
|
selection_foreground #cccccc
|
|
selection_background #264f78
|
|
|
|
# Cursor colors
|
|
cursor #ffffff
|
|
cursor_text_color #1e1e1e
|
|
|
|
# kitty window border colors
|
|
active_border_color #e7e7e7
|
|
inactive_border_color #414140
|
|
|
|
# Tab bar colors
|
|
active_tab_foreground #ffffff
|
|
active_tab_background #3a3d41
|
|
inactive_tab_foreground #858485
|
|
inactive_tab_background #1e1e1e
|
|
|
|
# black
|
|
color0 #000000
|
|
color8 #666666
|
|
|
|
# red
|
|
color1 #f14c4c
|
|
color9 #cd3131
|
|
|
|
# green
|
|
color2 #23d18b
|
|
color10 #0dbc79
|
|
|
|
# yellow
|
|
color3 #f5f543
|
|
color11 #e5e510
|
|
|
|
# blue
|
|
color4 #3b8eea
|
|
color12 #2472c8
|
|
|
|
# magenta
|
|
color5 #d670d6
|
|
color13 #bc3fbc
|
|
|
|
# cyan
|
|
color6 #29b8db
|
|
color14 #11a8cd
|
|
|
|
# white
|
|
color7 #e5e5e5
|
|
color15 #e5e5e5
|