diff options
author | listout <listout@protonmail.com> | 2021-09-09 20:53:15 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-09-09 20:53:15 +0530 |
commit | 76994cb25c09c09394a9f1f156fd8c0930b6a7d1 (patch) | |
tree | 8451b2e35eec4e64b531157d0ad6e3299414a5c7 /.config/kitty/colors-kitty.conf | |
parent | 1ea705b5a21e2beb322bec455d08bf873eb9ce39 (diff) |
removed colors and made as the default font
Diffstat (limited to '.config/kitty/colors-kitty.conf')
-rw-r--r-- | .config/kitty/colors-kitty.conf | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/.config/kitty/colors-kitty.conf b/.config/kitty/colors-kitty.conf deleted file mode 100644 index 0ee1027..0000000 --- a/.config/kitty/colors-kitty.conf +++ /dev/null @@ -1,21 +0,0 @@ -background #080808 -foreground #ebebeb -cursor #9e9e9e -color0 #323437 -color1 #ff5454 -color2 #8cc85f -color3 #e3c78a -color4 #80a0ff -color5 #d183e8 -color6 #79dac8 -color7 #c6c6c6 -color8 #949494 -color9 #ff5189 -color10 #36c692 -color11 #bfbf97 -color12 #74b2ff -color13 #ae81ff -color14 #85dc85 -color15 #dadada -selection_background #b2ceee -selection_foreground #080808 |