diff options
Diffstat (limited to '.config/kitty/kitty.conf')
| -rw-r--r-- | .config/kitty/kitty.conf | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf new file mode 100644 index 0000000..56c0307 --- /dev/null +++ b/.config/kitty/kitty.conf @@ -0,0 +1,40 @@ +font_size 12.0 +font_family jetbrains mono + +# special +foreground #444444 +background #eeeeee +cursor #444444 +cursor_text_color background + +# black +color0 #eeeeee +color8 #bcbcbc + +# red +color1 #af0000 +color9 #d70000 + +# green +color2 #008700 +color10 #d70087 + +# yellow +color3 #5f8700 +color11 #8700af + +# blue +color4 #0087af +color12 #d75f00 + +# magenta +color5 #878787 +color13 #d75f00 + +# cyan +color6 #005f87 +color14 #005faf + +# white +color7 #444444 +color15 #005f87 |
