kitty theme
This commit is contained in:
parent
feb37ebc0a
commit
bd13f4f51b
2 changed files with 24 additions and 3 deletions
21
.config/kitty/Wombat.conf
Normal file
21
.config/kitty/Wombat.conf
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
background #171717
|
||||||
|
foreground #ded9ce
|
||||||
|
cursor #bbbbbb
|
||||||
|
selection_background #453a39
|
||||||
|
color0 #000000
|
||||||
|
color8 #313131
|
||||||
|
color1 #ff605a
|
||||||
|
color9 #f58b7f
|
||||||
|
color2 #b1e869
|
||||||
|
color10 #dcf88f
|
||||||
|
color3 #ead89c
|
||||||
|
color11 #eee5b2
|
||||||
|
color4 #5da9f6
|
||||||
|
color12 #a5c7ff
|
||||||
|
color5 #e86aff
|
||||||
|
color13 #ddaaff
|
||||||
|
color6 #82fff6
|
||||||
|
color14 #b6fff9
|
||||||
|
color7 #ded9ce
|
||||||
|
color15 #fefffe
|
||||||
|
selection_foreground #171717
|
|
@ -1,7 +1,7 @@
|
||||||
font_family IBM Plex Mono
|
font_family IBM Plex Mono
|
||||||
bold_font IBM Plex Mono SemiBold
|
bold_font IBM Plex Mono SemiBold
|
||||||
italic_font IBM Plex Mono Italic
|
italic_font IBM Plex Mono Italic
|
||||||
bold_italic_font IBM Plex Mono Light Italic
|
bold_italic_font IBM Plex Mono ExtraLight Italic
|
||||||
|
|
||||||
font_size 12.0
|
font_size 12.0
|
||||||
|
|
||||||
|
@ -34,5 +34,5 @@ url_color #29B6F6
|
||||||
url_style curly
|
url_style curly
|
||||||
|
|
||||||
#include theme-tomorrow.conf
|
#include theme-tomorrow.conf
|
||||||
include theme-spacegray-eighties.conf
|
include Wombat.conf
|
||||||
#include ~/src/github.com/dexpota/kitty-themes/themes/Tango_Dark.conf
|
include ~/src/github.com/dexpota/kitty-themes/themes/Wombat.conf
|
||||||
|
|
Loading…
Reference in a new issue