diff options
author | Indrajith K L | 2023-09-08 14:43:41 +0530 |
---|---|---|
committer | Indrajith K L | 2023-09-08 14:43:41 +0530 |
commit | 0f144c1ef9d831b1c663ef998f40e22c33156d9e (patch) | |
tree | dd20b22ce18b5e6e0b00b43d1b5a2699792563f1 /.config/kitty/kitty-themes/themes/FishTank.conf | |
download | DotFiles-0f144c1ef9d831b1c663ef998f40e22c33156d9e.tar.gz DotFiles-0f144c1ef9d831b1c663ef998f40e22c33156d9e.tar.bz2 DotFiles-0f144c1ef9d831b1c663ef998f40e22c33156d9e.zip |
* Adds Basic dot files configs
Diffstat (limited to '.config/kitty/kitty-themes/themes/FishTank.conf')
-rw-r--r-- | .config/kitty/kitty-themes/themes/FishTank.conf | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.config/kitty/kitty-themes/themes/FishTank.conf b/.config/kitty/kitty-themes/themes/FishTank.conf new file mode 100644 index 0000000..dce32a4 --- /dev/null +++ b/.config/kitty/kitty-themes/themes/FishTank.conf @@ -0,0 +1,21 @@ +background #222436 +foreground #eceffd +cursor #fdcd5e +selection_background #fcf6e8 +color0 #03063c +color8 #6c5a30 +color1 #c60049 +color9 #d94a8a +color2 #abf157 +color10 #daffa8 +color3 #fdcd5e +color11 #fee6a8 +color4 #525fb8 +color12 #b1bdf9 +color5 #976f81 +color13 #fda4cc +color6 #968662 +color14 #a4bc86 +color7 #eceffc +color15 #f6ffec +selection_foreground #222436 |