diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2020-11-11 14:53:00 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2020-11-11 14:53:00 +0100 |
| commit | 4b32a942fd71e392e1c57c8ae9d1ced30a0b37c1 (patch) | |
| tree | 74be22b83469441a8bf8228f59a49e660a7dc4ff /config/kitty | |
| parent | 3422e7aace62f888ee801bf9ec80561f6fe7f20c (diff) | |
Replace alacritty with kitty
Diffstat (limited to 'config/kitty')
| -rw-r--r-- | config/kitty/kitty.conf | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/config/kitty/kitty.conf b/config/kitty/kitty.conf new file mode 100644 index 0000000..7b02389 --- /dev/null +++ b/config/kitty/kitty.conf @@ -0,0 +1,54 @@ +# Font +font_family Hasklig +font_size 16.0 + +# Cursor +cursor #eeeeee +cursor_text_color #3e3937 +cursor_shape block + + +# Color Scheme +foreground #eeeeee +background #3e3937 +selection_foreground #000000 +selection_background #c1ddff + +# Regular Colors +# black +color0 #888888 +# red +color1 #ff004d +# green +color2 #55ff55 +# yellow +color3 #ffec27 +# blue +color4 #5555ff +# magenta +color5 #ff55ff +# cyan +color6 #55ffff +# white +color7 #c7c7c7 + +# black +color8 #aaaaaa +# red +color9 #ff5555 +# green +color10 #83ff83 +# yellow +color11 #ffff55 +# blue +color12 #6f6fff +# magenta +color13 #ff82ff +# cyan +color14 #77ffff +# white +color15 #feffff + +# window +hide_window_decorations yes +tab_bar_style separator |