Added kitty config file

This commit is contained in:
Wryn Wagner 2019-09-16 18:19:20 -06:00
parent 7107c192e0
commit fc36778d90
2 changed files with 27 additions and 0 deletions

6
config/kitty/kitty.conf Normal file
View File

@ -0,0 +1,6 @@
background_opacity 0.6
font_family Operator Mono Book
font_size 6.0
allow_remote_control yes
include ./theme.conf

21
config/kitty/theme.conf Normal file
View File

@ -0,0 +1,21 @@
background #0A0603
foreground #F4E2C8
cursor #e5591c
selection_background #e5591c
color0 #000000
color8 #b3f7ad
color1 #d5252b
color9 #D33449
color2 #58DD5A
color10 #83E613
color3 #bd8a13
color11 #ffca1b
color4 #ffd900
color12 #ffbc00
color5 #7B0467
color13 #B400BC
color6 #d98112
color14 #FF9E3C
color7 #875FCA
color15 #F9FFDE
selection_foreground #1B0024