84 lines
1.1 KiB
Plaintext
84 lines
1.1 KiB
Plaintext
# vim:ft=kitty
|
|
|
|
## name: GitHub Dark Dimmed
|
|
## author: GitHub
|
|
## license: MIT
|
|
|
|
#: The basic colors
|
|
|
|
foreground #adbac7
|
|
background #22272e
|
|
selection_foreground #22272e
|
|
selection_background #539bf5
|
|
|
|
|
|
#: Diff colors
|
|
pygments_style github-dark
|
|
|
|
title_fg #adbac7
|
|
title_bg #22272e
|
|
|
|
margin_fg #adbac7
|
|
margin_bg #3d4652
|
|
|
|
hunk_bg #243143
|
|
hunk_margin_bg #2e4d78
|
|
|
|
removed_bg #3e2e34
|
|
removed_margin_bg #5c3538
|
|
highlight_removed_bg #813d3d
|
|
|
|
added_bg #263834
|
|
added_margin_bg #31503d
|
|
highlight_added_bg #335d3c
|
|
|
|
filler_bg #262c36
|
|
|
|
#: Cursor colors
|
|
|
|
cursor #539bf5
|
|
|
|
|
|
#: Tab bar colors
|
|
|
|
tab_bar_background #1c2128
|
|
active_tab_foreground #adbac7
|
|
active_tab_background #22272e
|
|
inactive_tab_foreground #768390
|
|
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
|