Add kitty/current-theme.conf
This commit is contained in:
parent
a4e57da135
commit
e7f0bb4ae4
|
|
@ -0,0 +1,47 @@
|
||||||
|
# MacOS Dark Colorscheme for Kitty
|
||||||
|
# macos_titlebar_color background
|
||||||
|
|
||||||
|
# Gray 5
|
||||||
|
#background #2c2c2e
|
||||||
|
# Trying a bit darker
|
||||||
|
background #232323
|
||||||
|
foreground #f2f2f7
|
||||||
|
|
||||||
|
# Gray 2
|
||||||
|
selection_foreground #aeaeb2
|
||||||
|
selection_background #636366
|
||||||
|
|
||||||
|
# Mint
|
||||||
|
url_color #6ac4dc
|
||||||
|
|
||||||
|
# black
|
||||||
|
color0 #98989d
|
||||||
|
color8 #a2a2a7
|
||||||
|
|
||||||
|
# red
|
||||||
|
color1 #ff453a
|
||||||
|
color9 #ff4f44
|
||||||
|
|
||||||
|
# green
|
||||||
|
color2 #32d74b
|
||||||
|
color10 #3ce155
|
||||||
|
|
||||||
|
# yellow
|
||||||
|
color3 #ffd60a
|
||||||
|
color11 #ffe014
|
||||||
|
|
||||||
|
# blue
|
||||||
|
color4 #0a84ff
|
||||||
|
color12 #148eff
|
||||||
|
|
||||||
|
# magenta
|
||||||
|
color5 #bf5af2
|
||||||
|
color13 #cc65ff
|
||||||
|
|
||||||
|
# cyan
|
||||||
|
color6 #5ac8f5
|
||||||
|
color14 #5acdfa
|
||||||
|
|
||||||
|
# white
|
||||||
|
color7 #f2f2f7
|
||||||
|
color15 #f2f2f7
|
||||||
Loading…
Reference in New Issue