diff options
Diffstat (limited to 'kitty')
| -rw-r--r-- | kitty/.config/kitty/kitty.conf | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/kitty/.config/kitty/kitty.conf b/kitty/.config/kitty/kitty.conf new file mode 100644 index 0000000..519ebd4 --- /dev/null +++ b/kitty/.config/kitty/kitty.conf @@ -0,0 +1,49 @@ +background_opacity 0.75 +window_padding_width 4 + +font_family FiraCode NerdFont +font_size 14.0 + +# highlighting +selection_foreground #ffffff +selection_background #14b8a6 + +# Tokyo Night colorscheme +foreground #c0caf5 +background #1a1b26 + +# normal colors +# Black +color0 #0b0c15 +# Red +color1 #d2556c +# Green +color2 #7cd47b +# Yellow +color3 #efb184 +# Blue +color4 #6ca1f3 +# Magenta +color5 #b78df0 +# Cyan +color6 #69bcf4 +# White +color7 #c0caf5 + +# bright colors +# Bright Black +color8 #39404a +# Bright Red +color9 #f7768e +# Bright Green +color10 #85e89d +# Bright Yellow +color11 #f4cf8d +# Bright Blue +color12 #8fb9ff +# Bright Magenta +color13 #d9a3ff +# Bright Cyan +color14 #8fd3ff +# Bright White +color15 #f0f3f6
\ No newline at end of file |
